Searched refs:collision (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/libs/utils/tests/ |
D | BasicHashtable_test.cpp | 108 bool* collision, bool* present, hash_t* hash) { in cookieAt() argument 110 *collision = cookie & BasicHashtable<TKey, TEntry>::Bucket::COLLISION; in cookieAt() 162 bool collision, present; in dump() local 164 BasicHashtableTest::cookieAt(h, i, &collision, &present, &hash); in dump() 170 i, collision, present, hash, key, value, hash_type(key)); in dump() 173 i, collision, present); in dump()
|
/frameworks/native/libs/utils/ |
D | BasicHashtable.cpp | 168 uint32_t collision = bucket->cookie & Bucket::COLLISION; in add() local 169 if (!collision) { in add() 177 bucket->cookie = collision | Bucket::PRESENT | hash; in add()
|
/frameworks/base/docs/html/training/camera/ |
D | photobasics.jd | 173 collision-resistant file-naming scheme. You may wish also to save the path in a
|
/frameworks/base/tests/DumpRenderTree/assets/results/ |
D | layout_tests_passed.txt | 1286 /sdcard/android/layout_tests/fast/events/onload-name-collision.html
|