HomeSort by relevance Sort by last modified time
    Searched refs:ok (Results 651 - 675 of 814) sorted by null

<<21222324252627282930>>

  /external/iproute2/ip/
ipaddress.c 895 int ok = 0; local
936 ok = 1;
939 if (!ok)
  /external/mksh/src/
var.c 395 /* XXX check calls - is error here ok by POSIX? */
758 /* XXX check calls - is error here ok by POSIX? */
764 bool ok = true; local
807 ok = false;
821 if (!ok)
    [all...]
  /external/opencv/cxcore/src/
cxutils.cpp 907 int ok = 0; local
966 ok = 1;
970 return ok ? arr : 0;
    [all...]
  /external/openssl/ssl/
d1_clnt.c 732 int n, al, ok = 0; local
741 &ok);
743 if (!ok) return((int)n);
    [all...]
ssl.h 401 max, int *ok);
481 * is not ok, we must remember the error for session reuse: */
    [all...]
  /external/v8/src/x64/
builtins-x64.cc 1467 NearLabel ok; local
    [all...]
  /external/valgrind/main/cachegrind/
cg_merge.c 479 Bool ok; local
484 ok = parse_ULong( &tmpC[n_tmpC], &str );
485 if (!ok)
738 // since the summary counts are OK, free up the summary_line text
750 // All looks OK
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.cpp 920 bool ok; local
921 uint cacheLoadValue = cacheLoad.toUInt(&ok);
922 if (ok)
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_enrollee.c 708 int ok = 0; local
723 ok++;
730 if (ok == 0) {
    [all...]
  /frameworks/base/core/java/android/text/
TextUtils.java 1193 int ok = 0; local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseGeneralTest.java 498 "SELECT _TOKENIZE('tokens', 11, 'some string ok', ' ', 1, 'foo')", null));
503 "SELECT _TOKENIZE('tokens_no_index', 20, 'some string ok', ' ')", null));
535 key = DatabaseUtils.getHexCollationKey("some string ok");
553 key = DatabaseUtils.getHexCollationKey("ok");
633 key = DatabaseUtils.getHexCollationKey("some string ok");
740 boolean ok = false;
744 ok = true;
746 Assert.assertTrue(ok);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/
BackupTestActivity.java 247 .setPositiveButton(android.R.string.ok, null)
  /external/icu4c/test/intltest/
tztest.cpp 456 logln(UnicodeString("OK: createTimeZone(") +
690 UBool ok = TRUE;
712 ok = FALSE;
727 ok = FALSE;
730 if (ok) {
731 logln("OK: " + itsID +
738 // OK now test compat
802 logln("OK: " + UnicodeString(zone1) +
    [all...]
  /external/opencv/ml/src/
ml_inner_functions.cpp 967 int ok = 0; local
1034 ok = 1;
1038 if( ok )
1070 return ok;
    [all...]
mlann_mlp.cpp 690 bool ok = false; local
796 ok = true;
800 if( !ok )
812 return ok;
    [all...]
  /external/openssl/crypto/ec/
ectest.c 382 fprintf(stdout, " ok\n");
394 fprintf(stdout, " ok\n");
426 fprintf(stdout, " ok\n");
438 fprintf(stdout, " ok\n");
470 fprintf(stdout, " ok\n");
482 fprintf(stdout, " ok\n");
515 fprintf(stdout, " ok\n");
527 fprintf(stdout, " ok\n");
565 fprintf(stdout, " ok\n");
577 fprintf(stdout, " ok\n")
1247 int ok = 1; local
    [all...]
  /external/openssl/include/openssl/
ssl.h 401 max, int *ok);
481 * is not ok, we must remember the error for session reuse: */
    [all...]
  /external/stlport/stlport/stl/
_codecvt.h 42 enum result {ok, partial, error, noconv}; enumerator in enum:codecvt_base::result
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_codecvt.h 42 enum result {ok, partial, error, noconv}; enumerator in enum:codecvt_base::result
  /packages/apps/Contacts/src/com/android/contacts/editor/
LabeledEditorView.java 377 builder.setPositiveButton(android.R.string.ok, new DialogInterface.OnClickListener() {
427 // User picked type, and we're sure it's ok to actually write the entry.
  /packages/apps/Phone/src/com/android/phone/
EmergencyDialer.java 568 .setPositiveButton(R.string.ok, null)
OutgoingCallBroadcaster.java 150 // cases it's OK to make a new outgoing call, but we need
578 .setPositiveButton(android.R.string.ok, this)
593 // at least), and its only button is "OK".
600 // at least), and canceling it is just like hitting "OK".
  /packages/apps/Settings/src/com/android/settings/
ChooseLockPattern.java 216 Ok(android.R.string.ok, true);
242 LeftButtonMode.Gone, RightButtonMode.Ok, ID_EMPTY_MESSAGE, false),
390 } else if (mUiStage.rightMode == RightButtonMode.Ok) {
392 throw new IllegalStateException("Help screen is only mode with ok button, but " +
RingerVolumePreference.java 109 setPositiveButtonText(android.R.string.ok);
UserDictionarySettings.java 251 .setPositiveButton(android.R.string.ok, new DialogInterface.OnClickListener() {

Completed in 958 milliseconds

<<21222324252627282930>>