Searched refs:uniques (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfAccelTable.cpp | 57 std::vector<uint32_t> uniques(Data.size()); in ComputeBucketCount() local 59 uniques[i] = Data[i]->HashValue; in ComputeBucketCount() 60 array_pod_sort(uniques.begin(), uniques.end()); in ComputeBucketCount() 62 std::unique(uniques.begin(), uniques.end()); in ComputeBucketCount() 63 uint32_t num = std::distance(uniques.begin(), p); in ComputeBucketCount()
|
/external/clang/utils/TableGen/ |
D | ClangAttrEmitter.cpp | 494 std::vector<StringRef> values, enums, uniques; member in __anon3ac9fe470111::EnumArgument 500 uniques(enums) in EnumArgument() 503 std::sort(uniques.begin(), uniques.end()); in EnumArgument() 504 uniques.erase(std::unique(uniques.begin(), uniques.end()), uniques.end()); in EnumArgument() 506 assert(!uniques.empty()); in EnumArgument() 527 std::vector<StringRef>::const_iterator i = uniques.begin(), in writeDeclarations() 528 e = uniques.end(); in writeDeclarations() 557 for (std::vector<StringRef>::const_iterator I = uniques.begin(), in writeDump() 558 E = uniques.end(); I != E; ++I) { in writeDump()
|
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
D | mootools-1.2.2-core-nc.js | 1372 var uniques = {}, returned = []; 1376 if (uniques[el.uid]) continue; 1377 uniques[el.uid] = true; 2543 chk: function(item, uniques){ argument 2544 if (!uniques) return true; 2546 if (!uniques[uid]) return uniques[uid] = true; 2666 var uniques = {}, found = []; 2667 …= items.length; j < k; j++) found = Selectors.Getters[splitter](found, items[j], tag, id, uniques); 2692 ' ': function(found, self, tag, id, uniques){ argument 2696 if (Selectors.Utils.chk(item, uniques)) found.push(item); [all …]
|
D | concat-jquery-mootools-prototype.js | 5748 var uniques = {}, returned = []; 5752 if (uniques[el.uid]) continue; 5753 uniques[el.uid] = true; 6919 chk: function(item, uniques){ argument 6920 if (!uniques) return true; 6922 if (!uniques[uid]) return uniques[uid] = true; 7042 var uniques = {}, found = []; 7043 …= items.length; j < k; j++) found = Selectors.Getters[splitter](found, items[j], tag, id, uniques); 7068 ' ': function(found, self, tag, id, uniques){ argument 7072 if (Selectors.Utils.chk(item, uniques)) found.push(item); [all …]
|
/external/dnsmasq/po/ |
D | fr.po | 139 msgstr "Etend les noms uniques des machines dans /etc/hosts avec le suffixe du domaine."
|
/external/clang/docs/ |
D | InternalsManual.rst | 797 and uniques them as they are needed. Types have a couple of non-obvious
|