Home
last modified time | relevance | path

Searched refs:duplicates (Results 1 – 25 of 66) sorted by relevance

123

/external/nist-sip/java/gov/nist/javax/sip/header/
DParametersHeader.java56 protected DuplicateNameValueList duplicates; field in ParametersHeader
60 this.duplicates = new DuplicateNameValueList(); in ParametersHeader()
66 this.duplicates = new DuplicateNameValueList(); in ParametersHeader()
72 this.duplicates = new DuplicateNameValueList(); in ParametersHeader()
486 duplicates.set(nv); in setMultiParameter()
494 this.duplicates.set(nameValue); in setMultiParameter()
503 return this.duplicates.getParameter(name); in getMultiParameter()
509 return duplicates; in getMultiParameters()
520 return this.duplicates.getValue(name); in getMultiParameterValue()
531 return duplicates.getNames(); in getMultiParameterNames()
[all …]
/external/skia/src/pdf/
DSkPDFDocument.cpp127 SkDEBUGCODE(int duplicates =) knownResources.mergeInto(*fFirstPageResources); in emitPDF()
128 SkASSERT(duplicates == 0); in emitPDF()
133 SkDEBUGCODE(duplicates =) knownResources.mergeInto(*fOtherPageResources); in emitPDF()
140 SkDEBUGCODE(duplicates =) fFirstPageResources->mergeInto(newResources); in emitPDF()
142 SkDEBUGCODE(duplicates =) fOtherPageResources->mergeInto(newResources); in emitPDF()
144 SkASSERT(duplicates == 0); in emitPDF()
146 SkDEBUGCODE(duplicates =) knownResources.mergeInto(newResources); in emitPDF()
147 SkASSERT(duplicates == 0); in emitPDF()
DSkTSet.h78 int duplicates = 0; in mergeInto() local
93 duplicates++; in mergeInto()
114 return duplicates; in mergeInto()
DSkPDFCatalog.cpp182 SkDEBUGCODE(int duplicates =) targetSet->mergeInto(newResourceObjects); in setSubstitute()
183 SkASSERT(duplicates == 0); in setSubstitute()
/external/chromium_org/third_party/skia/src/pdf/
DSkPDFDocument.cpp127 SkDEBUGCODE(int duplicates =) knownResources.mergeInto(*fFirstPageResources); in emitPDF()
128 SkASSERT(duplicates == 0); in emitPDF()
133 SkDEBUGCODE(duplicates =) knownResources.mergeInto(*fOtherPageResources); in emitPDF()
140 SkDEBUGCODE(duplicates =) fFirstPageResources->mergeInto(newResources); in emitPDF()
142 SkDEBUGCODE(duplicates =) fOtherPageResources->mergeInto(newResources); in emitPDF()
144 SkASSERT(duplicates == 0); in emitPDF()
146 SkDEBUGCODE(duplicates =) knownResources.mergeInto(newResources); in emitPDF()
147 SkASSERT(duplicates == 0); in emitPDF()
DSkTSet.h78 int duplicates = 0; in mergeInto() local
93 duplicates++; in mergeInto()
114 return duplicates; in mergeInto()
DSkPDFCatalog.cpp182 SkDEBUGCODE(int duplicates =) targetSet->mergeInto(newResourceObjects); in setSubstitute()
183 SkASSERT(duplicates == 0); in setSubstitute()
/external/bison/m4/
Disnan.m422 dnl Append $ISNANF_LIBM to ISNAN_LIBM, avoiding gratuitous duplicates.
27 dnl Append $ISNAND_LIBM to ISNAN_LIBM, avoiding gratuitous duplicates.
32 dnl Append $ISNANL_LIBM to ISNAN_LIBM, avoiding gratuitous duplicates.
/external/chromium_org/tools/memory_inspector/memory_inspector/classification/
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/tools/telemetry/telemetry/core/
Dbrowser.py279 duplicates = set()
285 duplicates.add(sub_path)
286 paths -= duplicates
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
DPChargingFunctionAddresses.java94 if (!duplicates.isEmpty()) in encodeBody()
96 encoding.append(duplicates.encode()); in encodeBody()
/external/smali/baksmali/src/test/resources/DuplicateTest/src/
DREADME3 duplicates
/external/chromium_org/tools/gyp/test/configurations/inheritance/
Dduplicates.gypd.golden2 'included_files': ['duplicates.gyp'],
/external/llvm/docs/
DExtensions.rst95 Duplicates are discarded, but the linker issues an error if any duplicates
99 Links the largest section from among the duplicates.
102 Links the newest section from among the duplicates.
/external/chromium_org/chrome/browser/history/
Dhistory_querying_unittest.cc129 TestEntry duplicates[] = { in TestPaging() local
133 AddEntryToHistory(duplicates[0]); in TestPaging()
134 AddEntryToHistory(duplicates[1]); in TestPaging()
/external/chromium_org/tools/cygprofile/
Dcygprofile.gyp19 # other duplicates in other objects/libraries.
/external/chromium_org/components/nacl/
Dnacl_defines.gypi47 # TODO(mcgrathr): This duplicates native_client/build/common.gypi;
/external/chromium_org/chrome/browser/ui/webui/omnibox/
Domnibox.mojom30 int32 duplicates;
Domnibox_ui_handler.cc85 result->duplicates = static_cast<int32>(input.duplicate_matches.size()); in Convert()
/external/chromium_org/chrome/browser/ui/cocoa/passwords/
Dmanage_passwords_bubble_pending_view_controller.mm117 // duplicates.
/external/chromium_org/third_party/sqlite/src/test/
Dcorrupt9.test44 # corrupts that page by overwriting up to N entries with duplicates
/external/llvm/cmake/modules/
DLLVM-Config.cmake154 # Remove duplicates at the front:
/external/chromium_org/chrome/common/
DBUILD.gn239 # TODO(brettw) this duplicates "//chrome/common:version" which applies to
/external/llvm/docs/HistoricalNotes/
D2001-02-06-TypeNotationDebateResp4.txt53 introduces a new operator and duplicates information
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/
Dperfect.c354 static void duplicates( in duplicates() function
892 duplicates(*tabb, *blen, keys, form); /* check for duplicates */ in findhash()

123