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

  /external/chromium_org/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()))
  /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/chromium_org/cc/layers/
layer_iterator_unittest.cc 133 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/
lazy_pixel_ref_utils_unittest.cc 458 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/
tufmtts.cpp 109 TimeUnit fourth = third; local
112 assertTrue("copied and assigned are equal", (third == fourth));
  /external/icu4c/test/intltest/
tufmtts.cpp 110 TimeUnit fourth = third; local
113 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...]
  /external/chromium_org/sync/engine/
sync_scheduler_unittest.cc 964 const TimeDelta fourth = TimeDelta::FromMilliseconds(4); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 360 SDValue fourth; local
382 fourth = Op.getOperand(3);
383 if (fourth.getOpcode() != ISD::UNDEF) {
389 fourth,
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILISelLowering.cpp 360 SDValue fourth; local
382 fourth = Op.getOperand(3);
383 if (fourth.getOpcode() != ISD::UNDEF) {
389 fourth,
  /external/robolectric/lib/main/
hamcrest-core-1.2.jar 
  /frameworks/ex/chips/tests/src/com/android/ex/chips/
ChipsTest.java 267 String fourth = "FOURTH,"; local
270 mEditable.append(first+second+third+fourth+fifth);
363 String fourth = (String) mTokenizer.terminateToken("FOURTH"); local
371 mEditable.append(first+second+third+fourth+fifth+sixth+seventh+eigth+ninth+tenth);
379 int fourthStart = mEditable.toString().indexOf(fourth);
380 int fourthEnd = fourthStart + fourth.trim().length();
405 assertEquals(mEditable.toString(), first + second + third + fourth + fifth + sixth
415 assertEquals(mEditable.toString(), first + second + third + fourth + fifth + sixt
    [all...]
  /external/chromium_org/v8/src/
unicode.cc 264 byte fourth = str[3] ^ 0x80; local
265 if (fourth & 0xC0) {
270 uchar code_point = (((((first << 6 | second) << 6) | third) << 6) | fourth)
    [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 1528 milliseconds