HomeSort by relevance Sort by last modified time
    Searched refs:third (Results 1 - 25 of 285) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/ImageMagick/Magick++/tests/
readWriteImages.cpp 95 Image third(*first.begin());
96 third.write("testmagick_anim_out");
110 third.write("testmagick_anim_out.ico");
122 third.magick("BMP");
123 third.write("testmagick_anim_out.ico");
135 third.write("PDB:testmagick_anim_out.ico");
147 third.magick("");
148 third.write("testmagick_anim_out.ico");
  /external/clang/test/Preprocessor/
c99-6_10_3_4_p9.c 15 showlist(The first, second, and third items.);
16 // CHECK: puts("The first, second, and third items.");
  /external/llvm/test/MC/AsmParser/
macros-argument-parsing-diagnostics.s 20 double third = 0
21 # CHECK: error: parameter named 'third' does not exist for macro 'double'
22 # CHECK: double third = 0
macro-qualifier-diagnostics.s 46 .macro second_third_required first=0 second:req third:req
55 # CHECK: error: missing value for required parameter 'third' in macro 'second_third_required'
59 second_third_required third=3 first=1
62 # CHECK: second_third_required third=3 first=1
  /frameworks/opt/chips/tests/src/com/android/ex/chips/
ChipsTest.java 250 String third = (String) mTokenizer.terminateToken("THIRD"); local
252 mEditable.append(first+second+third);
253 int thirdStart = mEditable.toString().indexOf(third);
254 int thirdEnd = thirdStart + third.trim().length();
266 String third = (String) mTokenizer.terminateToken("THIRD"); local
270 mEditable.append(first+second+third+fourth+fifth);
301 String third = (String) mTokenizer.terminateToken("THIRD"); local
316 assertEquals(mEditable.toString(), first+second+third); local
325 assertEquals(mEditable.toString(), first+second+third); local
336 assertEquals(mEditable.toString(), first+second+third); local
345 assertEquals(mEditable.toString(), first+second+third); local
362 String third = (String) mTokenizer.terminateToken("THIRD"); local
441 String third = (String) mTokenizer.terminateToken("THI,RD"); local
456 assertEquals(mEditable.toString(), first+second+third); local
465 assertEquals(mEditable.toString(), first+second+third); local
482 String third = (String) mTokenizer.terminateToken("THIRD"); local
500 assertEquals(mEditable.toString(), first+second+third+third); local
509 assertEquals(mEditable.toString(), first+second+third+third); local
528 String third = (String) mTokenizer.terminateToken("THIRD"); local
541 assertEquals(mEditable.toString(), first + second + third); local
544 assertEquals(mEditable.toString(), first + third); local
570 assertEquals(mEditable.toString(), first + second + third); local
572 assertEquals(mEditable.toString(), second + third); local
598 assertEquals(mEditable.toString(), first + second + third); local
617 String third = (String) mTokenizer.terminateToken("THIRD"); local
631 assertEquals(mEditable.toString(), first + second + third); local
636 + second + third); local
669 assertEquals(mEditable.toString(), first + second + third); local
702 assertEquals(mEditable.toString(), first + second + third); local
770 String third = (String) mTokenizer.terminateToken("THIRD"); local
930 String third = (String) mTokenizer.terminateToken("THIRD"); local
    [all...]
  /external/valgrind/gdbserver_tests/
mcbreak.stdout.exp 3 pid .... Thread .... third
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
NanoTimeGranularityTester.java 40 long third = System.nanoTime(); local
48 total += third - second;
49 total += fourth - third;
  /external/clang/test/Index/
