HomeSort by relevance Sort by last modified time
    Searched full:duplicates (Results 126 - 150 of 1192) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/autotest/client/site_tests/graphics_dEQP/
process_logs.py 152 # Figure out duplicates and move them to Flaky result set/list.
154 """Figure out duplicates and move them to Flaky result set/list."""
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1ObjectIdentifier.java 159 * Intern the identifier so there aren't hundreds of duplicates
186 * Intern the identifier so there aren't hundreds of duplicates
  /external/dnsmasq/src/
log.c 48 pid_t pid; /* to avoid duplicates over a fork */
153 /* Avoid duplicates over a fork() */
  /external/emma/core/java12/com/vladium/util/
Strings.java 79 * Also removes duplicates.
119 * Removes duplicates.
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Sets.java 88 * @return an immutable set containing those elements, minus duplicates
106 * @return an immutable set containing those elements, minus duplicates
175 * @return a new {@code HashSet} containing those elements (minus duplicates)
211 * @return a new {@code HashSet} containing those elements (minus duplicates)
230 * @return a new {@code HashSet} containing those elements (minus duplicates)
262 * @return a new thread-safe set containing those elements (minus duplicates)
316 * duplicates)
356 * @return a new {@code TreeSet} containing those elements (minus duplicates)
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-map.cc 159 /* Sort features and merge duplicates */
282 /* Sort lookups and merge duplicates */
  /frameworks/native/opengl/tools/glgen2/
glgen.py 136 # Collect all API prototypes across all families, remove duplicates,
183 # sort by function name, remove duplicates
  /bootable/recovery/bootloader_message/
bootloader_message.cpp 133 // TODO: O_SYNC and fsync duplicates each other?
  /build/core/
dynamic_binary.mk 16 # This duplicates logic from base_rules.mk because we need to
  /development/samples/ShortcutSample/src/com/example/android/shortcutsample/
ShortcutHelper.java 83 // removing duplicates.
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleElementStream.js 45 * Once we reset the stream, any future use will need duplicates. Set
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFAConfiguration.java 53 * came from in case of duplicates etc...). By using a set,
  /external/autotest/server/site_tests/bluetooth_SDP_ServiceBrowse/
bluetooth_SDP_ServiceBrowse.py 136 # Sort all services and remove duplicates.
  /external/autotest/server/site_tests/logging_KernelCrashServer/
logging_KernelCrashServer.py 32 # Taken from KernelErrorPaths, which duplicates it, but is up to date
  /external/boringssl/src/ssl/pqueue/
pqueue.c 177 /* duplicates not allowed */
  /external/ceres-solver/internal/ceres/
local_parameterization.cc 71 << "The set of constant parameters cannot contain duplicates";
  /external/chromium-trace/catapult/telemetry/
cloud_storage 51 # Ignore duplicates, if both data and sha1 file were in the file list.
  /external/chromium-trace/catapult/telemetry/telemetry/core/
discover.py 129 # If a class is imported by another module, exclude those duplicates.
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph_tests/
test_graphutil.py 34 self.fail("no duplicates?")
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/common/
simplefileflags.py 165 # Convert everything to absolute paths so we can easily remove duplicates
  /external/dagger2/core/src/main/java/dagger/internal/
SetFactory.java 66 : "Codegen error? Duplicates in the provider list";
  /external/guava/guava/src/com/google/common/collect/
AbstractSetMultimap.java 95 * <p>Any duplicates in {@code values} will be stored in the multimap once.
AbstractSortedSetMultimap.java 101 * <p>Any duplicates in {@code values} will be stored in the multimap once.
SetMultimap.java 83 * <p>Any duplicates in {@code values} will be stored in the multimap once.
SortedSetMultimap.java 87 * <p>Any duplicates in {@code values} will be stored in the multimap once.

Completed in 9003 milliseconds

1 2 3 4 56 7 8 91011>>