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

<<21222324252627282930>>

  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorAccountsChangedActivity.java 124 rightButton.setText(getString(android.R.string.ok));
ShowOrCreateActivity.java 221 .setPositiveButton(android.R.string.ok,
  /packages/apps/Gallery/src/com/android/camera/
MenuHelper.java 269 boolean ok = false;
275 ok = true;
279 if (!ok) {
815 .setPositiveButton(android.R.string.ok, listener)
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
MessagingPreferenceActivity.java 251 .setPositiveButton(android.R.string.ok, new AlertDialog.OnClickListener() {
  /packages/apps/Settings/src/com/android/settings/
BandMode.java 179 .setPositiveButton(android.R.string.ok, null).show();
CryptKeeperSettings.java 96 .setPositiveButton(android.R.string.ok, null)
  /external/ppp/pppd/
auth.c 191 /* Hook for a plugin to say whether it is OK if the peer
730 * a username of "" and a password of "". If that's not OK,
2185 int ok; local
    [all...]
  /external/ipsec-tools/src/racoon/
crypto_openssl.c 585 cb_check_cert_local(ok, ctx)
586 int ok;
592 if (!ok) {
599 * ok if they are self signed. But we should still warn
609 ok = 1;
624 return ok;
632 cb_check_cert_remote(ok, ctx)
633 int ok;
639 if (!ok) {
646 ok = 1
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateMachine.java     [all...]
  /external/icu4c/test/cintltst/
trie2test.c 1293 UBool overwrite, ok; local
    [all...]
  /external/valgrind/main/coregrind/
m_translate.c 140 // And I've tested with smaller values and the wrap-around case works ok.
778 /* well, ok then. go on and chase. */
1314 Bool ok; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
peerkey.c 939 int ok = 0; local
959 ok = 1;
967 if (!ok && peerkey->stk_set) {
976 ok = 1;
979 if (!ok) {
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
peerkey.c 942 int ok = 0; local
962 ok = 1;
970 if (!ok && peerkey->stk_set) {
979 ok = 1;
982 if (!ok) {
    [all...]
  /external/chromium/net/disk_cache/
backend_impl.cc 238 if (result == net::OK || !force_ || retry_)
257 if (result == net::OK) {
299 return *backend ? net::OK : net::ERR_FAILED;
513 return disabled_ ? net::ERR_FAILED : net::OK;
550 return (*entry) ? net::OK : net::ERR_FAILED;
556 return (*entry) ? net::OK : net::ERR_FAILED;
569 return net::OK;
578 return disabled_ ? net::ERR_FAILED : net::OK;
584 return net::OK;
603 return net::OK;
    [all...]
block_files.cc 362 bool ok = file->Read(buffer.get(), size, offset);
363 DCHECK(ok);
  /external/opencv/ml/src/
mlboost.cpp 872 bool ok = false; local
899 ok = true;
903 return ok;
914 bool ok = false; local
961 ok = true;
965 return ok;
    [all...]
  /external/chromium/chrome/browser/autofill/
form_structure.cc 529 bool ok = (*field)->GetFieldInfo(field_type_map); local
530 DCHECK(ok);
  /external/chromium/net/proxy/
proxy_resolver_v8_unittest.cc 106 bool ok = file_util::ReadFileToString(path, &file_contents); local
109 if (!ok) {
128 EXPECT_EQ(OK, result);
135 EXPECT_EQ(OK, result);
150 EXPECT_EQ(OK, result);
156 EXPECT_EQ(OK, result);
166 EXPECT_EQ(OK, result);
175 EXPECT_EQ(OK, result);
184 EXPECT_EQ(OK, result);
218 EXPECT_EQ(OK, result)
    [all...]
  /external/libxml2/
catalog.c 988 if (fseek(fd, 0, SEEK_END) || (size = ftell(fd)) == EOF || fseek(fd, 0, SEEK_SET)) { /* File operations denied? ok, just close and return failure */
1032 int ok = 1; local
1042 for (p = pubID;*p != 0 && ok;p++) {
1048 ok = 0;
1050 if (ok && !white) /* is normalized */
1144 int ok = 1; local
1156 ok = 0;
1163 ok = 0;
1165 if (!ok) {
    [all...]
  /external/stlport/stlport/stl/
_fstream.c 359 // The result code is necessarily ok because:
364 _STLP_ASSERT(__status == _Codecvt::ok)
601 (__enext == _M_ext_buf && __status == _Codecvt::ok))
  /external/stlport/test/unit/
map_test.cpp 299 CPPUNIT_ASSERT( stack1.ok() );
300 CPPUNIT_ASSERT( stack2.ok() );
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-ppc64-aix5.c 180 /* OK, thread is dead, but others still exist. Just exit. */
428 Also, it's ok for the kernel to simply change the target
489 Bool ok = ML_(aix5_force_thread_into_pthread_exit)(dst_tid); local
490 if (!ok) {
  /external/wpa_supplicant_8/src/ap/
drv_callbacks.c 445 size_t len, u16 stype, int ok)
452 ieee802_11_mgmt_cb(hapd, buf, len, stype, ok);
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 205 ; $word0 and $word1 are ok
212 ; $word2 and $word3 are ok (taken care while loading itself)
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 359 // The result code is necessarily ok because:
364 _STLP_ASSERT(__status == _Codecvt::ok)
601 (__enext == _M_ext_buf && __status == _Codecvt::ok))

Completed in 2964 milliseconds

<<21222324252627282930>>