Searched refs:duplicates (Results 1 - 14 of 14) 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/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DPChargingFunctionAddresses.java94 if (!duplicates.isEmpty())
96 encoding.append(duplicates.encode());
/external/libvpx/examples/includes/geshi/geshi/
H A Dprovidex.php108 // Vars that are duplicates of functions
/external/chromium/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/chrome/browser/safe_browsing/
H A Dsafe_browsing_database.cc311 bool duplicates = false; local
341 duplicates = true;
349 if (duplicates)
353 // |duplicates| may give a false negative.
356 if (unsorted_count || duplicates)
/external/v8/src/
H A Dfactory.cc882 // Number of duplicates detected.
883 int duplicates = 0; local
901 duplicates++;
905 // If duplicates were detected, allocate a result of the right size
907 if (duplicates > 0) {
908 int number_of_descriptors = result->number_of_descriptors() - duplicates;
/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/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/sqlite/dist/orig/
H A Dsqlite3.c[all...]
/external/sqlite/dist/
H A Dsqlite3.c[all...]

Completed in 3635 milliseconds