HomeSort by relevance Sort by last modified time
    Searched defs:cres (Results 1 - 7 of 7) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
UserBinaryDictionary.java 96 ContentResolver cres = context.getContentResolver(); local
114 cres.registerContentObserver(Words.CONTENT_URI, true, mObserver);
ContactsBinaryDictionary.java 89 ContentResolver cres = context.getContentResolver();
90 cres.registerContentObserver(Contacts.CONTENT_URI, true, mObserver =
  /external/chromium_org/third_party/openssl/openssl/crypto/store/
str_mem.c 277 int cres = 0; local
318 && !(cres = STORE_ATTR_INFO_in_ex(key.attr_info,
324 if (cres)
  /external/openssl/crypto/store/
str_mem.c 277 int cres = 0; local
318 && !(cres = STORE_ATTR_INFO_in_ex(key.attr_info,
324 if (cres)
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidWordLevelSpellCheckerSession.java 101 final ContentResolver cres = service.getContentResolver(); local
109 cres.registerContentObserver(Words.CONTENT_URI, true, mObserver);
122 final ContentResolver cres = mService.getContentResolver(); local
123 cres.unregisterContentObserver(mObserver);
  /external/chromium_org/third_party/opus/src/tests/
test_opus_decode.c 233 static const opus_uint32 cres[4]={116290185,2172123586,2172123586,2172123586}; local
253 if(dec_final_acc!=cres[mode])test_failed();
  /external/valgrind/main/coregrind/
m_xarray.c 232 Word lo, mid, hi, cres; local
243 cres = cmpFn( key, midv );
244 if (cres < 0) { hi = mid-1; continue; }
245 if (cres > 0) { lo = mid+1; continue; }

Completed in 5579 milliseconds