d1 424 ash/extended_desktop_unittest.cc views::Widget* d1 = CreateTestWidget(gfx::Rect(10, 10, 100, 100)); d1 426 ash/extended_desktop_unittest.cc EXPECT_EQ(root_windows[0], d1->GetNativeView()->GetRootWindow()); d1 428 ash/extended_desktop_unittest.cc d1->SetBounds(gfx::Rect(1010, 10, 100, 100)); d1 430 ash/extended_desktop_unittest.cc d1->GetWindowBoundsInScreen().ToString()); d1 432 ash/extended_desktop_unittest.cc EXPECT_EQ(root_windows[1], d1->GetNativeView()->GetRootWindow()); d1 434 ash/extended_desktop_unittest.cc d1->SetBounds(gfx::Rect(10, 10, 100, 100)); d1 436 ash/extended_desktop_unittest.cc d1->GetWindowBoundsInScreen().ToString()); d1 438 ash/extended_desktop_unittest.cc EXPECT_EQ(root_windows[0], d1->GetNativeView()->GetRootWindow()); d1 442 ash/extended_desktop_unittest.cc d1->SetBounds(gfx::Rect(1560, 30, 100, 100)); d1 443 ash/extended_desktop_unittest.cc EXPECT_EQ(root_windows[1], d1->GetNativeView()->GetRootWindow()); d1 445 ash/extended_desktop_unittest.cc d1->GetWindowBoundsInScreen().ToString()); d1 449 ash/extended_desktop_unittest.cc d1->SetBounds(gfx::Rect(200, 10, 100, 100)); d1 450 ash/extended_desktop_unittest.cc EXPECT_EQ(root_windows[0], d1->GetNativeView()->GetRootWindow()); d1 491 ash/extended_desktop_unittest.cc views::Widget* d1 = CreateTestWidget(gfx::Rect(10, 10, 1000, 100)); d1 492 ash/extended_desktop_unittest.cc EXPECT_EQ(root_windows[0], d1->GetNativeView()->GetRootWindow()); d1 496 ash/extended_desktop_unittest.cc d1->GetNativeWindow()->SetBoundsInScreen(gfx::Rect(500, 10, 1000, 100), d1 499 ash/extended_desktop_unittest.cc d1->GetWindowBoundsInScreen().ToString()); d1 500 ash/extended_desktop_unittest.cc EXPECT_EQ(root_windows[1], d1->GetNativeView()->GetRootWindow()); d1 503 ash/extended_desktop_unittest.cc d1->GetNativeWindow()->SetBoundsInScreen(gfx::Rect(500, 10, 1000, 100), d1 506 ash/extended_desktop_unittest.cc d1->GetWindowBoundsInScreen().ToString()); d1 507 ash/extended_desktop_unittest.cc EXPECT_EQ(root_windows[0], d1->GetNativeView()->GetRootWindow()); d1 581 ash/extended_desktop_unittest.cc aura::Window* d1 = d1 585 ash/extended_desktop_unittest.cc EXPECT_EQ(root_windows[0], d1->GetRootWindow()); d1 593 ash/extended_desktop_unittest.cc aura::Window::ConvertPointToTarget(d2, d1, &p); d1 601 ash/extended_desktop_unittest.cc aura::Window::ConvertPointToTarget(d1, d2, &p); d1 615 ash/extended_desktop_unittest.cc aura::Window::ConvertPointToTarget(d2, d1, &p); d1 623 ash/extended_desktop_unittest.cc aura::Window::ConvertPointToTarget(d1, d2, &p); d1 68 ash/wm/toplevel_window_event_handler_unittest.cc TestWindowDelegate* d1 = new TestWindowDelegate(hittest_code); d1 69 ash/wm/toplevel_window_event_handler_unittest.cc aura::Window* w1 = new aura::Window(d1); d1 264 ash/wm/window_manager_unittest.cc test::TestActivationDelegate d1; d1 268 ash/wm/window_manager_unittest.cc d1.SetWindow(w1.get()); d1 277 ash/wm/window_manager_unittest.cc d1.Clear(); d1 284 ash/wm/window_manager_unittest.cc EXPECT_EQ(1, d1.activated_count()); d1 285 ash/wm/window_manager_unittest.cc EXPECT_EQ(0, d1.lost_active_count()); d1 286 ash/wm/window_manager_unittest.cc d1.Clear(); d1 297 ash/wm/window_manager_unittest.cc EXPECT_EQ(0, d1.activated_count()); d1 298 ash/wm/window_manager_unittest.cc EXPECT_EQ(1, d1.lost_active_count()); d1 301 ash/wm/window_manager_unittest.cc d1.Clear(); d1 309 ash/wm/window_manager_unittest.cc d1.set_activate(false); d1 315 ash/wm/window_manager_unittest.cc EXPECT_EQ(0, d1.activated_count()); d1 316 ash/wm/window_manager_unittest.cc EXPECT_EQ(0, d1.lost_active_count()); d1 319 ash/wm/window_manager_unittest.cc d1.Clear(); d1 324 ash/wm/window_manager_unittest.cc d1.set_activate(true); d1 330 ash/wm/window_manager_unittest.cc EXPECT_EQ(1, d1.activated_count()); d1 331 ash/wm/window_manager_unittest.cc EXPECT_EQ(0, d1.lost_active_count()); d1 419 ash/wm/window_manager_unittest.cc test::TestActivationDelegate d1; d1 423 ash/wm/window_manager_unittest.cc d1.SetWindow(w1.get()); d1 432 ash/wm/window_manager_unittest.cc d1.Clear(); d1 439 ash/wm/window_manager_unittest.cc EXPECT_EQ(1, d1.activated_count()); d1 440 ash/wm/window_manager_unittest.cc EXPECT_EQ(0, d1.lost_active_count()); d1 441 ash/wm/window_manager_unittest.cc d1.Clear(); d1 455 ash/wm/window_manager_unittest.cc EXPECT_EQ(0, d1.activated_count()); d1 456 ash/wm/window_manager_unittest.cc EXPECT_EQ(1, d1.lost_active_count()); d1 459 ash/wm/window_manager_unittest.cc d1.Clear(); d1 465 ash/wm/window_manager_unittest.cc d1.set_activate(false); d1 473 ash/wm/window_manager_unittest.cc EXPECT_EQ(0, d1.activated_count()); d1 474 ash/wm/window_manager_unittest.cc EXPECT_EQ(0, d1.lost_active_count()); d1 477 ash/wm/window_manager_unittest.cc d1.Clear(); d1 481 ash/wm/window_manager_unittest.cc d1.set_activate(true); d1 487 ash/wm/window_manager_unittest.cc EXPECT_EQ(1, d1.activated_count()); d1 488 ash/wm/window_manager_unittest.cc EXPECT_EQ(0, d1.lost_active_count()); d1 609 ash/wm/window_manager_unittest.cc test::TestActivationDelegate d1; d1 613 ash/wm/window_manager_unittest.cc d1.SetWindow(w1.get()); d1 320 ash/wm/window_modality_controller_unittest.cc TouchTrackerWindowDelegate d1; d1 321 ash/wm/window_modality_controller_unittest.cc scoped_ptr<aura::Window> w1(CreateTestWindowInShellWithDelegate(&d1, d1 330 ash/wm/window_modality_controller_unittest.cc d1.reset(); d1 337 ash/wm/window_modality_controller_unittest.cc EXPECT_TRUE(d1.received_touch()); d1 345 ash/wm/window_modality_controller_unittest.cc d1.reset(); d1 349 ash/wm/window_modality_controller_unittest.cc EXPECT_TRUE(d1.received_touch()); d1 350 ash/wm/window_modality_controller_unittest.cc EXPECT_EQ(ui::ET_TOUCH_CANCELLED, d1.last_event_type()); d1 209 base/memory/discardable_memory_manager_unittest.cc PermutationTestData(unsigned d0, unsigned d1, unsigned d2) { d1 211 base/memory/discardable_memory_manager_unittest.cc ordering_[1] = d1; d1 610 base/strings/string_util_unittest.cc double d1 = va_arg(org, double); d1 621 base/strings/string_util_unittest.cc EXPECT_EQ(d1, d2); d1 1212 base/third_party/dmg_fp/dtoa.cc ULong d0, d1; d1 1230 base/third_party/dmg_fp/dtoa.cc d1 = y << ((32-Ebits) + k) | w >> (Ebits - k); d1 1237 base/third_party/dmg_fp/dtoa.cc d1 = z << k | y >> (32 - k); d1 1241 base/third_party/dmg_fp/dtoa.cc d1 = z; d1 1249 base/third_party/dmg_fp/dtoa.cc d1 = z << k + 16 - Ebits | w << k - Ebits | y >> 16 + Ebits - k; d1 1257 base/third_party/dmg_fp/dtoa.cc d1 = w << k + 16 | y << k; d1 1262 base/third_party/dmg_fp/dtoa.cc word1(&d) = d1 >> 16 | d1 << 16; d1 1285 base/third_party/dmg_fp/dtoa.cc ULong d0, d1; d1 1287 base/third_party/dmg_fp/dtoa.cc d1 = word1(d) >> 16 | word1(d) << 16; d1 1312 base/third_party/dmg_fp/dtoa.cc if ((y = d1)) { d1 1334 base/third_party/dmg_fp/dtoa.cc if (y = d1) { d1 247 base/tools_sanity_unittest.cc void RunInParallel(PlatformThread::Delegate *d1, PlatformThread::Delegate *d2) { d1 250 base/tools_sanity_unittest.cc PlatformThread::Create(0, d1, &a); d1 88 chrome/browser/extensions/api/declarative/deduping_factory_unittest.cc scoped_ptr<base::DictionaryValue> d1(CreateDictWithParameter(1)); d1 98 chrome/browser/extensions/api/declarative/deduping_factory_unittest.cc factory.Instantiate(kTypeName, d1.get(), &error, &bad_message)); d1 122 chrome/browser/extensions/api/declarative/deduping_factory_unittest.cc factory.Instantiate(kTypeName, d1.get(), &error, &bad_message)); d1 135 chrome/browser/extensions/api/declarative/deduping_factory_unittest.cc scoped_ptr<base::DictionaryValue> d1(CreateDictWithParameter(1)); d1 144 chrome/browser/extensions/api/declarative/deduping_factory_unittest.cc factory.Instantiate(kTypeName, d1.get(), &error, &bad_message)); d1 161 chrome/browser/extensions/api/declarative/deduping_factory_unittest.cc scoped_ptr<base::DictionaryValue> d1(CreateDictWithParameter(1)); d1 167 chrome/browser/extensions/api/declarative/deduping_factory_unittest.cc factory.Instantiate(kTypeName, d1.get(), &error, &bad_message)); d1 169 chrome/browser/extensions/api/declarative/deduping_factory_unittest.cc factory.Instantiate(kTypeName2, d1.get(), &error, &bad_message)); d1 181 chrome/browser/extensions/api/declarative/deduping_factory_unittest.cc scoped_ptr<base::DictionaryValue> d1(CreateDictWithParameter(1)); d1 187 chrome/browser/extensions/api/declarative/deduping_factory_unittest.cc factory.Instantiate(kTypeName, d1.get(), &error, &bad_message)); d1 192 chrome/browser/extensions/api/declarative/deduping_factory_unittest.cc factory.Instantiate(kTypeName, d1.get(), &error, &bad_message)); d1 1325 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc linked_ptr<EventResponseDelta> d1( d1 1327 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc d1->cancel = false; d1 1328 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc deltas.push_back(d1); d1 1361 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc linked_ptr<EventResponseDelta> d1( d1 1363 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc d1->new_url = GURL(new_url_1); d1 1364 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc deltas.push_back(d1); d1 1445 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc linked_ptr<EventResponseDelta> d1( d1 1447 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc d1->new_url = GURL(new_url_1); d1 1448 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc deltas.push_back(d1); d1 1514 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc linked_ptr<EventResponseDelta> d1( d1 1516 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc d1->new_url = GURL(new_url_1); d1 1517 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc deltas.push_back(d1); d1 1553 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc linked_ptr<EventResponseDelta> d1( d1 1555 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc d1->deleted_request_headers.push_back("key1"); d1 1556 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc d1->modified_request_headers.AddHeaderFromString("key2: value 3"); d1 1557 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc d1->modified_request_headers.AddHeaderFromString("key3: value 3"); d1 1558 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc deltas.push_back(d1); d1 1980 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc linked_ptr<EventResponseDelta> d1( d1 1982 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc d1->deleted_response_headers.push_back(ResponseHeader("KEY1", "Value1")); d1 1983 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc d1->deleted_response_headers.push_back(ResponseHeader("KEY2", "Value2, Foo")); d1 1984 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc d1->added_response_headers.push_back(ResponseHeader("Key2", "Value3")); d1 1985 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc deltas.push_back(d1); d1 2065 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc linked_ptr<EventResponseDelta> d1( d1 2067 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc d1->deleted_response_headers.push_back(ResponseHeader("KEY1", "Value2")); d1 2068 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc deltas.push_back(d1); d1 2131 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc linked_ptr<EventResponseDelta> d1( d1 2133 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc d1->new_url = GURL(new_url_1); d1 2134 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc deltas.push_back(d1); d1 2175 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc linked_ptr<EventResponseDelta> d1( d1 2177 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc d1->auth_credentials.reset(new net::AuthCredentials(username, password)); d1 2178 chrome/browser/extensions/api/web_request/web_request_api_unittest.cc deltas.push_back(d1); d1 57 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc bool CompareDisplayMode(ash::DisplayMode d1, ash::DisplayMode d2) { d1 58 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc if (d1.size.GetArea() == d2.size.GetArea()) d1 59 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc return d1.refresh_rate < d2.refresh_rate; d1 60 chrome/browser/ui/webui/options/chromeos/display_options_handler.cc return d1.size.GetArea() < d2.size.GetArea(); d1 40 chrome/installer/util/duplicate_tree_detector_unittest.cc base::FilePath d1(first_root); d1 41 chrome/installer/util/duplicate_tree_detector_unittest.cc d1 = d1.AppendASCII("D1"); d1 42 chrome/installer/util/duplicate_tree_detector_unittest.cc base::CreateDirectory(d1); d1 43 chrome/installer/util/duplicate_tree_detector_unittest.cc ASSERT_TRUE(base::PathExists(d1)); d1 45 chrome/installer/util/duplicate_tree_detector_unittest.cc base::FilePath f1(d1); d1 50 chrome/installer/util/duplicate_tree_detector_unittest.cc base::FilePath d2(d1); d1 60 chrome/installer/util/duplicate_tree_detector_unittest.cc ASSERT_TRUE(installer::test::CopyFileHierarchy(d1, second_root)); d1 44 mojo/system/message_pipe_dispatcher_unittest.cc scoped_refptr<MessagePipeDispatcher> d1(new MessagePipeDispatcher()); d1 48 mojo/system/message_pipe_dispatcher_unittest.cc d1->Init(mp, i ^ 1); // 1, 0. d1 65 mojo/system/message_pipe_dispatcher_unittest.cc d1->WriteMessage(buffer, kBufferSize, d1 112 mojo/system/message_pipe_dispatcher_unittest.cc EXPECT_EQ(MOJO_RESULT_OK, d1->Close()); d1 120 mojo/system/message_pipe_dispatcher_unittest.cc scoped_refptr<MessagePipeDispatcher> d1(new MessagePipeDispatcher()); d1 124 mojo/system/message_pipe_dispatcher_unittest.cc d1->Init(mp, 1); d1 148 mojo/system/message_pipe_dispatcher_unittest.cc EXPECT_EQ(MOJO_RESULT_OK, d1->Close()); d1 160 mojo/system/message_pipe_dispatcher_unittest.cc scoped_refptr<MessagePipeDispatcher> d1(new MessagePipeDispatcher()); d1 164 mojo/system/message_pipe_dispatcher_unittest.cc d1->Init(mp, i ^ 1); // 1, 0. d1 171 mojo/system/message_pipe_dispatcher_unittest.cc d1->WriteMessage(buffer, kBufferSize, d1 176 mojo/system/message_pipe_dispatcher_unittest.cc d1->WriteMessage(buffer, kBufferSize, d1 189 mojo/system/message_pipe_dispatcher_unittest.cc d1->ReadMessage(buffer, &buffer_size, d1 194 mojo/system/message_pipe_dispatcher_unittest.cc EXPECT_EQ(MOJO_RESULT_OK, d1->Close()); d1 268 mojo/system/message_pipe_dispatcher_unittest.cc scoped_refptr<MessagePipeDispatcher> d1(new MessagePipeDispatcher()); d1 272 mojo/system/message_pipe_dispatcher_unittest.cc d1->Init(mp, i ^ 1); // 1, 0. d1 277 mojo/system/message_pipe_dispatcher_unittest.cc test::WaiterThread thread(d1, d1 301 mojo/system/message_pipe_dispatcher_unittest.cc test::WaiterThread thread(d1, d1 318 mojo/system/message_pipe_dispatcher_unittest.cc d1->ReadMessage(buffer, &buffer_size, d1 327 mojo/system/message_pipe_dispatcher_unittest.cc test::WaiterThread thread(d1, d1 344 mojo/system/message_pipe_dispatcher_unittest.cc EXPECT_EQ(MOJO_RESULT_OK, d1->Close()); d1 349 mojo/system/message_pipe_dispatcher_unittest.cc scoped_refptr<MessagePipeDispatcher> d1(new MessagePipeDispatcher()); d1 353 mojo/system/message_pipe_dispatcher_unittest.cc d1->Init(mp, i ^ 1); // 1, 0. d1 359 mojo/system/message_pipe_dispatcher_unittest.cc test::WaiterThread thread(d1, d1 368 mojo/system/message_pipe_dispatcher_unittest.cc EXPECT_EQ(MOJO_RESULT_OK, d1->Close()); d1 149 third_party/fuzzymatch/fuzzymatch.c PIX *d1 = pixDilateBrick(NULL, opened, 7, 7); d1 152 third_party/fuzzymatch/fuzzymatch.c pixAnd(d1, d1, d2); d1 153 third_party/fuzzymatch/fuzzymatch.c pixPaintThroughMask(a, d1, 0, 0, 0xff << 24); d1 117 third_party/libwebp/dsp/dec.c const int d1 = MUL(in[1], kC1); d1 118 third_party/libwebp/dsp/dec.c STORE2(0, a + d4, d1, c1); d1 119 third_party/libwebp/dsp/dec.c STORE2(1, a + c4, d1, c1); d1 120 third_party/libwebp/dsp/dec.c STORE2(2, a - c4, d1, c1); d1 121 third_party/libwebp/dsp/dec.c STORE2(3, a - d4, d1, c1); d1 92 third_party/libwebp/dsp/dec_sse2.c const __m128i d1 = _mm_mulhi_epi16(in1, k1); d1 95 third_party/libwebp/dsp/dec_sse2.c const __m128i d4 = _mm_add_epi16(d1, d2); d1 150 third_party/libwebp/dsp/dec_sse2.c const __m128i d1 = _mm_mulhi_epi16(T1, k1); d1 153 third_party/libwebp/dsp/dec_sse2.c const __m128i d4 = _mm_add_epi16(d1, d2); d1 256 third_party/libwebp/dsp/dec_sse2.c const int d1 = MUL(in[1], kC1); d1 257 third_party/libwebp/dsp/dec_sse2.c const __m128i CD = _mm_set_epi16(0, 0, 0, 0, -d1, -c1, c1, d1); d1 138 third_party/libwebp/dsp/enc.c const int d1 = src[1] - ref[1]; d1 142 third_party/libwebp/dsp/enc.c const int a1 = (d1 + d2); d1 143 third_party/libwebp/dsp/enc.c const int a2 = (d1 - d2); d1 166 third_party/libwebp/dsp/enc_sse2.c const __m128i d1 = _mm_mulhi_epi16(in1, k1); d1 169 third_party/libwebp/dsp/enc_sse2.c const __m128i d4 = _mm_add_epi16(d1, d2); d1 224 third_party/libwebp/dsp/enc_sse2.c const __m128i d1 = _mm_mulhi_epi16(T1, k1); d1 227 third_party/libwebp/dsp/enc_sse2.c const __m128i d4 = _mm_add_epi16(d1, d2); d1 435 third_party/libwebp/dsp/enc_sse2.c const __m128i d1 = _mm_add_epi32(c1, k12000_plus_one); d1 437 third_party/libwebp/dsp/enc_sse2.c const __m128i e1 = _mm_srai_epi32(d1, 16); d1 610 third_party/libwebp/dsp/enc_sse2.c const __m128i d1 = _mm_subs_epu8(b01s, a01s); d1 616 third_party/libwebp/dsp/enc_sse2.c const __m128i madd1 = _mm_madd_epi16(d1, d1); d1 4589 third_party/libxml/src/xmlschemastypes.c double d1, d2; d1 4598 third_party/libxml/src/xmlschemastypes.c d1 = x->value.d; d1 4600 third_party/libxml/src/xmlschemastypes.c d1 = x->value.f; d1 4614 third_party/libxml/src/xmlschemastypes.c if (xmlXPathIsNaN(d1)) { d1 4621 third_party/libxml/src/xmlschemastypes.c if (d1 == xmlXPathPINF) { d1 4628 third_party/libxml/src/xmlschemastypes.c if (d1 == xmlXPathNINF) { d1 4641 third_party/libxml/src/xmlschemastypes.c if (d1 < d2) d1 4643 third_party/libxml/src/xmlschemastypes.c if (d1 > d2) d1 4645 third_party/libxml/src/xmlschemastypes.c if (d1 == d2) d1 148 third_party/modp_b64/modp_b64.cc x = d0[y >> 24 & 0xff] | d1[y >> 16 & 0xff] | d1 160 third_party/modp_b64/modp_b64.cc x = d0[y >> 24 & 0xff] | d1[y >> 16 & 0xff] | d1 219 third_party/modp_b64/modp_b64.cc d1[(y >> 8) & 0xff] | d1 233 third_party/modp_b64/modp_b64.cc d1[(y >> 8) & 0xff] | d1 248 third_party/modp_b64/modp_b64.cc x = d0[y & 0xff] | d1[y >> 8 & 0xff]; d1 253 third_party/modp_b64/modp_b64.cc d1[y >> 8 & 0xff ] | d1 157 third_party/modp_b64/modp_b64_data.h static const uint32_t d1[256] = { d1 350 third_party/modp_b64/modp_b64_data.h static const uint32_t d1[256] = { d1 60039 third_party/sqlite/amalgamation/sqlite3.c int d1; /* Offset into aKey[] of next data element */ d1 60065 third_party/sqlite/amalgamation/sqlite3.c d1 = szHdr1; d1 60075 third_party/sqlite/amalgamation/sqlite3.c if( d1>=nKey1 && sqlite3VdbeSerialTypeLen(serial_type1)>0 ) break; d1 60079 third_party/sqlite/amalgamation/sqlite3.c d1 += sqlite3VdbeSerialGet(&aKey1[d1], serial_type1, &mem1); d1 2914 third_party/sqlite/src/src/vdbeaux.c int d1; /* Offset into aKey[] of next data element */ d1 2940 third_party/sqlite/src/src/vdbeaux.c d1 = szHdr1; d1 2950 third_party/sqlite/src/src/vdbeaux.c if( d1>=nKey1 && sqlite3VdbeSerialTypeLen(serial_type1)>0 ) break; d1 2954 third_party/sqlite/src/src/vdbeaux.c d1 += sqlite3VdbeSerialGet(&aKey1[d1], serial_type1, &mem1); d1 1124 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc char d1[15]; d1 1180 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc char d1[11]; d1 1124 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc char d1[15]; d1 1180 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc char d1[11]; d1 1107 ui/aura/window_event_dispatcher_unittest.cc NestedGestureDelegate d1(NULL, gfx::Point()); d1 1108 ui/aura/window_event_dispatcher_unittest.cc scoped_ptr<Window> w1(CreateNormalWindow(1, root_window(), &d1)); d1 1121 ui/aura/window_event_dispatcher_unittest.cc EXPECT_EQ(1, d1.gesture_end_count()); d1 931 ui/aura/window_unittest.cc CaptureWindowDelegateImpl d1; d1 933 ui/aura/window_unittest.cc &d1, 0, gfx::Rect(0, 0, 20, 20), root_window())); d1 937 ui/aura/window_unittest.cc EXPECT_EQ(1, d1.touch_event_count()); d1 938 ui/aura/window_unittest.cc EXPECT_EQ(2, d1.gesture_event_count()); d1 939 ui/aura/window_unittest.cc d1.ResetCounts(); d1 947 ui/aura/window_unittest.cc EXPECT_EQ(0, d1.touch_event_count()); d1 948 ui/aura/window_unittest.cc EXPECT_EQ(0, d1.gesture_event_count()); d1 952 ui/aura/window_unittest.cc d1.ResetCounts(); d1 958 ui/aura/window_unittest.cc EXPECT_EQ(1, d1.touch_event_count()); d1 959 ui/aura/window_unittest.cc EXPECT_EQ(2, d1.gesture_event_count()); d1 962 ui/aura/window_unittest.cc d1.ResetCounts(); d1 972 ui/aura/window_unittest.cc EXPECT_EQ(0, d1.touch_event_count()); d1 973 ui/aura/window_unittest.cc EXPECT_EQ(0, d1.gesture_event_count()); d1 983 ui/aura/window_unittest.cc EXPECT_EQ(0, d1.touch_event_count()); d1 984 ui/aura/window_unittest.cc EXPECT_EQ(0, d1.gesture_event_count()); d1 990 ui/aura/window_unittest.cc d1.ResetCounts(); d1 996 ui/aura/window_unittest.cc EXPECT_EQ(0, d1.touch_event_count()); d1 997 ui/aura/window_unittest.cc EXPECT_EQ(0, d1.gesture_event_count()); d1 1006 ui/aura/window_unittest.cc EXPECT_EQ(0, d1.touch_event_count()); d1 1007 ui/aura/window_unittest.cc EXPECT_EQ(0, d1.gesture_event_count()); d1 1012 ui/aura/window_unittest.cc d1.ResetCounts(); d1 1132 ui/aura/window_unittest.cc MouseEnterExitWindowDelegate d1; d1 1134 ui/aura/window_unittest.cc CreateTestWindowWithDelegate(&d1, 1, gfx::Rect(10, 10, 50, 50), d1 1143 ui/aura/window_unittest.cc EXPECT_TRUE(d1.entered()); d1 1144 ui/aura/window_unittest.cc EXPECT_FALSE(d1.exited()); d1 1149 ui/aura/window_unittest.cc EXPECT_TRUE(d1.entered()); d1 1150 ui/aura/window_unittest.cc EXPECT_TRUE(d1.exited()); d1 1157 ui/aura/window_unittest.cc MouseEnterExitWindowDelegate d1; d1 1159 ui/aura/window_unittest.cc CreateTestWindowWithDelegate(&d1, 1, gfx::Rect(10, 10, 50, 50), d1 1164 ui/aura/window_unittest.cc EXPECT_TRUE(d1.entered()); d1 1165 ui/aura/window_unittest.cc EXPECT_FALSE(d1.exited()); d1 1166 ui/aura/window_unittest.cc d1.ResetExpectations(); d1 1171 ui/aura/window_unittest.cc EXPECT_FALSE(d1.entered()); d1 1172 ui/aura/window_unittest.cc EXPECT_TRUE(d1.exited()); d1 1179 ui/aura/window_unittest.cc MouseEnterExitWindowDelegate d1; d1 1181 ui/aura/window_unittest.cc CreateTestWindowWithDelegate(&d1, 1, gfx::Rect(10, 10, 50, 50), d1 1190 ui/aura/window_unittest.cc EXPECT_TRUE(d1.entered()); d1 1191 ui/aura/window_unittest.cc EXPECT_FALSE(d1.exited()); d1 1202 ui/aura/window_unittest.cc EXPECT_TRUE(d1.entered()); d1 1203 ui/aura/window_unittest.cc EXPECT_TRUE(d1.exited()); d1 1237 ui/aura/window_unittest.cc MouseEnterExitWindowDelegate d1; d1 1239 ui/aura/window_unittest.cc CreateTestWindowWithDelegate(&d1, 1, gfx::Rect(10, 10, 50, 50), d1 1244 ui/aura/window_unittest.cc EXPECT_TRUE(d1.entered()); d1 1245 ui/aura/window_unittest.cc EXPECT_FALSE(d1.exited()); d1 1246 ui/aura/window_unittest.cc d1.ResetExpectations(); d1 1255 ui/aura/window_unittest.cc EXPECT_FALSE(d1.entered()); d1 1256 ui/aura/window_unittest.cc EXPECT_TRUE(d1.exited()); d1 1259 ui/aura/window_unittest.cc d1.ResetExpectations(); d1 1265 ui/aura/window_unittest.cc EXPECT_TRUE(d1.entered()); d1 1271 ui/aura/window_unittest.cc MouseEnterExitWindowDelegate d1; d1 1273 ui/aura/window_unittest.cc CreateTestWindowWithDelegate(&d1, 1, gfx::Rect(10, 10, 50, 50), d1 1278 ui/aura/window_unittest.cc EXPECT_TRUE(d1.entered()); d1 1279 ui/aura/window_unittest.cc EXPECT_FALSE(d1.exited()); d1 1287 ui/aura/window_unittest.cc EXPECT_TRUE(d1.entered()); d1 1288 ui/aura/window_unittest.cc EXPECT_TRUE(d1.exited()); d1 1292 ui/aura/window_unittest.cc d1.ResetExpectations(); d1 1297 ui/aura/window_unittest.cc EXPECT_TRUE(d1.entered()); d1 1301 ui/aura/window_unittest.cc MouseEnterExitWindowDelegate d1; d1 1303 ui/aura/window_unittest.cc CreateTestWindowWithDelegate(&d1, 1, gfx::Rect(10, 10, 50, 50), d1 1325 ui/aura/window_unittest.cc MouseEnterExitWindowDelegate d1; d1 1327 ui/aura/window_unittest.cc CreateTestWindowWithDelegate(&d1, 1, gfx::Rect(10, 10, 50, 50), d1 2028 ui/aura/window_unittest.cc EventCountDelegate d1; d1 2029 ui/aura/window_unittest.cc scoped_ptr<Window> w1(CreateTestWindowWithDelegate(&d1, 1, d1 2033 ui/aura/window_unittest.cc EXPECT_EQ("1 1 0", d1.GetMouseMotionCountsAndReset()); d1 2040 ui/aura/window_unittest.cc EXPECT_EQ("0 0 1", d1.GetMouseMotionCountsAndReset()); d1 2046 ui/aura/window_unittest.cc EXPECT_EQ("1 1 0", d1.GetMouseMotionCountsAndReset()); d1 2051 ui/aura/window_unittest.cc EXPECT_EQ("0 0 1", d1.GetMouseMotionCountsAndReset()); d1 2057 ui/aura/window_unittest.cc EXPECT_EQ("1 1 0", d1.GetMouseMotionCountsAndReset()); d1 2063 ui/aura/window_unittest.cc EXPECT_EQ("0 0 1", d1.GetMouseMotionCountsAndReset()); d1 2070 ui/aura/window_unittest.cc EXPECT_EQ("1 1 0", d1.GetMouseMotionCountsAndReset()); d1 2075 ui/aura/window_unittest.cc EXPECT_EQ("0 0 1", d1.GetMouseMotionCountsAndReset()); d1 2083 ui/aura/window_unittest.cc EXPECT_EQ("1 1 0", d1.GetMouseMotionCountsAndReset()); d1 2088 ui/aura/window_unittest.cc EXPECT_EQ("0 0 1", d1.GetMouseMotionCountsAndReset()); d1 2094 ui/aura/window_unittest.cc EXPECT_EQ("1 1 0", d1.GetMouseMotionCountsAndReset()); d1 2099 ui/aura/window_unittest.cc EXPECT_EQ("0 0 1", d1.GetMouseMotionCountsAndReset()); d1 2105 ui/aura/window_unittest.cc EXPECT_EQ("0 0 0", d1.GetMouseMotionCountsAndReset()); d1 2111 ui/aura/window_unittest.cc EXPECT_EQ("0 0 0", d1.GetMouseMotionCountsAndReset()); d1 46 ui/base/view_prop.cc bool operator()(const Data* d1, const Data* d2) const { d1 47 ui/base/view_prop.cc return (d1->view_ == d2->view_) ? (d1->key_ < d2->key_) : d1 48 ui/base/view_prop.cc (d1->view_ < d2->view_); d1 553 ui/compositor/layer_unittest.cc DrawTreeLayerDelegate d1; d1 554 ui/compositor/layer_unittest.cc l1->set_delegate(&d1); d1 562 ui/compositor/layer_unittest.cc EXPECT_FALSE(d1.painted()); d1 188 ui/gfx/geometry/quad_unittest.cc PointF d1(1, 2); d1 189 ui/gfx/geometry/quad_unittest.cc EXPECT_FALSE(QuadF(a1, b1, c1, d1).IsCounterClockwise()); d1 190 ui/gfx/geometry/quad_unittest.cc EXPECT_FALSE(QuadF(b1, c1, d1, a1).IsCounterClockwise()); d1 191 ui/gfx/geometry/quad_unittest.cc EXPECT_TRUE(QuadF(a1, d1, c1, b1).IsCounterClockwise()); d1 192 ui/gfx/geometry/quad_unittest.cc EXPECT_TRUE(QuadF(c1, b1, a1, d1).IsCounterClockwise()); d1 19 webkit/browser/database/databases_table_unittest.cc static void CheckDetailsAreEqual(const DatabaseDetails& d1, d1 21 webkit/browser/database/databases_table_unittest.cc EXPECT_EQ(d1.origin_identifier, d2.origin_identifier); d1 22 webkit/browser/database/databases_table_unittest.cc EXPECT_EQ(d1.database_name, d2.database_name); d1 23 webkit/browser/database/databases_table_unittest.cc EXPECT_EQ(d1.description, d2.description); d1 24 webkit/browser/database/databases_table_unittest.cc EXPECT_EQ(d1.estimated_size, d2.estimated_size);