| /src/external/bsd/kyua-cli/dist/engine/ |
| test_result.hpp | 48 /// In general, a 'passed' result will not have a reason attached, because a 60 passed, enumerator in enum:engine::test_result::result_type
|
| test_result_test.cpp | 138 PARSE_TEST(passed); variable 154 std::istringstream input("passed "); 156 test_result(test_result::broken, "Unknown result type 'passed '") == 179 GETTERS_TEST(passed, test_result::passed, "", 180 test_result(test_result::passed)); 188 GOOD_TEST(passed, true, test_result::passed); 199 OUTPUT_TEST(passed, "test_result{type='passed'}", [all...] |
| /src/external/bsd/unbound/dist/util/ |
| timehist.c | 184 double lookfor, passed, res; local 194 passed = 0; 197 passed+(double)hist->buckets[i].count < lookfor) { 198 passed += (double)hist->buckets[i++].count; 207 res = (lookfor - passed)*(up-low)/((double)hist->buckets[i].count);
|
| /src/external/gpl2/lvm2/dist/test/ |
| harness.c | 23 #define PASSED 0 59 void passed(int i, char *f) { function 61 status[i] = PASSED; 62 printf("passed.\n"); 115 passed(i, f);
|
| /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/ |
| gtest-test-part.h | 93 // Returns true if and only if the test part passed. 94 bool passed() const { return type_ == kSuccess; } function in class:testing::TestPartResult
|
| /src/external/bsd/kyua-cli/dist/cli/ |
| cmd_report.cpp | 226 titles[engine::test_result::passed] = "Passed tests"; 239 const std::size_t passed = count_results(test_result::passed); local 242 const std::size_t total = broken + failed + passed + skipped + xfail;
|
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-dejagnu.h | 43 static int passed; variable 74 passed++; 89 passed++; 177 printf ("\t#passed:\t\t%d\n", passed); 196 "FAILED: ", "PASSED: ", "UNTESTED: ", "UNRESOLVED: ", "XFAILED: ", "XPASSED: " 201 enum teststate { FAILED, PASSED, UNTESTED, UNRESOLVED, XFAILED, XPASSED} laststate; 210 passed = 0; 230 passed++; 231 laststate = PASSED; [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-dejagnu.h | 43 static int passed; variable 74 passed++; 89 passed++; 177 printf ("\t#passed:\t\t%d\n", passed); 196 "FAILED: ", "PASSED: ", "UNTESTED: ", "UNRESOLVED: ", "XFAILED: ", "XPASSED: " 201 enum teststate { FAILED, PASSED, UNTESTED, UNRESOLVED, XFAILED, XPASSED} laststate; 210 passed = 0; 230 passed++; 231 laststate = PASSED; [all...] |
| /src/external/mit/expat/dist/tests/ |
| minicheck.c | 238 int passed = runner->nchecks - runner->nfailures; local 239 double percentage = ((double)passed) / runner->nchecks;
|
| /src/external/bsd/wpa/dist/src/ap/ |
| ieee802_11_shared.c | 40 struct os_reltime now, passed; local 44 os_reltime_sub(&now, &sta->sa_query_start, &passed); 45 tu = (passed.sec * 1000000 + passed.usec) / 1024;
|
| sta_info.c | 1351 struct os_reltime now, passed; local 1353 os_reltime_sub(&now, &sta->sa_query_start, &passed); 1354 tu = (passed.sec * 1000000 + passed.usec) / 1024;
|
| /src/sys/arch/sparc64/sparc64/ |
| autoconf.c | 1019 * info passed in from the bootloader (if available), 1029 static bool passed = false; local 1034 if (!passed) { 1036 passed = true;
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| sme.c | 3316 struct os_reltime now, passed; local 3318 os_reltime_sub(&now, &wpa_s->sme.sa_query_start, &passed); 3319 tu = (passed.sec * 1000000 + passed.usec) / 1024;
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/ |
| svga3d_types.h | 1484 uint32 passed; member in struct:__anon5743
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-vect-slp.cc | 5357 (This combined cost is not passed on, since that would lead 6300 bool passed = false; local 6315 (kind != vector_load && !passed) ? node : nullptr, 6318 passed = true;
|
| /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/ |
| dnssdutil.c | 1790 "0 - The test ran to completion and passed.\n" \ 2230 CLI_SECTION( "Exit Status", "This command exits with a status code of 0 if the test passed and a non-zero status code if it fails.\n" ), 2241 CLI_SECTION( "Exit Status", "This command exits with a status code of 0 if the test passed and a non-zero status code if it fails.\n" ), 2249 CLI_SECTION( "Exit Status", "This command exits with a status code of 0 if the test passed and a non-zero status code if it fails.\n" ), 2257 CLI_SECTION( "Exit Status", "This command exits with a status code of 0 if the test passed and a non-zero status code if it fails.\n" ), 18874 #define kProbeConflictTestCaseResultKey_Passed CFSTR( "passed" ) 18881 Boolean passed; local 18896 passed = ( ( testCase->expectsRename && inRenamed ) || ( !testCase->expectsRename && !inRenamed ) ) ? true : false; 18897 if( !passed ) inContext->testFailed = true; 18909 "%kO=%b" // passed 20666 Boolean passed = false; local 20764 Boolean passed; local 22230 Boolean passed = false; local 22295 Boolean passed; local 23031 Boolean passed = false; local 23094 Boolean passed; local 23891 Boolean passed = false; local 23949 Boolean passed; local [all...] |