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

  /external/ImageMagick/Magick++/tests/
readWriteImages.cpp 98 Image fourth; local
99 fourth.read("testmagick_anim_out");
101 if (fourth.magick() != "MIFF")
105 << " Image magick: " << fourth.magick()
111 fourth.read("testmagick_anim_out.ico");
113 if (fourth.magick() != "ICO")
117 << " Image magick: " << fourth.magick()
124 fourth.read("testmagick_anim_out.ico");
126 if (fourth.magick() != "BMP")
130 << " Image magick: " << fourth.magick(
    [all...]
  /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/caliper/caliper/src/main/java/com/google/caliper/runner/
NanoTimeGranularityTester.java 41 long fourth = System.nanoTime(); local
49 total += fourth - third;
50 total += fifth - 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/skia/src/core/
SkRecordPattern.h 143 template <typename T> T* fourth() { return fRest.template third<T>(); } function in class:SkRecords::Pattern
  /libcore/ojluni/src/main/java/sun/net/
RegisteredDomain.java 735 int fourth = -1; local
    [all...]
  /art/compiler/optimizing/
register_allocator_test.cc 882 LiveInterval* fourth = BuildInterval(ranges4, arraysize(ranges4), &allocator, -1, four); local
    [all...]
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderTest.java 613 Object fourth = new SubscriptSpan(); local
621 builder.setSpan(fourth, 0, text.length(), flagsPriority);
628 assertEquals(fourth, spans[1]);
640 Object fourth = new SubscriptSpan(); local
648 builder.setSpan(fourth, 0, text.length(), flags);
655 assertEquals(fourth, spans[1]);
665 Object fourth = new QuoteSpan(); local
670 builder.setSpan(fourth, 0, text.length(), 2 << Spanned.SPAN_PRIORITY_SHIFT);
677 assertEquals(fourth, spans[0]);
  /external/icu/icu4c/source/test/intltest/
tufmtts.cpp 174 TimeUnit fourth = third; local
177 assertTrue("copied and assigned are equal", (third == 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,
  /prebuilts/devtools/tools/lib/
hamcrest-core-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.3/
hamcrest-core-1.3.jar 
  /frameworks/opt/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...]
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.3/
hamcrest-library-1.3.jar 
  /external/opencv3/modules/java/pure_test/lib/
junit-4.11.jar 
  /prebuilts/misc/common/android-support-test/rules/
rules-0.5-release.jar 
  /prebuilts/misc/common/android-support-test/runner/
runner-0.5-release.jar 
  /prebuilts/misc/common/ub-janktesthelper/
ub-janktesthelper.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 1283 milliseconds