HomeSort by relevance Sort by last modified time
    Searched full:duplicates (Results 426 - 450 of 1933) sorted by null

<<11121314151617181920>>

  /hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
authorization_set.h 106 * Sorts the set and removes duplicates (inadvertently duplicating tags is easy to do with the
  /packages/services/BuiltInPrintService/src/com/android/bips/discovery/
ManualDiscovery.java 104 // Use LinkedHashSet to eliminate duplicates but maintain order
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
types.h 188 /* Duplicates info from stdint.h but this is used in unistd.h. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
types.h 188 /* Duplicates info from stdint.h but this is used in unistd.h. */
  /prebuilts/go/darwin-x86/src/cmd/vet/
structtag.go 25 // checkStructFieldTags checks all the field tags of a struct, including checking for duplicates.
  /prebuilts/go/linux-x86/src/cmd/vet/
structtag.go 25 // checkStructFieldTags checks all the field tags of a struct, including checking for duplicates.
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
common_uniform_elim_pass.h 114 // returns and kills. If the successor vector contain duplicates
inline_pass.h 149 // returns and kills. If the successor vector contain duplicates
local_ssa_elim_pass.h 69 // returns and kills. If the successor vector contain duplicates
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
README.md 43 This is a meta-layer managed by the loader. (name = `VK_LAYER_LUNARG_standard_validation`) - specifying this layer name will cause the loader to load the all of the standard validation layers (listed below) in the following optimal order: `VK_LAYER_GOOGLE_threading`, `VK_LAYER_LUNARG_parameter_validation`, `VK_LAYER_LUNARG_object_tracker`, `VK_LAYER_LUNARG_image`, `VK_LAYER_LUNARG_core_validation`,` VK_LAYER_LUNARG_swapchain`, and `VK_LAYER_GOOGLE_unique_objects`. Other layers can be specified and the loader will remove duplicates.
  /prebuilts/tools/linux-x86_64/kythe/
README.md 21 - dedup_stream :: Removes duplicates entries from a delimited stream
  /system/keymaster/ng/include/
authorization_set.h 103 * Sorts the set and removes duplicates (inadvertently duplicating tags is easy to do with the
  /toolchain/binutils/binutils-2.27/bfd/
som.h 169 an index since duplicates and holes are allowed. */
  /toolchain/binutils/binutils-2.27/ld/
deffilep.y 691 /* We need to avoid duplicates. */
832 /* We need to avoid here duplicates. */
1107 ignore duplicates silently. */
1172 /* Not sure if we want to allow here duplicates with
    [all...]
  /toolchain/binutils/binutils-2.27/ld/scripttempl/
visium.sc 12 # eliminates duplicates, which are named like ".gnu.linkonce.d.foo".
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 563 llvm::errs() << " as it is a non-system directory that duplicates "
612 // Remove duplicates across both the Angled and System directories. GCC does
613 // this and failing to remove duplicates across these two groups breaks
  /external/guava/guava/src/com/google/common/collect/
ImmutableSet.java 170 * {@code elements} contains no duplicates, {@code elements} may be used without copying in the
213 // There is only one element or elements are all duplicates
218 // Resize the table when the array includes too many duplicates.
  /external/guice/extensions/multibindings/src/com/google/inject/multibindings/
Multibinder.java 276 /** whether duplicates are allowed. Possibly configured by a different instance */
286 this.permitDuplicatesKey = Key.get(Boolean.class, named(toString() + " permits duplicates"));
505 * We install the permit duplicates configuration as its own binding, all by itself. This way,
  /external/icu/icu4c/source/test/intltest/
bytestrietest.cpp 123 // TODO: remove .build(...) once add() checks for duplicates.
126 errln("BytesTrieBuilder.add() did not detect duplicates");
482 // of each string, and no string duplicates from the truncation.
  /external/valgrind/include/
pub_tool_oset.h 38 // elements. It does not allow duplicates, and will assert if you insert a
117 // * Insert: Inserts a new element into the set. Duplicates are forbidden,
257 // get assertion failures about "bad magic". Duplicates are forbidden,
  /packages/apps/Dialer/java/com/android/dialer/app/list/
PhoneFavoritesTileAdapter.java 193 final LongSparseArray<Object> duplicates = new LongSparseArray<>(cursor.getCount()); local
231 final ContactEntry existing = (ContactEntry) duplicates.get(id);
294 duplicates.put(id, contact);
  /packages/apps/Settings/src/com/android/settings/location/
SettingsInjector.java 63 * Duplicates some code from {@link android.content.pm.RegisteredServicesCache}. We do not use that
117 * Duplicates some code from {@link android.content.pm.RegisteredServicesCache}.
157 * Duplicates some code from {@link android.content.pm.RegisteredServicesCache}.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
GuidChk.c 19 Then check them against each other to make sure there are no duplicates.
333 // Check for duplicates
    [all...]
  /external/python/cpython3/Lib/email/
message.py 381 """Return the total number of headers, including duplicates."""
436 message, or were added to the message, and may contain duplicates.
446 message, or were added to the message, and may contain duplicates.
457 message, or were added to the message, and may contain duplicates.
503 message, and may contain duplicates. Any fields deleted and
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkerFactory.java     [all...]

Completed in 559 milliseconds

<<11121314151617181920>>