HomeSort by relevance Sort by last modified time
    Searched full:duplicates (Results 76 - 100 of 1093) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/tools/memory_inspector/memory_inspector/classification/
rules.py 98 duplicates = filter(lambda x: x.name == child_rule.name, self.children)
99 assert(not duplicates), 'Duplicate rule ' + child_rule.name
  /ndk/build/core/
definitions-utils.mk 46 # Function : remove-duplicates
49 # Usage : $(call remove-duplicates, <LIST>)
55 remove-duplicates = $(strip \
64 -test-remove-duplicates = \
65 $(call test-expect,,$(call remove-duplicates))\
66 $(call test-expect,foo bar,$(call remove-duplicates,foo bar))\
67 $(call test-expect,foo bar,$(call remove-duplicates,foo bar foo bar))\
68 $(call test-expect,foo bar,$(call remove-duplicates,foo foo bar bar bar))
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_feature_detection.h 105 Copy ctor duplicates settings.
110 Assignment optor duplicates settings.
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.h 105 Copy ctor duplicates settings.
110 Assignment optor duplicates settings.
  /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.
  /external/chromium_org/v8/src/heap/
store-buffer.cc 105 // Remove adjacent duplicates and cells that do not point at new space.
441 // all duplicates and pointers to old space.
540 // duplicates. In the interest of speed this is a lossy operation. Some
541 // duplicates will remain. We have two hash sets with different hash
569 // cause some duplicates to remain undetected.
  /external/chromium_org/third_party/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.
  /external/chromium_org/tools/telemetry/telemetry/core/
browser.py 279 duplicates = set()
285 duplicates.add(sub_path)
286 paths -= duplicates
  /art/runtime/base/
stl_util.h 25 // Sort and remove duplicates of an STL vector or deque.
  /cts/suite/cts/deviceTests/opengl/
cob_exporter.py 7 # for texture coordinates, which is why this script duplicates the vertices and normals. This
  /external/ceres-solver/internal/ceres/
stl_util.h 59 // contain duplicates.
  /external/chromium_org/base/debug/
proc_maps_linux.h 48 // duplicates or even contain valid entries by time the method returns.
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_watcher.h 51 // is sorted in the alphabetical order and contains no duplicates.
  /external/chromium_org/chrome/browser/importer/
profile_writer.h 86 // ones take precedence and the duplicates in |template_urls| are deleted.
  /external/chromium_org/chrome/browser/safe_browsing/
chunk_range.cc 40 // Extend the range forward across duplicates and increments.
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_delegate.h 83 // Duplicates the contents at the provided index and places it into its own
  /external/chromium_org/content/public/browser/
navigation_details.h 18 // TODO(brettw) this mostly duplicates ProvisionalLoadDetails, it would be
  /external/chromium_org/mojo/embedder/
platform_shared_buffer.h 56 // Duplicates the underlying platform handle and passes it to the caller.
  /external/chromium_org/mojo/public/java/system/src/org/chromium/mojo/system/
SharedBufferHandle.java 139 * Duplicates the handle. This creates another handle (returned on success), which can then be
  /external/chromium_org/native_client_sdk/src/build_tools/
generate_notice.py 32 # Many of the license files are duplicates. Create a map of license text to
  /external/chromium_org/net/quic/congestion_control/
hybrid_slow_start_test.cc 36 // Test duplicates.
  /external/chromium_org/net/quic/
port_suggester_unittest.cc 60 // When the range is large, duplicates are rare, but we'll ask for a few
  /external/chromium_org/ppapi/proxy/
proxy_channel.h 43 // Duplicates a handle to the provided object, returning one that is valid
  /external/chromium_org/third_party/WebKit/Source/core/paint/
GridPainter.cpp 71 // We might have duplicates because of spanning children are included in all cells they span.

Completed in 590 milliseconds

1 2 34 5 6 7 8 91011>>