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

<<21222324252627282930>>

  /external/webkit/Tools/QtTestBrowser/
launcherwindow.cpp 709 bool ok; local
711 QLineEdit::Normal, "a", &ok);
713 if (ok && !str.isEmpty()) {
956 bool ok; local
    [all...]
  /external/yaffs2/yaffs2/direct/
dtest.c 88 int ok = 1; local
97 ok = (marker == ~i);
98 if(!ok)
105 return ok;
118 int ok = 1; local
137 return ok;
605 printf("Permissions check %x %x %d OK\n",tmode,tflags,expectedResult);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/
PolicySerializationTestActivity.java 177 .setPositiveButton(android.R.string.ok, null)
206 .setPositiveButton(android.R.string.ok, null)
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
GyroscopeTestActivity.java 391 .setPositiveButton(android.R.string.ok, null)
405 .setPositiveButton(android.R.string.ok, null)
  /development/apps/CustomLocale/src/com/android/customlocale2/
CustomLocaleActivity.java 401 boolean ok = mPrefs.edit().putString(CUSTOM_LOCALES, newLocales).commit();
403 Log.d(TAG, "Prefs commit:" + Boolean.toString(ok) + ". Saved: " + newLocales);
  /external/chromium/base/allocator/
allocator_unittests.cc 278 static void TestCalloc(size_t n, size_t s, bool ok) {
280 if (!ok) {
  /external/chromium/chrome/browser/
character_encoding.cc 460 bool ok = inserted_encoding.insert(*it).second; local
463 if (!ok)
  /external/openssl/crypto/x509/
x509_vfy.h 196 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
245 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
384 /* Notify callback that policy is OK */
  /external/openssl/include/openssl/
x509_vfy.h 196 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
245 int (*verify_cb)(int ok,X509_STORE_CTX *ctx); /* error callback */
384 /* Notify callback that policy is OK */
  /external/stlport/test/unit/
hash_test.cpp 191 // if so, we print "OK", otherwise we print a detailed key/data overview and assert.
216 if (collection.size() == h.size()) cout << " OK" << endl;
408 CPPUNIT_ASSERT( stack1.ok() );
409 CPPUNIT_ASSERT( stack2.ok() );
vector_test.cpp 399 CPPUNIT_ASSERT( stack1.ok() );
400 CPPUNIT_ASSERT( stack2.ok() );
  /external/wpa_supplicant_8/src/ap/
ieee802_11.c 278 "authentication OK (shared key)");
351 HOSTAPD_LEVEL_DEBUG, "authentication OK (FT)");
485 "authentication OK (open system)");
1103 "association OK (aid %d)", sta->aid);
    [all...]
  /ndk/build/core/
setup-app.mk 24 # ok, let's parse all Android.mk source files in order to build
  /ndk/tests/device/test-gnustl-full/unit/
hash_test.cpp 191 // if so, we print "OK", otherwise we print a detailed key/data overview and assert.
216 if (collection.size() == h.size()) cout << " OK" << endl;
408 CPPUNIT_ASSERT( stack1.ok() );
409 CPPUNIT_ASSERT( stack2.ok() );
vector_test.cpp 399 CPPUNIT_ASSERT( stack1.ok() );
400 CPPUNIT_ASSERT( stack2.ok() );
  /ndk/tests/device/test-stlport/unit/
hash_test.cpp 191 // if so, we print "OK", otherwise we print a detailed key/data overview and assert.
216 if (collection.size() == h.size()) cout << " OK" << endl;
408 CPPUNIT_ASSERT( stack1.ok() );
409 CPPUNIT_ASSERT( stack2.ok() );
vector_test.cpp 399 CPPUNIT_ASSERT( stack1.ok() );
400 CPPUNIT_ASSERT( stack2.ok() );
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CertInstaller.java 328 .setPositiveButton(android.R.string.ok, new DialogInterface.OnClickListener() {
364 .setPositiveButton(android.R.string.ok, new DialogInterface.OnClickListener() {
  /packages/apps/Phone/src/com/android/phone/
SipCallOptionHandler.java 261 .setPositiveButton(android.R.string.ok, this)
269 .setPositiveButton(android.R.string.ok, this)
394 // Woo hoo -- it's finally OK to initiate the outgoing call!
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
AvdManagerWindowImpl1.java 138 boolean ok = postCreateContent();
140 if (ok && mContext == AvdInvocationContext.STANDALONE) {
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp 5417 bool ok = true; local
7291 bool ok = true; local
7314 bool ok = true; local
7459 bool ok = true; local
    [all...]
  /external/v8/src/
jsregexp.cc 1486 Label ok; local
2212 Label ok; local
2296 Label ok; local
2363 Label ok; local
    [all...]
  /cts/tests/tests/text/src/android/text/method/cts/
NumberKeyListenerTest.java 147 method = "ok",
238 return NumberKeyListener.ok(accept, c);
  /external/chromium/net/url_request/
url_request_http_job.cc 317 if (rv == OK) {
419 int policy = OK;
460 int policy = OK;
506 const bool ok = TransportSecurityState::ParseHeader( local
508 if (!ok)
531 const bool ok = TransportSecurityState::ParseHeader( local
533 if (!ok)
581 } else if (policy == OK) {
615 } else if (policy == OK || policy == OK_FOR_SESSION_ONLY) {
616 // OK to save the current response cookie now
    [all...]
  /external/icu4c/test/cintltst/
cnmdptst.c 714 UBool ok = TRUE; local
776 ok = FALSE;
792 ok = FALSE;
797 if (!ok) {
    [all...]

Completed in 1523 milliseconds

<<21222324252627282930>>