/external/icu4c/test/intltest/ |
tchcfmt.cpp | 36 UBool ok = U_SUCCESS(status); local 37 if (!ok) it_errln( msg ); 38 return ok; 251 it_logln("status applyPattern OK!"); 313 UBool ok = (form_Assigned == *form_A) && (form_Assigned != *form_B); local 315 ok = ok && (form_Assigned != *form_A) && (form_Assigned == *form_B); 316 if (ok) { 478 logln("Ok: " + str); 536 logln((UnicodeString)"Ok: " + x + " => " + str) [all...] |
convtest.cpp | 29 * not testing conversion for a custom configuration like this should be ok. 997 UBool ok; local 1444 UBool ok; local [all...] |
/external/openssl/apps/ |
s_cb.c | 133 int MS_CALLBACK verify_callback(int ok, X509_STORE_CTX *ctx) 151 if (!ok) 158 ok=1; 163 ok=0; 191 if (err == X509_V_OK && ok == 2) 194 BIO_printf(bio_err,"verify return:%d\n",ok); 195 return(ok);
|
/external/svox/pico/lib/ |
picobase.c | 58 picoos_uint8 ok; local 60 ok = TRUE; 64 while (ok && (i < maxlen) && (utf8str[i] != '\000')) { 70 ok = FALSE; 75 ok = FALSE; 86 ok = FALSE; 90 if (ok) { [all...] |
/packages/apps/Calendar/src/com/android/calendar/ |
DeleteEventHelper.java | 164 // Enable the "ok" button now that the user has selected which 166 Button ok = mAlertDialog.getButton(DialogInterface.BUTTON_POSITIVE); 167 ok.setEnabled(true); 266 mContext.getText(android.R.string.ok), 271 mContext.getText(android.R.string.ok), 312 .setPositiveButton(android.R.string.ok, mDeleteRepeatingDialogListener) 317 // Disable the "Ok" button until the user selects which events 319 Button ok = dialog.getButton(DialogInterface.BUTTON_POSITIVE); local 320 ok.setEnabled(false);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
WrapInWizard.java | 114 boolean ok = true; 120 ok = false; 128 ok = false; 136 ok = false; // The user has chosen a separator 139 if (ok) { 159 setPageComplete(ok); 160 return ok;
|
/system/media/wilhelm/tests/mimeUri/ |
slesTestSlowDownUri.cpp | 136 int ok; local 137 ok = pthread_mutex_lock(&mutex); 138 assert(ok == 0); 140 ok = pthread_cond_signal(&cond); 141 assert(ok == 0); 142 ok = pthread_mutex_unlock(&mutex); 143 assert(ok == 0);
|
/external/llvm/utils/lit/lit/ |
TestRunner.py | 536 ok = exitCode != 0 or err 537 if ok: 542 ok = exitCode == 0 and not err 543 if ok: 548 if ok: 582 ok = exitCode != 0 583 if ok: 588 ok = exitCode == 0 589 if ok: 594 if ok [all...] |
/external/v8/src/ |
d8-debug.cc | 168 bool ok; local 171 ok = i::Socket::Setup(); 172 if (!ok) { 182 ok = conn_->Connect("localhost", port_str); 183 if (!ok) {
|
/bootable/recovery/minzip/ |
Zip.c | 986 int ok = true; local 1030 ok = false; 1052 ok = false; 1066 ok = false; 1081 ok = false; 1086 ok = false; 1089 ok = mzReadZipEntry(pArchive, pEntry, linkTarget, 1091 if (!ok) { 1106 ok = false; 1124 bool ok = mzExtractZipEntryToFile(pArchive, pEntry, fd); local [all...] |
/external/chromium/chrome/browser/password_manager/ |
native_backend_kwallet_x.cc | 131 bool ok = SetLoginsList(forms, form.signon_realm, wallet_handle); local 134 return ok; 150 bool ok = SetLoginsList(forms, form.signon_realm, wallet_handle); local 153 return ok; 174 bool ok = SetLoginsList(kept_forms, form.signon_realm, wallet_handle); local 177 return ok; 199 bool ok = true; 234 ok = false; 238 return ok;
|
/external/chromium/chrome/browser/ui/webui/ |
gpu_internals_ui.cc | 251 bool ok; local 253 ok = args->Get(0, &requestId); 254 DCHECK(ok); 257 ok = args->GetString(1, &submessage); 258 DCHECK(ok); 263 ok = args->Get(i, &arg); 264 DCHECK(ok); 409 bool ok = list->GetString(0, trace_data); local 410 DCHECK(ok); 589 // TODO(jbates) This may fail, but that's OK for current use cases [all...] |
/external/openssl/crypto/ui/ |
ui_lib.c | 489 int i, ok=0; local 505 ok=-1; 514 ok = -2; 517 ok = -1; 520 ok = 0; 532 ok = -2; 535 ok = -1; 538 ok = 0; 546 return ok;
|
/external/openssl/ssl/ |
s3_both.c | 230 int al,i,ok; local 245 &ok); 247 if (!ok) return((int)n); 426 long ssl3_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok) 442 *ok=1; 463 *ok = 0; 543 *ok = 0; 561 *ok=1; 566 *ok=0;
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
EncryptedPrivateKeyInfoTest.java | 256 } catch (NullPointerException ok) { 271 } catch (IOException ok) { 287 } catch (IOException ok) { 310 } catch (IOException ok) { 321 } catch (IOException ok) { 332 } catch (IOException ok) { 353 } catch (IOException ok) { 364 } catch (IOException ok) { 375 } catch (IOException ok) { 437 } catch (NoSuchAlgorithmException ok) { [all...] |
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8WebGLRenderingContextCustom.cpp | 100 bool ok; local 101 int ival = toInt32(val, ok); 102 if (!ok) { 224 static WebGLUniformLocation* toWebGLUniformLocation(v8::Handle<v8::Value> value, bool& ok) 226 ok = false; 230 ok = true; 427 bool ok = false; local 428 WebGLUniformLocation* location = toWebGLUniformLocation(args[1], ok); 488 bool ok = false; local 499 location = toWebGLUniformLocation(args[0], ok); 577 bool ok = false; local 694 bool ok = false; local [all...] |
/dalvik/vm/ |
InitRefs.cpp | 470 bool ok = true; local 471 ok &= verifyStringOffset("value", gDvm.offJavaLangString_value, STRING_FIELDOFF_VALUE); 472 ok &= verifyStringOffset("count", gDvm.offJavaLangString_count, STRING_FIELDOFF_COUNT); 473 ok &= verifyStringOffset("offset", gDvm.offJavaLangString_offset, STRING_FIELDOFF_OFFSET); 474 ok &= verifyStringOffset("hashCode", gDvm.offJavaLangString_hashCode, 477 return ok;
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/ |
EncryptedPrivateKeyInfoTest.java | 220 } catch (NullPointerException ok) { 235 } catch (IOException ok) { 251 } catch (IOException ok) { 274 } catch (IOException ok) { 285 } catch (IOException ok) { 296 } catch (IOException ok) { 317 } catch (IOException ok) { 328 } catch (IOException ok) { 339 } catch (IOException ok) { 401 } catch (NoSuchAlgorithmException ok) { [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
ClassTest.java | 613 } catch (ClassNotFoundException ok) {} 617 } catch (ClassNotFoundException ok) {} 621 } catch (ClassNotFoundException ok) {} 625 } catch (ClassNotFoundException ok) {} 629 } catch (ClassNotFoundException ok) {} 633 } catch (ClassNotFoundException ok) {}
|
/external/openssl/crypto/ec/ |
ec_key.c | 235 int ok = 0; local 281 ok=1; 292 return(ok); 297 int ok = 0; local 365 ok = 1; 371 return(ok);
|
/external/valgrind/main/exp-ptrcheck/tests/ |
hackedbz2.stdout.exp | 36 bit 24 0 OK really ok! 39 bit 27 0 OK really ok! 70 all ok
|
/external/valgrind/main/memcheck/tests/ |
origin5-bz2.stdout.exp | 37 bit 24 0 OK really ok! 40 bit 27 0 OK really ok! 71 all ok
|
vcpu_bz2.stdout.exp | 36 bit 24 0 OK really ok! 39 bit 27 0 OK really ok! 70 all ok
|
/external/valgrind/main/coregrind/m_initimg/ |
initimg-linux.c | 472 /* OK, now we know how big the client stack is */ 516 Bool ok; local 553 ok = VG_(am_create_reservation)( 559 if (ok) { 567 if ((!ok) || sr_isError(res)) { 577 vg_assert(ok); 784 Bool ok; local 801 ok = VG_(am_create_reservation)( 808 if (!ok) { 812 ( 0/*floating*/, anon_size+resvn_size, &ok ); [all...] |
/dalvik/vm/mterp/armv6t2/ |
OP_IGET_WIDE.S | 36 ldrd r0, [r9, r3] @ r0/r1<- obj.field (64-bit align ok)
|