HomeSort by relevance Sort by last modified time
    Searched full:duplicates (Results 51 - 75 of 1149) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/experimental/heatmap/
input.js 54 var traces = {}; // Use an object to avoid duplicates.
  /external/chromium-trace/catapult/third_party/mapreduce/mapreduce/api/map_job/
mapper.py 47 in duplicates.
  /external/kernel-headers/original/uapi/asm-x86/asm/
e820.h 16 * call to sanitize_e820_map() to remove duplicates. The allowance
  /external/libcap/libcap/
cap_alloc.c 83 * This function duplicates an internal capability set with
  /external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
Log4jLoggerFactory.java 30 * all newly created instances are not duplicates of existing loggers.
  /external/webrtc/webrtc/base/
stringencode.h 140 // with duplicates of delimiter creating empty fields.
145 // with duplicates of delimiter ignored. Trailing delimiter ignored.
159 // duplicates of delimiter ignored. Trailing delimiter ignored. A substring in
169 // duplicates of delimiter ignored. Return false if the delimiter could not be
  /ndk/sources/host-tools/make-3.81/tests/scripts/functions/
suffix 6 ."in the list. The long strings are sorted to remove duplicates.\n";
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
e820.h 16 * call to sanitize_e820_map() to remove duplicates. The allowance
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
e820.h 16 * call to sanitize_e820_map() to remove duplicates. The allowance
  /prebuilts/go/darwin-x86/test/chan/
doubleselect.go 48 // recver gets a steam of values from the four mux's and checks for duplicates.
  /prebuilts/go/linux-x86/test/chan/
doubleselect.go 48 // recver gets a steam of values from the four mux's and checks for duplicates.
  /prebuilts/sdk/
update_current.sh 49 # Remove duplicates
  /system/security/keystore-engine/
keyhandle.cpp 48 * Duplicates a keyhandle stored in ex_data in case we copy a key.
  /development/perftests/panorama/feature_stab/db_vlvm/
db_feature_detection.h 105 Copy ctor duplicates settings.
110 Assignment optor duplicates settings.
  /external/guice/extensions/multibindings/src/com/google/inject/multibindings/
MapBinderBinding.java 81 * Returns true if the MapBinder permits duplicates. This is only supported on bindings returned
95 * duplicates, it is necessary to pass the elements through an Injector and use
  /ndk/build/core/
definitions-utils.mk 53 # Function : remove-duplicates
56 # Usage : $(call remove-duplicates, <LIST>)
62 remove-duplicates = $(strip \
71 -test-remove-duplicates = \
72 $(call test-expect,,$(call remove-duplicates))\
73 $(call test-expect,foo bar,$(call remove-duplicates,foo bar))\
74 $(call test-expect,foo bar,$(call remove-duplicates,foo bar foo bar))\
75 $(call test-expect,foo bar,$(call remove-duplicates,foo foo bar bar bar))
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.h 105 Copy ctor duplicates settings.
110 Assignment optor duplicates settings.
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
sortperf.py 80 ~sort: many duplicates
115 # Arrange for lots of duplicates.
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
sortperf.py 80 ~sort: many duplicates
115 # Arrange for lots of duplicates.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
sortperf.py 80 ~sort: many duplicates
115 # Arrange for lots of duplicates.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
sortperf.py 80 ~sort: many duplicates
115 # Arrange for lots of duplicates.
  /system/connectivity/shill/mobile_operator_db/
mobile_operator_db.proto 129 // may be set to pick out one of the duplicates as the intended operator.
133 // duplicates is earmarked.
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
SpiUtils.java 106 * @param allowDuplicates If duplicates are allowed.
189 int duplicates = 0; local
232 duplicates++;
245 int expectedSize = 2 * (mapResults.size() + duplicates);
303 int duplicates = 0; local
323 duplicates++;
388 int expectedSize = (mapResults.size() + duplicates) * 3;
414 * @param allowDuplicates If duplicates are allowed.
548 int duplicates = 0; local
564 duplicates++
    [all...]
  /external/icu/icu4c/source/tools/genrb/
reslist.h 171 * Finds duplicates and counts the total number of string code units
347 StringResource *fSame; // used for duplicates
350 int32_t fNumUnitsSaved; // from not writing duplicates and suffixes
  /external/v8/src/
key-accumulator.cc 275 // The interceptor might introduce duplicates for the current level, since
282 // Sort and remove duplicates from the current elements level and adjust.
289 // Adjust total length by the number of removed duplicates.

Completed in 3196 milliseconds

1 23 4 5 6 7 8 91011>>