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

123

/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Derrorcode.cc36 const ErrorCode* passed,
43 passed_(passed),
32 ErrorCode(int argno, ArgType width, Operation op, uint64_t value, const ErrorCode* passed, const ErrorCode* failed) argument
H A Dverifier.cc50 ? *code.passed()
59 ? *code.passed()
68 ? *code.passed()
112 sandbox, program, data, root_code, *code.passed(), err)) {
135 // verify that it is a fatal error if a 64bit value is ever passed
151 // know that the equality test already passed, as unlike the kernel
171 // even though this is a test that normally should take "passed()".
172 const ErrorCode& passed = local
185 : *code.passed();
191 ? *code.passed()
[all...]
H A Derrorcode.h28 // to be passed in accidentally, when the user intended to return an
49 // When passed as an argument to SandboxBPF::Cond(), TP_32BIT requests that
67 // When passed as an argument to SandboxBPF::Cond(), TP_64BIT requests that
140 const ErrorCode* passed() const { return passed_; } function in class:sandbox::ErrorCode
165 const ErrorCode* passed,
184 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/skia/tests/
H A DTest.h60 bool passed() const { return fPassed; } function in class:skiatest::Test
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-spi.h75 // Returns true iff the test part passed.
76 bool passed() const { return type_ == TPRT_SUCCESS; } function in class:testing::TestPartResult
/external/chromium/testing/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/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/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.h88 // Returns true iff the test part passed.
89 bool passed() const { return type_ == kSuccess; } function in class:testing::TestPartResult
/external/icu4c/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/open-vcdiff/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/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/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11_shared.c27 struct os_time now, passed; local
33 os_time_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_time now, passed; local
33 os_time_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_time now, passed; local
33 os_time_sub(&now, &sta->sa_query_start, &passed);
34 tu = (passed.sec * 1000000 + passed.usec) / 1024;
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dstream_unittest.cc80 bool passed = true; local
83 passed = false;
89 return passed;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DSerializationStressTest3.java330 private boolean passed = false; field in class:SerializationStressTest3.WriteFieldsUsingPutFieldWrite
336 public boolean passed() { method in class:SerializationStressTest3.WriteFieldsUsingPutFieldWrite
337 return passed;
344 passed = int1 == 0xA9 && object1.equals(v1);
1626 ((WriteFieldsUsingPutFieldWrite) objLoaded).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
590 std::string passed; local
592 passed = base::StringPrintf(", %.2fs passed",
605 passed.c_str());

Completed in 2389 milliseconds

123