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

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
UCAConformanceTest.java 204 String line = null, oldLine = null, buffer = null, oldB = null;
227 int cmpres = coll.compare(oldB, buffer);
228 int cmpres2 = coll.compare(buffer, oldB);
250 res = comparer.compare(oldB, buffer);
271 oldB = buffer;
  /external/icu/icu4c/source/test/intltest/
ucaconf.cpp 192 UChar *buffer = b1, *oldB = NULL;
230 int32_t cmpres = coll->compare(oldB, oldBlen, buffer, buflen, status);
231 int32_t cmpres2 = coll->compare(buffer, buflen, oldB, oldBlen, status);
252 res = u_strcmpCodePointOrder(oldB, buffer);
277 oldB = buffer;
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
UCAConformanceTest.java 201 String line = null, oldLine = null, buffer = null, oldB = null;
224 int cmpres = coll.compare(oldB, buffer);
225 int cmpres2 = coll.compare(buffer, oldB);
247 res = comparer.compare(oldB, buffer);
268 oldB = buffer;
  /frameworks/base/core/java/android/util/
Rational.java 318 int oldB = b;
321 a = oldB;
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
RecyclerViewParallax.java 48 int oldL, int oldT, int oldR, int oldB) {
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/
TaskSystemShortcut.java 134 int oldL, int oldT, int oldR, int oldB) {
  /frameworks/rs/
rsContext.cpp 215 float oldR, oldG, oldB, oldA;
216 mStateFont.getFontColor(&oldR, &oldG, &oldB, &oldA);
229 mStateFont.setFontColor(oldR, oldG, oldB, oldA);
  /prebuilts/go/darwin-x86/src/runtime/
hashmap.go 368 oldb := (*bmap)(add(c, (hash&m)*uintptr(t.bucketsize)))
369 if !evacuated(oldb) {
370 b = oldb
420 oldb := (*bmap)(unsafe.Pointer(uintptr(c) + (hash&m)*uintptr(t.bucketsize)))
421 if !evacuated(oldb) {
422 b = oldb
461 oldb := (*bmap)(unsafe.Pointer(uintptr(c) + (hash&m)*uintptr(t.bucketsize)))
462 if !evacuated(oldb) {
463 b = oldb
970 oldB := h.
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
hashmap.go 368 oldb := (*bmap)(add(c, (hash&m)*uintptr(t.bucketsize)))
369 if !evacuated(oldb) {
370 b = oldb
420 oldb := (*bmap)(unsafe.Pointer(uintptr(c) + (hash&m)*uintptr(t.bucketsize)))
421 if !evacuated(oldb) {
422 b = oldb
461 oldb := (*bmap)(unsafe.Pointer(uintptr(c) + (hash&m)*uintptr(t.bucketsize)))
462 if !evacuated(oldb) {
463 b = oldb
970 oldB := h.
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java     [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 954 milliseconds