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

  /libcore/luni/src/main/java/java/lang/
Throwable.java 224 int duplicates = 0; local
229 duplicates++;
234 return duplicates;
277 int duplicates = countDuplicates(currentStack, parentStack); local
278 for (int i = 0; i < currentStack.length - duplicates; i++) {
281 if (duplicates > 0) {
282 err.println("\t... " + duplicates + " more");
315 int duplicates = countDuplicates(currentStack, parentStack); local
316 for (int i = 0; i < currentStack.length - duplicates; i++) {
319 if (duplicates > 0)
    [all...]
  /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...]
  /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 324 // Use HashSet to track duplicates
325 HashSet<CharSequence> duplicates = local
327 duplicates.add(startApp);
331 if ( (jApp == null) || (duplicates.contains(jApp))) {
335 duplicates.add(jApp);
339 duplicates.clear();
  /bionic/libc/kernel/tools/
kernel.py 299 self.duplicates = False
315 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.
  /external/v8/src/
factory.cc 607 // Number of duplicates detected.
608 int duplicates = 0; local
626 duplicates++;
630 // If duplicates were detected, allocate a result of the right size
632 if (duplicates > 0) {
633 int number_of_descriptors = result->number_of_descriptors() - duplicates;
    [all...]
  /libcore/
NativeCode.mk 76 # removes duplicates.
  /external/chromium/base/
base_main.scons 139 # Use while not if, so we can handle duplicates.
  /external/chromium/net/
net_main.scons 157 # Use while not if, so we can handle duplicates.
  /external/chromium/sdch/
sdch_main.scons 126 # Use while not if, so we can handle duplicates.
  /external/chromium/third_party/icu/
icu_main.scons 128 # Use while not if, so we can handle duplicates.
  /external/chromium/third_party/libevent/
libevent_main.scons 126 # Use while not if, so we can handle duplicates.
  /external/chromium/third_party/modp_b64/
modp_b64_main.scons 126 # Use while not if, so we can handle duplicates.
  /external/chromium/third_party/zlib/
zlib_main.scons 126 # Use while not if, so we can handle duplicates.
  /external/v8/tools/
tickprocessor.js 562 // creating zero-sized entries, skip such duplicates.
  /prebuilt/common/ecj/
ecj.jar 

Completed in 151 milliseconds