Searched defs:duplicates (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Dhistory_querying_unittest.cc129 TestEntry duplicates[] = { local
133 AddEntryToHistory(duplicates[0]);
134 AddEntryToHistory(duplicates[1]);
/external/chromium_org/third_party/skia/src/pdf/
H A DSkTSet.h57 /** 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/
H A DParametersHeader.java56 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
[all...]
/external/skia/src/pdf/
H A DSkTSet.h57 /** 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/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
H A Dperfect.c353 /* 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 */
/external/chromium_org/components/search_engines/
H A Dtemplate_url_service.cc131 std::map<std::string, int> duplicates; local
136 duplicates[keyword]++;
139 // Count the keywords with duplicates.
141 for (std::map<std::string, int>::const_iterator it = duplicates.begin();
142 it != duplicates.end(); ++it) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 2228 milliseconds