/external/clang/test/CodeGen/ |
D | 2004-01-01-UnknownInitSize.c | 7 struct one struct 13 struct one hobbit = {5, {1, 2, 3}}; argument
|
/external/v8/test/mjsunit/ |
D | keyed-call-ic.js | 54 F.prototype.one = function() {return 'one'; } method in F 166 if (i == 5) { F.prototype.one = function() { return '1'; } } method in F 173 if (i == 5) { f.__proto__ = { one: function() { return 'I'; } } } method 180 if (i == 5) { f.one = function() { return 'ONE'; } } function
|
D | keyed-call-generic.js | 73 function one () { return 1; } function 81 var fast_prop = { zero: zero, one: one, two: two }; property 83 var normal_prop = { zero: zero, one: one, two: two }; property
|
/external/v8/test/mjsunit/harmony/ |
D | block-scoping.js | 47 function f2(one) { argument 66 function f3(one) { argument 86 function f4(one) { argument 107 function f5(one) { argument
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
D | ConcurrentModTest.java | 36 Double one = new Double(1.0); in testGet() local 66 Double one = new Double(1.0); in testSet() local 96 Double one = new Double(1.0); in testAdd() local 126 Double one = new Double(1.0); in testRemove() local 156 Double one = new Double(1.0); in testAddAll() local
|
/external/v8/test/mjsunit/compiler/ |
D | recursive-deopt.js | 39 var one = 1; variable 44 var one = { valueOf: function() { return 1; } }; variable
|
/external/valgrind/main/memcheck/tests/darwin/ |
D | scalar.c | 491 size_t one = 1; in main() local 605 size_t one = 1; in main() local
|
/external/chromium/chrome/browser/ui/views/ |
D | dom_view_browsertest.cc | 28 Widget* one = CreatePopupWindow(); in IN_PROC_BROWSER_TEST_F() local 46 Widget* one = CreatePopupWindow(); in IN_PROC_BROWSER_TEST_F() local 68 Widget* one = CreatePopupWindow(); in IN_PROC_BROWSER_TEST_F() local
|
/external/clang/test/SemaObjC/ |
D | duplicate-ivar-check.m | 12 int one; // expected-note {{previous declaration is here}} field 13 int one; // expected-error {{duplicate member 'one'}} field
|
/external/fdlibm/ |
D | s_modf.c | 27 static const double one = 1.0; variable 29 static double one = 1.0; variable
|
D | e_atanh.c | 36 static const double one = 1.0, huge = 1e300; variable 38 static double one = 1.0, huge = 1e300; variable
|
D | s_tanh.c | 41 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable 43 static double one=1.0, two=2.0, tiny = 1.0e-300; variable
|
D | e_sinh.c | 35 static const double one = 1.0, shuge = 1.0e307; variable 37 static double one = 1.0, shuge = 1.0e307; variable
|
D | e_cosh.c | 38 static const double one = 1.0, half=0.5, huge = 1.0e300; variable 40 static double one = 1.0, half=0.5, huge = 1.0e300; variable
|
D | e_fmod.c | 23 static const double one = 1.0, Zero[] = {0.0, -0.0,}; variable 25 static double one = 1.0, Zero[] = {0.0, -0.0,}; variable
|
D | e_sqrt.c | 86 static const double one = 1.0, tiny=1.0e-300; variable 88 static double one = 1.0, tiny=1.0e-300; variable
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/operator/ |
D | strictEquality.js | 57 var anObject = { one:1 , two:2 }; property 63 false, (anObject === { one:1 , two:2 })); property 66 false, ({ one:1 , two:2 } === anObject)); property
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | LocalLoadingCacheTest.java | 89 Object one = new Object(); in testStats() local 149 Object one = new Object(); in testStatsNoops() local 189 Object one = new Object(); in testDisableStats() local 212 Object one = new Object(); in testAsMap() local 272 Object one = new Object(); in testAsMapRecency() local
|
D | CacheStatsTest.java | 61 CacheStats one = new CacheStats(11, 13, 17, 19, 23, 27); in testMinus() local 82 CacheStats one = new CacheStats(11, 13, 15, 13, 11, 9); in testPlus() local
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | objc_method_swizzle_unittest.mm | 13 - (NSInteger)one; method 22 - (NSInteger)one { method
|
/external/dexmaker/src/dx/java/com/android/dx/io/ |
D | CodeReader.java | 84 DecodedInstruction one = decodedInstructions[i]; in visitAll() local 99 private void callVisit(DecodedInstruction[] all, DecodedInstruction one) { in callVisit() 119 void visit(DecodedInstruction[] all, DecodedInstruction one); in visit()
|
/external/clang/test/PCH/Inputs/ |
D | chain-decls1.h | 3 struct one {}; struct
|
/external/v8/test/mjsunit/regress/ |
D | regress-406.js | 48 function one() { return 1; } function
|
D | regress-996542.js | 29 var one = 1; variable
|
/external/astl/tests/ |
D | test_uninitialized.cpp | 104 A one; in testCopyArray() local 111 A one; in testCopyArray() local 118 A one; in testCopyArray() local
|