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

<<21222324252627282930>>

  /external/webkit/Source/WebCore/svg/
SVGAnimationElement.cpp 70 bool ok; local
71 float time = timeString.toFloat(&ok);
72 if (!ok || time < 0 || time > 1)
  /external/webkit/Source/WebCore/websockets/
WebSocketHandshake.cpp 257 // order is not meaningful. Thus, it's ok to send the order we constructed
480 bool ok = false; local
481 statusCode = statusCodeString.toInt(&ok);
482 ASSERT(ok);
  /external/webkit/Source/WebKit/chromium/src/
ChromeClientImpl.cpp 470 bool ok = m_webView->client()->runModalPromptDialog( local
475 if (ok)
477 return ok;
  /external/valgrind/main/none/tests/amd64/
gen_insn_test.pl 952 print qq| printf("$test ... ok\\n");\n|;
956 print qq| printf("$test ... not ok\\n");\n|;
986 print qq| printf("$test ... ok\\n");\n|;
  /external/valgrind/main/none/tests/x86/
gen_insn_test.pl 914 print qq| printf("$test ... ok\\n");\n|;
918 print qq| printf("$test ... not ok\\n");\n|;
948 print qq| printf("$test ... ok\\n");\n|;
  /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) {

Completed in 1827 milliseconds

<<21222324252627282930>>