HomeSort by relevance Sort by last modified time
    Searched refs:duplicates (Results 1 - 15 of 15) 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 249 int duplicates = 0; local
254 duplicates++;
259 return duplicates;
315 * @param parentStack the parent stack trace to suppress duplicates from, or
325 int duplicates = parentStack != null ? countDuplicates(stack, parentStack) : 0; local
326 for (int i = 0; i < stack.length - duplicates; i++) {
333 if (duplicates > 0) {
336 err.append(Integer.toString(duplicates));
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PChargingFunctionAddresses.java 94 if (!duplicates.isEmpty())
96 encoding.append(duplicates.encode());
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 384 // Use HashSet to track duplicates
385 HashSet<CharSequence> duplicates = local
387 duplicates.add(startApp);
391 if ( (jApp == null) || (duplicates.contains(jApp))) {
395 duplicates.add(jApp);
399 duplicates.clear();
  /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.
  /libcore/
NativeCode.mk 77 # removes duplicates.
  /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 750 // Number of duplicates detected.
751 int duplicates = 0; local
769 duplicates++;
773 // If duplicates were detected, allocate a result of the right size
775 if (duplicates > 0) {
776 int number_of_descriptors = result->number_of_descriptors() - duplicates;
    [all...]
  /ndk/build/core/
init.mk 351 NDK_ALL_TOOLCHAINS := $(call remove-duplicates,$(NDK_ALL_TOOLCHAINS))
352 NDK_ALL_ABIS := $(call remove-duplicates,$(NDK_ALL_ABIS))
setup-toolchain.mk 133 $(hide) $(HOST_ECHO) "directory $(call host-path,$(call remove-duplicates,$(PRIVATE_SRC_DIRS)))" >> $(PRIVATE_DST)
definitions.mk 67 # Function : remove-duplicates
70 # Usage : $(call remove-duplicates, <LIST>)
76 remove-duplicates = $(strip \
    [all...]
  /external/v8/tools/
tickprocessor.js 577 // creating zero-sized entries, skip such duplicates.
  /prebuilt/common/ecj/
ecj.jar 

Completed in 349 milliseconds