/external/ImageMagick/Magick++/tests/ |
D | readWriteImages.cpp | 95 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/unittests/interpreter/ |
D | bytecode-peephole-optimizer-unittest.cc | 229 BytecodeNode third(Bytecode::kStar, Register(3).ToOperand()); in TEST_F() local 236 optimizer()->Write(&third); in TEST_F() 240 CHECK_EQ(last_written(), third); in TEST_F() 377 BytecodeNode third(Bytecode::kReturn); in TEST_F() local 386 optimizer()->Write(&third); in TEST_F() 391 CHECK_EQ(last_written().bytecode(), third.bytecode()); in TEST_F() 402 BytecodeNode third(Bytecode::kReturn); in TEST_F() local 411 optimizer()->Write(&third); in TEST_F() 416 CHECK_EQ(last_written().bytecode(), third.bytecode()); in TEST_F() 426 BytecodeNode third(Bytecode::kReturn); in TEST_F() local [all …]
|
/external/v8/test/mjsunit/regress/ |
D | 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()))
|
/external/libyuv/files/ |
D | LICENSE_THIRD_PARTY | 1 This source tree contains third party source code which is governed by third 6 Files governed by third party licenses:
|
/external/curl/tests/data/ |
D | test298 | 28 --ftp-method nocwd ftp://%HOSTIP:%FTPPORT/first/second/third/298 40 SIZE first/second/third/298 41 RETR first/second/third/298
|
D | test296 | 28 --ftp-method multicwd ftp://%HOSTIP:%FTPPORT/first/second/third/296 40 CWD third
|
D | test297 | 28 --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/ |
D | NanoTimeGranularityTester.java | 40 long third = System.nanoTime(); in testNanoTimeGranularity() local 48 total += third - second; in testNanoTimeGranularity() 49 total += fourth - third; in testNanoTimeGranularity()
|
/external/clang/test/Index/ |
D | 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 … 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/ |
D | CompactConstructorExampleTest.java | 172 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/ |
D | LICENSE_THIRD_PARTY | 1 This source tree contains third party source code which is governed by third 6 Files governed by third party licenses:
|
/external/llvm/test/MC/AsmParser/ |
D | macro-qualifier-diagnostics.s | 46 .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
|
D | macros-argument-parsing-diagnostics.s | 20 double third = 0 22 # CHECK: double third = 0
|
/external/autotest/client/deps/glbench/src/ |
D | utils.cc | 257 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/examples/Kaleidoscope/MCJIT/lazy/ |
D | genk-timing.py | 151 third = "temp2" 154 self.writeRandomOperation(first, second, third) 158 second = third 159 third = temp 160 self.writeln(" " + third + ";")
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | genk-timing.py | 151 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/ |
D | 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/examples/Kaleidoscope/MCJIT/complete/ |
D | genk-timing.py | 156 third = "temp2" 159 self.writeRandomOperation(first, second, third) 163 second = third 164 third = temp 165 self.writeln(" " + third + ";")
|
/external/lldb/test/lang/c/stepping/ |
D | main.c | 43 int complex (int first, int second, int third) in complex() argument 45 return first + second + third; // Step in targetting complex should stop here in complex()
|
/external/clang/test/Rewriter/ |
D | unnamed-bf-modern-write.mm | 9 int third :1; field 19 // CHECK-NEXT: int third : 1;
|
/external/llvm/test/CodeGen/ARM/ |
D | jump-table-islands.ll | 24 i32 1, label %third 28 third:
|
/external/libgdx/backends/gdx-backend-android/libs/ |
D | LICENSE.txt | 34 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… 62 …third party for) any breach of your obligations under this License Agreement, any applicable third… 82 …third 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… 86 …third party applications, data, content, or resources may be subject to separate terms between you… 152 …third party beneficiaries to this License Agreement and that such other companies shall be entitle…
|
/external/clang/test/Profile/ |
D | c-general.c | 168 third: in jumps() 191 goto third; in jumps()
|
/external/eigen/unsupported/Eigen/src/SVD/ |
D | doneInBDCSVD.txt | 9 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/ |
D | MergeJavaBeanTest.java | 155 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()
|