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

1 2

  /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 245 int duplicates = 0; local
250 duplicates++;
255 return duplicates;
310 * @param parentStack the parent stack trace to suppress duplicates from, or
320 int duplicates = parentStack != null ? countDuplicates(stack, parentStack) : 0; local
321 for (int i = 0; i < stack.length - duplicates; i++) {
328 if (duplicates > 0) {
331 err.append(Integer.toString(duplicates));
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDocument.cpp 125 // mergeInto returns the number of duplicates.
126 // If there are duplicates, there is a bug and we mess ref counting.
127 SkDEBUGCODE(int duplicates =) knownResources.mergeInto(*fFirstPageResources);
128 SkASSERT(duplicates == 0);
133 SkDEBUGCODE(duplicates =) knownResources.mergeInto(*fOtherPageResources);
140 SkDEBUGCODE(duplicates =) fFirstPageResources->mergeInto(newResources);
142 SkDEBUGCODE(duplicates =) fOtherPageResources->mergeInto(newResources);
144 SkASSERT(duplicates == 0);
146 SkDEBUGCODE(duplicates =) knownResources.mergeInto(newResources);
147 SkASSERT(duplicates == 0)
    [all...]
SkTSet.h 57 /** Merges src elements into this, and returns the number of duplicates
78 int duplicates = 0; local
93 duplicates++;
94 j++; // Skip one of the duplicates.
114 return duplicates;
SkPDFCatalog.cpp 180 // mergeInto returns the number of duplicates.
181 // If there are duplicates, there is a bug and we mess ref counting.
182 SkDEBUGCODE(int duplicates =) targetSet->mergeInto(newResourceObjects);
183 SkASSERT(duplicates == 0);
  /external/skia/src/pdf/
SkPDFDocument.cpp 125 // mergeInto returns the number of duplicates.
126 // If there are duplicates, there is a bug and we mess ref counting.
127 SkDEBUGCODE(int duplicates =) knownResources.mergeInto(*fFirstPageResources);
128 SkASSERT(duplicates == 0);
133 SkDEBUGCODE(duplicates =) knownResources.mergeInto(*fOtherPageResources);
140 SkDEBUGCODE(duplicates =) fFirstPageResources->mergeInto(newResources);
142 SkDEBUGCODE(duplicates =) fOtherPageResources->mergeInto(newResources);
144 SkASSERT(duplicates == 0);
146 SkDEBUGCODE(duplicates =) knownResources.mergeInto(newResources);
147 SkASSERT(duplicates == 0)
    [all...]
SkTSet.h 57 /** Merges src elements into this, and returns the number of duplicates
78 int duplicates = 0; local
93 duplicates++;
94 j++; // Skip one of the duplicates.
114 return duplicates;
SkPDFCatalog.cpp 180 // mergeInto returns the number of duplicates.
181 // If there are duplicates, there is a bug and we mess ref counting.
182 SkDEBUGCODE(int duplicates =) targetSet->mergeInto(newResourceObjects);
183 SkASSERT(duplicates == 0);
  /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))
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_links/
send_links.js 23 // Remove duplicates and invalid URLs.
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PChargingFunctionAddresses.java 94 if (!duplicates.isEmpty())
96 encoding.append(duplicates.encode());
  /external/chromium_org/build/android/ant/
create-test-jar.js 19 // Do not allow duplicates in the jar, the default behavior of Jar task
20 // is "add" which means duplicates are allowed.
  /external/chromium_org/tools/telemetry/telemetry/core/
browser.py 306 duplicates = set()
312 duplicates.add(sub_path)
313 paths -= duplicates
  /external/chromium_org/chrome/test/functional/
autofill.py 96 duplicates = ['111-1111']
97 page.Fill(phones=non_duplicates + duplicates)
  /external/chromium_org/chrome/browser/history/
history_querying_unittest.cc 125 TestEntry duplicates[] = { local
129 AddEntryToHistory(duplicates[0]);
130 AddEntryToHistory(duplicates[1]);
  /bionic/libc/kernel/tools/
kernel.py 302 self.duplicates = False
318 self.duplicates = True
  /external/chromium_org/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/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/chromium_org/chrome/browser/resources/print_preview/
print_preview_utils.js 77 * listed in the order they appear in |pageRangeText| and duplicates are not
137 * listed in the order they appear in |pageRangeText| and duplicates are not
166 * without any duplicates. |pageList| is not affected.
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 620 // Use HashSet to track duplicates
621 HashSet<CharSequence> duplicates = local
623 duplicates.add(startApp);
627 if ( (jApp == null) || (duplicates.contains(jApp))) {
631 duplicates.add(jApp);
635 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...]
  /packages/apps/Dialer/src/com/android/dialer/database/
DialerDatabaseHelper.java 955 final Set<ContactMatch> duplicates = new HashSet<ContactMatch>(); local
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoritesTileAdapter.java 259 final LongSparseArray<Object> duplicates = new LongSparseArray<Object>(cursor.getCount()); local
277 final ContactEntry existing = (ContactEntry) duplicates.get(id);
317 duplicates.put(id, contact);
    [all...]

Completed in 1154 milliseconds

1 2