HomeSort by relevance Sort by last modified time
    Searched full:deduplicate (Results 1 - 25 of 49) sorted by null

1 2

  /art/compiler/debug/dwarf/
debug_abbrev_writer.h 65 // This will deduplicate abbreviations.
  /art/compiler/utils/
string_reference.h 40 // Note that we want to deduplicate identical strings even if they are referenced
  /system/keymaster/
authorization_set_test.cpp 567 set.Deduplicate();
585 set.Deduplicate();
587 // Deduplicate should have removed the invalid.
603 set.Deduplicate();
622 set.Deduplicate();
authorization_set.cpp 154 void AuthorizationSet::Deduplicate() {
  /external/clang/lib/Tooling/Core/
Replacement.cpp 174 void deduplicate(std::vector<Replacement> &Replaces, function in namespace:clang::tooling
193 // Deduplicate. We don't want to deduplicate based on the path as we assume
  /system/keymaster/include/keymaster/
authorization_set.h 164 void Deduplicate();
525 AuthorizationSetBuilder& Deduplicate() {
526 set.Deduplicate();
  /external/clang/include/clang/Tooling/Core/
Replacement.h 140 /// FIXME: Change to a vector and deduplicate in the RefactoringTool.
184 void deduplicate(std::vector<Replacement> &Replaces,
  /art/compiler/driver/
compiled_method_storage_test.cc 28 TEST(CompiledMethodStorage, Deduplicate) {
  /external/llvm/test/DebugInfo/Generic/
cross-cu-linkonce-distinct.ll 42 ; that won't deduplicate owing to the file location information containing the
  /external/v8/test/cctest/
test-identity-map.cc 346 // Deduplicate smi handles.
360 // Deduplicate root list items.
  /system/connectivity/shill/cellular/
mobile_operator_info_impl.h 98 // same |key|. If you do that, the function is too dumb to deduplicate the
mobile_operator_info_impl.cc 443 // same |key|. If you do that, the function is too dumb to deduplicate the
  /external/clang/unittests/Tooling/
RefactoringTest.cpp 446 deduplicate(Input, Conflicts);
462 deduplicate(Input, Conflicts);
489 deduplicate(Input, Conflicts);
  /art/compiler/debug/
elf_debug_line_writer.h 173 // Get and deduplicate directory and filename.
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_flags.inc 198 "Deduplicate multiple reports for single source location in "
  /external/llvm/lib/CodeGen/
LiveRangeCalc.cpp 58 // createDeadDef() will deduplicate.
135 // LR.createDeadDef() will deduplicate.
  /frameworks/support/v7/recyclerview/src/android/support/v7/util/
SortedList.java 200 final int newSize = deduplicate(newItems);
223 private int deduplicate(T[] items) { method in class:SortedList
    [all...]
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 589 // Deduplicate and remember index.
  /external/skia/src/svg/
SkSVGDevice.cpp 248 // and deduplicate resources.
  /external/clang/lib/Driver/
SanitizerArgs.cpp 211 // Used to deduplicate diagnostics.
  /external/autotest/server/cros/dynamic_suite/
reporting.py     [all...]
  /ndk/build/gmsl/
index.html 134 <span style="font-family: monospace;">Arguments: 1: A list to deduplicate<br>
  /art/compiler/
oat_writer.cc 691 // Deduplicate code arrays if we are not producing debuggable code.
    [all...]
  /frameworks/base/docs/html/distribute/essentials/quality/
billions.jd 147 <h4 id="network-duplicate">Deduplicate network requests</h4>
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 592 /// deduplicate the same #undef information coming from multiple module
    [all...]

Completed in 367 milliseconds

1 2