/external/chromium_org/chrome/browser/metrics/variations/ |
D | generate_resources_map.py | 89 collisions = set() 94 collisions.add(resource) 95 collisions.add(next_resource) 97 return collisions 138 collisions = _CheckForHashCollisions(hashed_tuples) 139 if collisions: 141 ["hash: %i, name: %s" % (i[0], i[1]) for i in sorted(collisions)])
|
/external/skia/bench/ |
D | FontCacheBench.cpp | 94 int collisions = 0; in count_collisions() local 97 collisions += table[index]; in count_collisions() 100 return collisions; in count_collisions() 133 int collisions = 0; in onDraw() local 138 collisions += count_collisions(array, count, gRec[i].fHasher, hashMask); in onDraw() 142 …ts [%d] limit [%d] collisions [%d / %d = %1.2g%%] using %s\n", hashBits, limit, collisions, glyphs, in onDraw() 143 collisions * 100.0 / glyphs, gRec[i].fName); in onDraw()
|
/external/chromium_org/third_party/skia/bench/ |
D | FontCacheBench.cpp | 94 int collisions = 0; in count_collisions() local 97 collisions += table[index]; in count_collisions() 100 return collisions; in count_collisions() 133 int collisions = 0; in onDraw() local 138 collisions += count_collisions(array, count, gRec[i].fHasher, hashMask); in onDraw() 142 …ts [%d] limit [%d] collisions [%d / %d = %1.2g%%] using %s\n", hashBits, limit, collisions, glyphs, in onDraw() 143 collisions * 100.0 / glyphs, gRec[i].fName); in onDraw()
|
/external/chromium_org/third_party/smhasher/src/ |
D | Stats.h | 43 HashSet<hashtype> & collisions, in FindCollisions() argument 56 if((int)collisions.size() < maxCollisions) in FindCollisions() 58 collisions.insert(hashes[i]); in FindCollisions() 191 bool TestHashList ( std::vector<hashtype> & hashes, std::vector<hashtype> & collisions, bool testDi… in TestHashList() argument 204 HashSet<hashtype> collisions; in TestHashList() local 206 collcount = FindCollisions(hashes,collisions,1000); in TestHashList() 253 std::vector<hashtype> collisions; in TestHashList() local 255 return TestHashList(hashes,collisions,testDist,drawDiagram); in TestHashList()
|
D | KeysetTest.cpp | 313 HashSet<uint128_t> collisions; in ReportCollisions() local 315 FindCollisions(hashes,collisions,1000); in ReportCollisions() 317 printf("%d collisions\n",(int)collisions.size()); in ReportCollisions() 323 CollisionCallback<uint128_t> c2(hash,collisions,cmap); in ReportCollisions()
|
D | Types.h | 159 CollisionCallback ( pfHash hash, hashset & collisions, collmap & cmap ) in CollisionCallback() 161 m_collisions(collisions), in CollisionCallback()
|
/external/llvm/test/Assembler/ |
D | 2002-03-08-NameCollision.ll | 3 ; Method arguments were being checked for collisions at the global scope before 5 ; collisions could occur that would cause the following error message to be
|
/external/icu/icu4c/source/data/mappings/ |
D | README.emoji | 104 to avoid collisions with emoji. 108 0xF90xx (EUDC block), are excluded to avoid collisions with emoji. 112 are excluded to avoid collisions with emoji. 116 and 0xFBxx, are excluded to avoid collisions with emoji. 120 are excluded to avoid collisions with emoji.
|
/external/tcpdump/tests/ |
D | of10_p3295-vv.out | 741 …, tx_dropped 0, rx_errors 0, tx_errors 0, rx_frame_err 0, rx_over_err 0, rx_crc_err 0, collisions 0 742 …, tx_dropped 0, rx_errors 0, tx_errors 0, rx_frame_err 0, rx_over_err 0, rx_crc_err 0, collisions 0 743 …, tx_dropped 0, rx_errors 0, tx_errors 0, rx_frame_err 0, rx_over_err 0, rx_crc_err 0, collisions 0 744 …, tx_dropped 0, rx_errors 0, tx_errors 0, rx_frame_err 0, rx_over_err 0, rx_crc_err 0, collisions 0 745 …, tx_dropped 0, rx_errors 0, tx_errors 0, rx_frame_err 0, rx_over_err 0, rx_crc_err 0, collisions 0 746 …, tx_dropped 0, rx_errors 0, tx_errors 0, rx_frame_err 0, rx_over_err 0, rx_crc_err 0, collisions 0 747 …, tx_dropped 0, rx_errors 0, tx_errors 0, rx_frame_err 0, rx_over_err 0, rx_crc_err 0, collisions 0 748 …, tx_dropped 0, rx_errors 0, tx_errors 0, rx_frame_err 0, rx_over_err 0, rx_crc_err 0, collisions 0 749 …, tx_dropped 0, rx_errors 0, tx_errors 0, rx_frame_err 0, rx_over_err 0, rx_crc_err 0, collisions 0 750 …, tx_dropped 0, rx_errors 0, tx_errors 0, rx_frame_err 0, rx_over_err 0, rx_crc_err 0, collisions 0 [all …]
|
/external/nanopb-c/tests/multiple_files/ |
D | SConscript | 1 # Test that multiple .proto files don't cause name collisions.
|
/external/iproute2/include/linux/ |
D | if_link.h | 18 __u32 collisions; member 51 __u64 collisions; member
|
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/ |
D | README | 4 SDL without causing any symbol collisions with code in the application.
|
/external/kernel-headers/original/uapi/linux/ |
D | if_link.h | 18 __u32 collisions; member 51 __u64 collisions; member
|
/external/libnl/include/linux/ |
D | if_link.h | 18 __u32 collisions; member
|
/external/chromium_org/tools/binary_size/ |
D | run_binary_size_analysis.py | 482 self.collisions = 0 498 progress.collisions += 1 518 (progress_percent, progress.count, progress.collisions, speed))
|
/external/llvm/autoconf/m4/ |
D | link_options.m4 | 80 # with $RANDOM to make collisions less likely.
|
/external/libpcap/pcap/ |
D | pcap.h | 194 u_long collisions; member
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | bitvec.test | 104 # Attempt to induce hash collisions.
|
D | in.test | 148 # elements. We need to test that collisions in the hash table 158 'collisions','hash','table','are','resolved','properly',
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | get.c | 1397 int i, j, collisions[11], count, hash, mask; in print_table_stats() local 1410 memset(collisions, 0, sizeof collisions); in print_table_stats() 1427 collisions[j]++; in print_table_stats() 1429 collisions[10]++; in print_table_stats() 1434 for (i = 0; i < Elements(collisions) - 1; i++) in print_table_stats() 1435 if (collisions[i] > 0) in print_table_stats() 1437 collisions[i], i, i == 10 ? "or more " : ""); in print_table_stats()
|
/external/mesa3d/src/mesa/main/ |
D | get.c | 1397 int i, j, collisions[11], count, hash, mask; in print_table_stats() local 1410 memset(collisions, 0, sizeof collisions); in print_table_stats() 1427 collisions[j]++; in print_table_stats() 1429 collisions[10]++; in print_table_stats() 1434 for (i = 0; i < Elements(collisions) - 1; i++) in print_table_stats() 1435 if (collisions[i] > 0) in print_table_stats() 1437 collisions[i], i, i == 10 ? "or more " : ""); in print_table_stats()
|
/external/mesa3d/docs/ |
D | RELNOTES-3.1 | 60 to Makefile.X11 in order to prevent filename collisions with autoconfig-
|
/external/chromium_org/third_party/mesa/src/docs/ |
D | RELNOTES-3.1 | 60 to Makefile.X11 in order to prevent filename collisions with autoconfig-
|
/external/jemalloc/include/jemalloc/internal/ |
D | jemalloc_internal_defs.h.in | 14 * from being exported, but for static libraries, naming collisions are a real
|
/external/iproute2/doc/actions/ |
D | ifb-README | 117 collisions:0 txqueuelen:32
|