HomeSort by relevance Sort by last modified time
    Searched refs:duplicates (Results 1 - 24 of 24) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/header/
ParametersHeader.java 56 protected DuplicateNameValueList duplicates; field in class:ParametersHeader
60 this.duplicates = new DuplicateNameValueList();
66 this.duplicates = new DuplicateNameValueList();
72 this.duplicates = new DuplicateNameValueList();
486 duplicates.set(nv);
494 this.duplicates.set(nameValue);
503 return this.duplicates.getParameter(name);
509 return duplicates;
520 return this.duplicates.getValue(name);
531 return duplicates.getNames()
    [all...]
  /libcore/luni/src/main/java/java/lang/
Throwable.java 250 int duplicates = 0; local
255 duplicates++;
260 return duplicates;
316 * @param parentStack the parent stack trace to suppress duplicates from, or
326 int duplicates = parentStack != null ? countDuplicates(stack, parentStack) : 0; local
327 for (int i = 0; i < stack.length - duplicates; i++) {
334 if (duplicates > 0) {
337 err.append(Integer.toString(duplicates));
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialLoaderTask.java 112 final Set<ContactMatch> duplicates = new HashSet<ContactMatch>(); local
119 if (duplicates.contains(contactMatch)) {
122 duplicates.add(contactMatch);
  /ndk/build/core/
definitions-utils.mk 39 # Function : remove-duplicates
42 # Usage : $(call remove-duplicates, <LIST>)
48 remove-duplicates = $(strip \
57 -test-remove-duplicates = \
58 $(call test-expect,,$(call remove-duplicates))\
59 $(call test-expect,foo bar,$(call remove-duplicates,foo bar))\
60 $(call test-expect,foo bar,$(call remove-duplicates,foo bar foo bar))\
61 $(call test-expect,foo bar,$(call remove-duplicates,foo foo bar bar bar))
setup-toolchain.mk 167 $(hide) $(HOST_ECHO) "directory $(call host-path,$(call remove-duplicates,$(PRIVATE_SRC_DIRS)))" >> $(PRIVATE_DST)
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PChargingFunctionAddresses.java 94 if (!duplicates.isEmpty())
96 encoding.append(duplicates.encode());
  /libcore/
NativeCode.mk 71 # removes duplicates.
89 # removes duplicates.
  /bionic/libc/kernel/tools/
kernel.py 302 self.duplicates = False
318 self.duplicates = True
  /external/v8/test/mjsunit/regress/
regress-937896.js 29 // discard duplicates which caused the outer-most continue statement
regress-219.js 30 // We should now allow duplicates of flags.
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 557 // Use HashSet to track duplicates
558 HashSet<CharSequence> duplicates = local
560 duplicates.add(startApp);
564 if ( (jApp == null) || (duplicates.contains(jApp))) {
568 duplicates.add(jApp);
572 duplicates.clear();
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_database.cc 311 bool duplicates = false; local
341 duplicates = true;
349 if (duplicates)
353 // |duplicates| may give a false negative.
356 if (unsorted_count || duplicates)
    [all...]
  /external/v8/src/
factory.cc 882 // Number of duplicates detected.
883 int duplicates = 0; local
901 duplicates++;
905 // If duplicates were detected, allocate a result of the right size
907 if (duplicates > 0) {
908 int number_of_descriptors = result->number_of_descriptors() - duplicates;
    [all...]
array.js 77 if (key != previousKey) { // keys may contain duplicates.
    [all...]
  /external/v8/tools/
tickprocessor.js 568 // creating zero-sized entries, skip such duplicates.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 1201 milliseconds