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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
UserBinaryDictionary.java 71 ContentResolver cres = context.getContentResolver(); local
89 cres.registerContentObserver(Words.CONTENT_URI, true, mObserver);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidWordLevelSpellCheckerSession.java 103 final ContentResolver cres = service.getContentResolver(); local
111 cres.registerContentObserver(Words.CONTENT_URI, true, mObserver);
124 final ContentResolver cres = mService.getContentResolver(); local
125 cres.unregisterContentObserver(mObserver);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
multibytecodec.c 1240 PyObject *cres; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
multibytecodec.c 1237 PyObject *cres; local
    [all...]
  /external/valgrind/coregrind/
m_xarray.c 238 Word lo, mid, hi, cres; local
248 cres = cmpFn( key, midv );
249 if (cres < 0) { hi = mid-1; continue; }
250 if (cres > 0) { lo = mid+1; continue; }
  /external/libopus/tests/
test_opus_decode.c 237 static const opus_uint32 cres[4]={116290185,2172123586u,2172123586u,2172123586u}; local
257 if(dec_final_acc!=cres[mode])test_failed();

Completed in 441 milliseconds