Home
last modified time | relevance | path

Searched refs:additional (Results 1 – 25 of 3566) sorted by relevance

12345678910>>...143

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/
DSerializerFactoryConfig.java56 public SerializerFactoryConfig withAdditionalSerializers(Serializers additional) in withAdditionalSerializers() argument
58 if (additional == null) { in withAdditionalSerializers()
61 Serializers[] all = ArrayBuilders.insertInListNoDup(_additionalSerializers, additional); in withAdditionalSerializers()
65 public SerializerFactoryConfig withAdditionalKeySerializers(Serializers additional) in withAdditionalKeySerializers() argument
67 if (additional == null) { in withAdditionalKeySerializers()
70 Serializers[] all = ArrayBuilders.insertInListNoDup(_additionalKeySerializers, additional); in withAdditionalKeySerializers()
DDeserializerFactoryConfig.java99 public DeserializerFactoryConfig withAdditionalDeserializers(Deserializers additional) in withAdditionalDeserializers() argument
101 if (additional == null) { in withAdditionalDeserializers()
104 Deserializers[] all = ArrayBuilders.insertInListNoDup(_additionalDeserializers, additional); in withAdditionalDeserializers()
115 public DeserializerFactoryConfig withAdditionalKeyDeserializers(KeyDeserializers additional) in withAdditionalKeyDeserializers() argument
117 if (additional == null) { in withAdditionalKeyDeserializers()
120 … KeyDeserializers[] all = ArrayBuilders.insertInListNoDup(_additionalKeyDeserializers, additional); in withAdditionalKeyDeserializers()
/external/openssh/
Dauth-options.c511 const struct sshauthopt *additional, const char **errstrp) in sshauthopt_merge() argument
529 tmp = additional->required_from_host_cert; in sshauthopt_merge()
534 tmp = additional->required_from_host_keys; in sshauthopt_merge()
544 ret->force_tun_device = additional->force_tun_device; in sshauthopt_merge()
549 } else if (additional->nenv) { in sshauthopt_merge()
551 additional->env, additional->nenv) != 0) in sshauthopt_merge()
558 } else if (additional->npermitopen > 0) { in sshauthopt_merge()
560 additional->permitopen, additional->npermitopen) != 0) in sshauthopt_merge()
568 } else if (additional->npermitlisten > 0) { in sshauthopt_merge()
570 additional->permitlisten, additional->npermitlisten) != 0) in sshauthopt_merge()
[all …]
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/
DConstant.java69 public boolean has(char ch, String additional) { in has() argument
70 return has(ch) || additional.indexOf(ch, 0) != -1; in has()
73 public boolean hasNo(char ch, String additional) { in hasNo() argument
74 return !has(ch, additional); in hasNo()
/external/rust/crates/libz-sys/src/zlib/os400/
Dbndsrc52 /* Version 1.2.1 additional entry points. */
67 /* Version 1.2.4 additional entry points. */
92 /* Version 1.2.6 additional entry points. */
100 /* Version 1.2.8 additional entry points. */
107 /* Version 1.2.9 additional entry points. */
/external/python/cryptography/vectors/cryptography_vectors/asymmetric/RSA/FIPS_186-2/
DReadme.txt5 …A_186-2.txt contains values for X9.31RSA signature generation with the additional value d added to…
7 …t contains values for RSA PKCS#1 Ver 1.5 signature geenration with the additional value d added to…
9 …ontains values for RSA PKCS#1 RSASSA-PSS signature generation with the additional value d and Salt…
/external/libchrome/mojo/public/mojom/base/
Dshared_memory.mojom7 // Wraps a shared memory handle with additional type information to convey that
13 // Wraps a shared memory handle with additional type information to convey that
20 // Wraps a shared memory handle with additional type information to convey that
/external/rust/crates/slab/src/
Dlib.rs273 pub fn reserve(&mut self, additional: usize) { in reserve()
274 if self.capacity() - self.len >= additional { in reserve()
277 let need_add = self.len + additional - self.entries.len(); in reserve()
307 pub fn reserve_exact(&mut self, additional: usize) { in reserve_exact()
308 if self.capacity() - self.len >= additional { in reserve_exact()
311 let need_add = self.len + additional - self.entries.len(); in reserve_exact()
/external/python/cryptography/vectors/cryptography_vectors/ciphers/AES/CCM/
DReadme.txt6 DVPT{128/192/256}.rsp files but have additional information. For the cases
9 This additional information is not in properly formatted response files.
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ser/
DSerializerFactory.java26 public abstract SerializerFactory withAdditionalSerializers(Serializers additional); in withAdditionalSerializers() argument
28 public abstract SerializerFactory withAdditionalKeySerializers(Serializers additional); in withAdditionalKeySerializers() argument
/external/mesa3d/src/intel/common/
Dgen_urb_config.c183 unsigned additional = (unsigned) in gen_get_urb_config() local
185 chunks[i] += additional; in gen_get_urb_config()
186 remaining_space -= additional; in gen_get_urb_config()
/external/llvm-project/clang/test/Modules/
Dredefinition-same-header.m6 // expected-note-re@Inputs/SameHeader/B.h:3 {{'{{.*}}C.h' included multiple times, additional inclu…
8 // expected-note-re@redefinition-same-header.m:20 {{'{{.*}}C.h' included multiple times, additional
/external/rust/crates/bytes/src/
Dbytes_mut.rs445 let additional = new_len - len; in resize() localVariable
446 self.reserve(additional); in resize()
449 ptr::write_bytes(dst, value, additional); in resize()
538 pub fn reserve(&mut self, additional: usize) { in reserve()
542 if additional <= rem { in reserve()
548 self.reserve_inner(additional); in reserve()
553 fn reserve_inner(&mut self, additional: usize) { in reserve_inner()
567 if self.capacity() - self.len() + off >= additional { in reserve_inner()
584 v.reserve(additional); in reserve_inner()
603 let mut new_cap = len.checked_add(additional).expect("overflow"); in reserve_inner()
/external/cldr/common/properties/
Dreadme.md8 This directory contains additional information for CLDR. Currently, this includes:
14 * scriptMetadata.txt — a file with additional data about Unicode scripts
/external/mesa3d/docs/drivers/
Dzink.rst50 For OpenGL 3.0 support, the following additional device extensions are
60 For OpenGL 3.1 support, the following additional ``VkPhysicalDeviceLimits``
68 For OpenGL 3.2 support, the following additional ``VkPhysicalDeviceFeatures``
79 For OpenGL 3.3 support, the following additional ``VkPhysicalDeviceFeatures``
/external/libchrome/base/strings/
Dstrcat.cc24 void ReserveAdditional(String* str, typename String::size_type additional) { in ReserveAdditional() argument
25 str->reserve(std::max(str->size() + additional, str->size() * 2)); in ReserveAdditional()
/external/llvm-project/llvm/test/MC/Mips/
Dnacl-mask.s25 # Check that additional nop is inserted, to align mask and jr to the next
62 # Check that additional nop is inserted, to align mask and load to the next
130 # Check that additional nop is inserted, to align mask and store to the next
187 # Check that additional nop is inserted, to align instruction and mask to the
197 # check that 2 additional nops are inserted, to align it to the next bundle.
/external/llvm/test/MC/Mips/
Dnacl-mask.s25 # Check that additional nop is inserted, to align mask and jr to the next
62 # Check that additional nop is inserted, to align mask and load to the next
130 # Check that additional nop is inserted, to align mask and store to the next
187 # Check that additional nop is inserted, to align instruction and mask to the
197 # check that 2 additional nops are inserted, to align it to the next bundle.
/external/iptables/
DINSTALL39 ${includedir}, which is needed for building additional packages,
46 Produce additional binaries, iptables-static/ip6tables-static,
96 is still capable of loading additional extensions.
/external/google-breakpad/src/client/
Dminidump_file_writer-inl.h51 inline bool TypedMDRVA<MDType>::Allocate(size_t additional) { in Allocate() argument
53 return UntypedMDRVA::Allocate(minidump_size<MDType>::size() + additional); in Allocate()
/external/llvm-project/llvm/test/tools/llvm-objdump/ELF/AMDGPU/
Dkd-zeroed-raw.s11 ;; assembled contains additional relocation info. A diff over the entire object
37 .short 0x0000 ;; additional fields.
/external/angle/extensions/
DEGL_ANGLE_create_context_webgl_compatibility.txt41 provides additional WebGL features and validation.
64 will provide additional features and validation to be compatible with the
/external/rust/crates/grpcio-sys/grpc/tools/remote_build/
Drbe_common.bazelrc53 # we only need a few additional ones that are Foundry specific
61 # we only need a few additional ones that are Foundry specific
76 # we only need a few additional ones that are Foundry specific
85 # we only need a few additional ones that are Foundry specific
/external/python/cpython2/Lib/
Dlocale.py187 def format(percent, value, grouping=False, monetary=False, *additional): argument
198 return _format(percent, value, grouping, monetary, *additional)
200 def _format(percent, value, grouping=False, monetary=False, *additional): argument
201 if additional:
202 formatted = percent % ((value,) + additional)
/external/rust/crates/itertools/src/
Dexactly_one_err.rs79 let additional = self.additional_len(); in fmt() localVariable
80 if additional > 0 { in fmt()

12345678910>>...143