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

<<21222324252627282930>>

  /packages/apps/Browser/src/com/android/browser/
Tab.java 543 .setPositiveButton(R.string.ok, null)
694 * Check with the user if it is ok to resend POST data as the page they
715 .setPositiveButton(R.string.ok,
    [all...]
  /dalvik/vm/oo/
Class.cpp 390 bool ok = true; local
391 ok &= createPrimitiveType(PRIM_VOID, &gDvm.typeVoid);
392 ok &= createPrimitiveType(PRIM_BOOLEAN, &gDvm.typeBoolean);
393 ok &= createPrimitiveType(PRIM_BYTE, &gDvm.typeByte);
394 ok &= createPrimitiveType(PRIM_SHORT, &gDvm.typeShort);
395 ok &= createPrimitiveType(PRIM_CHAR, &gDvm.typeChar);
396 ok &= createPrimitiveType(PRIM_INT, &gDvm.typeInt);
397 ok &= createPrimitiveType(PRIM_LONG, &gDvm.typeLong);
398 ok &= createPrimitiveType(PRIM_FLOAT, &gDvm.typeFloat);
399 ok &= createPrimitiveType(PRIM_DOUBLE, &gDvm.typeDouble)
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 243 // Ok, at this point, we know that we are masking the result of the
599 bool ok = false; local
602 A = R11; D = R12; E = R2; ok = true;
606 A = R12; D = R11; E = R2; ok = true;
609 if (!ok && match(R2, m_And(m_Value(R11), m_Value(R12)))) {
611 A = R11; D = R12; E = R1; ok = true;
615 A = R12; D = R11; E = R1; ok = true;
620 if (!ok)
    [all...]
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-aix5.c 223 Bool ok = sane_AixSegments(&asegs_pri); \
224 if (!ok) \
227 aspacem_assert(ok); \
1342 Bool ok = sane_AixSegments( &asegs_pri ); local
    [all...]
  /external/icu4c/test/intltest/
numfmtst.cpp 901 UBool ok = TRUE; local
903 ok = FALSE;
919 ok = FALSE;
924 if (!ok) {
929 logln((UnicodeString)"Ok " + l +
5840 UBool ok = FALSE; local
5866 UBool ok = TRUE; local
    [all...]
dtfmrgts.cpp 204 logln(" ok");
409 UBool ok = FALSE; local
413 ok = TRUE;
415 //} catch (ParseException e) {ok=TRUE;}
416 if(!ok)
519 // {sfb} Is it OK to cast away const here?
547 logln("DateFormat.equals ok");
595 logln("Ok: " + s + " " + d);
    [all...]
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/wpa_supplicant/
wpa.c 3169 int ok = 0; local
3218 int ok = 0; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java     [all...]
  /external/icu4c/common/
uniset_props.cpp 777 UBool ok = FALSE; local
782 ok = TRUE;
787 if (buf.length() < 1 || !ok) {
    [all...]
  /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...]
  /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/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...]

Completed in 1039 milliseconds

<<21222324252627282930>>