HomeSort by relevance Sort by last modified time
    Searched defs:result4 (Results 1 - 5 of 5) sorted by null

  /cts/suite/audio_quality/test/
TaskCaseTest.cpp 157 android::String8 result4; local
158 ASSERT_TRUE(mTaskCase->translateVarName(orig4, result4));
159 ASSERT_TRUE(StringUtil::compare(result4, "hello_there") == 0);
  /external/bluetooth/glib/tests/
shell-test.c 67 static const gchar *result4[] = { "foo", "barbazblahfoo'blahboo", NULL }; variable
84 { G_N_ELEMENTS (result4) - 1, result4 },
  /external/chromium/chrome/browser/bookmarks/
bookmark_index_unittest.cc 277 history::URLRow result4; local
278 url_db->GetRowForURL(data[3].url, &result4);
279 EXPECT_EQ(data[3].title, UTF16ToUTF8(result4.title()));
  /external/icu4c/test/intltest/
citrtest.cpp 287 UnicodeString result, result4, result5; local
329 test7b->getText(result4);
332 if(result != UnicodeString(testText) || result4 != result || result5 != result)
336 test4->getText(result4);
338 if(result != result5 || result == result4)
342 if(result == result5 || result4 != result5)
346 if(result != result5 || result == result4)
    [all...]
  /external/v8/test/cctest/
test-api.cc 16124 Local<Value> result4 = CompileRun("Object.getPrototypeOf(proxy)"); local
    [all...]

Completed in 293 milliseconds