/external/chromium-libpac/test/js-unittest/ |
passthrough.js | 2 // passed to FindProxyForURL(). 6 throw "Wrong number of arguments passed to FindProxyForURL!";
|
/external/chromium_org/net/data/proxy_resolver_v8_unittest/ |
passthrough.js | 2 // passed to FindProxyForURL(). 6 throw "Wrong number of arguments passed to FindProxyForURL!";
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
sandbox_bpf.cc | 169 // Function that can be passed as a callback function to CodeGen::Traverse(). 195 // Function that can be passed as a callback function to CodeGen::Traverse(). 258 ChangeErrnoToTraps((ErrorCode*)err->passed(), sandbox_compiler); 687 Instruction* SandboxBPF::CheckArch(CodeGen* gen, Instruction* passed) { 696 passed, 795 Instruction* SandboxBPF::CheckSyscallNumber(CodeGen* gen, Instruction* passed) { 804 BPF_JMP + BPF_JSET + BPF_K, 0x40000000, passed, invalidX32); 808 BPF_JMP + BPF_JSET + BPF_K, 0x40000000, invalidX32, passed); 813 return passed; 921 Instruction* passed = RetExpression(gen, *cond.passed_); local [all...] |
errorcode.cc | 47 const ErrorCode* passed, 54 passed_(passed),
|
/external/chromium_org/tools/clang/scripts/ |
test_tool.py | 86 passed = 0 106 passed += 1 113 if passed > 0: 114 print '[ PASSED ] %s.' % _NumberOfTestsToString(passed)
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/ |
FrequencyVerificationTest.java | 93 private void verifyStats(SensorStats stats, boolean passed, double frequency) { 94 assertEquals(passed, stats.getValue(FrequencyVerification.PASSED_KEY));
|
EventOrderingVerificationTest.java | 110 private void verifyStats(SensorStats stats, boolean passed, int count) { 111 assertEquals(passed, stats.getValue(EventOrderingVerification.PASSED_KEY));
|
JitterVerificationTest.java | 113 private void verifyStats(SensorStats stats, boolean passed, double jitter95) { 114 assertEquals(passed, stats.getValue(JitterVerification.PASSED_KEY));
|
MeanVerificationTest.java | 106 private void verifyStats(SensorStats stats, boolean passed, float[] means) { 107 assertEquals(passed, stats.getValue(MeanVerification.PASSED_KEY));
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
buildbot_run.py | 108 help='JSON properties passed by buildbot. Currently ignored.') 110 help='JSON properties passed by buildbot. Currently ignored.')
|
/external/chromium_org/testing/android/junit/java/src/org/chromium/testing/local/ |
GtestLogger.java | 44 public void testFinished(Description test, boolean passed, long elapsedTimeMillis) { 45 if (passed) { 95 mOutputStream.format("[ PASSED ] %d tests.", passedTestCount);
|
/external/chromium_org/third_party/angle/src/libEGL/ |
Config.cpp | 259 vector<const Config*> passed; 260 passed.reserve(mSet.size()); 317 passed.push_back(&*config); 323 sort(passed.begin(), passed.end(), SortConfig(attribList)); 326 for (index = 0; index < configSize && index < static_cast<EGLint>(passed.size()); index++) 328 configs[index] = passed[index]->getHandle(); 335 *numConfig = passed.size();
|
/external/chromium_org/third_party/markupsafe/ |
__init__.py | 28 it escapes arguments passed and always returns `Markup`. 34 different things: When passed an unicode object it's assumed to be safe, 35 when passed an object with an HTML representation (has an `__html__` 36 method) that representation is used, otherwise the object passed is 48 If you want object passed being always treated as unsafe you can use the 55 arguments are passed through the :func:`escape` function:
|
/external/eigen/blas/testing/ |
runblastest.sh | 44 echo -e $green Test $1 passed$black
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/ |
LocationModeTestActivity.java | 135 * Set the visible state of a test item to passed or failed. 137 private void setItemState(int index, boolean passed) { 140 status.setImageResource(passed ? R.drawable.fs_good : R.drawable.fs_error); 161 // Advance test state until we find case where it hasn't passed (yet) 217 boolean passed = mode != Secure.LOCATION_MODE_OFF; 218 if (passed) { 228 boolean passed = mode == expectedMode; 229 if (passed) {
|
/external/chromium_org/tools/auto_bisect/ |
bisect_utils.py | 223 passed = False 227 passed = True 230 return passed 301 path: The path name passed to func. 375 passed = False 393 passed = True 399 return passed
|
/external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/ |
ValidationTest.java | 106 boolean passed = messageReceiver.accept(message); 107 if (passed && !test.expectedResult.equals("PASS")) { 112 if (!passed && test.expectedResult.equals("PASS")) {
|
/external/harfbuzz_ng/test/shaping/ |
hb_test_tools.py | 171 self.passed = Stat () 177 if test.passed: 178 self.passed.add (test) 183 return float (self.passed.count) / self.total.count 186 return (float (self.passed.count) / self.total.count) * \ 209 passed = 0 214 passed += 1 217 total = passed + failed 218 print "%d out of %d tests passed. %d failed (%g%%)" % (passed, total, failed, 100. * failed / total [all...] |
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
HtmlPolicyBuilderFuzzerTest.java | 88 boolean passed = false; 128 passed = true; 130 if (!passed) {
|
/cts/suite/audio_quality/lib/src/ |
Report.cpp | 91 std::list<StringPair>::const_iterator end, bool passed) 95 if (passed) {
|
/external/chromium_org/third_party/yasm/ |
config_sources.host.darwin-x86.mk | 29 # Flags passed to both C and C++ files. 94 # Flags passed to only C++ (and not C) files. 104 # Flags passed to both C and C++ files. 168 # Flags passed to only C++ (and not C) files.
|
config_sources.host.darwin-x86_64.mk | 29 # Flags passed to both C and C++ files. 94 # Flags passed to only C++ (and not C) files. 104 # Flags passed to both C and C++ files. 168 # Flags passed to only C++ (and not C) files.
|
config_sources.host.linux-x86.mk | 29 # Flags passed to both C and C++ files. 94 # Flags passed to only C++ (and not C) files. 104 # Flags passed to both C and C++ files. 168 # Flags passed to only C++ (and not C) files.
|
config_sources.host.linux-x86_64.mk | 29 # Flags passed to both C and C++ files. 94 # Flags passed to only C++ (and not C) files. 104 # Flags passed to both C and C++ files. 168 # Flags passed to only C++ (and not C) files.
|
/art/build/ |
Android.common_test.mk | 97 # The command checks prints "PASSED" then checks to see if this was a top-level make target (e.g. 103 (mkdir -p $(ART_HOST_TEST_DIR)/passed/ && touch $(ART_HOST_TEST_DIR)/passed/$(1)))) 112 (([ -d $(ART_HOST_TEST_DIR)/passed/ ] \ 113 && (echo -e "\e[92mPASSING TESTS\e[0m" && ls -1 $(ART_HOST_TEST_DIR)/passed/) \ 114 || (echo -e "\e[91mNO TESTS PASSED\e[0m")) && \
|