/external/chromium_org/chrome/browser/extensions/api/push_messaging/ |
push_messaging_invalidation_handler_unittest.cc | 198 syncer::ObjectIdInvalidationMap map4; local 199 map4.Insert(syncer::Invalidation::Init(id0, 6, "6")); 201 handler_->OnIncomingInvalidation(map4);
|
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/ |
SmallSortedMapTest.java | 108 SmallSortedMap<Integer, Integer> map4 = local 119 assertNull(map4.put(i, i + 1)); 125 assertEquals(Math.min(4, numElements), map4.getNumArrayEntries()); 132 allMaps.add(map4); 143 assertEquals(map3, map4);
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
AbstractMapTest.java | 86 AbstractMap map4 = new IdentityHashMap(1); local 87 assertSame("IdentityHashMap", map4.keySet(), map4.keySet()); 110 AbstractMap map4 = new IdentityHashMap(1); local 111 map4.put(key, value); 112 assertSame("IdentityHashMap", map4.remove(key), value); 238 AbstractMap map4 = new IdentityHashMap(1); local 239 assertSame("IdentityHashMap", map4.values(), map4.values());
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
readpix.c | 283 GLuint *dst4 = (GLuint *) dst, *map4 = (GLuint *) map; local 284 GLuint pixel = map4[i]; 295 GLuint *dst4 = (GLuint *) dst, *map4 = (GLuint *) map; local 298 dst4[i] = map4[i] | 0xff000000; /* set A=0xff */
|
/external/mesa3d/src/mesa/main/ |
readpix.c | 283 GLuint *dst4 = (GLuint *) dst, *map4 = (GLuint *) map; local 284 GLuint pixel = map4[i]; 295 GLuint *dst4 = (GLuint *) dst, *map4 = (GLuint *) map; local 298 dst4[i] = map4[i] | 0xff000000; /* set A=0xff */
|