/system/update_engine/ |
binder_service_brillo.cc | 56 return Status::ok(); 186 return Status::ok();
|
omaha_request_params.h | 128 inline void set_delta_okay(bool ok) { delta_okay_ = ok; }
|
update_engine_client_android.cc | 92 return Status::ok(); 101 return Status::ok(); 160 if (status != android::OK) {
|
/system/update_engine/common/ |
subprocess.cc | 123 bool ok = utils::ReadAll( local 126 if (!ok || eof) {
|
/system/update_engine/payload_consumer/ |
postinstall_runner_action.cc | 215 bool ok = local 228 if (!ok || eof) {
|
/external/ppp/pppd/ |
sys-linux.c | 2034 int s, ok, fd; local [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-tic4x.c | 47 /* OK, we accept a syntax similar to the other well known C30 327 OK, the other issue we have to consider is rounding since the 464 /* OK, we've got our scaled mantissa so let's round it up */ 1273 int ok = 1; local 1341 int ok = 1; local 2416 int ok = 0; local [all...] |
/art/compiler/utils/ |
assembler_test_base.h | 115 EXPECT_TRUE(res.ok) << res.error_msg; 116 if (!res.ok) { 198 bool ok; member in struct:art::AssemblerTestInfrastructure::NativeAssemblerResult 373 res->ok = false; 427 res->ok = true;
|
/external/avahi/avahi-daemon/ |
glob.c | 760 int ok, negate_range; local 779 ok = 0; 794 ok = 1; 797 ok = 1; 798 if (ok == negate_range)
|
/external/boringssl/src/crypto/x509/ |
x509_lu.c | 641 int ok, idx, ret; local 644 ok=X509_STORE_get_by_subject(ctx,X509_LU_X509,xn,&obj); 645 if (ok != X509_LU_X509) 647 if (ok == X509_LU_RETRY) 653 else if (ok != X509_LU_FAIL) 661 /* If certificate matches all OK */
|
/external/eigen/Eigen/src/OrderingMethods/ |
Amd.h | 97 ok, nel = 0, p, p1, p2, p3, p4, pj, pk, pk1, pk2, pn, q, t; local 367 ok = (len[j] == ln) && (elen[j] == eln); 368 for(p = Cp[j] + 1; ok && p <= Cp[j] + ln - 1; p++) 370 if(w[Ci[p]] != mark) ok = 0; /* compare i and j*/ 372 if(ok) /* i and j are identical */
|
/external/libevent/ |
buffer.c | 1433 int ok = 0; local 2798 int ok = 1; local 3090 int ok = 0; local 3103 int ok = 0; local [all...] |
/toolchain/binutils/binutils-2.25/libiberty/ |
simple-object-elf.c | 627 int ok; local 631 ok = 0; 638 ok = 1; 644 ok = 1; 651 if (!ok)
|
/external/boringssl/src/ssl/ |
ssl_cipher.c | 1169 int multi, skip_rule, rule, retval, ok, in_group = 0, has_group = 0; local 1379 int ok; local [all...] |
/external/valgrind/coregrind/ |
m_redir.c | 391 Bool ok, isWrap; local 528 ok = VG_(maybe_Z_demangle)( *names, 561 if (!ok) { 662 ok = isText 666 if (!ok) 691 /* Ok. Now specList holds the list of specs from the DebugInfo. 1786 Bool ok; local [all...] |
/external/valgrind/memcheck/ |
mc_main.c | 414 /* Check representation invariants; if OK return NULL; else a 498 return NULL; /* ok */ 581 /* Ok, there's no entry in the secondary map, so we'll have 780 Bool ok = True; local 796 ok = False; 798 return ok; 806 Bool ok = True; local 814 ok = False; 819 return ok; 1119 Bool ok = VG_(parse_Addr) (ppc, result1); local 1142 Bool ok = parse_range(ppc, &start, &end); local 1211 Bool ok; local 1361 Bool ok; local 1470 Bool ok; local 3943 Bool ok = is_mem_addressable ( base, size, &bad_addr ); local 5465 Bool ok; local 5814 Bool ok = parse_ignore_ranges(tmp_str); local 6557 Bool ok = is_mem_addressable ( arg[1], arg[2], &bad_addr ); local 6845 Bool ok local [all...] |
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_texstate.c | 857 GLboolean ok; local 967 ok = GL_TRUE; 989 ok = r200UpdateTextureEnv( ctx, i, currslot, replaceunit ); 990 if (!ok) return GL_FALSE; 999 ok = r200UpdateTextureEnv( ctx, 0, 0, 0 ); 1006 return ok; 1569 GLboolean ok; local [all...] |
/frameworks/av/services/camera/libcameraservice/ |
CameraService.cpp | 146 // should be ok for now. 184 if (err != OK) { 230 if (checkCameraCapabilities(i, info, &latestStrangeCameraId) != OK) { 444 return Status::ok(); 490 Status ret = Status::ok(); 500 if ((rc = shimInfo.update(ANDROID_SENSOR_ORIENTATION, &orientation, 1)) != OK) { 507 if ((rc = shimInfo.update(ANDROID_LENS_FACING, &facing, 1)) != OK) { 555 streamConfigs.array(), streamConfigSize)) != OK) { 563 fakeMinFrames, 0)) != OK) { 571 fakeStalls, 0)) != OK) { [all...] |
/external/boringssl/src/crypto/rsa/ |
rsa.c | 536 int ok = 0, has_crt_values; local 647 ok = 1; 661 return ok; 667 int ok = 0; local 782 ok = 1; 787 if (!ok) { 794 return ok;
|
rsa_impl.c | 815 int prime_bits, ok = -1, n = 0, i, j; local 820 ok = 0; /* we set our own err */ 925 ok = 0; /* we set our own err */ 1081 ok = 1; 1086 if (ok == -1) { 1088 ok = 0; 1096 return ok;
|
/external/chromium-trace/catapult/telemetry/third_party/tsproxy/ |
tsproxy.py | 543 ok = False 549 ok = True 556 ok = True 560 ok = True 564 ok = True 568 ok = True 571 if not ok: 664 PrintMessage('OK')
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
egl_g3d_api.c | 495 EGLBoolean ok = EGL_TRUE; local 508 ok = gctx->stapi->make_current(gctx->stapi, gctx->stctxi, 510 if (ok) { 521 ok = old_gctx->stapi->make_current(old_gctx->stapi, NULL, NULL, NULL); 522 if (ok) 526 if (ok) { 550 return ok;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/ |
TagVerifierActivity.java | 315 .setPositiveButton(android.R.string.ok, new DialogInterface.OnClickListener() { 335 .setPositiveButton(android.R.string.ok, null) 357 .setPositiveButton(android.R.string.ok, null)
|
/external/apache-http/android/src/android/net/http/ |
Headers.java | 263 // This should be ok, according to RFC 2616 chapter 4.2 485 boolean ok = len >= (beginIndex + size); 486 for (int j=0; ok && (j < size); j++) { 492 ok = a == b;
|
/external/boringssl/src/crypto/bn/ |
convert.c | 375 int i = 0, num, ok = 0; local 431 ok = 1; 436 if (!ok) {
|