Home
last modified time | relevance | path

Searched refs:fourth (Results 1 – 25 of 74) sorted by relevance

123

/external/v8/test/mjsunit/regress/
Dregress-931.js38 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/
Dregress-931.js38 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/
Dscript.py15 sys.argv[2], fourth = shlex.split(sys.argv[2].replace('\\', '\\\\'))
16 sys.argv.append(fourth)
/external/chromium_org/cc/layers/
Dlayer_iterator_unittest.cc111 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/
Dmcbreak.stdout.exp4 pid .... Thread .... fourth
Dmcbreak.stdinB.gdb45 print whoami("fourth")
/external/chromium_org/skia/ext/
Dlazy_pixel_ref_utils_unittest.cc458 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/
Dcontents.txt136 key: "fourth"
204 ASSERT_TRUE(cache_->CreateEntry("fourth", &entry));
/external/chromium/net/data/cache_tests/list_loop/
Dcontents.txt136 key: "fourth"
204 ASSERT_TRUE(cache_->CreateEntry("fourth", &entry));
/external/iptables/extensions/
Dlibxt_time.man80 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/
Dtufmtts.cpp109 TimeUnit fourth = third; in testAPI() local
112 assertTrue("copied and assigned are equal", (third == fourth)); in testAPI()
/external/icu4c/test/intltest/
Dtufmtts.cpp110 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/
DAMDILISelLowering.cpp360 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/
DAMDILISelLowering.cpp360 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/
DEGL_ANGLE_d3d_share_handle_client_buffer.txt80 Append the following text to the fourth paragraph of Section 3.5.3.
DANGLE_translated_shader_source.txt72 Append in the end of the fourth paragraph of section 6.1.8 (Shader and
/external/llvm/test/MC/ARM/
Deh-directive-section-comdat.s52 @ The second, third, and fourth word should correspond to the section index
/external/chromium_org/third_party/icu/source/data/rbnf/
Den.txt140 "4: fourth;",
/external/elfutils/libasm/
DChangeLog7 * libasm.h (DisasmGetSymCB_t): Change type of fourth and fifth
/external/chromium_org/ui/message_center/cocoa/
Dpopup_collection_unittest.mm141 ASCIIToUTF16("This is the fourth notification."),
190 ASCIIToUTF16("This is the fourth notification."),
/external/icu4c/data/rbnf/
Den.txt165 "4: fourth;",
/external/chromium_org/v8/src/
Dunicode.cc264 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/
Dunicode.cc260 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/
Dsyncer_thread2_unittest.cc766 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/
Dlog_format.txt51 C will be stored as a FULL record in the fourth block.

123