Searched defs:passed (Results 1 - 25 of 59) sorted by relevance

123

/external/chromium_org/chrome/test/remoting/
H A Dqunit_browser_test_runner.cc34 bool passed; local
35 ASSERT_TRUE(dict_value->GetBoolean("passed", &passed));
39 EXPECT_TRUE(passed) << error_message;
/external/chromium_org/ipc/mojo/
H A Dipc_mojo_bootstrap_unittest.cc30 bool passed() const { return passed_; } function in class:__anon8496::TestingDelegate
63 EXPECT_TRUE(delegate.passed());
81 EXPECT_TRUE(delegate.passed());
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Derrorcode.cc47 const ErrorCode* passed,
54 passed_(passed),
43 ErrorCode(int argno, ArgType width, uint64_t mask, uint64_t value, const ErrorCode* passed, const ErrorCode* failed) argument
H A Derrorcode.h26 // to be passed in accidentally, when the user intended to return an
58 // When passed as an argument to SandboxBPF::Cond(), TP_32BIT requests that
76 // When passed as an argument to SandboxBPF::Cond(), TP_64BIT requests that
138 const ErrorCode* passed() const { return passed_; } function in class:sandbox::ErrorCode
163 const ErrorCode* passed,
182 const ErrorCode* passed_; // Value to be returned if comparison passed,
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
H A Dmanual.js15 var passed = results.querySelector('.passed');
22 var counts = {passed: 0, failed: 0};
31 counts.passed += run.tests[i].success ? 1 : 0;
49 passed.textContent = counts.passed;
50 passed.setAttribute('class', counts.passed ? 'passed' : 'passed non
[all...]
/external/chromium_org/testing/android/junit/java/src/org/chromium/testing/local/
H A DGtestLogger.java44 public void testFinished(Description test, boolean passed, long elapsedTimeMillis) { argument
45 if (passed) {
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-test-part.h90 // Returns true iff the test part passed.
91 bool passed() const { return type_ == kSuccess; } function in class:testing::TestPartResult
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcucdapi.c242 UBool passed = TRUE; local
251 passed = FALSE;
260 if(passed==FALSE){
/external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
H A Dtranslate_test.c65 unsigned passed = 0; local
313 ++passed;
322 printf("%u/%u tests passed for translate_%s\n", passed, total, argv[1]);
323 return passed != total;
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-test-part.h88 // Returns true iff the test part passed.
89 bool passed() const { return type_ == kSuccess; } function in class:testing::TestPartResult
/external/chromium_org/third_party/skia/tests/
H A DTest.h59 bool passed() const { return fPassed; } function in class:skiatest::Test
/external/expat/tests/
H A Dminicheck.c150 int passed = runner->nchecks - runner->nfailures; local
151 double percentage = ((double) passed) / runner->nchecks;
/external/gtest/include/gtest/
H A Dgtest-test-part.h90 // Returns true iff the test part passed.
91 bool passed() const { return type_ == kSuccess; } function in class:testing::TestPartResult
/external/icu/icu4c/source/test/cintltst/
H A Dcucdapi.c242 UBool passed = TRUE; local
251 passed = FALSE;
260 if(passed==FALSE){
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-test-part.h88 // Returns true iff the test part passed.
89 bool passed() const { return type_ == kSuccess; } function in class:testing::TestPartResult
/external/mesa3d/src/gallium/tests/unit/
H A Dtranslate_test.c65 unsigned passed = 0; local
313 ++passed;
322 printf("%u/%u tests passed for translate_%s\n", passed, total, argv[1]);
323 return passed != total;
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-test-part.h88 // Returns true iff the test part passed.
89 bool passed() const { return type_ == kSuccess; } function in class:testing::TestPartResult
/external/protobuf/gtest/include/gtest/
H A Dgtest-test-part.h87 // Returns true iff the test part passed.
88 bool passed() const { return type_ == kSuccess; } function in class:testing::TestPartResult
/external/skia/tests/
H A DTest.h60 bool passed() const { return fPassed; } function in class:skiatest::Test
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_shared.c27 struct os_reltime now, passed; local
33 os_reltime_sub(&now, &sta->sa_query_start, &passed);
34 tu = (passed.sec * 1000000 + passed.usec) / 1024;
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11_shared.c27 struct os_reltime now, passed; local
33 os_reltime_sub(&now, &sta->sa_query_start, &passed);
34 tu = (passed.sec * 1000000 + passed.usec) / 1024;
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11_shared.c27 struct os_reltime now, passed; local
33 os_reltime_sub(&now, &sta->sa_query_start, &passed);
34 tu = (passed.sec * 1000000 + passed.usec) / 1024;
/external/chromium_org/third_party/webrtc/base/
H A Dstream_unittest.cc64 bool passed = true; local
67 passed = false;
73 return passed;
/external/chromium_org/remoting/host/
H A Ddesktop_session_win.cc470 // Obtain the handle of the desktop process. It will be passed to the network
592 std::string passed; local
594 passed = base::StringPrintf(", %.2fs passed",
607 passed.c_str());
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_depth.c50 passed++; \
73 GLuint passed = 0; local
105 return passed;
121 GLuint passed = 0; local
153 return passed;
280 * \return approx number of pixels that passed (only zero is reliable)
294 GLuint passed; local
351 passed = depth_test_span16(ctx, count, zBufferVals, fragZ, mask);
353 passed = depth_test_span32(ctx, count, zBufferVals, fragZ, mask);
396 if (passed < coun
[all...]

Completed in 5029 milliseconds

123