/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 { } 115 … first:}{TypedText second2:}{Text (float)y2}{HorizontalSpace }{TypedText third:}{Text (double)z} … 116 … first:}{TypedText second3:}{Text (float)y3}{HorizontalSpace }{TypedText third:}{Text (double)z} … 117 …ve first:}{TypedText second:}{Text (float)y}{HorizontalSpace }{TypedText third:}{Text (double)z} … 125 …ftParen (}{Text float}{RightParen )}{Text y}{HorizontalSpace }{TypedText third:}{LeftParen (}{Tex… 127 …ftParen (}{Text float}{RightParen )}{Text y}{HorizontalSpace }{TypedText third:}{LeftParen (}{Tex… [all …]
|
/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/clang/test/Rewriter/ |
D | unnamed-bf-modern-write.mm | 9 int third :1; field 19 // CHECK-NEXT: int third : 1;
|
/external/kernel-headers/original/linux/ |
D | compat.h | 168 long compat_sys_semctl(int first, int second, int third, void __user *uptr); 169 long compat_sys_msgsnd(int first, int second, int third, void __user *uptr); 170 long compat_sys_msgrcv(int first, int second, int msgtyp, int third, 173 long compat_sys_shmat(int first, int second, compat_uptr_t third, int version,
|
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
D | LoopBlinnMathUtils.cpp | 609 FloatPoint second, third; in isConvex() local 631 third = vertices[i++]; in isConvex() 632 dcur = third - second; in isConvex() 639 second = third; /* Remember ptr to current point. */ in isConvex() 644 third = vertices[0]; /* Prepare for 'ConvexCheckTriple' */ in isConvex() 645 dcur = third - second; in isConvex() 649 second = third; /* Remember ptr to current point. */ in isConvex()
|
/external/stlport/src/ |
D | time_facets.cpp | 466 char first, second, third; in __get_date_order() local 479 third = *++fmt; in __get_date_order() 483 return (second == 'm' && third == 'y') ? time_base::dmy in __get_date_order() 486 return (second == 'd' && third == 'y') ? time_base::mdy in __get_date_order() 491 return third == 'm' ? time_base::ydm : time_base::no_order; in __get_date_order() 493 return third == 'd' ? time_base::ymd : time_base::no_order; in __get_date_order()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderObject.cpp | 746 int third = (width + 1) / 3; in drawLineForBoxSide() local 758 graphicsContext->drawRect(IntRect(x1, y1, x2 - x1, third)); in drawLineForBoxSide() 759 graphicsContext->drawRect(IntRect(x1, y2 - third, x2 - x1, third)); in drawLineForBoxSide() 762 graphicsContext->drawRect(IntRect(x1, y1 + 1, third, y2 - y1 - 1)); in drawLineForBoxSide() 763 graphicsContext->drawRect(IntRect(x2 - third, y1 + 1, third, y2 - y1 - 1)); in drawLineForBoxSide() 766 graphicsContext->drawRect(IntRect(x1, y1 + 1, third, y2 - y1 - 1)); in drawLineForBoxSide() 767 graphicsContext->drawRect(IntRect(x2 - third, y1 + 1, third, y2 - y1 - 1)); in drawLineForBoxSide() 779 y1, x2 - max((-adjacentWidth2 * 2 + 1) / 3, 0), y1 + third, in drawLineForBoxSide() 782 y2 - third, x2 - max((adjacentWidth2 * 2 + 1) / 3, 0), y2, in drawLineForBoxSide() 787 x1 + third, y2 - max((-adjacentWidth2 * 2 + 1) / 3, 0), in drawLineForBoxSide() [all …]
|
/external/clang/test/Preprocessor/ |
D | c99-6_10_3_4_p9.c | 15 showlist(The first, second, and third items.);
|
/external/clang/test/CodeGenObjC/ |
D | unname-bf-metadata.m | 8 int third :1; field
|
D | debug-info-self.m | 18 // different, ("<unknown>") file compared to the third parameter which is 'in'
|
/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/clang/test/CXX/class/class.mem/ |
D | p1b.cpp | 45 void a7(int a = third); // expected-error{{use of undeclared identifier 'third'}}
|
/external/valgrind/main/gdbserver_tests/ |
D | mcbreak.stdout.exp | 3 pid .... Thread .... third
|
/external/chromium/net/data/cache_tests/list_loop/ |
D | contents.txt | 157 key: "third" 201 ASSERT_TRUE(cache_->CreateEntry("third", &entry));
|
/external/icu4c/test/intltest/ |
D | tufmtts.cpp | 109 TimeUnit third(*tmunit); in testAPI() local 110 TimeUnit fourth = third; in testAPI() 113 assertTrue("copied and assigned are equal", (third == fourth)); in testAPI()
|
/external/eigen/ |
D | COPYING.README | 5 Some files contain third-party code under BSD or LGPL licenses, whence the other
|
/external/qemu/pc-bios/keymaps/ |
D | fo | 66 # QWERTY third row
|
D | sv | 70 # QWERTY third row
|
D | et | 73 # QWERTY third row
|
/external/webkit/LayoutTests/storage/ |
D | quota-tracking-expected.txt | 3 … and should increase the quota for this origin. Inserting 17k of data the third time should succee…
|
/external/chromium/net/data/cache_tests/list_loop3/ |
D | contents.txt | 168 key: "The third key" 260 ASSERT_EQ(net::OK, CreateEntry("The third key", &entry));
|
/external/srtp/googlepatches/ |
D | google-12-srtp-hide-aes-tables-main.patch | 7 CC=a2a-mobile,third-party-owners
|
/external/libvorbis/doc/ |
D | footer.tex | 24 BSD-like license. This does not restrict third parties from
|
D | a1-encapsulation-ogg.tex | 83 The second and third vorbis packets (comment and setup 85 the logical stream. However many pages they span, the third header 163 page on which it appears and the third packet begin a fresh page.
|