HomeSort by relevance Sort by last modified time
    Searched defs:passed (Results 1 - 25 of 65) sorted by null

1 2 3

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
SelectableResolution.java 26 public boolean passed; field in class:SelectableResolution
34 this.passed = false;
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
manual.js 15 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 none')
    [all...]
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_allocation.cpp 126 bool passed = true; local
146 passed = false;
153 return passed;
157 bool passed = true; local
177 passed = false;
184 return passed;
188 bool passed = true; local
208 passed = false;
215 return passed;
219 bool passed = true local
250 bool passed = true; local
282 bool passed = true; local
322 bool passed = true; local
365 bool passed = true; local
    [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf/
verifier.cc 50 ? *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...]
  /external/expat/tests/
minicheck.c 150 int passed = runner->nchecks - runner->nfailures; local
151 double percentage = ((double) passed) / runner->nchecks;
  /frameworks/base/test-runner/src/android/test/
TestPrinter.java 75 public void passed(String className) { method in class:TestPrinter
77 Log.i(mTag, "passed: " + className);
104 passed(test.toString());
  /external/chromium_org/testing/gtest/include/gtest/
gtest-test-part.h 90 // 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/
cucdapi.c 242 UBool passed = TRUE; local
251 passed = FALSE;
260 if(passed==FALSE){
  /external/chromium_org/third_party/libjingle/source/talk/base/
stream_unittest.cc 80 bool passed = true; local
83 passed = false;
89 return passed;
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
translate_test.c 65 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/
gtest-test-part.h 88 // 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/
Test.h 60 bool passed() const { return fPassed; } function in class:skiatest::Test
  /external/chromium_org/third_party/webrtc/base/
stream_unittest.cc 63 bool passed = true; local
66 passed = false;
72 return passed;
  /external/gtest/include/gtest/
gtest-test-part.h 90 // 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/
cucdapi.c 242 UBool passed = TRUE; local
251 passed = FALSE;
260 if(passed==FALSE){
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-test-part.h 88 // 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/
translate_test.c 65 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/
gtest-test-part.h 88 // Returns true iff the test part passed.
89 bool passed() const { return type_ == kSuccess; } function in class:testing::TestPartResult
  /external/protobuf/gtest/include/gtest/
gtest-test-part.h 87 // Returns true iff the test part passed.
88 bool passed() const { return type_ == kSuccess; } function in class:testing::TestPartResult
  /external/skia/tests/
Test.h 60 bool passed() const { return fPassed; } function in class:skiatest::Test
  /external/wpa_supplicant_8/src/ap/
ieee802_11_shared.c 27 struct os_reltime now, passed; local
33 os_reltime_sub(&now, &sta->sa_query_start, &passed);
34 tu = (passed.sec * 1000000 + passed.usec) / 1024;
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
InstrumentationTestSuiteBuilderTest.java 107 public boolean passed(String testName) { method in class:InstrumentationTestSuiteBuilderTest.SuiteExecutionRecorder
UnitTestSuiteBuilderTest.java 100 public boolean passed(String testName) { method in class:UnitTestSuiteBuilderTest.SuiteExecutionRecorder
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-test-part.h 90 // Returns true iff the test part passed.
91 bool passed() const { return type_ == kSuccess; } function in class:testing::TestPartResult
  /external/chromium_org/remoting/host/
desktop_session_win.cc 470 // Obtain the handle of the desktop process. It will be passed to the network
591 std::string passed; local
593 passed = base::StringPrintf(", %.2fs passed",
606 passed.c_str());

Completed in 3219 milliseconds

1 2 3