Home
last modified time | relevance | path

Searched defs:one (Results 1 – 25 of 216) sorted by relevance

123456789

/external/clang/test/CodeGen/
D2004-01-01-UnknownInitSize.c7 struct one struct
13 struct one hobbit = {5, {1, 2, 3}}; argument
/external/v8/test/mjsunit/
Dkeyed-call-ic.js54 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
Dkeyed-call-generic.js73 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/
Dblock-scoping.js47 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/
DConcurrentModTest.java36 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/
Drecursive-deopt.js39 var one = 1; variable
44 var one = { valueOf: function() { return 1; } }; variable
/external/valgrind/main/memcheck/tests/darwin/
Dscalar.c491 size_t one = 1; in main() local
605 size_t one = 1; in main() local
/external/chromium/chrome/browser/ui/views/
Ddom_view_browsertest.cc28 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/
Dduplicate-ivar-check.m12 int one; // expected-note {{previous declaration is here}} field
13 int one; // expected-error {{duplicate member 'one'}} field
/external/fdlibm/
Ds_modf.c27 static const double one = 1.0; variable
29 static double one = 1.0; variable
De_atanh.c36 static const double one = 1.0, huge = 1e300; variable
38 static double one = 1.0, huge = 1e300; variable
Ds_tanh.c41 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
De_sinh.c35 static const double one = 1.0, shuge = 1.0e307; variable
37 static double one = 1.0, shuge = 1.0e307; variable
De_cosh.c38 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
De_fmod.c23 static const double one = 1.0, Zero[] = {0.0, -0.0,}; variable
25 static double one = 1.0, Zero[] = {0.0, -0.0,}; variable
De_sqrt.c86 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/
DstrictEquality.js57 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/
DLocalLoadingCacheTest.java89 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
DCacheStatsTest.java61 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/
Dobjc_method_swizzle_unittest.mm13 - (NSInteger)one; method
22 - (NSInteger)one { method
/external/dexmaker/src/dx/java/com/android/dx/io/
DCodeReader.java84 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/
Dchain-decls1.h3 struct one {}; struct
/external/v8/test/mjsunit/regress/
Dregress-406.js48 function one() { return 1; } function
Dregress-996542.js29 var one = 1; variable
/external/astl/tests/
Dtest_uninitialized.cpp104 A one; in testCopyArray() local
111 A one; in testCopyArray() local
118 A one; in testCopyArray() local

123456789