/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/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/devlib/devlib/utils/ |
D | misc.py | 298 def _merge_two_lists(base, other, duplicates='all', dict_type=dict): # pylint: disable=R0912 argument 320 if duplicates == 'all': 326 elif duplicates == 'first': 336 elif duplicates == 'last': 348 raise ValueError('Unexpected value for list duplicates argument: {}. '.format(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/guice/extensions/multibindings/test/com/google/inject/multibindings/ |
D | SpiUtils.java | 189 int duplicates = 0; in mapInjectorTest() local 232 duplicates++; in mapInjectorTest() 245 int expectedSize = 2 * (mapResults.size() + duplicates); in mapInjectorTest() 303 int duplicates = 0; in mapModuleTest() local 323 duplicates++; in mapModuleTest() 388 int expectedSize = (mapResults.size() + duplicates) * 3; in mapModuleTest() 548 int duplicates = 0; in setModuleTest() local 564 duplicates++; in setModuleTest() 593 bindResults.size() + 1 + duplicates, otherContains.size()); in setModuleTest() 596 bindResults.size() + duplicates, otherContains.size()); in setModuleTest()
|
/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/vboot_reference/futility/ |
D | cmd_dump_fmap.c | 250 static int duplicates(int i, int j) in duplicates() function 335 if (duplicates(i, j)) { in human_fmap()
|
/external/libyuv/files/docs/ |
D | filtering.md | 94 // Scale step for point sampling duplicates all pixels equally. 127 // Scale step for point sampling duplicates all pixels equally.
|
/external/swiftshader/third_party/LLVM/cmake/modules/ |
D | LLVM-Config.cmake | 157 # Remove duplicates at the front:
|
/external/doclava/res/assets/templates-sdk/ |
D | customizations.cs | 123 …ource-flow-layout cols" data-history-query="history:recent" data-allow-duplicates="true" data-maxr…
|
/external/toybox/kconfig/ |
D | zconf.hash.c_shipped | 33 /* maximum key range = 45, duplicates = 0 */
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2001-02-06-TypeNotationDebateResp4.txt | 53 introduces a new operator and duplicates information
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | README-3.1 | 31 phases. Only files which are considered possible duplicates after the
|
D | README-2.0 | 82 -no-duplicates
|
D | README-4.3 | 35 Filesystems with a lot of duplicates should see at least 10-20% speed
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-06-TypeNotationDebateResp4.txt | 53 introduces a new operator and duplicates information
|
/external/squashfs-tools/ |
D | RELEASE-README | 40 6. File duplicates are detected and removed. 122 -no-duplicates do not perform duplicate checking 384 The -no-duplicates option tells mksquashfs to not check the files being 385 added to the filesystem for duplicates. This can result in quicker filesystem 557 duplicates. 868 the source directory, and checked for duplicates. Once all file data has been
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 591 void collectDuplicates (set<T>& duplicates, const vector<T>& values) in collectDuplicates() argument 600 duplicates.insert(value); in collectDuplicates() 606 set<string> duplicates; in checkDuplicates() local 608 collectDuplicates(duplicates, values); in checkDuplicates() 610 for (set<string>::const_iterator iter = duplicates.begin(); iter != duplicates.end(); ++iter) in checkDuplicates()
|
/external/boringssl/src/crypto/fipsmodule/ |
D | FIPS.md | 88 …duplicates each global symbol with a local symbol that has `_local_target` appended to the name. R…
|
/external/llvm/cmake/modules/ |
D | LLVM-Config.cmake | 216 # This duplicates the algorithm used by llvm-config, originally
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
D | RewriteRuleElementStream.as | 89 * Once we reset the stream, any future use will need duplicates. Set
|
/external/python/cpython2/Doc/library/ |
D | thread.rst | 34 :mod:`dummy_thread` module is available. It duplicates this module's interface
|
D | pkgutil.rst | 34 value: apart from checking for duplicates, all entries found in a
|
/external/vulkan-validation-layers/layers/ |
D | README.md | 43 …_LAYER_GOOGLE_unique_objects`. Other layers can be specified and the loader will remove duplicates.
|