/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/ |
D | while-004.js | 64 var result1 = "pass"; 73 result1 = "failed: hit code after continue statement"; 87 result1 ); 102 var result1 = "pass"; 109 result1 = "fail: got to code after a break"; 120 result1 ); 143 var result1 = "pass"; 150 result1 = "fail: got to code after the break"; 160 result1 ); 182 var result1 = "pass"; [all …]
|
D | forin-001.js | 134 var result1 = 0; 142 result1++; 156 result1 == 1 ); 181 var result1 = 0; 189 result1++; 202 result1 == 1 ); 227 var result1 = 0;
|
D | dowhile-005.js | 33 result1 = "pass"; 42 result1 = "fail: did break out of inner label"; 63 result1 );
|
D | dowhile-004.js | 31 result1 = "pass"; 39 result1 = "fail: evaluated statement after a labeled break"; 56 result1 );
|
D | dowhile-002.js | 35 result1 = "pass"; 43 result1 = "fail: evaluated statement after a labeled break"; 60 result1 );
|
D | dowhile-006.js | 45 var result1 = false; 63 result1 = true; 79 result1 );
|
D | dowhile-007.js | 40 result1 = false; 50 result1 = true; 75 result1 );
|
/external/aac/libFDK/src/arm/ |
D | qmf_arm.cpp | 611 FIXP_DBL result1, result2; in qmfSynPrototypeFirSlot2() local 613 result1 = *pMyTimeOut++; in qmfSynPrototypeFirSlot2() 616 result1 = fMult(result1,gain); in qmfSynPrototypeFirSlot2() 618 if (result1 < 0) result1 += add_neg; in qmfSynPrototypeFirSlot2() 619 if (result1 < max_neg) result1 = max_neg; in qmfSynPrototypeFirSlot2() 620 if (result1 > max_pos) result1 = max_pos; in qmfSynPrototypeFirSlot2() 622 timeOut[0] = result1 >> scale; in qmfSynPrototypeFirSlot2() 624 timeOut[0] = result1 << scale; in qmfSynPrototypeFirSlot2() 638 result1 = *pMyTimeOut++; in qmfSynPrototypeFirSlot2() 641 result1 = fMult(result1,gain); in qmfSynPrototypeFirSlot2() [all …]
|
/external/valgrind/main/none/tests/s390x/ |
D | clcl.c | 76 clcl_t result1, result2; in clcl() local 93 result1 = result_from_regs(regs); in clcl() 102 if (result1.pad != pad) in clcl() 124 if (result1.addr1 != result2.addr1) in clcl() 126 if (result1.addr2 != result2.addr2) in clcl() 128 if (result1.len1 != result2.len1) in clcl() 130 if (result1.len2 != result2.len2) in clcl() 132 if (result1.pad != result2.pad) in clcl() 134 if (result1.cc != result2.cc) in clcl() 137 return result1; in clcl()
|
D | mvcl.c | 77 mvcl_t result1, result2; in mvcl() local 97 result1 = result_from_regs(regs); in mvcl() 106 if (result1.pad != pad) in mvcl() 129 if (result1.addr1 != result2.addr1) in mvcl() 131 if (result1.addr2 != result2.addr2) in mvcl() 133 if (result1.len1 != result2.len1) in mvcl() 135 if (result1.len2 != result2.len2) in mvcl() 137 if (result1.pad != result2.pad) in mvcl() 139 if (result1.cc != result2.cc) in mvcl() 142 return result1; in mvcl()
|
/external/icu4c/samples/citer/ |
D | citer.cpp | 59 UnicodeString result1, result2; in TestUChariter() local 61 iter.getText(result1); in TestUChariter() 63 if (result1 != result2) { in TestUChariter() 124 UnicodeString result1, result2; in TestStringiter() local 126 iter.getText(result1); in TestStringiter() 128 if (result1 != result2) { in TestStringiter()
|
/external/icu4c/test/cintltst/ |
D | cformtst.c | 59 UChar *result1=NULL; in myDateFormat() local 70 result1=(UChar*)ctst_malloc(sizeof(UChar) * resultlength); in myDateFormat() 71 udat_format(dat, d1, result1, resultlength, NULL, &status); in myDateFormat() 78 return result1; in myDateFormat()
|
D | currtest.c | 195 double result1 = 0.0, result2 = 0.0; in TestPrefixSuffix() local 212 result1 = unum_parseDoubleCurrency(parser, TEST_NUMBER, -1, &pos, buffer, &status); in TestPrefixSuffix() 223 if (result1 != result2 || U_FAILURE(status)) { in TestPrefixSuffix() 225 result1, result2, u_errorName(status)); in TestPrefixSuffix()
|
/external/chromium/chrome/browser/history/ |
D | history_types_unittest.cc | 42 URLResult result1(url1, base::Time::Now()); in AddSimpleData() local 47 results->AppendURLBySwapping(&result1); in AddSimpleData() 57 URLResult result1(url2, base::Time::Now()); in AddAlternateData() local 61 results->AppendURLBySwapping(&result1); in AddAlternateData()
|
/external/llvm/test/CodeGen/X86/ |
D | 2010-04-21-CoalescerBug.ll | 10 %agg.result1 = bitcast %struct.CMTimeMapping* %agg.result to i8* ; <i8*> [#uses=1] 11 tail call void @llvm.memcpy.p0i8.p0i8.i64(i8* %agg.result1, i8* null, i64 96, i32 4, i1 false)
|
/external/skia/tests/ |
D | SrcOverTest.cpp | 38 unsigned result1 = test_srcover1(0xFF, i); in test_srcover_hack() local 41 opaqueCounter1 += (result1 == 0xFF); in test_srcover_hack()
|
/external/icu4c/test/intltest/ |
D | nmfmapts.cpp | 159 Formattable result1, result2, result3; in testAPI() local 161 fr->parseObject(text, result1, pos); in testAPI() 162 if(result1.getType() != Formattable::kDouble && result1.getDouble() != d) { in testAPI() 165 logln(text + " parsed into " + (int32_t) result1.getDouble()); in testAPI()
|
D | sdtfmtts.cpp | 162 UDate result1, result2; in testAPI() local 164 result1 = def.parse(text, pos); in testAPI() 165 logln(text + " parsed into " + result1); in testAPI()
|
D | dcfmapts.cpp | 164 Formattable result1, result2; in testAPI() local 172 pat.parse(text, result1, pos); in testAPI() 173 if(result1.getType() != Formattable::kDouble && result1.getDouble() != d) { in testAPI() 176 logln(text + " parsed into " + (int32_t) result1.getDouble()); in testAPI()
|
D | dtfmapts.cpp | 187 Formattable result1; in testAPI() local 190 def->parseObject(text, result1, pos); in testAPI() 191 if(result1.getType() != Formattable::kDate) { in testAPI() 194 logln(text + " parsed into " + result1.getDate()); in testAPI()
|
D | selfmts.cpp | 314 UnicodeString result1; in selectFormatAPITest() local 316 selFmt1->format( testArgs, result1 , ignore , status1); in selectFormatAPITest() 321 if( result1 != expected ){ in selectFormatAPITest()
|
D | citrtest.cpp | 197 UnicodeString result1, result2, result3; in TestConstructionAndEquality() local 231 test1->getText(result1); in TestConstructionAndEquality() 234 if(result1 != result2 || result1 != result3) in TestConstructionAndEquality() 260 testChar1->getText(result1); in TestConstructionAndEquality() 263 if(result1 != result3 || result1 == result2) in TestConstructionAndEquality() 267 if(result1 == result3 || result2 != result3) in TestConstructionAndEquality() 271 if(result1 != result3 || result1 == result2) in TestConstructionAndEquality()
|
/external/bluetooth/glib/tests/ |
D | shell-test.c | 64 static const gchar *result1[] = { "foo", "bar", NULL }; variable 81 { G_N_ELEMENTS (result1) - 1, result1 },
|
/external/clang/test/SemaObjCXX/ |
D | instantiate-message.mm | 16 R *result1 = [T method1:arg1]; 39 R *result1 = [receiver method1:arg1];
|
/external/chromium/net/tools/testserver/ |
D | chromiumsync_test.py | 256 proto1, result1 = DoCommit(name='namae', id_string='Foo', 267 for p, r in [(proto1, result1), (proto2, result2), (proto3, result3)]: 277 self.assertEqual(result1.parent_id_string, proto1.parent_id_string) 278 self.assertEqual(result2.parent_id_string, result1.id_string) 284 self.assertEqual([result1, result2, result3], changes) 302 proto1b, result1b = DoCommit(original=result1, 305 prev=result1)
|