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

/external/vboot_reference/tests/
H A Dtest_common.c21 int TEST_EQ(int result, int expected_result, const char* testname) { argument
23 fprintf(stderr, "%s Test " COL_GREEN "PASSED\n" COL_STOP, testname);
26 fprintf(stderr, "%s Test " COL_RED "FAILED\n" COL_STOP, testname);
34 int TEST_NEQ(int result, int not_expected_result, const char* testname) { argument
36 fprintf(stderr, "%s Test " COL_GREEN "PASSED\n" COL_STOP, testname);
39 fprintf(stderr, "%s Test " COL_RED "FAILED\n" COL_STOP, testname);
48 const char* testname) {
50 fprintf(stderr, "%s Test " COL_GREEN "PASSED\n" COL_STOP, testname);
53 fprintf(stderr, "%s Test " COL_RED "FAILED\n" COL_STOP, testname);
62 const char* testname) {
47 TEST_PTR_EQ(const void* result, const void* expected_result, const char* testname) argument
61 TEST_PTR_NEQ(const void* result, const void* not_expected_result, const char* testname) argument
75 TEST_STR_EQ(const char* result, const char* expected_result, const char* testname) argument
96 TEST_SUCC(int result, const char* testname) argument
107 TEST_TRUE(int result, const char* testname) argument
118 TEST_FALSE(int result, const char* testname) argument
[all...]
/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/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/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.h200 inline void verify_impl(bool condition, const char *testname, const char *file, int line, const char *condition_as_string) argument
204 std::cerr << "Test " << testname << " failed in " << file << " (" << line << ")"
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
H A DDiagBigDecimal.java5571 * @param testname The <code>String</code> naming the test.
5574 public Test(java.lang.String testname) { argument
5576 name = testname; // save the name
/external/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c1119 const char * testname; member in struct:__anon5817
1158 for (testPtr = spelloutParseTests; testPtr->testname != NULL; ++testPtr) {
1168 log_err("unum_parse SPELLOUT, locale %s, testname %s, startPos %d: for value / endPos / status, expected %d / %d / %s, got %d / %d / %s\n",
1169 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 384 milliseconds