/external/chromium_org/tools/gyp/test/compiler-override/ |
cxxtest.cc | 5 // Deliberate C syntax error as this file should never be passed to 7 #error Should not be passed to a real compiler
|
test.c | 5 // Deliberate C syntax error as this file should never be passed to 7 #error Should not be passed to a real compiler
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/ |
SelectableResolution.java | 26 public boolean passed; field in class:SelectableResolution 34 this.passed = false;
|
/dalvik/dx/tests/ |
run-all-tests | 36 passed=0 44 ((passed += 1)) 52 echo "passed: $passed test(s)"
|
/external/lldb/test/ |
dosep.ty | 16 passed = [] 33 passed.append(name) 34 return (failed, passed) 45 help="""The options passed to 'dotest.py' if specified.""") 51 (failed, passed) = walk_and_invoke(test_root, dotest_options) 52 num_tests = len(failed) + len(passed)
|
/external/chromium_org/chrome/test/remoting/ |
qunit_browser_test_runner.cc | 34 bool passed; local 35 ASSERT_TRUE(dict_value->GetBoolean("passed", &passed)); 39 EXPECT_TRUE(passed) << error_message;
|
/external/clang/utils/TestUtils/ |
pch-test.pl | 13 my $passed = 0; 27 $passed++; 51 print("\n\n$passed tests passed\n");
|
/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/content/test/data/workers/ |
messageport_worker.js | 9 anotherport.postMessage("Worker got a message via the passed port.");
|
/external/eigen/test/ |
runtest.sh | 19 echo -e $green Test $1 passed$black
|
/external/chromium_org/ipc/mojo/ |
ipc_mojo_bootstrap_unittest.cc | 30 bool passed() const { return passed_; } function in class:__anon13121::TestingDelegate 63 EXPECT_TRUE(delegate.passed()); 81 EXPECT_TRUE(delegate.passed());
|
/external/chromium_org/testing/gtest/test/ |
gtest-test-part_test.cc | 81 EXPECT_TRUE(success.passed()); 90 EXPECT_FALSE(nonfatal_failure.passed()); 99 EXPECT_FALSE(fatal_failure.passed()); 129 // Tests TestPartResult::passed(). 130 TEST_F(TestPartResultTest, Passed) { 131 EXPECT_TRUE(r1_.passed()); 132 EXPECT_FALSE(r2_.passed()); 133 EXPECT_FALSE(r3_.passed());
|
/external/gtest/test/ |
gtest-test-part_test.cc | 81 EXPECT_TRUE(success.passed()); 90 EXPECT_FALSE(nonfatal_failure.passed()); 99 EXPECT_FALSE(fatal_failure.passed()); 129 // Tests TestPartResult::passed(). 130 TEST_F(TestPartResultTest, Passed) { 131 EXPECT_TRUE(r1_.passed()); 132 EXPECT_FALSE(r2_.passed()); 133 EXPECT_FALSE(r3_.passed());
|
/build/core/tasks/check_boot_jars/ |
check_boot_jars.py | 72 passed = True 75 passed = False 76 if not passed:
|
/external/chromium-libpac/test/js-unittest/ |
international_domain_names.js | 9 // the C++ end the bindings were passed the punycode equivalent of this
|
/external/chromium_org/net/data/proxy_resolver_v8_unittest/ |
international_domain_names.js | 9 // the C++ end the bindings were passed the punycode equivalent of this
|
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/ |
rpclistener.py | 48 def Shutdown(self, message, passed): 51 # Everything but passed.lower() == 'true' is considered a failure. This 58 if passed.lower() != 'true':
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
errorcode.h | 26 // 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,
|
sandbox_bpf.h | 132 // to "value"; if equal, then "passed" will be returned, otherwise "failed". 141 const ErrorCode& passed, 150 const ErrorCode& passed, 236 // control to |passed| if so. 237 Instruction* CheckArch(CodeGen* gen, Instruction* passed); 258 // control to |passed| (with register A still valid). 259 Instruction* CheckSyscallNumber(CodeGen* gen, Instruction* passed); 296 Instruction* passed,
|
/external/chromium_org/third_party/skia/dm/ |
DMTestTask.cpp | 37 if (!fTest->passed()) { 46 if (!fTest->passed()) {
|
/external/eigen/test/eigen2/ |
runtest.sh | 20 echo -e $green Test $1 passed$black
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
PassFailButtons.java | 96 * @param passed Whether or not the test passed. 98 void setTestResultAndFinish(boolean passed); 161 public void setTestResultAndFinish(boolean passed) { 163 this, getTestId(), getTestDetails(), passed, getReportLog()); 209 public void setTestResultAndFinish(boolean passed) { 211 this, getTestId(), getTestDetails(), passed, getReportLog()); 258 public void setTestResultAndFinish(boolean passed) { 260 this, getTestId(), getTestDetails(), passed, getReportLog()); 401 boolean passed; [all...] |
/bionic/libc/arch-x86_64/bionic/ |
syscall.S | 44 # All arguments are passed via registers.
|
/cts/suite/audio_quality/lib/include/ |
Report.h | 53 std::list<StringPair>::const_iterator end, bool passed);
|