/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 { } 111 … first:}{TypedText second2:}{Text (float)y2}{HorizontalSpace }{TypedText third:}{Text (double)z} … 112 … first:}{TypedText second3:}{Text (float)y3}{HorizontalSpace }{TypedText third:}{Text (double)z} … 113 …ve first:}{TypedText second:}{Text (float)y}{HorizontalSpace }{TypedText third:}{Text (double)z} … 121 …ftParen (}{Text float}{RightParen )}{Text y}{HorizontalSpace }{TypedText third:}{LeftParen (}{Tex… 123 …ftParen (}{Text float}{RightParen )}{Text y}{HorizontalSpace }{TypedText third:}{LeftParen (}{Tex… [all …]
|
/external/bluetooth/glib/docs/ |
D | macros.txt | 19 and/or third party code. 49 This macro can affect third-party code. --enable-debug=no will only 50 disable the assertion macros for GLib itself, but third-party code 57 This macro is similar to G_DISABLE_ASSERT, it affects third-party 67 macro, and since it is a globally visible define, third-party code may
|
/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
|
/external/valgrind/main/exp-ptrcheck/tests/ |
D | supp.supp | 12 third-in-supp.supp
|
/external/clang/test/CXX/class/class.mem/ |
D | p1b.cpp | 45 void a7(int a = third); // expected-error{{use of undeclared identifier 'third'}}
|
/external/icu4c/test/intltest/ |
D | tufmtts.cpp | 108 TimeUnit third(*tmunit); in testAPI() local 109 TimeUnit fourth = third; in testAPI() 112 assertTrue("copied and assigned are equal", (third == fourth)); in testAPI()
|
/external/chromium/net/data/cache_tests/list_loop/ |
D | contents.txt | 157 key: "third" 201 ASSERT_TRUE(cache_->CreateEntry("third", &entry));
|
/external/astl/ |
D | README | 3 Its sole purpose for existence is to be able to compile some third party
|
/external/qemu/pc-bios/keymaps/ |
D | fo | 66 # QWERTY third row
|
D | sv | 70 # QWERTY third row
|
D | et | 73 # QWERTY third row
|
/external/v8/test/mjsunit/ |
D | strict-mode.js | 1061 var third = (function() { "use strict"; return function() {}; })(); function in TestStrictFunctionPills 1062 assertThrows(function() { third.caller; }, TypeError); 1063 assertThrows(function() { third.arguments; }, TypeError); 1069 CheckPillDescriptor(third, "caller"); 1070 CheckPillDescriptor(third, "arguments");
|
/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/dbus/test/data/valid-messages/ |
D | recursive-types.message | 47 # third dict entry is another dict
|
/external/srtp/googlepatches/ |
D | google-12-srtp-hide-aes-tables-main.patch | 7 CC=a2a-mobile,third-party-owners
|
/external/zlib/contrib/dotzlib/ |
D | LICENSE_1_0.txt | 7 Software, and to permit third-parties to whom the Software is furnished to
|
/external/llvm/projects/sample/autoconf/ |
D | configure.ac | 65 dnl * Set the location of various third-party software packages
|
/external/v8/src/ |
D | unicode.cc | 241 byte third = str[2] ^ 0x80; in CalculateValue() local 242 if (third & 0xC0) { in CalculateValue() 247 uchar code_point = ((((first << 6) | second) << 6) | third) in CalculateValue() 266 uchar code_point = (((((first << 6 | second) << 6) | third) << 6) | fourth) in CalculateValue()
|