/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/ |
D | while-004.js | 104 var result3 = "fail: did not get to code after label"; 114 result3 = "pass"; 133 result3 ); 145 var result3 = "fail: did not evaluate statement after label"; 154 result3 = "pass"; 172 result3 );
|
D | forin-001.js | 136 var result3 = 0; 149 result3++; 174 result3 == 0 ); 183 var result3 = 0; 195 result3++; 220 result3 == 0 ); 229 var result3 = 0; 257 result3 == 1 );
|
D | dowhile-007.js | 42 result3 = false; 62 result3 = true; 87 result3 );
|
D | dowhile-005.js | 35 result3 = "pass"; 51 result3 = "fail: did not break out of outer label";
|
/external/icu4c/test/intltest/ |
D | nmfmapts.cpp | 159 Formattable result1, result2, result3; in testAPI() local 174 fr->parse(text, result3, status); in testAPI() 178 if(result3.getType() != Formattable::kDouble && result3.getDouble() != d) { in testAPI() 181 logln(text + " parsed into " + (int32_t) result3.getDouble()); in testAPI()
|
D | citrtest.cpp | 198 UnicodeString result1, result2, result3; in TestConstructionAndEquality() local 234 test1c->getText(result3); in TestConstructionAndEquality() 235 if(result1 != result2 || result1 != result3) in TestConstructionAndEquality() 263 testChar3->getText(result3); in TestConstructionAndEquality() 264 if(result1 != result3 || result1 == result2) in TestConstructionAndEquality() 267 testChar3->getText(result3); in TestConstructionAndEquality() 268 if(result1 == result3 || result2 != result3) in TestConstructionAndEquality() 271 testChar3->getText(result3); in TestConstructionAndEquality() 272 if(result1 != result3 || result1 == result2) in TestConstructionAndEquality()
|
D | dtfmapts.cpp | 188 UDate result2, result3; in testAPI() local 204 result3 = def->parse(text, pos01); in testAPI() 205 logln(text + " parsed into " + result3); in testAPI()
|
/external/chromium/chrome/browser/bookmarks/ |
D | bookmark_index_unittest.cc | 273 history::URLRow result3; in TEST_F() local 274 url_db->GetRowForURL(data[2].url, &result3); in TEST_F() 275 EXPECT_EQ(data[2].title, UTF16ToUTF8(result3.title())); in TEST_F()
|
/external/chromium/chrome/browser/history/ |
D | history_types_unittest.cc | 44 URLResult result3(url2, base::Time::Now()); in AddSimpleData() local 49 results->AppendURLBySwapping(&result3); in AddSimpleData()
|
/external/chromium/net/tools/testserver/ |
D | chromiumsync_test.py | 263 proto3, result3 = DoCommit(name='Third!', id_string='Baz', 267 for p, r in [(proto1, result1), (proto2, result2), (proto3, result3)]: 284 self.assertEqual([result1, result2, result3], changes) 288 self.assertTrue(result2.position_in_parent < result3.position_in_parent) 332 self.assertEqual([result3, result2b, result4, result1b, result5], changes)
|
/external/clang/test/SemaObjCXX/ |
D | instantiate-message.mm | 18 …R *result3 = [ClassMethods method1:arg1]; // expected-error{{cannot initialize a variable of type …
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | NanoTest.java | 1960 byte [] result3 = MessageNano.toByteArray(msg); in testNanoRepeatedInt32ReMerge() 1963 byte [] result = new byte[result1.length + result2.length + result3.length]; in testNanoRepeatedInt32ReMerge() 1966 System.arraycopy(result3, 0, result, result1.length + result2.length, result3.length); in testNanoRepeatedInt32ReMerge() 1985 byte [] result3 = MessageNano.toByteArray(msg); in testNanoRepeatedNestedEnumReMerge() 1988 byte [] result = new byte[result1.length + result2.length + result3.length]; in testNanoRepeatedNestedEnumReMerge() 1991 System.arraycopy(result3, 0, result, result1.length + result2.length, result3.length); in testNanoRepeatedNestedEnumReMerge() 2021 byte [] result3 = MessageNano.toByteArray(msg); in testNanoRepeatedNestedMessageReMerge() 2024 byte [] result = new byte[result1.length + result2.length + result3.length]; in testNanoRepeatedNestedMessageReMerge() 2027 System.arraycopy(result3, 0, result, result1.length + result2.length, result3.length); in testNanoRepeatedNestedMessageReMerge()
|
/external/qemu/android/skin/ |
D | region.c | 1433 static const SkinBox result3[2] = { in main() local 1442 expectSubstract( r, r2, result3, 2 ); in main()
|
/external/v8/test/cctest/ |
D | test-api.cc | 16121 Local<Value> result3 = CompileRun("Object.getPrototypeOf(global)"); in THREADED_TEST() local 16122 CHECK(result3->Equals(global_object->GetPrototype())); in THREADED_TEST()
|