Home
last modified time | relevance | path

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

12345678910>>...16

/external/crcalc/tests/src/com/hp/creals/
DCRTest.java70 CR one = CR.valueOf(1); in testCR() local
81 check_eq(one.min(two),one, "min failed"); in testCR() local
82 check_eq(one.abs(),one, "abs failed 1"); in testCR() local
83 check_eq(one.negate().abs(),one, "abs failed 2"); in testCR() local
88 check_eq(one.negate().add(two), one, "negate failed"); in testCR() local
94 check_eq(one.divide(thirteen).multiply(thirteen), one, in testCR() local
100 check_eq(zero.exp(), one, "exp(0) failed"); in testCR() local
105 check_eq(e.ln(), one, "ln(e) failed"); in testCR() local
115 check_eq(half_pi.sin(), one, "sin(pi/2) failed"); in testCR() local
126 check_eq(asin.execute(one.sin()), one, "asin(sin(1) failed"); in testCR() local
[all …]
/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/webrtc/webrtc/base/
Dreferencecountedsingletonfactory_unittest.cc66 rcsf_ptr<MyExistenceWatcher> one(&factory), two(&factory); in TEST() local
74 rcsf_ptr<MyExistenceWatcher> one(&factory); in TEST() local
84 rcsf_ptr<MyExistenceWatcher> one(&factory); in TEST() local
94 rcsf_ptr<MyExistenceWatcher> one(&factory); in TEST() local
104 rcsf_ptr<MyExistenceWatcher> one(&factory), two(&factory); in TEST() local
121 rcsf_ptr<MyExistenceWatcher> one(&factory); in TEST() local
/external/guava/guava-tests/test/com/google/common/cache/
DLocalLoadingCacheTest.java84 Object one = new Object(); in testStats() local
144 Object one = new Object(); in testStatsNoops() local
187 Object one = new Object(); in testNoStats() local
212 Object one = new Object(); in testRecordStats() local
239 Object one = new Object(); in testAsMap() local
299 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/v8/test/mjsunit/compiler/
Drecursive-deopt.js39 var one = 1; variable
44 var one = { valueOf: function() { return 1; } }; variable
/external/valgrind/memcheck/tests/darwin/
Dscalar.c495 size_t one = 1; in main() local
611 size_t one = 1; in main() local
/external/v8/test/mjsunit/es6/
Dblock-scoping.js48 function f2(one) { argument
71 function f3(one) { argument
97 function f4(one) { argument
123 function f5(one) { argument
/external/v8/test/mjsunit/harmony/
Dblock-scoping-sloppy.js46 function f2(one) { argument
69 function f3(one) { argument
95 function f4(one) { argument
121 function f5(one) { argument
/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/v8/test/mjsunit/regress/
Dregress-520029.js11 function f(one) { class x { } { class x { } function g() { one; x; } g() } } f() argument
18 function __f_4(one) { argument
/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
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
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
/external/chromium-trace/catapult/third_party/mox3/mox3/tests/
Dmox_helper.py114 def __init__(self, one, two, nine=None): argument
117 def __call__(self, one): argument
124 def MyTestFunction(one, two, nine=None): argument
132 def TestMethod(self, one, two, nine=None): argument
/external/chromium-trace/catapult/telemetry/third_party/mox3/mox3/tests/
Dmox_helper.py114 def __init__(self, one, two, nine=None): argument
117 def __call__(self, one): argument
124 def MyTestFunction(one, two, nine=None): argument
132 def TestMethod(self, one, two, nine=None): argument
/external/libcxxabi/test/
Dtest_vector1.pass.cpp67 void *one, *two, *three; in test_empty() local
111 void *one, *two, *three; in test_counted() local
152 void *one, *two, *three; in test_exception_in_constructor() local
209 void *one, *two, *three; in test_exception_in_destructor() local
/external/opencv3/3rdparty/libjasper/
Djpc_t1enc.c408 #define sigpass_step(fp, frowstep, dp, bitpos, one, nmsedec, orient, mqenc, vcausalflag) \ argument
434 int one; in jpc_encsigpass() local
506 #define rawsigpass_step(fp, frowstep, dp, bitpos, one, nmsedec, out, vcausalflag) \ argument
534 int one; in jpc_encrawsigpass() local
617 #define refpass_step(fp, dp, bitpos, one, nmsedec, mqenc, vcausalflag) \ argument
635 int one; in jpc_encrefpass() local
708 #define rawrefpass_step(fp, dp, bitpos, one, nmsedec, out, vcausalflag) \ argument
729 int one; in jpc_encrawrefpass() local
804 #define clnpass_step(fp, frowstep, dp, bitpos, one, orient, nmsedec, mqenc, label1, label2, vcausal… argument
842 int one; in jpc_encclnpass() local
/external/testng/src/test/java/test/dependent/
DSampleDependentMethods3.java20 public void one() { in one() method in SampleDependentMethods3
28 public void one(String s) { in one() method in SampleDependentMethods3
/external/boringssl/src/crypto/modes/
Dgcm.c126 long one; in gcm_init_4bit() member
159 long one; in gcm_gmult_4bit() member
237 long one; in gcm_ghash_4bit() member
422 long one; in CRYPTO_gcm128_init() member
496 long one; in CRYPTO_gcm128_setiv() member
639 long one; in CRYPTO_gcm128_encrypt() member
799 long one; in CRYPTO_gcm128_decrypt() member
966 long one; in CRYPTO_gcm128_encrypt_ctr32() member
1075 long one; in CRYPTO_gcm128_decrypt_ctr32() member
1189 long one; in CRYPTO_gcm128_finish() member

12345678910>>...16