/external/crcalc/tests/src/com/hp/creals/ |
D | CRTest.java | 70 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/ |
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 | 48 function f2(one) { argument 67 function f3(one) { argument 90 function f4(one) { argument 111 function f5(one) { argument
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | LocalLoadingCacheTest.java | 84 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
|
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
|
D | CacheLoadingTest.java | 163 final Object one = new Object(); in testReload() local 209 final Object one = new Object(); in testRefresh() local 269 final Object one = new Object(); in testRefresh_getIfPresent() local 654 final Object one = new Object(); in testReloadNull() local 699 final Object one = new Object(); in testReloadNullFuture() local 744 final Object one = new Object(); in testRefreshNull() local 930 final Object one = new Object(); in testReloadError() local 976 final Object one = new Object(); in testReloadFutureError() local 1022 final Object one = new Object(); in testRefreshError() local 1252 final Object one = new Object(); in testReloadCheckedException() local [all …]
|
/external/v8/test/mjsunit/compiler/ |
D | recursive-deopt.js | 39 var one = 1; variable 44 var one = { valueOf: function() { return 1; } }; variable
|
/external/valgrind/memcheck/tests/darwin/ |
D | scalar.c | 495 size_t one = 1; in main() local 609 size_t one = 1; in main() local
|
/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_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_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_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/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/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/libcxxabi/test/ |
D | test_vector1.pass.cpp | 67 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/clang/test/Sema/ |
D | inline-asm-validate-aarch64.c | 45 void read_write_modifier0(int one, int two) { in read_write_modifier0() 51 void read_write_modifier1(int one, int two) { in read_write_modifier1()
|
/external/boringssl/src/crypto/modes/ |
D | gcm.c | 124 long one; in gcm_init_4bit() member 157 long one; in gcm_gmult_4bit() member 235 long one; in gcm_ghash_4bit() member 419 long one; in CRYPTO_gcm128_init() member 493 long one; in CRYPTO_gcm128_setiv() member 635 long one; in CRYPTO_gcm128_encrypt() member 795 long one; in CRYPTO_gcm128_decrypt() member 962 long one; in CRYPTO_gcm128_encrypt_ctr32() member 1072 long one; in CRYPTO_gcm128_decrypt_ctr32() member 1187 long one; in CRYPTO_gcm128_finish() member
|
/external/clang/test/Analysis/ |
D | templates.cpp | 20 static const T one; member in MyClass 23 template<class T> const T MyClass<T>::one = static_cast<T>(1); member in MyClass<T>
|
/external/skia/src/pathops/ |
D | SkIntersections.cpp | 34 int SkIntersections::insert(double one, double two, const SkDPoint& pt) { in insert() 93 void SkIntersections::insertNear(double one, double two, const SkDPoint& pt1, const SkDPoint& pt2) { in insertNear() 102 int SkIntersections::insertCoincident(double one, double two, const SkDPoint& pt) { in insertCoincident()
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
D | BasicBlockList.java | 112 BasicBlock one = (BasicBlock) getOrNull0(i); in getInstructionCount() local 132 BasicBlock one = (BasicBlock) getOrNull0(i); in getEffectiveInstructionCount() local 177 BasicBlock one = get(i); in forEachInsn() local 197 BasicBlock one = (BasicBlock) get0(i); in withRegisterOffset() local
|