/external/ltp/testcases/realtime/func/pi-tests/ |
D | parse-testpi1.py | 39 exp3=re.compile("[1-9]\d{2,3}") 42 if exp1.search(line) and exp2.search(prev_line)and exp3.search(prev_line):
|
D | parse-testpi2.py | 40 exp3=re.compile("[1-9]\d{2,3}") 45 if exp1.search(line) and exp2.search(prev_line) and exp3.search(prev_line):
|
/external/epid-sdk/epid/member/tiny/math/ |
D | fq12.h | 105 VeryLargeInt const* exp3);
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_cse_test.cc | 231 auto exp3 = builder.AddInstruction(HloInstruction::CreateUnary( in TEST_F() local 234 builder.AddInstruction(HloInstruction::CreateTuple({exp1, exp2, exp3})); in TEST_F() 240 EXPECT_THAT(tuple, op::Tuple(exp1, exp2, exp3)); in TEST_F() 247 EXPECT_THAT(first_operand, ::testing::AnyOf(exp1, exp2, exp3)); in TEST_F()
|
D | hlo_instruction_test.cc | 670 auto exp3 = builder.AddInstruction( in TEST_F() local 676 {exp3, exp2, exp1}, HloInstruction::FusionKind::kLoop); in TEST_F()
|
D | buffer_assignment_test.cc | 817 auto exp3 = builder.AddInstruction( in TEST_F() local 823 const std::vector<const HloInstruction*> instrs = GetInstructions(exp3); in TEST_F()
|
/external/epid-sdk/epid/member/tiny/math/src/ |
D | fq12.c | 134 VeryLargeInt const* exp3) { in Fq12MultiExp() argument 141 Fq12Exp(&tmp, base3, exp3); in Fq12MultiExp()
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | ListsTest.java | 350 List<Object> exp3 = list((Object) 2, "3"); in testCartesianProduct_unrelatedTypes() local 354 .has().exactly(exp1, exp2, exp3, exp4).inOrder(); in testCartesianProduct_unrelatedTypes()
|
D | SetsTest.java | 437 List<Object> exp3 = list((Object) 2, "3"); in testCartesianProduct_unrelatedTypes() local 441 .has().exactly(exp1, exp2, exp3, exp4).inOrder(); in testCartesianProduct_unrelatedTypes()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | ListsTest.java | 574 List<Object> exp3 = list((Object) 2, "3"); in testCartesianProduct_unrelatedTypes() local 578 .has().exactly(exp1, exp2, exp3, exp4).inOrder(); in testCartesianProduct_unrelatedTypes()
|
D | SetsTest.java | 724 List<Object> exp3 = list((Object) 2, "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 | 1449 String exp3[] = { in testSelectFormat() local 1457 exp3[i] , msgFmt.format(testArgs3[i]) ); in testSelectFormat()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | TestMessageFormat.java | 1452 String exp3[] = { in testSelectFormat() local 1460 exp3[i] , msgFmt.format(testArgs3[i]) ); in testSelectFormat()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | FastMath.java | 3245 int exp3 = exponent / 3; in cbrt() local 3249 (long)(((exp3 + 1023) & 0x7ff)) << 52); in cbrt()
|
/external/icu/icu4c/source/test/intltest/ |
D | usettest.cpp | 174 const char* exp3[] = {"{l", "r}", NOT, "xy", NULL}; in TestToPattern() local 175 expectToPattern(*s, UNICODE_STRING_SIMPLE("[a-z{r\\}}{\\{l}]"), exp3); in TestToPattern()
|
/external/conscrypt/benchmark-android/ |
D | vogar.jar | META-INF/
META-INF/MANIFEST.MF
vogar/
vogar/TestProperties.class
TestProperties ... |