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

/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/icu4c/test/intltest/
H A Dtufmtts.cpp109 TimeUnit fourth = third; local
112 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/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 535 milliseconds