HomeSort by relevance Sort by last modified time
    Searched defs:fourth (Results 1 - 6 of 6) sorted by null

  /external/v8/test/mjsunit/regress/
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()))
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
BitmapsRectActivity.java 56 final float fourth = mBitmap1.getWidth() / 4.0f; local
58 mSrcRect = new Rect((int) fourth, (int) (half - half / 2.0f),
59 (int) (fourth + fourth), (int) (half + half / 2.0f));
60 mDstRect = new RectF(fourth, half - half / 2.0f, fourth + fourth, half + half / 2.0f);
61 mDstRect2 = new RectF(fourth, half - half / 2.0f,
62 (fourth + fourth) * 3.0f, (half + half / 2.0f) * 3.0f)
    [all...]
  /external/icu4c/test/intltest/
tufmtts.cpp 109 TimeUnit fourth = third; local
112 assertTrue("copied and assigned are equal", (third == fourth));
  /external/chromium/chrome/browser/sync/engine/
syncer_thread2_unittest.cc 766 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);
    [all...]
  /frameworks/ex/chips/tests/src/com/android/ex/chips/
ChipsTest.java 257 String fourth = (String) ("FOURTH,"); local
260 mEditable.append(first+second+third+fourth+fifth);
353 String fourth = (String) mTokenizer.terminateToken("FOURTH"); local
361 mEditable.append(first+second+third+fourth+fifth+sixth+seventh+eigth+ninth+tenth);
369 int fourthStart = mEditable.toString().indexOf(fourth);
370 int fourthEnd = fourthStart + fourth.trim().length();
395 assertEquals(mEditable.toString(), first + second + third + fourth + fifth + sixth
405 assertEquals(mEditable.toString(), first + second + third + fourth + fifth + sixt
    [all...]
  /external/v8/src/
unicode.cc 260 byte fourth = str[3] ^ 0x80; local
261 if (fourth & 0xC0) {
266 uchar code_point = (((((first << 6 | second) << 6) | third) << 6) | fourth)
    [all...]

Completed in 554 milliseconds