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

  /external/chromium_org/chrome/browser/history/
history_querying_unittest.cc 126 TestEntry duplicates[] = { local
130 AddEntryToHistory(duplicates[0]);
131 AddEntryToHistory(duplicates[1]);
  /external/chromium_org/third_party/skia/src/pdf/
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;
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PChargingFunctionAddresses.java 94 if (!duplicates.isEmpty())
96 encoding.append(duplicates.encode());
  /external/skia/src/pdf/
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;
  /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/third_party/yasm/source/patched-yasm/tools/genperf/
perfect.c 125 fprintf(stderr, "perfect.c: Duplicates keys! %.*s\n",
353 /* Print an error message and exit if there are duplicates */
354 static void duplicates( function
366 /* for each b, do nested loops through key list looking for duplicates */
892 duplicates(*tabb, *blen, keys, form); /* check for duplicates */
    [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...]
  /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));
  /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);
  /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();
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 884 HashSet<CharSequence> duplicates = local
    [all...]
  /external/chromium_org/chrome/browser/search_engines/
template_url_service.cc 170 std::map<std::string, int> duplicates; local
175 duplicates[keyword]++;
178 // Count the keywords with duplicates.
180 for (std::map<std::string, int>::const_iterator it = duplicates.begin();
181 it != duplicates.end(); ++it) {
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/database/
DialerDatabaseHelper.java 959 final Set<ContactMatch> duplicates = new HashSet<ContactMatch>(); local
    [all...]
  /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 
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 
  /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 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 1946 milliseconds