/external/chromium_org/third_party/skia/third_party/lua/src/ |
D | lobject.c | 138 int exp1 = 0; in lua_strx2number() local 145 exp1 = exp1 * 10 + *(s++) - '0'; in lua_strx2number() 146 if (neg1) exp1 = -exp1; in lua_strx2number() 147 e += exp1; in lua_strx2number()
|
D | lparser.c | 1272 static int exp1 (LexState *ls) { in exp1() function 1318 exp1(ls); /* initial value */ in fornum() 1320 exp1(ls); /* limit */ in fornum() 1322 exp1(ls); /* optional step */ in fornum()
|
/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/chromium_org/v8/src/ |
D | harmony-math.js | 51 var exp1 = MathExp(x); 53 return (exp1 - exp2) / (exp1 + exp2);
|
/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/valgrind/main/none/tests/s390x/ |
D | Makefile.am | 34 op00.stderr.exp1 op00.stderr.exp2 op00.vgtest \
|
D | Makefile.in | 848 op00.stderr.exp1 op00.stderr.exp2 op00.vgtest \
|
/external/valgrind/main/drd/tests/ |
D | Makefile.am | 188 pth_detached3.stderr.exp1 \ 194 pth_inconsistent_cond_wait.stderr.exp1 \
|
D | Makefile.in | 960 pth_detached3.stderr.exp1 \ 966 pth_inconsistent_cond_wait.stderr.exp1 \
|
/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/chromium_org/third_party/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 | 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/icu/icu4c/source/test/intltest/ |
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()
|
D | caltest.cpp | 2209 UnicodeString exp1 = UNICODE_STRING_SIMPLE("Mon 30 Jumada II 1433 AH, 01:47:03"); in Test3785() local 2232 if ( act1 != exp1 ) { in Test3785()
|