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

1 2 3 4 5 6 7 8 91011>>

  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
stress.c 24 * -> Compare all the threads IDs to find duplicates.
271 /* Now, we've got all shared data set, so we can seek for duplicates */
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PChargingFunctionAddresses.java 94 if (!duplicates.isEmpty())
96 encoding.append(duplicates.encode());
  /libcore/ojluni/src/test/java/time/test/java/time/chrono/
TestChronoLocalDate.java 88 // Insert dates in order, no duplicates
112 // Insert dates in order, no duplicates
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_matching.h 177 Copy ctor duplicates settings.
183 Assignment optor duplicates settings
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
sec64k.exp 156 # duplicates).
200 # duplicates).
  /build/soong/python/
python.go 308 // check "libs" duplicates from current module dependencies.
317 ctx.PropertyErrorf("libs", "%q has duplicates within libs.", l)
326 ctx.PropertyErrorf(versionProp, "%q has duplicates within %q.", set[l])
420 // check duplicates.
507 // check Python source/data files duplicates from current module and its whole dependencies.
510 // check duplicates.
  /external/tensorflow/tensorflow/core/grappler/optimizers/
arithmetic_optimizer.cc 485 std::set<int> duplicates; local
490 if (duplicates.find(i) != duplicates.end()) {
519 duplicates.insert(i);
524 // Delete duplicates
525 if (fetch_nodes_known_ && !duplicates.empty()) {
527 for (auto it = duplicates.rbegin(); it != duplicates.rend(); ++it) {
533 duplicates.size());
    [all...]
  /external/tensorflow/tensorflow/tools/docs/
parser_test.py 148 duplicates={},
201 duplicates={},
241 duplicates={},
280 duplicates={},
389 # Make sure duplicates and non-top-level symbols are in the index, but
  /external/scrypt/
import_scrypt.sh 165 # Sort and remove duplicates in a space-separated list
193 # Same as var_value, but returns sorted output without duplicates.
195 # Out: variable value (if space-separated list, sorted with no duplicates)
  /external/vboot_reference/futility/
cmd_dump_fmap.c 250 static int duplicates(int i, int j) function
332 /* First, coalesce any duplicates */
335 if (duplicates(i, j)) {
  /frameworks/ex/common/java/com/android/common/contacts/
BaseEmailAddressAdapter.java 80 * The number of extra entries requested to allow for duplicates. Duplicates
525 * Post-process the cursor to eliminate duplicates. Closes the original cursor
  /packages/apps/Dialer/java/com/android/dialer/searchfragment/cp2/
ContactFilterCursor.java 69 /** Numbers are not duplicates (i.e. neither is more qualified than the other). */
71 /** Number are duplicates and new number is more qualified than the existing number. */
73 /** Numbers are duplicates but current/existing number is more qualified than new number. */
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
obj.go 281 // It takes care not to add any duplicates.
282 // Though the object file format handles duplicates efficiently,
284 // failure to remove these duplicates adds a few percent to object file size.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
obj.go 281 // It takes care not to add any duplicates.
282 // Though the object file format handles duplicates efficiently,
284 // failure to remove these duplicates adds a few percent to object file size.
  /external/python/cpython3/Lib/
enum.py 182 # instantiate them, checking for duplicates as we go
183 # we instantiate first instead of checking for duplicates first in case
826 duplicates = []
829 duplicates.append((name, member.name))
830 if duplicates:
832 ["%s -> %s" % (alias, name) for (alias, name) in duplicates])
    [all...]
  /bionic/libc/kernel/tools/
kernel.py 301 self.duplicates = False
317 self.duplicates = True
  /build/soong/android/
namespace.go 86 // All namespaces, without duplicates.
89 // Map from dir to namespace. Will have duplicates if two dirs are part of the same namespace.
  /development/tools/logblame/
analyze_logs.py 229 print "Top Duplicates by count"
241 print "Top Duplicates by memory"
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1ObjectIdentifier.java 158 // Android-changed: Intern the identifier so there aren't hundreds of duplicates in practice.
180 // Android-changed: Intern the identifier so there aren't hundreds of duplicates in practice.
  /external/dnsmasq/src/
log.c 48 pid_t pid; /* to avoid duplicates over a fork */
151 /* 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 171 /* Sort features and merge duplicates */
306 /* Sort lookups and merge duplicates */
  /external/proguard/src/proguard/
Configuration.java 50 * Conversely, if a library jar contains duplicates of classes in a program jar then the class
54 * because at runtime if the APK contains duplicates of classes in android.jar then the ones in
  /external/swiftshader/third_party/LLVM/lib/Linker/
LinkItems.cpp 56 // that module should also be aggregated with duplicates eliminated. This is
133 // that module should also be aggregated with duplicates eliminated. This is

Completed in 472 milliseconds

1 2 3 4 5 6 7 8 91011>>