Searched defs:testname (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/chrome/test/base/
H A Dweb_ui_browser_test_browsertest.cc38 static void RunJavascriptTestNoReturn(const std::string& testname) { argument
40 s_test_->RunJavascriptTest(testname);
43 static void RunJavascriptAsyncTestNoReturn(const std::string& testname) { argument
45 s_test_->RunJavascriptAsyncTest(testname);
/external/chromium_org/third_party/re2/re2/testing/
H A Dfiltered_re2_test.cc60 const char* testname; member in struct:re2::AtomTest
145 const char* testname,
159 LOG(WARNING) << "Failed " << testname;
186 if (!CheckExpectedAtoms(t->atoms, natom, t->testname, &v))
216 EXPECT_EQ("CheckEmptyPattern", string(t->testname));
235 EXPECT_EQ("SubstrAtomRemovesSuperStrInOr", string(t->testname));
143 CheckExpectedAtoms(const char* atoms[], int n, const char* testname, struct FilterTestVars* v) argument
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
H A Dbitvect_test.c146 runtest_(const char *testname, int (*testfunc)(void), void (*setup)(void), argument
158 sprintf(failed, "%s ** F: %s failed!\n", failed, testname);
H A Dfloatnum_test.c414 runtest_(const char *testname, int (*testfunc)(void), void (*setup)(void), argument
426 sprintf(failed, "%s ** F: %s failed: %s!\n", failed, testname,
/external/regex-re2/re2/testing/
H A Dfiltered_re2_test.cc60 const char* testname; member in struct:re2::AtomTest
145 const char* testname,
159 LOG(WARNING) << "Failed " << testname;
186 if (!CheckExpectedAtoms(t->atoms, natom, t->testname, &v))
216 EXPECT_EQ("CheckEmptyPattern", string(t->testname));
235 EXPECT_EQ("SubstrAtomRemovesSuperStrInOr", string(t->testname));
143 CheckExpectedAtoms(const char* atoms[], int n, const char* testname, struct FilterTestVars* v) argument
/external/chromium_org/v8/test/cctest/
H A Dcctest.cc190 char* testname = strchr(arg_copy, '/'); local
191 if (testname) {
194 *testname = 0;
196 char* name = testname + 1;
/external/chromium_org/third_party/icu/source/tools/ctestfw/
H A Duperf.cpp340 UBool UPerfTest::runTestLoop( char* testname, char* par ) argument
357 if (!testname) {
360 run_this_test = (UBool) (strcmp( name, testname ) == 0);
/external/icu/icu4c/source/tools/ctestfw/
H A Duperf.cpp340 UBool UPerfTest::runTestLoop( char* testname, char* par ) argument
357 if (!testname) {
360 run_this_test = (UBool) (strcmp( name, testname ) == 0);
/external/eigen/test/
H A Dmain.h177 inline void verify_impl(bool condition, const char *testname, const char *file, int line, const char *condition_as_string) argument
181 std::cerr << "Test " << testname << " failed in " << file << " (" << line << ")"
/external/pixman/test/
H A Dlowlevel-blt-bench.c370 bench_composite (char * testname, argument
426 if (strcmp (testname, "pixbuf") == 0 || strcmp (testname, "rpixbuf") == 0)
465 printf ("%24s %c", testname, func != pixman_image_composite_wrapper ?
592 char *testname; member in struct:__anon28865
805 if (strcmp (pattern, "all") == 0 || strcmp (tests_tbl[i].testname, pattern) == 0)
807 bench_composite (tests_tbl[i].testname,
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnumtst.c1112 const char * testname; member in struct:__anon12244
1151 for (testPtr = spelloutParseTests; testPtr->testname != NULL; ++testPtr) {
1161 log_err("unum_parse SPELLOUT, locale %s, testname %s, startPos %d: for value / endPos / status, expected %d / %d / %s, got %d / %d / %s\n",
1162 testPtr->locale, testPtr->testname, testPtr->startPos,
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dintltest.cpp703 UBool IntlTest::runTestLoop( char* testname, char* par, char *baseName ) argument
732 if (!testname) {
735 run_this_test = (UBool) (strcmp( name, testname ) == 0);
1281 "### to the testname. \n\n");
/external/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c1115 const char * testname; member in struct:__anon22043
1154 for (testPtr = spelloutParseTests; testPtr->testname != NULL; ++testPtr) {
1164 log_err("unum_parse SPELLOUT, locale %s, testname %s, startPos %d: for value / endPos / status, expected %d / %d / %s, got %d / %d / %s\n",
1165 testPtr->locale, testPtr->testname, testPtr->startPos,
/external/icu/icu4c/source/test/intltest/
H A Dintltest.cpp703 UBool IntlTest::runTestLoop( char* testname, char* par, char *baseName ) argument
732 if (!testname) {
735 run_this_test = (UBool) (strcmp( name, testname ) == 0);
1283 "### to the testname. \n\n");

Completed in 286 milliseconds