Searched defs:testname (Results 1 - 14 of 14) 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/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.tests/src/com/ibm/icu/tests/
H A DUnitTest.java21 public void runUtility(String testname) throws Exception { argument
36 test.resolveTarget(params, testname).run();
/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/autotest/client/deps/glbench/src/
H A Dtestbase.cc119 void RunTest(TestBase* test, const char* testname, const double coefficient, argument
128 testname, error);
151 sprintf(name_png, "%s.pixmd5-%s.png", testname, pixmd5);
160 int name_length = strlen(testname);
166 MAX_TESTNAME, testname, value, test->Unit(), name_png);
H A Dwindowmanagercompositingtest.cc51 const char* testname = "compositing"; local
55 testname = "compositing_no_fill";
58 RunTest(this, testname, kScreenScaleFactor, WINDOW_WIDTH, WINDOW_HEIGHT, true);
/external/autotest/client/tests/monotonic_time/src/
H A Dtime_test.c313 const char *testname; local
363 testname = argv[optind];
365 if (strcmp(testname, test->name) == 0)
370 ERROR(0, "unknown test '%s'\n", testname);
/external/testng/src/main/java/org/testng/reporters/
H A DEmailableReporter.java132 private void resultSummary(ISuite suite, IResultMap tests, String testname, String style, argument
146 titleRow(testname + " &#8212; " + style + details, 5, id);
/external/v8/test/cctest/
H A Dcctest.cc216 char* testname = strchr(arg_copy, '/'); local
217 if (testname) {
220 *testname = 0;
222 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/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
H A DDiagBigDecimal.java5575 * @param testname The <code>String</code> naming the test.
5578 public Test(java.lang.String testname) { argument
5580 name = testname; // save the name
/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/intltest/
H A Dintltest.cpp704 UBool IntlTest::runTestLoop( char* testname, char* par, char *baseName ) argument
733 if (!testname) {
736 run_this_test = (UBool) (strcmp( name, testname ) == 0);
1288 "### to the testname. \n\n");
/external/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c1121 const char * testname; member in struct:__anon6987
1160 for (testPtr = spelloutParseTests; testPtr->testname != NULL; ++testPtr) {
1170 log_err("unum_parse SPELLOUT, locale %s, testname %s, startPos %d: for value / endPos / status, expected %d / %d / %s, got %d / %d / %s\n",
1171 testPtr->locale, testPtr->testname, testPtr->startPos,

Completed in 1081 milliseconds