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

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/java/android/os/
VintfObject.java 67 * "android.hardware.camera.device@3.2"]. There are no duplicates.
  /frameworks/base/packages/SettingsLib/res/values/
attrs.xml 51 <!-- Workaround for b/74248169. These are duplicates of attrs in AndroidX preferences. -->
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationIconAreaController.java 253 // removing all duplicates
254 ArrayList<String> duplicates = new ArrayList<>(); local
258 duplicates.add(key);
261 replacingIcons.removeAll(duplicates);
  /frameworks/rs/rsov/compiler/spirit/
pass_queue.h 69 // worrying about duplicates
  /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.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
sortperf.py 80 ~sort: many duplicates
115 # Arrange for lots of duplicates.
  /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
  /external/libmojo/mojo/edk/embedder/
platform_shared_buffer.h 84 // Duplicates the underlying platform handle and passes it to the caller.
87 // Duplicates the underlying shared memory handle and passes it to the caller.
  /external/python/cpython2/Lib/test/
sortperf.py 80 ~sort: many duplicates
115 # Arrange for lots of duplicates.
  /external/python/cpython3/Lib/test/
sortperf.py 80 ~sort: many duplicates
115 # Arrange for lots of duplicates.
  /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.
  /test/vts-testcase/hal/media/omx/V1_0/host_omxstore/
VtsHalMediaOmxStoreV1_0HostTest.py 107 'Service attribute "' + attr_key + '" has duplicates.')
296 # The role name must not have duplicates.
299 'Role "' + role_name + '" has duplicates.')
314 # Save the role name to check for duplicates.
327 # For each role, the node name must not have duplicates.
330 'Node "' + node_name + '" has duplicates for the same ' +
348 # have duplicates.
353 '"has duplicates.')
  /external/devlib/devlib/utils/
misc.py 312 def _merge_two_lists(base, other, duplicates='all', dict_type=dict): # pylint: disable=R0912
320 :duplicates: Indicates the strategy of handling entries that appear
334 if duplicates == 'all':
340 elif duplicates == 'first':
350 elif duplicates == 'last':
362 raise ValueError('Unexpected value for list duplicates argument: {}. '.format(duplicates) +
  /build/soong/cmd/merge_zips/
merge_zips.go 67 ignoreDuplicates = flag.Bool("ignore-duplicates", false, "take each entry from the first zip it exists in and don't warn")
285 panic(fmt.Errorf("found __init__.py path duplicates during pars merging: %q.", file.Name))
335 // handle duplicates
  /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 173 * Finds duplicates and counts the total number of string code units
349 StringResource *fSame; // used for duplicates
352 int32_t fNumUnitsSaved; // from not writing duplicates and suffixes
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
forward_error_correction.h 169 * ascending sequence number and have duplicates removed. The function
255 // Insert media packet into recovered packet list. We delete duplicates.
266 // Insert packet into FEC list. We delete duplicates.
  /art/runtime/interpreter/
lock_count_data.cc 51 // We need to remove one pointer to ref, as duplicates are used for counting recursive locks.

Completed in 682 milliseconds

1 2 3 45 6 7 8 91011>>