Searched refs:duplicates (Results 1 - 24 of 24) sorted by relevance

/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/chromium_org/tools/memory_inspector/memory_inspector/classification/
H A Drules.py98 duplicates = filter(lambda x: x.name == child_rule.name, self.children)
99 assert(not duplicates), 'Duplicate rule ' + child_rule.name
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFDocument.cpp125 // 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
[all...]
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;
H A DSkPDFCatalog.cpp180 // 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/
H A DSkPDFDocument.cpp125 // 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
[all...]
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;
H A DSkPDFCatalog.cpp180 // 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/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DPChargingFunctionAddresses.java94 if (!duplicates.isEmpty())
96 encoding.append(duplicates.encode());
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbrowser.py279 duplicates = set()
285 duplicates.add(sub_path)
286 paths -= duplicates
/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/chrome/browser/ui/webui/omnibox/
H A Domnibox_ui_handler.cc85 result->duplicates = static_cast<int32>(input.duplicate_matches.size());
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/oauth/
H A DOAuth.php264 // parameters and add those overriding any duplicates from GET
277 // and add those overriding any duplicates from GET or POST
312 // into an array so we can add the duplicates
835 // so we can add the 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/chromium_org/third_party/sqlite/src/src/
H A Dexpr.c1377 ** its members, skipping duplicates.
1394 ** through the set members, skipping any duplicates. In this case an
/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.ui.workbench_3.6.1.M20101117-0800.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 ...
/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/ ...
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas817 /// Once we reset the stream, any future use will need duplicates. Set
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c[all...]

Completed in 8202 milliseconds