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

<<21222324252627282930>>

  /packages/apps/Browser/src/com/android/browser/
BookmarkUtils.java 240 .setPositiveButton(R.string.ok,
  /packages/apps/Contacts/src/com/android/contacts/interactions/
ContactDeletionInteraction.java 281 .setPositiveButton(android.R.string.ok,
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmClock.java 153 .setPositiveButton(android.R.string.ok,
SetAlarm.java 296 .setPositiveButton(android.R.string.ok,
  /packages/apps/Email/tests/src/com/android/email/activity/
MailboxFinderTest.java 378 } catch (IllegalStateException ok) {
  /packages/apps/Mms/src/com/android/mms/ui/
MessagingPreferenceActivity.java 281 .setPositiveButton(android.R.string.ok, new AlertDialog.OnClickListener() {
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodPreference.java 240 .setPositiveButton(android.R.string.ok,
  /packages/apps/VideoEditor/src/com/android/videoeditor/
ProjectsActivity.java 198 getString(android.R.string.ok),
267 // A workaround to handle the OK button. We can't access the button with getButton()
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
codecvt.h 50 ok, enumerator in enum:codecvt_base::result
99 * all the input is converted, returns codecvt_base::ok. If no
142 * state could be reset and data written, returns codecvt_base::ok. If
179 * all the input is converted, returns codecvt_base::ok. If no
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
codecvt.h 50 ok, enumerator in enum:codecvt_base::result
99 * all the input is converted, returns codecvt_base::ok. If no
142 * state could be reset and data written, returns codecvt_base::ok. If
179 * all the input is converted, returns codecvt_base::ok. If no
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
codecvt.h 50 ok, enumerator in enum:codecvt_base::result
99 * all the input is converted, returns codecvt_base::ok. If no
142 * state could be reset and data written, returns codecvt_base::ok. If
179 * all the input is converted, returns codecvt_base::ok. If no
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
codecvt.h 50 ok, enumerator in enum:codecvt_base::result
99 * all the input is converted, returns codecvt_base::ok. If no
142 * state could be reset and data written, returns codecvt_base::ok. If
179 * all the input is converted, returns codecvt_base::ok. If no
  /external/icu4c/tools/genpname/
genpname.cpp 1014 UBool ok = TRUE; local
1021 ok = FALSE;
1024 if (!ok) {
    [all...]
  /external/openssl/apps/
x509.c 156 static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx);
467 /* ok */
621 BIO_printf(bio_err,"Signature ok\n");
1204 static int MS_CALLBACK callb(int ok, X509_STORE_CTX *ctx)
1209 /* it is ok to use a self signed certificate
1210 * This case will catch both the initial ok == 0 and the
1211 * final ok == 1 calls to this function */
1219 if (ok)
    [all...]
  /external/openssl/crypto/ec/
ec_lib.c 253 int ok = 0; local
260 ok = 1;
263 if (!ok)
  /external/ppp/pppd/
tty.c 623 int ipipe[2], opipe[2], ok; local
632 ok = device_script(ptycommand, opipe[0], ipipe[1], 1) == 0
638 if (!ok)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.c 995 int ok=0; local
1030 ok=1;
1042 if(!ok)
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
d3basics.c 501 Bool ok; local
588 ok = get_Dwarf_Reg( &a1, fbval.word, regs );
589 if (!ok) return fbval; /* propagate failure */
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
FrameLoaderClientImpl.cpp     [all...]
  /external/webp/src/enc/
picture.c 607 int ok; local
623 ok = import(&pic, rgba, stride) && WebPEncode(&config, &pic);
625 if (!ok) {
  /external/wpa_supplicant_8/src/wps/
wps_upnp_web.c 250 wpabuf_put_str(buf, "200 OK\r\n");
296 * HTTP/1.1 200 OK
375 "HTTP/1.1 200 OK\r\n"
512 int ok = 0; local
587 ok = 1;
590 if (!ok) {
723 "HTTP/1.1 200 OK\r\n"
837 * HTTP/1.1 200 OK
900 * HTTP/1.1 200 OK
1126 * HTTP/1.1 200 OK
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Settings.java 603 .setPositiveButton(android.R.string.ok, listener)
674 builder.setPositiveButton(android.R.string.ok, new DialogInterface.OnClickListener() {
    [all...]
  /external/libxslt/libxslt/
xsltutils.c 1816 BOOL ok; local
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-aix5.c 177 pthread_exit() with argument PTHREAD_CANCELED. Returns True if ok,
201 return True; /* ok */
274 Bool ok; local
276 ok = VG_(get_fnname_w_offset)(pc, name, 100);
277 if (!ok) VG_(strcpy)(name, "???");
875 // ok, etc.
2436 Bool ok = ML_(aix5_force_thread_into_pthread_exit)(tid); local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa.c 1267 int ok = 0; local
    [all...]

Completed in 932 milliseconds

<<21222324252627282930>>