/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest-spi.h | 75 // Returns true iff the test part passed. 76 bool passed() const { return type_ == TPRT_SUCCESS; } function in class:testing::TestPartResult
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
framework.hpp | 81 BOOST_TEST_DECL void assertion_result( bool passed );
|
unit_test_log.hpp | 105 void assertion_result( bool passed );
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/ |
buildbot_results.py | 60 passed = total - failed - run_results.remaining 63 percent_passed = float(passed) * 100 / total 65 self._print("=> Results: %d/%d tests passed (%.1f%%)" % (passed, total, percent_passed)) 109 add_to_dict_of_lists(passes, 'Expected to crash, but passed', test) 111 add_to_dict_of_lists(passes, 'Expected to timeout, but passed', test) 113 add_to_dict_of_lists(passes, 'Expected to fail, but passed', test)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_threading_local.py | 80 passed = [False] 98 passed[0] = all(not hasattr(local, 'foo') for local in locals) 111 self.assertTrue(passed[0]) 146 self._failed = "" # passed
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_threading_local.py | 80 passed = [False] 98 passed[0] = all(not hasattr(local, 'foo') for local in locals) 111 self.assertTrue(passed[0]) 146 self._failed = "" # passed
|
/external/valgrind/main/callgrind/ |
bbcc.c | 560 Int passed = 0, csp; local 584 passed = CLG_(current_state).jmps_passed; 585 CLG_ASSERT(passed <= last_bb->cjmp_count); 586 jmpkind = last_bb->jmp[passed].jmpkind; 587 isConditionalJump = (passed < last_bb->cjmp_count); 595 last_bbcc->jmp[passed].ecounter++; 598 UInt instr_count = last_bb->jmp[passed].instr+1; 691 passed = top_ce->jcc->jmp; 841 /* FIXME: take the real passed count from shadow stack */ 842 passed = CLG_(current_state).bbcc->bb->cjmp_count [all...] |
/frameworks/base/test-runner/src/android/test/ |
TestRunner.java | 113 passed(test.toString()); 157 void passed(String className); method in interface:TestRunner.Listener 208 public void passed(String className) { method in class:TestRunner 212 mListeners.get(i).passed(className); 324 passed(className); 361 passed(test.toString()); 514 passed(test.toString());
|
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/ |
webrequest_condition_attribute.cc | 356 // Tests to be passed by a header's name. 358 // Tests to be passed by a header's value. 611 bool passed = false; // Did some header pass TestNameValue? local 613 while (!passed && it.GetNext()) 614 passed |= header_matcher_->TestNameValue(it.name(), it.value()); 616 return (positive_ ? passed : !passed); 686 bool passed = false; // Did some header pass TestNameValue? local 690 while (!passed && headers->EnumerateHeaderLines(&iter, &name, &value)) { 691 passed |= header_matcher_->TestNameValue(name, value) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_depth.c | 50 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 < count) [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_depth.c | 50 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 < count) [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/suid/ |
SuidFilesActivity.java | 253 boolean passed = true; 256 passed = false; 262 if (passed) {
|
/cts/hostsidetests/aadb/src/com/android/cts/aadb/ |
TestDeviceFuncTest.java | 361 boolean passed = false; 363 while (!passed) { 375 passed = true; 382 if ((retry > 100) && !passed) {
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
sandbox_bpf.h | 147 // "op". If the condition is true "passed" will be returned, otherwise 155 uint64_t value, const ErrorCode& passed,
|
/external/wpa_supplicant_8/src/ap/ |
ieee802_11_shared.c | 27 struct os_time now, passed; local 33 os_time_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
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/ |
CAInstallNotificationVerifierActivity.java | 121 private void setItemState(int index, boolean passed) { 124 status.setImageResource(passed ? R.drawable.fs_good : R.drawable.fs_error);
|
/external/bison/build-aux/ |
ylwrap | 52 ARGS are passed to PROG
|
/external/chromium/chrome/common/extensions/docs/js/ |
bootstrap.js | 16 // Regenerate page if we are passed the "?regenerate" search param
|
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
bindings.js | 21 // Those expected to fail (because we have passed a non-string parameter)
|
/external/chromium-libpac/test/js-unittest/ |
bindings.js | 21 // Those expected to fail (because we have passed a non-string parameter)
|
/external/chromium_org/android_webview/ |
android_webview_common.target.darwin-arm.mk | 78 # Flags passed to both C and C++ files. 169 # Flags passed to only C++ (and not C) files. 181 # Flags passed to both C and C++ files. 273 # Flags passed to only C++ (and not C) files.
|
android_webview_common.target.darwin-mips.mk | 78 # Flags passed to both C and C++ files. 168 # Flags passed to only C++ (and not C) files. 180 # Flags passed to both C and C++ files. 271 # Flags passed to only C++ (and not C) files.
|
android_webview_common.target.darwin-x86.mk | 78 # Flags passed to both C and C++ files. 171 # Flags passed to only C++ (and not C) files. 182 # Flags passed to both C and C++ files. 278 # Flags passed to only C++ (and not C) files.
|