/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/tools/gyp/test/intermediate_dir/src/ |
script.py | 15 sys.argv[2], fourth = shlex.split(sys.argv[2].replace('\\', '\\\\')) 16 sys.argv.append(fourth)
|
/external/valgrind/main/gdbserver_tests/ |
mcbreak.stdout.exp | 4 pid .... Thread .... fourth
|
/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/robolectric/lib/main/ |
hamcrest-core-1.2.jar | |
/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()))
|
/external/chromium_org/cc/layers/ |
layer_iterator_unittest.cc | 111 scoped_refptr<TestLayer> fourth = TestLayer::Create(); local 116 root_layer->AddChild(fourth); 131 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); 480 canvas->drawBitmap(fourth, 0, 0); 569 SkBitmap fourth; local 570 CreateBitmap(gfx::Size(50, 50), "lazy", &fourth); 592 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));
|
/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/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/llvm/test/MC/ARM/ |
eh-directive-section-comdat.s | 52 @ The second, third, and fourth word should correspond to the section index
|
/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,
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
TimerSetupView.java | 65 View v4 = findViewById(R.id.fourth);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
test_setups.py | 247 fourth = unittest.TestSuite((Test2('testTwo'),)) 250 suite = unittest.TestSuite((first, second, third, fourth, fifth, sixth))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
test_setups.py | 247 fourth = unittest.TestSuite((Test2('testTwo'),)) 250 suite = unittest.TestSuite((first, second, third, fourth, fifth, sixth))
|
/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/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...] |
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_texture_array.spec | 179 Change the fourth paragraph on page 151 to say (spec changes identical 190 Change the fourth paragraph on page 156 to say (spec changes identical 296 Change the fourth paragraph (page 174) to say: 443 Change second through fourth paragraphs (page 188) to say: [all...] |
/external/mesa3d/docs/ |
MESA_texture_array.spec | 179 Change the fourth paragraph on page 151 to say (spec changes identical 190 Change the fourth paragraph on page 156 to say (spec changes identical 296 Change the fourth paragraph (page 174) to say: 443 Change second through fourth paragraphs (page 188) to say: [all...] |
/external/chromium_org/sync/engine/ |
sync_scheduler_unittest.cc | 1054 const TimeDelta fourth = TimeDelta::FromMilliseconds(4); local [all...] |
/external/chromium_org/tools/gyp/test/lib/ |
TestCommon.py | 257 An optional fourth argument can be used to supply a different 285 An optional fourth argument can be used to supply a different 356 An optional fourth argument can be used to supply a different
|
/external/libvpx/libvpx/vp8/common/x86/ |
loopfilter_block_sse2.asm | 403 ; pull the third and fourth sets together 640 ; pull the third and fourth sets together
|