/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/ |
D | key.py | 280 def __init__(self, n, e, d, p, q, exp1=None, exp2=None, coef=None): argument 288 if exp1 is None: 289 self.exp1 = int(d % (p - 1)) 291 self.exp1 = exp1 293 if exp1 is None: 321 self.exp1 == other.exp1 and 403 asn_key.setComponentByName('exponent1', self.exp1)
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRUnwantedTokenException.m | 70 NSString *exp1 = [NSString stringWithFormat:@", expected %d", expecting]; 72 exp1 = @""; 75 return [NSString stringWithFormat:@"UnwantedTokenException(found=%@)", exp1]; 77 return [NSString stringWithFormat:@"UnwantedTokenException(found=%@ %@", token.text, exp1];
|
/external/protobuf/gtest/scripts/ |
D | pump.py | 393 def __init__(self, identifier=None, exp1=None, exp2=None): argument 395 self.exp1 = exp1 658 lower = int(env.EvalExp(node.exp1))
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/ |
D | pump.py | 402 def __init__(self, identifier=None, exp1=None, exp2=None): argument 404 self.exp1 = exp1 665 lower = int(env.EvalExp(node.exp1))
|
/external/google-breakpad/src/testing/gtest/scripts/ |
D | pump.py | 402 def __init__(self, identifier=None, exp1=None, exp2=None): argument 404 self.exp1 = exp1 665 lower = int(env.EvalExp(node.exp1))
|
/external/valgrind/none/tests/s390x/ |
D | Makefile.am | 38 op00.stderr.exp1 op00.stderr.exp2 op00.vgtest \
|
/external/valgrind/drd/tests/ |
D | Makefile.am | 199 pth_detached3.stderr.exp1 \ 205 pth_inconsistent_cond_wait.stderr.exp1 \
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | ListsTest.java | 348 List<Object> exp1 = list((Object) 1, "3"); in testCartesianProduct_unrelatedTypes() local 354 .has().exactly(exp1, exp2, exp3, exp4).inOrder(); in testCartesianProduct_unrelatedTypes()
|
D | SetsTest.java | 435 List<Object> exp1 = list((Object) 1, "3"); in testCartesianProduct_unrelatedTypes() local 441 .has().exactly(exp1, exp2, exp3, exp4).inOrder(); in testCartesianProduct_unrelatedTypes()
|
/external/skia/src/animator/ |
D | SkScriptTokenizer.cpp | 1278 #define testRemainder(exp1, exp2) { #exp1 "%" #exp2, SkOperand2::kScalar, 0, fmodf((float) exp1, (f… argument
|
D | SkScript.cpp | 1654 …#define testRemainder(exp1, exp2) { #exp1 "%" #exp2, SkType_Float, 0, sk_float_mod(exp1, exp2), DE… argument
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ListsTest.java | 572 List<Object> exp1 = list((Object) 1, "3"); in testCartesianProduct_unrelatedTypes() local 578 .has().exactly(exp1, exp2, exp3, exp4).inOrder(); in testCartesianProduct_unrelatedTypes()
|
D | SetsTest.java | 722 List<Object> exp1 = list((Object) 1, "3"); 728 .has().exactly(exp1, exp2, exp3, exp4).inOrder();
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | TestMessageFormat.java | 1391 String exp1[] = { in testSelectFormat() local 1398 exp1[i] , msgFmt.format(testArgs1[i]) ); in testSelectFormat()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TestMessageFormat.java | 1395 String exp1[] = { in testSelectFormat() local 1402 exp1[i] , msgFmt.format(testArgs1[i]) ); in testSelectFormat()
|
/external/icu/icu4c/source/test/intltest/ |
D | usettest.cpp | 165 const char* exp1[] = {"aa", "ab", NOT, "ac", NULL}; in TestToPattern() local 166 expectToPattern(*s, "[a-z{aa}{ab}]", exp1); in TestToPattern()
|
D | caltest.cpp | 2220 UnicodeString exp1 = UNICODE_STRING_SIMPLE("Mon 30 Jumada II 1433 AH, 01:47:03"); in Test3785() local 2243 if ( act1 != exp1 ) { in Test3785()
|