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

1 2 3

  /art/test/661-oat-writer-layout/src/
Generated.java 33 void m_a$$$() { System.out.println("Don't dedupe me! A::m_a$$$"); }
34 void m_a$Hot$$() { System.out.println("Don't dedupe me! A::m_a$Hot$$"); }
35 void m_a$$Startup$() { System.out.println("Don't dedupe me! A::m_a$$Startup$"); }
36 void m_a$Hot$Startup$() { System.out.println("Don't dedupe me! A::m_a$Hot$Startup$"); }
37 void m_a$$$Poststartup() { System.out.println("Don't dedupe me! A::m_a$$$Poststartup"); }
38 void m_a$Hot$$Poststartup() { System.out.println("Don't dedupe me! A::m_a$Hot$$Poststartup"); }
39 void m_a$$Startup$Poststartup() { System.out.println("Don't dedupe me! A::m_a$$Startup$Poststartup"); }
40 void m_a$Hot$Startup$Poststartup() { System.out.println("Don't dedupe me! A::m_a$Hot$Startup$Poststartup"); }
41 void m_b$$$() { System.out.println("Don't dedupe me! A::m_b$$$"); }
42 void m_b$Hot$$() { System.out.println("Don't dedupe me! A::m_b$Hot$$");
    [all...]
  /frameworks/base/tools/aapt2/optimize/
ResourceDeduper_test.cpp 39 .AddString("android:string/dedupe", ResourceId{}, default_config, "dedupe")
40 .AddString("android:string/dedupe", ResourceId{}, ldrtl_config, "dedupe")
41 .AddString("android:string/dedupe", ResourceId{}, land_config, "dedupe")
43 .AddString("android:string/dedupe2", ResourceId{}, default_config, "dedupe")
44 .AddString("android:string/dedupe2", ResourceId{}, ldrtl_config, "dedupe")
46 .AddString("android:string/dedupe2", ResourceId{}, land_config, "dedupe")
48 .AddString("android:string/dedupe3", ResourceId{}, default_config, "dedupe")
    [all...]
  /art/compiler/driver/
compiled_method_storage.cc 167 dedupe_code_("dedupe code", LengthPrefixedArrayAlloc<uint8_t>(swap_space_.get())),
168 dedupe_method_info_("dedupe method info",
170 dedupe_vmap_table_("dedupe vmap table",
172 dedupe_cfi_info_("dedupe cfi info", LengthPrefixedArrayAlloc<uint8_t>(swap_space_.get())),
173 dedupe_linker_patches_("dedupe cfi info",
188 os << "\nCode dedupe: " << dedupe_code_.DumpStats(self);
189 os << "\nVmap table dedupe: " << dedupe_vmap_table_.DumpStats(self);
190 os << "\nCFI info dedupe: " << dedupe_cfi_info_.DumpStats(self);
  /external/strace/tests/
file_ioctl.c 29 /* clone and dedupe ioctls are in btrfs.c since they originated there */
  /external/strace/tests-m32/
file_ioctl.c 29 /* clone and dedupe ioctls are in btrfs.c since they originated there */
  /external/strace/tests-mx32/
file_ioctl.c 29 /* clone and dedupe ioctls are in btrfs.c since they originated there */
  /art/compiler/utils/
dedupe_set.h 41 // Add a new key to the dedupe set if not present. Return the equivalent deduplicated stored key.
  /art/dexlayout/
compact_dex_writer.h 40 // if not enabled, Dedupe will always return kDidNotDedupe.
45 uint32_t Dedupe(uint32_t data_start, uint32_t data_end, uint32_t item_offset);
47 // Clear dedupe state to prevent deduplication against existing items in the future.
90 // Dedupe map.
compact_dex_writer.cc 39 data_item_dedupe_(/*dedupe*/ true, &data_section_) {}
121 // After having written, maybe dedupe the whole code item (excluding padding).
122 const uint32_t deduped_offset = deduper_->Dedupe(start_offset_,
219 uint32_t CompactDexWriter::Deduper::Dedupe(uint32_t data_start,
529 // Clear the dedupe to prevent interdex code item deduping. This does not currently work well with
  /external/autotest/client/bin/result_tools/
dedupe_file_throttler.py 6 prefix, for example, screenshots or dumps in the same folder. The dedupe logic
99 # No need to dedupe if the count of file is too few.
  /art/runtime/
method_info.h 28 // Method info is for not dedupe friendly data of a method. Currently it only holds methods indices.
oat_quick_method_header.h 194 // The method info offset is not in the CodeInfo since CodeInfo has good dedupe properties that
196 // are hard to dedupe.
  /external/strace/
file_ioctl.c 59 * to dedupe from this file. */
60 /* status of this dedupe operation:
62 * == FILE_DEDUPE_RANGE_SAME if dedupe succeeds
  /art/compiler/optimizing/
stack_map_stream.cc 557 ScopedArenaUnorderedMap<uint32_t, size_t> dedupe(allocator_->Adapter(kArenaAllocStackMapStream));
559 const size_t index = dedupe.size();
560 stack_map.register_mask_index = dedupe.emplace(stack_map.register_mask, index).first->second;
563 return dedupe.size();
569 ScopedArenaUnorderedMap<uint32_t, size_t> dedupe(allocator_->Adapter(kArenaAllocStackMapStream));
571 const size_t index = dedupe.size();
574 stack_map.dex_method_index_idx = dedupe.emplace(method_index, index).first->second;
579 const size_t index = dedupe.size();
582 inline_info.dex_method_index_idx = dedupe.emplace(method_index, index).first->second;
585 method_indices_.resize(dedupe.size())
    [all...]
  /packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/
LensPickerActivity.java 156 printResolveInfo("before dedupe", packageList);
157 printResolveInfo("after dedupe", filteredPackageList);
  /external/guice/extensions/dagger-adapter/src/com/google/inject/daggeradapter/
DaggerAdapter.java 60 // TODO(cgruber): Gather injects=, dedupe, factor out instances, instantiate the rest, and go.
  /external/kernel-headers/original/uapi/linux/
fs.h 59 /* extent-same (dedupe) ioctls; these MUST match the btrfs ioctl definitions */
68 * to dedupe from this file. */
69 /* status of this dedupe operation:
71 * == FILE_DEDUPE_RANGE_SAME if dedupe succeeds
  /external/autotest/server/cros/dynamic_suite/
reporting.py 116 # TO-DO(shuqianz) Fix the dedupe failing issue because reason contains
120 """Return an Anchor that we can use to dedupe this exact bug."""
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
TestsForSetsInJavaUtil.java 305 final String[] deduped = dedupe(elements);
380 private static String[] dedupe(String[] elements) {
  /libcore/libart/src/main/java/dalvik/system/
VMRuntime.java 470 * Sets whether or not the runtime should dedupe detection and warnings for hidden API usage.
472 * behaviour is to dedupe.
474 public static native void setDedupeHiddenApiWarnings(boolean dedupe);
  /art/compiler/
compiled_method.h 186 // For quick code, method specific information that is not very dedupe friendly (method indices).
  /art/compiler/jit/
jit_compiler.cc 150 // Disable dedupe so we can remove compiled methods.
  /external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
MetaData.java 116 // todo: this is copied from ResourceHelper, dedupe
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/quantiles/
weighted_quantiles_buffer.h 30 // to sort and dedupe/compact fixed chunks of a stream of weighted elements.
  /packages/apps/Contacts/src/com/android/contacts/interactions/
CallLogInteractionsLoader.java 95 // Duplicates only occur because of fuzzy matching. No need to dedupe a single number.

Completed in 1248 milliseconds

1 2 3