Home
last modified time | relevance | path

Searched refs:third (Results 1 – 25 of 654) sorted by relevance

12345678910>>...27

/external/ImageMagick/Magick++/tests/
DreadWriteImages.cpp95 Image third(*first.begin()); in main() local
96 third.write("testmagick_anim_out"); in main()
110 third.write("testmagick_anim_out.ico"); in main()
122 third.magick("BMP"); in main()
123 third.write("testmagick_anim_out.ico"); in main()
135 third.write("PDB:testmagick_anim_out.ico"); in main()
147 third.magick(""); in main()
148 third.write("testmagick_anim_out.ico"); in main()
/external/v8/test/mjsunit/regress/
Dregress-931.js37 function third() { sequence += "3"; return 3; } function
40 var result = (first()[second()](third(), fourth()))
46 var result = (first()[second_prime()](third(), fourth()))
/external/libyuv/files/
DLICENSE_THIRD_PARTY1 This source tree contains third party source code which is governed by third
6 Files governed by third party licenses:
/external/curl/tests/data/
Dtest29828 --ftp-method nocwd ftp://%HOSTIP:%FTPPORT/first/second/third/298
40 SIZE first/second/third/298
41 RETR first/second/third/298
Dtest29628 --ftp-method multicwd ftp://%HOSTIP:%FTPPORT/first/second/third/296
40 CWD third
Dtest29728 --ftp-method singlecwd ftp://%HOSTIP:%FTPPORT/first/second/third/297
38 CWD first/second/third
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DNanoTimeGranularityTester.java40 long third = System.nanoTime(); in testNanoTimeGranularity() local
48 total += third - second; in testNanoTimeGranularity()
49 total += fourth - third; in testNanoTimeGranularity()
/external/clang/test/Index/
Dcomplete-method-decls.m46 - (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 … first:}{TypedText second2:}{Text (float)y2}{HorizontalSpace }{TypedText third:}{Text (double)z} …
151 … first:}{TypedText second3:}{Text (float)y3}{HorizontalSpace }{TypedText third:}{Text (double)z} …
152 …ve first:}{TypedText second:}{Text (float)y}{HorizontalSpace }{TypedText third:}{Text (double)z} …
160 …ftParen (}{Text float}{RightParen )}{Text y}{HorizontalSpace }{TypedText third:}{LeftParen (}{Tex…
162 …ftParen (}{Text float}{RightParen )}{Text y}{HorizontalSpace }{TypedText third:}{LeftParen (}{Tex…
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
DCompactConstructorExampleTest.java172 Row third = iter.next(); in test12withList() local
173 assertEquals("id333", third.getId()); in test12withList()
176 third.getDescription()); in test12withList()
177 assertEquals(0.88, third.getRatio(), 0.000000001); in test12withList()
178 assertEquals(52, third.getSize()); in test12withList()
/external/webrtc/talk/
DLICENSE_THIRD_PARTY1 This source tree contains third party source code which is governed by third
6 Files governed by third party licenses:
/external/autotest/client/deps/glbench/src/
Dutils.cc257 GLushort third = first + (width + 1); in CreateMesh() local
258 GLushort fourth = third + 1; in CreateMesh()
262 *iptr++ = flag ? second : third; in CreateMesh()
263 *iptr++ = flag ? third : second; in CreateMesh()
266 *iptr++ = flag ? third : second; in CreateMesh()
267 *iptr++ = flag ? second : third; in CreateMesh()
/external/llvm/test/MC/AsmParser/
Dmacro-qualifier-diagnostics.s46 .macro second_third_required first=0 second:req third:req
59 second_third_required third=3 first=1
62 # CHECK: second_third_required third=3 first=1
Dmacros-argument-parsing-diagnostics.s20 double third = 0
22 # CHECK: double third = 0
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dgenk-timing.py151 third = "temp2"
154 self.writeRandomOperation(first, second, third)
158 second = third
159 third = temp
160 self.writeln(" " + third + ";")
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dgenk-timing.py151 third = "temp2"
154 self.writeRandomOperation(first, second, third)
158 second = third
159 third = temp
160 self.writeln(" " + third + ";")
/external/antlr/antlr-3.4/runtime/JavaScript/build/
DREADME7 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/examples/Kaleidoscope/MCJIT/complete/
Dgenk-timing.py156 third = "temp2"
159 self.writeRandomOperation(first, second, third)
163 second = third
164 third = temp
165 self.writeln(" " + third + ";")
/external/clang/test/Rewriter/
Dunnamed-bf-modern-write.mm9 int third :1; field
19 // CHECK-NEXT: int third : 1;
/external/libgdx/backends/gdx-backend-android/libs/
DLICENSE.txt34 3.2 You agree that Google or third parties own all legal right, title and interest in and to the SD…
36 …d by this License Agreement. Except to the extent required by applicable third party licenses, yo…
58 …ized manner the servers, networks, or other properties or services of any third party including, b…
60 …y responsible for (and that Google has no responsibility to you or to any third party for) any dat…
62third party for) any breach of your obligations under this License Agreement, any applicable third
82third party or that access data, content or resources provided by a third party, you agree that Go…
84 7.2 You should be aware the data, content, and resources presented to you through such a third part…
86third party applications, data, content, or resources may be subject to separate terms between you…
152third party beneficiaries to this License Agreement and that such other companies shall be entitle…
/external/llvm/test/CodeGen/ARM/
Djump-table-islands.ll24 i32 1, label %third
28 third:
/external/opencv3/doc/py_tutorials/py_imgproc/py_contours/py_contours_begin/
Dpy_contours_begin.markdown36 is contour retrieval mode, third is contour approximation method. And it outputs the contours and
40 @note We will discuss second and third arguments and about hierarchy in details later. Until then,
48 contours which should be passed as a Python list, third argument is index of contours (useful when
71 This is the third argument in cv2.findContours function. What does it denote actually?
/external/clang/test/Profile/
Dc-general.c168 third: in jumps()
191 goto third; in jumps()
/external/eigen/unsupported/Eigen/src/SVD/
DdoneInBDCSVD.txt9 In the code comments were put at the line where would be the third step of the algorithm so one cou…
19 Paper for the third part:
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue100/
DMergeJavaBeanTest.java155 Map<?, ?> third = (Map<?, ?>) list.get(2); in testMergeAndDeviateOverride() local
156 assertEquals(37, third.get("age")); in testMergeAndDeviateOverride()
157 assertEquals("id123", third.get("id")); in testMergeAndDeviateOverride()
/external/autotest/client/site_tests/platform_EncryptedStateful/
Dplatform_EncryptedStateful.py154 third = top.f_blocks * top.f_frsize * .3
155 chk.check(backing_size > (third * .95)
156 and backing_size < (third * 1.05),
157 "%s is near %d bytes (was %d)" % (self.block, third,

12345678910>>...27