HomeSort by: relevance | last modified time | path
    Searched refs:testName (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/ntp/dist/sntp/tests/
t-log.c 55 char testName[256] = "TEST_PROGNAME3";
59 sntp_init_logging(testName);
61 //sntp_init_logging(testName);
76 char* x = strstr(line,testName);
  /src/external/bsd/ntp/dist/sntp/unity/auto/
parseOutput.rb 49 testName = testSuiteName.split("/")
51 baseName = testName[testName.size - 1].split(".")
61 testName = array[lastItem - 1]
63 printf "%-40s PASS\n", testName
65 @arrayList.push " <testcase classname=\"" + @testSuite + "\" name=\"" + testName + "\"/>"
72 testName = array[lastItem - 2]
75 printf "%-40s IGNORED\n", testName
77 @arrayList.push " <testcase classname=\"" + @testSuite + "\" name=\"" + testName + "\">"
86 testName = array[lastItem - 2
    [all...]
  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
googlebenchmark.py 84 for testname in testnames:
85 testPath = path_in_suite + (subdir, fn, testname)
90 testPath,testName = os.path.split(test.getSourcePath())
95 testName = namePrefix + '/' + testName
97 cmd = [testPath, '--benchmark_filter=%s$' % testName ] + self.benchmark_args
115 passing_test_line = testName
format.py 39 _, testName = os.path.split(test.getExecPath())
40 tmpDir = os.path.join(tmpDir, testName + '.dir')
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/formats/
googletest.py 104 for testname in testnames:
105 testPath = path_in_suite + (subdir, fn, testname)
110 testPath,testName = os.path.split(test.getSourcePath())
115 testName = namePrefix + '/' + testName
117 cmd = [testPath, '--gtest_filter=' + testName]
  /src/regress/lib/libc/ieeefp/testfloat/
testfloat.c 96 testName = "syst";
testLoops.c 68 const char *trueName, *testName;
276 fputs( testName, stdout );
296 fputs( testName, stdout );
318 fputs( testName, stdout );
340 fputs( testName, stdout );
360 fputs( testName, stdout );
382 fputs( testName, stdout );
406 fputs( testName, stdout );
  /src/regress/lib/libc/ieeefp/testfloat/include/
testLoops.h 62 extern const char *trueName, *testName;
  /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/
dnssdutil.c 26691 const char * testName; // The name of the curreent running test case.
    [all...]

Completed in 54 milliseconds