complete-method-decls.m 46 - (int)first:(int)x second:(float)y third:(double)z;
47 - (id)first:(int)xx second2:(float)y2 third:(double)z;
48 - (void*)first:(int)xxx second3:(float)y3 third:(double)z;
52 - (int)first:(int)x second2:(float)y third:(double)z;
56 - (int)first:(int)x second2:(float)y third:(double)z { }
150 // CHECK-CC8: ObjCInstanceMethodDecl:{ResultType id}{Informative first:}{TypedText second2:}{Text (float)y2}{HorizontalSpace }{TypedText third:}{Text (double)z} (35)
151 // CHECK-CC8: ObjCInstanceMethodDecl:{ResultType void *}{Informative first:}{TypedText second3:}{Text (float)y3}{HorizontalSpace }{TypedText third:}{Text (double)z} (35)
152 // CHECK-CC8: ObjCInstanceMethodDecl:{ResultType int}{Informative first:}{TypedText second:}{Text (float)y}{HorizontalSpace }{TypedText third:}{Text (double)z} (8)
160 // CHECK-CCB: ObjCInstanceMethodDecl:{LeftParen (}{Text int}{RightParen )}{TypedText first}{TypedText :}{LeftParen (}{Text int}{RightParen )}{Text x}{HorizontalSpace }{TypedText second2:}{LeftParen (}{Text float}{RightParen )}{Text y}{HorizontalSpace }{TypedText third:}{LeftParen (}{Text double}{RightParen )}{Text z} (40)
162 // CHECK-CCC: ObjCInstanceMethodDecl:{TypedText first}{TypedText :}{LeftParen (}{Text int}{RightParen )}{Text x}{HorizontalSpace }{TypedText second2:}{LeftParen (}{Text float}{RightParen )}{Text y}{HorizontalSpace }{TypedText third:}{LeftParen (}{Text double}{RightParen )}{Text z} (40
    [all...]
  /external/clang/test/CXX/class/class.mem/
p1b.cpp 44 // CHECK: error: use of undeclared identifier 'third'
45 void a7(int a = third); // expected-error{{use of undeclared identifier 'third'}}
  /external/antlr/antlr-3.4/runtime/JavaScript/build/
README 7 Before building the JavaScript target you will need to download a few third
12 * Move ant-contrib-1.0b3.jar from the unzipped directory to runtime/JavaScript/third/
16 * Move compiler.jar from the unzipped directory to runtime/JavaScript/third/
20 * Move the unzipped folder to runtime/JavaScript/third/jsdoc-toolkit
  /external/llvm/test/MC/COFF/
invalid-def.s 7 .def third
  /libcore/ojluni/src/main/java/sun/net/
RegisteredDomain.java 734 int third = cname.lastIndexOf('.', second - 1); local
    [all...]
  /external/v8/test/unittests/interpreter/
bytecode-peephole-optimizer-unittest.cc 229 BytecodeNode third(Bytecode::kStar, Register(3).ToOperand());
236 optimizer()->Write(&third);
240 CHECK_EQ(last_written(), third); local
377 BytecodeNode third(Bytecode::kReturn);
386 optimizer()->Write(&third);
391 CHECK_EQ(last_written().bytecode(), third.bytecode());
402 BytecodeNode third(Bytecode::kReturn);
411 optimizer()->Write(&third);
416 CHECK_EQ(last_written().bytecode(), third.bytecode());
426 BytecodeNode third(Bytecode::kReturn)
    [all...]
  /external/v8/test/js-perf-test/Object/
entries.js 23 object[26.0] = 'third';
34 result.join(', ') === '[a, 10], [26.0, third], [b, 72]';
values.js 23 object[26.0] = 'third';
32 return result.length === 3 && result[0] === 10 && result[1] === 'third' &&
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
tcompat2.s 2 @ Commutative instructions allow either the second or third
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
reg3-op.s 1 # All-registers, '3'-type operands; third operand is
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
pr4587.s 16 ! The third reg (%f0) will cause a segfault in as
  /external/clang/test/Profile/
c-general.c 168 third:
191 goto third;
  /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 
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
CompactConstructorExampleTest.java 172 Row third = iter.next(); local
173 assertEquals("id333", third.getId());
176 third.getDescription());
177 assertEquals(0.88, third.getRatio(), 0.000000001);
178 assertEquals(52, third.getSize());
  /system/tools/aidl/tests/
aidl_test_client_parcelables.cpp 61 SimpleParcelable("third", 2)};
126 PersistableBundle third; local
129 third.putDouble(String16("test_double"), 10.8);
130 const vector<PersistableBundle> original{first, second, third};
  /external/autotest/client/deps/glbench/src/
utils.cc 257 GLushort third = first + (width + 1);
258 GLushort fourth = third + 1;
262 *iptr++ = flag ? second : third;
263 *iptr++ = flag ? third : second;
266 *iptr++ = flag ? third : second;
267 *iptr++ = flag ? second : third;
  /external/v8/test/mjsunit/regress/
regress-931.js 37 function third() { sequence += "3"; return 3; } function
40 var result = (first()[second()](third(), fourth()))
46 var result = (first()[second_prime()](third(), fourth()))

Completed in 448 milliseconds

1 2 3 4 5 6 7 8 91011>>