HomeSort by relevance Sort by last modified time
    Searched refs:is_ok (Results 1 - 6 of 6) sorted by null

  /development/apps/CustomLocale/src/com/android/customlocale2/
CustomLocaleReceiver.java 60 boolean is_ok = locale != null;
61 is_ok = is_ok && (locale.length() == 2 || locale.length() == 5);
62 if (is_ok && locale.length() >= 2) {
63 is_ok = Character.isLetter(locale.charAt(0)) &&
66 if (is_ok && locale.length() == 5) {
67 is_ok = locale.charAt(2) == '_' &&
72 if (!is_ok && DEBUG) {
74 } else if (is_ok) {
  /external/chromium/chrome/browser/instant/
instant_loader.h 122 void SetHTTPStatusOK(bool is_ok);
instant_loader.cc 874 void InstantLoader::SetHTTPStatusOK(bool is_ok) {
875 if (is_ok == http_status_ok_)
878 http_status_ok_ = is_ok;
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_main.c 1011 BOOLEAN is_ok = TRUE; local
    [all...]
  /external/chromium/chrome/browser/sync/syncable/
directory_backing_store.cc 191 bool is_ok = CheckIntegrity(scoped_handle.get(), &integrity_error); local
192 if (!is_ok) {
    [all...]
  /packages/apps/Nfc/nci/jni/
NativeNfcManager.cpp 56 extern void nativeNfcTag_formatStatus (bool is_ok);
    [all...]

Completed in 282 milliseconds