Home
last modified time | relevance | path

Searched refs:result3 (Results 1 – 13 of 13) sorted by relevance

/external/bluetooth/glib/tests/
Dconvert-test.c145 gunichar *result, *result2, *result3; in check_utf8_to_ucs4() local
186 result3 = g_utf8_to_ucs4 (utf8, utf8_len, NULL, NULL, &error3); in check_utf8_to_ucs4()
205 g_assert (result3 == NULL); in check_utf8_to_ucs4()
218 g_assert (result3); in check_utf8_to_ucs4()
220 g_assert (result3[i] == ucs4[i]); in check_utf8_to_ucs4()
224 g_free (result3); in check_utf8_to_ucs4()
234 gchar *result, *result2, *result3; in check_ucs4_to_utf8() local
261 result3 = g_ucs4_to_utf8 (ucs4, ucs4_len, NULL, NULL, &error3); in check_ucs4_to_utf8()
271 g_assert (result3 == NULL); in check_ucs4_to_utf8()
283 g_assert (result3); in check_ucs4_to_utf8()
[all …]
Dshell-test.c66 static const gchar *result3[] = { "foo", "", "bar", NULL }; variable
83 { G_N_ELEMENTS (result3) - 1, result3 },
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
Dforin-001.js136 var result3 = 0;
149 result3++;
174 result3 == 0 );
183 var result3 = 0;
195 result3++;
220 result3 == 0 );
229 var result3 = 0;
257 result3 == 1 );
Dwhile-004.js104 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 );
Ddowhile-007.js42 result3 = false;
62 result3 = true;
87 result3 );
Ddowhile-005.js35 result3 = "pass";
51 result3 = "fail: did not break out of outer label";
/external/icu4c/test/intltest/
Dnmfmapts.cpp159 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()
Dcitrtest.cpp195 UnicodeString result1, result2, result3; in TestConstructionAndEquality() local
231 test1c->getText(result3); in TestConstructionAndEquality()
232 if(result1 != result2 || result1 != result3) in TestConstructionAndEquality()
260 testChar3->getText(result3); in TestConstructionAndEquality()
261 if(result1 != result3 || result1 == result2) in TestConstructionAndEquality()
264 testChar3->getText(result3); in TestConstructionAndEquality()
265 if(result1 == result3 || result2 != result3) in TestConstructionAndEquality()
268 testChar3->getText(result3); in TestConstructionAndEquality()
269 if(result1 != result3 || result1 == result2) in TestConstructionAndEquality()
Ddtfmapts.cpp187 UDate result2, result3; in testAPI() local
203 result3 = def->parse(text, pos01); in testAPI()
204 logln(text + " parsed into " + result3); in testAPI()
/external/chromium/third_party/icu/source/test/intltest/
Dnmfmapts.cpp159 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()
Dcitrtest.cpp195 UnicodeString result1, result2, result3; in TestConstructionAndEquality() local
231 test1c->getText(result3); in TestConstructionAndEquality()
232 if(result1 != result2 || result1 != result3) in TestConstructionAndEquality()
260 testChar3->getText(result3); in TestConstructionAndEquality()
261 if(result1 != result3 || result1 == result2) in TestConstructionAndEquality()
264 testChar3->getText(result3); in TestConstructionAndEquality()
265 if(result1 == result3 || result2 != result3) in TestConstructionAndEquality()
268 testChar3->getText(result3); in TestConstructionAndEquality()
269 if(result1 != result3 || result1 == result2) in TestConstructionAndEquality()
Ddtfmapts.cpp158 UDate result2, result3; in testAPI() local
174 result3 = def->parse(text, pos01); in testAPI()
175 logln(text + " parsed into " + result3); in testAPI()
/external/qemu/android/skin/
Dregion.c1433 static const SkinBox result3[2] = { in main() local
1442 expectSubstract( r, r2, result3, 2 ); in main()