Home
last modified time | relevance | path

Searched refs:passed (Results 51 - 75 of 152) sorted by relevance

1234567

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboNoAttachmentTests.cpp249 GLuint passed = 0; in checkFramebufferRenderable() local
251 gl.getQueryObjectuiv(query, GL_QUERY_RESULT, &passed); in checkFramebufferRenderable()
256 if (passed) in checkFramebufferRenderable()
257 log << TestLog::Message << "Query passed" << TestLog::EndMessage; in checkFramebufferRenderable()
261 return passed != 0; in checkFramebufferRenderable()
/third_party/ltp/lib/
H A Dtst_test.c65 int passed; member
185 tst_atomic_inc(&results->passed); in update_results()
650 tst_res(TWARN, "Option -%c passed multiple times", opt); in parse_topt()
869 if (results->passed && ret == TCONF) in do_exit()
877 if (results->skipped && !results->passed) in do_exit()
889 fprintf(stderr, "passed %d\n", results->passed); in do_exit()
919 if (a->passed != b->passed) in results_equal()
/third_party/curl/lib/vssh/
H A Dwolfssh.c636 curl_off_t passed = 0; in wssh_statemach_act() local
646 (data->state.resume_from - passed > in wssh_statemach_act()
648 sizeof(scratch) : curlx_sotouz(data->state.resume_from - passed); in wssh_statemach_act()
657 passed += actuallyread; in wssh_statemach_act()
664 } while(passed < data->state.resume_from); in wssh_statemach_act()
/third_party/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc935 bool passed);
984 bool passed) in MockDeathTest()
985 : parent_(parent), role_(role), status_(status), passed_(passed) {} in MockDeathTest()
1023 int status, bool passed) { in SetParameters()
1027 passed_ = passed; in SetParameters()
983 MockDeathTest(MockDeathTestFactory* parent, TestRole role, int status, bool passed) MockDeathTest() argument
1022 SetParameters(bool create, DeathTest::TestRole role, int status, bool passed) SetParameters() argument
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Dtest_db.js63 console.log(`Result: ${nPass} passed, ${nFail} failed.`)
/third_party/node/test/parallel/
H A Dtest-vm-new-script-this-context.js28 let script = new Script('\'passed\';');
30 assert.strictEqual(result, 'passed');
H A Dtest-vm-new-script-new-context.js30 const script = new Script('\'passed\';');
33 assert.strictEqual(result1, 'passed');
34 assert.strictEqual(result2, 'passed');
H A Dtest-vm-run-in-new-context.js33 const result = vm.runInNewContext('\'passed\';');
34 assert.strictEqual(result, 'passed');
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DTestDisconnectActivity.java397 boolean passed = !mTestFailed; in testConfiguration()
399 resultText += ", " + (passed ? TEXT_PASS : TEXT_FAIL); in testConfiguration()
401 if (!passed) { in testConfiguration()
465 log(mPassCount + " passed. " + mFailCount + " failed."); in run()
/third_party/googletest/googletest/include/gtest/
H A Dgtest-test-part.h98 // Returns true if and only if the test part passed.
99 bool passed() const { return type_ == kSuccess; } in passed() function in testing::TestPartResult
/third_party/node/deps/googletest/include/gtest/
H A Dgtest-test-part.h98 // Returns true if and only if the test part passed.
99 bool passed() const { return type_ == kSuccess; } in passed() function in testing::TestPartResult
/third_party/mesa3d/src/gtest/include/gtest/
H A Dgtest-test-part.h93 // Returns true if and only if the test part passed.
94 bool passed() const { return type_ == kSuccess; } in passed() function in testing::TestPartResult
/third_party/libunwind/libunwind/doc/
H A Dunw_reg_states_iterate.tex33 \item[\Type{void~*} \Var{token}] The token value passed to \Var{unw\_reg\_states\_callback}. \\
35 updating register values. This data, or a copy of it, can be passed
H A D_U_dyn_register.tex23 passed in argument \Var{di}.
/third_party/node/test/fixtures/wpt/dom/abort/resources/
H A Dabort-signal-any-tests.js79 }, `${desc} returns an aborted signal if passed an aborted signal ${suffix}`);
88 }, `${desc} can be passed the same signal more than once ${suffix}`);
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
H A DTimeZoneRegressionTest.java272 boolean passed; in checkCalendar314()
277 passed = (tzOffset == (tzRawOffset + 3600000)); in checkCalendar314()
282 passed = (tzOffset == tzRawOffset); in checkCalendar314()
291 if (passed) in checkCalendar314()
296 if (passed) logln(output); else errln(output); in checkCalendar314()
297 return passed; in checkCalendar314()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneRegressionTest.java269 boolean passed; in checkCalendar314()
274 passed = (tzOffset == (tzRawOffset + 3600000)); in checkCalendar314()
279 passed = (tzOffset == tzRawOffset); in checkCalendar314()
288 if (passed) in checkCalendar314()
293 if (passed) logln(output); else errln(output); in checkCalendar314()
294 return passed; in checkCalendar314()
/third_party/icu/icu4c/source/test/intltest/
H A Dtzregts.cpp415 UBool passed; in checkCalendar314() local
420 passed = (tzOffset == (tzRawOffset + 3600000)); in checkCalendar314()
425 passed = (tzOffset == tzRawOffset); in checkCalendar314()
436 if (passed) in checkCalendar314()
441 if (passed) in checkCalendar314()
446 return passed; in checkCalendar314()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11_shared.c28 struct os_reltime now, passed; in hostapd_eid_assoc_comeback_time() local
34 os_reltime_sub(&now, &sta->sa_query_start, &passed); in hostapd_eid_assoc_comeback_time()
35 tu = (passed.sec * 1000000 + passed.usec) / 1024; in hostapd_eid_assoc_comeback_time()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_11_shared.c29 struct os_reltime now, passed; in hostapd_eid_assoc_comeback_time() local
35 os_reltime_sub(&now, &sta->sa_query_start, &passed); in hostapd_eid_assoc_comeback_time()
36 tu = (passed.sec * 1000000 + passed.usec) / 1024; in hostapd_eid_assoc_comeback_time()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcucdapi.c320 UBool passed = true; in TestUScriptCodeAPI() local
329 passed = false; in TestUScriptCodeAPI()
338 if(passed==false){ in TestUScriptCodeAPI()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dtarith.c612 int passed = 0; in validation_muldiv() local
711 ++passed; in validation_muldiv()
724 printf("%d tests including %d overflows, %d passed, %d failed (%d 64-bit " in validation_muldiv()
725 "errors)\n", tested, overflow, passed, error, error64); in validation_muldiv()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fMultisampleTests.cpp1202 bool passed = tcu::pixelThresholdCompare(log, in iterate() local
1210 if (passed) in iterate()
1213 m_context.getTestContext().setTestResult(passed ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in iterate()
1214 passed ? "Passed" : "Failed"); in iterate()
1605 bool passed = tcu::pixelThresholdCompare(log, in iterate() local
1613 if (passed) in iterate()
1616 m_context.getTestContext().setTestResult(passed ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in iterate()
1617 passed ? "Passed" : "Failed"); in iterate()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fMultisampleTests.cpp1043 bool passed = tcu::pixelThresholdCompare(log, in iterate() local
1051 if (passed) in iterate()
1054 m_context.getTestContext().setTestResult(passed ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in iterate()
1055 passed ? "Passed" : "Failed"); in iterate()
1455 bool passed = tcu::pixelThresholdCompare(log, in iterate() local
1463 if (passed) in iterate()
1466 m_context.getTestContext().setTestResult(passed ? QP_TEST_RESULT_PASS : QP_TEST_RESULT_FAIL, in iterate()
1467 passed ? "Passed" : "Failed"); in iterate()
/third_party/mbedtls/tests/scripts/
H A Drun-test-suites.pl126 my ($passed, $tests, $skipped) = $result =~ /([0-9]*) \/ ([0-9]*) tests.*?([0-9]*) skipped/;
130 print "(test cases passed:", $suite_cases_passed,
156 print " test cases passed :", $total_cases_passed, "\n";

Completed in 28 milliseconds

1234567