/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | ParametersHeader.java | 56 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/ |
D | SkPDFDocument.cpp | 127 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()
|
D | SkTSet.h | 78 int duplicates = 0; in mergeInto() local 93 duplicates++; in mergeInto() 114 return duplicates; in mergeInto()
|
D | SkPDFCatalog.cpp | 182 SkDEBUGCODE(int duplicates =) targetSet->mergeInto(newResourceObjects); in setSubstitute() 183 SkASSERT(duplicates == 0); in setSubstitute()
|
/external/chromium_org/third_party/skia/src/pdf/ |
D | SkPDFDocument.cpp | 127 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()
|
D | SkTSet.h | 78 int duplicates = 0; in mergeInto() local 93 duplicates++; in mergeInto() 114 return duplicates; in mergeInto()
|
D | SkPDFCatalog.cpp | 182 SkDEBUGCODE(int duplicates =) targetSet->mergeInto(newResourceObjects); in setSubstitute() 183 SkASSERT(duplicates == 0); in setSubstitute()
|
/external/bison/m4/ |
D | isnan.m4 | 22 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/ |
D | rules.py | 98 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/ |
D | browser.py | 279 duplicates = set() 285 duplicates.add(sub_path) 286 paths -= duplicates
|
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
D | PChargingFunctionAddresses.java | 94 if (!duplicates.isEmpty()) in encodeBody() 96 encoding.append(duplicates.encode()); in encodeBody()
|
/external/smali/baksmali/src/test/resources/DuplicateTest/src/ |
D | README | 3 duplicates
|
/external/chromium_org/tools/gyp/test/configurations/inheritance/ |
D | duplicates.gypd.golden | 2 'included_files': ['duplicates.gyp'],
|
/external/llvm/docs/ |
D | Extensions.rst | 95 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/ |
D | history_querying_unittest.cc | 129 TestEntry duplicates[] = { in TestPaging() local 133 AddEntryToHistory(duplicates[0]); in TestPaging() 134 AddEntryToHistory(duplicates[1]); in TestPaging()
|
/external/chromium_org/tools/cygprofile/ |
D | cygprofile.gyp | 19 # other duplicates in other objects/libraries.
|
/external/chromium_org/components/nacl/ |
D | nacl_defines.gypi | 47 # TODO(mcgrathr): This duplicates native_client/build/common.gypi;
|
/external/chromium_org/chrome/browser/ui/webui/omnibox/ |
D | omnibox.mojom | 30 int32 duplicates;
|
D | omnibox_ui_handler.cc | 85 result->duplicates = static_cast<int32>(input.duplicate_matches.size()); in Convert()
|
/external/chromium_org/chrome/browser/ui/cocoa/passwords/ |
D | manage_passwords_bubble_pending_view_controller.mm | 117 // duplicates.
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | corrupt9.test | 44 # corrupts that page by overwriting up to N entries with duplicates
|
/external/llvm/cmake/modules/ |
D | LLVM-Config.cmake | 154 # Remove duplicates at the front:
|
/external/chromium_org/chrome/common/ |
D | BUILD.gn | 239 # TODO(brettw) this duplicates "//chrome/common:version" which applies to
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-06-TypeNotationDebateResp4.txt | 53 introduces a new operator and duplicates information
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/genperf/ |
D | perfect.c | 354 static void duplicates( in duplicates() function 892 duplicates(*tabb, *blen, keys, form); /* check for duplicates */ in findhash()
|