/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/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 { } 128 … first:}{TypedText second2:}{Text (float)y2}{HorizontalSpace }{TypedText third:}{Text (double)z} … 129 … first:}{TypedText second3:}{Text (float)y3}{HorizontalSpace }{TypedText third:}{Text (double)z} … 130 …ve first:}{TypedText second:}{Text (float)y}{HorizontalSpace }{TypedText third:}{Text (double)z} … 138 …ftParen (}{Text float}{RightParen )}{Text y}{HorizontalSpace }{TypedText third:}{LeftParen (}{Tex… 140 …ftParen (}{Text float}{RightParen )}{Text y}{HorizontalSpace }{TypedText third:}{LeftParen (}{Tex… [all …]
|
/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/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/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/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/clang/test/Profile/ |
D | c-general.c | 167 third: in jumps() 190 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/llvm/test/CodeGen/X86/ |
D | 2013-10-14-FastISel-incorrect-vreg.ll | 28 ; Load the third argument 67 ; Load the third argument 106 ; Load the third argument
|
D | returned-trunc-tail-calls.ll | 61 %third = extractvalue {i32, {i32, i32}} %val, 1, 1 65 %res = insertvalue {{i32, i32}, i32} %reseventmper, i32 %third, 1
|
/external/clang/test/Preprocessor/ |
D | c99-6_10_3_4_p9.c | 15 showlist(The first, second, and third items.);
|
D | macro_expand_empty.c | 21 third // CHECK: {{^}}third{{$}}
|
/external/clang/test/CodeGenObjC/ |
D | unname-bf-metadata.m | 8 int third :1; field
|
/external/v8/test/mjsunit/ |
D | strict-mode.js | 1063 var third = (function() { "use strict"; return function() {}; })(); function in TestStrictFunctionPills 1064 assertThrows(function() { third.caller; }, TypeError); 1065 assertThrows(function() { third.arguments; }, TypeError); 1066 assertThrows(function() { third.caller = 42; }, TypeError); 1067 assertThrows(function() { third.arguments = 42; }, TypeError); 1073 CheckPillDescriptor(third, "caller"); 1074 CheckPillDescriptor(third, "arguments");
|
/external/valgrind/gdbserver_tests/ |
D | mcbreak.stdout.exp | 3 pid .... Thread .... third
|
/external/clang/test/CXX/class/class.mem/ |
D | p1b.cpp | 45 void a7(int a = third); // expected-error{{use of undeclared identifier 'third'}}
|
/external/lldb/test/functionalities/data-formatter/data-formatter-named-summaries/ |
D | main.cpp | 50 Third *third = new Third(96,'E'); in main() local
|
/external/deqp/doc/testspecs/GLES2/ |
D | functional.vertex_arrays.multiple_attributes.txt | 42 attributes first two components and adds first to third component and second 43 to fourth component, if more than two components are used. First and third component
|
D | functional.vertex_arrays.single_attribute.txt | 47 first to third component and second to fourth component if more than 48 two components are used. First and third component are used as x coordinate
|
/external/deqp/doc/testspecs/GLES3/ |
D | functional.vertex_arrays.multiple_attributes.txt | 42 attributes first two components and adds first to third component and second 43 to fourth component, if more than two components are used. First and third component
|
/external/llvm/test/CodeGen/ARM/ |
D | returned-trunc-tail-calls.ll | 50 %third = extractvalue {i32, {i32, i32}} %val, 1, 1 54 %res = insertvalue {{i32, i32}, i32} %reseventmper, i32 %third, 1
|