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

  /libcore/luni/src/test/java/libcore/java/text/
OldCollationKeyTest.java 80 int keyB = bytes2[i] & 0xFF;
81 if (keyA < keyB) {
84 if (keyA > keyB) {
  /system/core/include/cutils/
hashmap.h 42 int (*hash)(void* key), bool (*equals)(void* keyA, void* keyB));
130 bool hashmapIntEquals(void* keyA, void* keyB);
  /external/skia/gpu/src/
gr_unittests.cpp 117 KeyType keyB;
118 while (keyB.doPass()){
119 keyB.keyData(reinterpret_cast<const uint32_t*>(testStringB), kDataLenUsedForKey);
121 GrAssert(keyA.compare(keyB) < 0);
125 keyB.copyAndTakeOwnership(keyA);
127 GrAssert(keyB.fIsValid);
128 GrAssert(keyB.getHash() == keyA2.getHash());
129 GrAssert(keyB.compare(keyA2) == 0);
130 keyA.deepCopyFrom(keyB);
132 GrAssert(keyB.fIsValid)
    [all...]
  /system/core/libcutils/
hashmap.c 38 bool (*equals)(void* keyA, void* keyB);
44 int (*hash)(void* key), bool (*equals)(void* keyA, void* keyB)) {
178 static inline bool equalKeys(void* keyA, int hashA, void* keyB, int hashB,
180 if (keyA == keyB) {
186 return equals(keyA, keyB);
347 bool hashmapIntEquals(void* keyA, void* keyB) {
349 int b = *((int*) keyB);
mq.c 236 static bool pidEquals(void* keyA, void* keyB) {
238 pid_t* b = (pid_t*) keyB;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_surface.c 875 Uint8 keyR, keyG, keyB;
877 SDL_GetRGB(colorkey,surface->format,&keyR,&keyG,&keyB);
879 SDL_MapRGB(convert->format, keyR, keyG, keyB));
  /external/webkit/Source/WebCore/storage/
IDBLevelDBBackingStore.cpp 418 static int compareEncodedIDBKeys(const Vector<char>& keyA, const Vector<char>& keyB)
421 ASSERT(keyB.size() >= 1);
425 const char* q = keyB.data();
426 const char* limitB = q + keyB.size();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlinePage.java 236 UiViewElementNode keyB = ((CanvasViewInfo) b).getUiViewNode();
238 return keyA.equals(keyB);
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java     [all...]

Completed in 199 milliseconds