Home
last modified time | relevance | path

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

1234

/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/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/devlib/devlib/utils/
Dmisc.py298 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/
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/guice/extensions/multibindings/test/com/google/inject/multibindings/
DSpiUtils.java189 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/
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/vboot_reference/futility/
Dcmd_dump_fmap.c250 static int duplicates(int i, int j) in duplicates() function
335 if (duplicates(i, j)) { in human_fmap()
/external/libyuv/files/docs/
Dfiltering.md94 // 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/
DLLVM-Config.cmake157 # Remove duplicates at the front:
/external/doclava/res/assets/templates-sdk/
Dcustomizations.cs123 …ource-flow-layout cols" data-history-query="history:recent" data-allow-duplicates="true" data-maxr…
/external/toybox/kconfig/
Dzconf.hash.c_shipped33 /* maximum key range = 45, duplicates = 0 */
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-02-06-TypeNotationDebateResp4.txt53 introduces a new operator and duplicates information
/external/squashfs-tools/RELEASE-READMEs/
DREADME-3.131 phases. Only files which are considered possible duplicates after the
DREADME-2.082 -no-duplicates
DREADME-4.335 Filesystems with a lot of duplicates should see at least 10-20% speed
/external/llvm/docs/HistoricalNotes/
D2001-02-06-TypeNotationDebateResp4.txt53 introduces a new operator and duplicates information
/external/squashfs-tools/
DRELEASE-README40 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/
DvktApiFeatureInfo.cpp591 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/
DFIPS.md88duplicates each global symbol with a local symbol that has `_local_target` appended to the name. R…
/external/llvm/cmake/modules/
DLLVM-Config.cmake216 # This duplicates the algorithm used by llvm-config, originally
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DRewriteRuleElementStream.as89 * Once we reset the stream, any future use will need duplicates. Set
/external/python/cpython2/Doc/library/
Dthread.rst34 :mod:`dummy_thread` module is available. It duplicates this module's interface
Dpkgutil.rst34 value: apart from checking for duplicates, all entries found in a
/external/vulkan-validation-layers/layers/
DREADME.md43 …_LAYER_GOOGLE_unique_objects`. Other layers can be specified and the loader will remove duplicates.

1234