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

1 2 3

  /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/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
  /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);
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_links/
send_links.js 23 // Remove duplicates and invalid URLs.
  /external/chromium_org/third_party/polymer/components-chromium/core-signals/
core-signals-extracted.js 23 // if signals bubble, it's easy to get confusing duplicates
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PChargingFunctionAddresses.java 94 if (!duplicates.isEmpty())
96 encoding.append(duplicates.encode());
  /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))
  /external/chromium_org/tools/telemetry/telemetry/core/
browser.py 279 duplicates = set()
285 duplicates.add(sub_path)
286 paths -= duplicates
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/resolver/
ResolverActivity.java 556 // Use HashSet to track duplicates
557 HashSet<CharSequence> duplicates = local
559 duplicates.add(startApp);
563 if ((jApp == null) || (duplicates.contains(jApp))) {
567 duplicates.add(jApp);
571 duplicates.clear();
  /external/chromium_org/chrome/browser/history/
history_querying_unittest.cc 129 TestEntry duplicates[] = { local
133 AddEntryToHistory(duplicates[0]);
134 AddEntryToHistory(duplicates[1]);
  /bionic/libc/kernel/tools/
kernel.py 301 self.duplicates = False
317 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/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.
  /packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoritesTileAdapter.java 232 final LongSparseArray<Object> duplicates = new LongSparseArray<Object>(cursor.getCount()); local
250 final ContactEntry existing = (ContactEntry) duplicates.get(id);
290 duplicates.put(id, contact);
  /external/chromium_org/chrome/browser/ui/webui/omnibox/
omnibox_ui_handler.cc 85 result->duplicates = static_cast<int32>(input.duplicate_matches.size());
  /external/chromium_org/v8/tools/push-to-trunk/
releases.py 62 duplicates.
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 985 HashSet<CharSequence> duplicates = local
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/database/
DialerDatabaseHelper.java 959 final Set<ContactMatch> duplicates = new HashSet<ContactMatch>(); local
    [all...]

Completed in 1322 milliseconds

1 2 3