/libcore/jsr166-tests/src/test/java/jsr166/ |
ScheduledExecutorTest.java | 267 } catch (SecurityException ok) {} 283 } catch (SecurityException ok) {} 299 } catch (SecurityException ok) {} 315 } catch (SecurityException ok) {} 331 } catch (SecurityException ok) {} 525 try { p.shutdown(); } catch (SecurityException ok) { return; } 548 try { p.shutdown(); } catch (SecurityException ok) { return; } 572 try { p.shutdown(); } catch (SecurityException ok) { return; } 689 } catch (SecurityException ok) { 719 } catch (SecurityException ok) { [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
posixpath.py | 367 path, ok = _joinrealpath('', filename, {}) 406 path, ok = _joinrealpath(path, os.readlink(newpath), seen) 407 if not ok:
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
posixpath.py | 367 path, ok = _joinrealpath('', filename, {}) 406 path, ok = _joinrealpath(path, os.readlink(newpath), seen) 407 if not ok:
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
posixpath.py | 367 path, ok = _joinrealpath('', filename, {}) 406 path, ok = _joinrealpath(path, os.readlink(newpath), seen) 407 if not ok:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
posixpath.py | 367 path, ok = _joinrealpath('', filename, {}) 406 path, ok = _joinrealpath(path, os.readlink(newpath), seen) 407 if not ok:
|
/system/update_engine/payload_generator/ |
ext2_filesystem.cc | 112 // added twice to the output, but with different names, which is ok. That will 172 bool ok = true; local 177 ok = false; 236 if (!ok)
|
/tools/test/connectivity/acts/framework/acts/bin/ |
act.py | 278 ok = True 281 ok = False 282 return ok
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
ReportExporter.java | 107 .setPositiveButton(android.R.string.ok, null)
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/ |
ScreenLockTestActivity.java | 124 .setPositiveButton(android.R.string.ok, null)
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
HeartRateMonitorTestActivity.java | 80 .setPositiveButton(android.R.string.ok, null)
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
BaseTest.java | 136 boolean ok = task.call(); 144 return ok; 147 /** Return true if all is ok, no errors */ 331 boolean ok; 333 ok = compile(parserName+".java"); 334 if ( !ok ) { allIsWell = false; } 336 ok = compile(lexerName+".java"); 337 if ( !ok ) { allIsWell = false; } 340 boolean ok = compile(parserName+".java"); 341 if ( !ok ) { allIsWell = false; [all...] |
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/ |
zipio.py | 185 ok = _os.path.isfile(path) 186 if ok: 230 ok = _os.path.isdir(path) 231 if not ok:
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ctracer/ |
tracer.c | 77 goto ok; 82 ok: 425 /* Because we handled the error, goto ok. */ 426 goto ok; 513 ok: 543 goto ok; 574 goto ok; 583 ok: 650 goto ok; 685 ok [all...] |
/external/curl/docs/examples/ |
curlx.c | 193 int ok; local 198 if((ok= X509_verify_cert(ctx)) && ctx->cert) { 218 BIO_printf(p->errorbio, "leaving ssl_app_verify_callback with %d\n", ok); 220 return ok;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
TrieTest.java | 210 boolean ok = true; 217 ok &= newTrie.setValue(start, value); 220 ok &= newTrie.setRange(start, limit, value, overwrite); 223 if (!ok) {
|
/external/icu/icu4c/source/test/intltest/ |
plurults.cpp | 535 UBool ok = TRUE; 539 ok = FALSE; 543 ok = FALSE; 551 for (int j = 0; ok && j < count; ++j ) { // we've verified count < 4 555 ok = FALSE; 563 ok = FALSE; 569 ok = FALSE; 575 if (ok && count != -1) { 578 ok = FALSE; [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
TrieTest.java | 206 boolean ok = true; 213 ok &= newTrie.setValue(start, value); 216 ok &= newTrie.setRange(start, limit, value, overwrite); 219 if (!ok) {
|
/external/libvncserver/libvncclient/ |
tls_openssl.c | 173 ssl_verify (int ok, X509_STORE_CTX *ctx) 183 if (ok) 209 ok = TRUE; 211 return ok;
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_setup.c | 176 boolean ok; local 197 ok = try_update_scene_state(setup); 198 if (!ok) 212 ok = lp_scene_bin_everywhere( scene, 215 if (!ok) 225 ok = lp_scene_bin_everywhere( scene, 230 if (!ok) 236 ok = lp_scene_bin_everywhere( scene, 239 if (!ok)
|
/external/opencv3/modules/core/include/opencv2/core/ |
operations.hpp | 196 bool ok; local 198 ok = cv::internal::Matx_FastInvOp<_Tp, m>()(*this, b, method); 202 ok = (invert(A, B, method) != 0); 204 if( NULL != p_is_ok ) { *p_is_ok = ok; } 205 return ok ? b : Matx<_Tp, n, m>::zeros(); 212 bool ok; local 214 ok = cv::internal::Matx_FastSolveOp<_Tp, m, l>()(*this, rhs, x, method); 218 ok = cv::solve(A, B, X, method); 221 return ok ? x : Matx<_Tp, n, l>::zeros();
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
CssTokens.java | [all...] |
/external/regex-re2/re2/ |
filtered_re2.cc | 29 if (!re->ok()) {
|
/external/skia/tests/ |
SkNxTest.cpp | 21 bool ok = close(vals[0], a) && close(vals[1], b) 23 REPORTER_ASSERT(r, ok); 25 ok = close(vals[2], c) && close(vals[3], d) 27 REPORTER_ASSERT(r, ok);
|
/external/toybox/toys/pending/ |
lsof.c | 196 int ok; local 199 ok = sscanf(line, " %*d: %x:%x %x:%x %x %*x:%*x %*X:%*X %*X %*d %*d %ld", 204 ok = sscanf(line, " %*d: %8x%8x%8x%8x:%x %8x%8x%8x%8x:%x %x " 213 if (!ok || inode != sought_inode) return;
|
/external/valgrind/coregrind/m_aspacemgr/ |
aspacemgr-linux.c | 1565 Bool ok = VG_IS_PAGE_ALIGNED(addr) && addr >= min && addr <= max; local 2353 Bool ok; local 2426 Bool ok; local 2484 Bool ok; local 2543 Bool ok; local 2649 Bool ok; local [all...] |