/external/v8/test/mjsunit/regress/ |
D | regress-931.js | 38 function fourth() { sequence += "4"; return 4; } function 40 var result = (first()[second()](third(), fourth())) 46 var result = (first()[second_prime()](third(), fourth()))
|
/external/chromium_org/v8/test/mjsunit/regress/ |
D | regress-931.js | 38 function fourth() { sequence += "4"; return 4; } function 40 var result = (first()[second()](third(), fourth())) 46 var result = (first()[second_prime()](third(), fourth()))
|
/external/chromium_org/tools/gyp/test/intermediate_dir/src/ |
D | script.py | 15 sys.argv[2], fourth = shlex.split(sys.argv[2].replace('\\', '\\\\')) 16 sys.argv.append(fourth)
|
/external/chromium_org/cc/layers/ |
D | layer_iterator_unittest.cc | 111 scoped_refptr<TestLayer> fourth = TestLayer::Create(); in TEST() local 116 root_layer->AddChild(fourth); in TEST() 131 EXPECT_COUNT(fourth, -1, -1, 0); in TEST()
|
/external/valgrind/main/gdbserver_tests/ |
D | mcbreak.stdout.exp | 4 pid .... Thread .... fourth
|
D | mcbreak.stdinB.gdb | 45 print whoami("fourth")
|
/external/chromium_org/skia/ext/ |
D | lazy_pixel_ref_utils_unittest.cc | 458 SkBitmap fourth; in TEST() local 459 CreateBitmap(gfx::Size(50, 1), "lazy", &fourth); in TEST() 480 canvas->drawBitmap(fourth, 0, 0); in TEST() 569 SkBitmap fourth; in TEST() local 570 CreateBitmap(gfx::Size(50, 50), "lazy", &fourth); in TEST() 592 canvas->drawSprite(fourth, 0, 0); in TEST()
|
/external/chromium_org/net/data/cache_tests/list_loop/ |
D | contents.txt | 136 key: "fourth" 204 ASSERT_TRUE(cache_->CreateEntry("fourth", &entry));
|
/external/chromium/net/data/cache_tests/list_loop/ |
D | contents.txt | 136 key: "fourth" 204 ASSERT_TRUE(cache_->CreateEntry("fourth", &entry));
|
/external/iptables/extensions/ |
D | libxt_time.man | 80 The fourth Friday in the month: 85 say "fourth Thursday OR fourth Friday" in one rule. It is possible with
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | tufmtts.cpp | 109 TimeUnit fourth = third; in testAPI() local 112 assertTrue("copied and assigned are equal", (third == fourth)); in testAPI()
|
/external/icu4c/test/intltest/ |
D | tufmtts.cpp | 110 TimeUnit fourth = third; in testAPI() local 113 assertTrue("copied and assigned are equal", (third == fourth)); in testAPI()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
D | AMDILISelLowering.cpp | 360 SDValue fourth; in LowerBUILD_VECTOR() local 382 fourth = Op.getOperand(3); in LowerBUILD_VECTOR() 383 if (fourth.getOpcode() != ISD::UNDEF) { in LowerBUILD_VECTOR() 389 fourth, in LowerBUILD_VECTOR()
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDILISelLowering.cpp | 360 SDValue fourth; in LowerBUILD_VECTOR() local 382 fourth = Op.getOperand(3); in LowerBUILD_VECTOR() 383 if (fourth.getOpcode() != ISD::UNDEF) { in LowerBUILD_VECTOR() 389 fourth, in LowerBUILD_VECTOR()
|
/external/chromium_org/third_party/angle/extensions/ |
D | EGL_ANGLE_d3d_share_handle_client_buffer.txt | 80 Append the following text to the fourth paragraph of Section 3.5.3.
|
D | ANGLE_translated_shader_source.txt | 72 Append in the end of the fourth paragraph of section 6.1.8 (Shader and
|
/external/llvm/test/MC/ARM/ |
D | eh-directive-section-comdat.s | 52 @ The second, third, and fourth word should correspond to the section index
|
/external/chromium_org/third_party/icu/source/data/rbnf/ |
D | en.txt | 140 "4: fourth;",
|
/external/elfutils/libasm/ |
D | ChangeLog | 7 * libasm.h (DisasmGetSymCB_t): Change type of fourth and fifth
|
/external/chromium_org/ui/message_center/cocoa/ |
D | popup_collection_unittest.mm | 141 ASCIIToUTF16("This is the fourth notification."), 190 ASCIIToUTF16("This is the fourth notification."),
|
/external/icu4c/data/rbnf/ |
D | en.txt | 165 "4: fourth;",
|
/external/chromium_org/v8/src/ |
D | unicode.cc | 264 byte fourth = str[3] ^ 0x80; in CalculateValue() local 265 if (fourth & 0xC0) { in CalculateValue() 270 uchar code_point = (((((first << 6 | second) << 6) | third) << 6) | fourth) in CalculateValue()
|
/external/v8/src/ |
D | unicode.cc | 260 byte fourth = str[3] ^ 0x80; in CalculateValue() local 261 if (fourth & 0xC0) { in CalculateValue() 266 uchar code_point = (((((first << 6 | second) << 6) | third) << 6) | fourth) in CalculateValue()
|
/external/chromium/chrome/browser/sync/engine/ |
D | syncer_thread2_unittest.cc | 766 const TimeDelta fourth = TimeDelta::FromMilliseconds(30); in TEST_F() local 777 EXPECT_CALL(*delay(), GetDelay(Eq(third))).WillOnce(Return(fourth)) in TEST_F() 779 EXPECT_CALL(*delay(), GetDelay(Eq(fourth))).WillOnce(Return(fifth)); in TEST_F() 786 EXPECT_GE(r.times[4] - r.times[3], fourth); in TEST_F()
|
/external/chromium_org/third_party/leveldatabase/src/doc/ |
D | log_format.txt | 51 C will be stored as a FULL record in the fourth block.
|