/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/ |
D | actions.c | 60 unsigned int l1 = RegExp_fixedLength(r->d.AltCatOp.exp1); in AltOp_fixedLength() 62 unsigned int l2 = RegExp_fixedLength(r->d.AltCatOp.exp1); in AltOp_fixedLength() 72 if((l1 = RegExp_fixedLength(r->d.AltCatOp.exp1)) != ~0u ) in CatOp_fixedLength() 119 RegExp_calcSize(re->d.AltCatOp.exp1, rep); in RegExp_calcSize() 121 re->size = re->d.AltCatOp.exp1->size in RegExp_calcSize() 125 RegExp_calcSize(re->d.AltCatOp.exp1, rep); in RegExp_calcSize() 127 re->size = re->d.AltCatOp.exp1->size + re->d.AltCatOp.exp2->size; in RegExp_calcSize() 174 j = &i[re->d.AltCatOp.exp1->size + 1]; in AltOp_compile() 176 RegExp_compile(re->d.AltCatOp.exp1, rep, &i[1]); in AltOp_compile() 207 RegExp_compile(re->d.AltCatOp.exp1, rep, &i[0]); in RegExp_compile() [all …]
|
D | re.h | 97 struct RegExp *exp1, *exp2; member 146 r->d.AltCatOp.exp1 = e1; in RegExp_new_AltOp() 156 r->d.AltCatOp.exp1 = e1; in RegExp_new_CatOp()
|
/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/valgrind/main/none/tests/s390x/ |
D | Makefile.am | 21 op00.stderr.exp1 op00.stderr.exp2 op00.vgtest \
|
D | Makefile.in | 637 op00.stderr.exp1 op00.stderr.exp2 op00.vgtest \
|
/external/chromium/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/chromium_org/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/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/skia/src/animator/ |
D | SkScriptTokenizer.cpp | 1279 #define testRemainder(exp1, exp2) { #exp1 "%" #exp2, SkOperand2::kScalar, 0, fmodf((float) exp1, (f… argument 1282 #define testRemainder(exp1, exp2) { #exp1 "%" #exp2, SkOperand2::kScalar, 0, (int) (fmod(exp1, exp2… argument
|
D | SkScript.cpp | 1655 …#define testRemainder(exp1, exp2) { #exp1 "%" #exp2, SkType_Float, 0, sk_float_mod(exp1, exp2), DE… argument 1658 …#define testRemainder(exp1, exp2) { #exp1 "%" #exp2, SkType_Float, 0, (int) (sk_float_mod(exp1, ex… argument
|
/external/chromium_org/third_party/skia/src/animator/ |
D | SkScriptTokenizer.cpp | 1279 #define testRemainder(exp1, exp2) { #exp1 "%" #exp2, SkOperand2::kScalar, 0, fmodf((float) exp1, (f… argument 1282 #define testRemainder(exp1, exp2) { #exp1 "%" #exp2, SkOperand2::kScalar, 0, (int) (fmod(exp1, exp2… argument
|
D | SkScript.cpp | 1655 …#define testRemainder(exp1, exp2) { #exp1 "%" #exp2, SkType_Float, 0, sk_float_mod(exp1, exp2), DE… argument 1658 …#define testRemainder(exp1, exp2) { #exp1 "%" #exp2, SkType_Float, 0, (int) (sk_float_mod(exp1, ex… argument
|
/external/valgrind/main/drd/tests/ |
D | Makefile.am | 175 pth_detached3.stderr.exp1 \ 181 pth_inconsistent_cond_wait.stderr.exp1 \
|
D | Makefile.in | 892 pth_detached3.stderr.exp1 \ 898 pth_inconsistent_cond_wait.stderr.exp1 \
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | SetsTest.java | 651 List<Object> exp1 = list((Object) 1, "3"); 656 ASSERT.that(Sets.<Object>cartesianProduct(x, y)).hasContentsAnyOrder(exp1, exp2, exp3, exp4);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | caltest.cpp | 2081 UnicodeString exp1 = UNICODE_STRING_SIMPLE("Mon 30 Jumada II 1433 AH, 01:47:03"); in Test3785() local 2104 if ( act1 != exp1 ) { in Test3785()
|
D | usettest.cpp | 166 const char* exp1[] = {"aa", "ab", NOT, "ac", NULL}; in TestToPattern() local 167 expectToPattern(*s, "[a-z{aa}{ab}]", exp1); in TestToPattern()
|
/external/icu4c/test/intltest/ |
D | caltest.cpp | 2169 UnicodeString exp1 = UNICODE_STRING_SIMPLE("Mon 30 Jumada II 1433 AH, 01:47:03"); in Test3785() local 2192 if ( act1 != exp1 ) { in Test3785()
|
D | usettest.cpp | 166 const char* exp1[] = {"aa", "ab", NOT, "ac", NULL}; in TestToPattern() local 167 expectToPattern(*s, "[a-z{aa}{ab}]", exp1); in TestToPattern()
|