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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ContactsDictionary.java 62 ContentResolver cres = context.getContentResolver();
63 cres.registerContentObserver(
UserDictionary.java 63 ContentResolver cres = context.getContentResolver(); local
71 cres.registerContentObserver(Words.CONTENT_URI, true, mObserver);
  /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)
  /external/valgrind/main/coregrind/
m_xarray.c 232 Word lo, mid, hi, cres; local
245 cres = cmpFn( key, midv );
246 if (cres < 0) { hi = mid-1; continue; }
247 if (cres > 0) { lo = mid+1; continue; }

Completed in 719 milliseconds