Searched defs:fourth (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/v8/test/mjsunit/regress/
H A 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/v8/test/mjsunit/regress/
H A 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/cc/layers/
H A Dlayer_iterator_unittest.cc133 scoped_refptr<TestLayer> fourth = TestLayer::Create(); local
138 root_layer->AddChild(fourth);
153 EXPECT_COUNT(fourth, -1, -1, 5);
160 EXPECT_COUNT(fourth, -1, -1, 0);
/external/chromium_org/skia/ext/
H A Dlazy_pixel_ref_utils_unittest.cc458 SkBitmap fourth; local
459 CreateBitmap(gfx::Size(50, 1), "lazy", &fourth);
479 canvas->drawBitmap(fourth, 0, 0);
568 SkBitmap fourth; local
569 CreateBitmap(gfx::Size(50, 50), "lazy", &fourth);
591 canvas->drawSprite(fourth, 0, 0);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtufmtts.cpp109 TimeUnit fourth = third; local
112 assertTrue("copied and assigned are equal", (third == fourth));
/external/icu4c/test/intltest/
H A Dtufmtts.cpp110 TimeUnit fourth = third; local
113 assertTrue("copied and assigned are equal", (third == fourth));
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer_thread2_unittest.cc766 const TimeDelta fourth = TimeDelta::FromMilliseconds(30); local
777 EXPECT_CALL(*delay(), GetDelay(Eq(third))).WillOnce(Return(fourth))
779 EXPECT_CALL(*delay(), GetDelay(Eq(fourth))).WillOnce(Return(fifth));
786 EXPECT_GE(r.times[4] - r.times[3], fourth);
/external/chromium_org/sync/engine/
H A Dsync_scheduler_unittest.cc964 const TimeDelta fourth = TimeDelta::FromMilliseconds(4); local
972 EXPECT_CALL(*delay(), GetDelay(third)).WillOnce(Return(fourth))
974 EXPECT_CALL(*delay(), GetDelay(fourth)).WillOnce(Return(fifth))
987 EXPECT_GE(times[3] - times[2], fourth);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILISelLowering.cpp360 SDValue fourth; local
382 fourth = Op.getOperand(3);
383 if (fourth.getOpcode() != ISD::UNDEF) {
389 fourth,
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILISelLowering.cpp360 SDValue fourth; local
382 fourth = Op.getOperand(3);
383 if (fourth.getOpcode() != ISD::UNDEF) {
389 fourth,
/external/robolectric/lib/main/
H A Dhamcrest-core-1.2.jar ... .hamcrest.Matcher third org.hamcrest.Matcher fourth java.util.List matchers public static org. ...
/external/chromium_org/v8/src/
H A Dunicode.cc264 byte fourth = str[3] ^ 0x80; local
265 if (fourth & 0xC0) {
270 uchar code_point = (((((first << 6 | second) << 6) | third) << 6) | fourth)
/external/v8/src/
H A Dunicode.cc260 byte fourth = str[3] ^ 0x80; local
261 if (fourth & 0xC0) {
266 uchar code_point = (((((first << 6 | second) << 6) | third) << 6) | fourth)

Completed in 714 milliseconds