/third_party/python/Lib/test/ |
D | test_urllib.py | 984 given = "a b cd e f" 985 expect = given.replace(' ', hexescape(' ')) 986 result = urllib.parse.quote(given) 989 expect = given.replace(' ', '+') 990 result = urllib.parse.quote_plus(given) 1008 given = b"\xa2\xd8ab\xff" 1010 result = urllib.parse.quote(given) 1014 self.assertRaises(TypeError, urllib.parse.quote, given, 1017 result = urllib.parse.quote_from_bytes(given) 1024 given = "\xa2\xd8ab\xff" [all …]
|
/third_party/ffmpeg/libavfilter/dnn/ |
D | dnn_backend_native_layer_pad.c | 52 static int before_get_buddy(int given, int paddings, LayerPadModeParam mode) in before_get_buddy() argument 55 return (2 * paddings - 1 - given); in before_get_buddy() 57 return (2 * paddings - given); in before_get_buddy() 64 static int after_get_buddy(int given, int border, LayerPadModeParam mode) in after_get_buddy() argument 67 int offset = given - border; in after_get_buddy() 70 int offset = given - border; in after_get_buddy() 156 int given = number + before_paddings + n; in ff_dnn_execute_layer_pad() local 157 float *dst = output + given * new_hwc_stride; in ff_dnn_execute_layer_pad() 163 int buddy = after_get_buddy(given, number + before_paddings, params->mode); in ff_dnn_execute_layer_pad() 187 int given = height + before_paddings + h; in ff_dnn_execute_layer_pad() local [all …]
|
/third_party/openssl/doc/man3/ |
D | OSSL_CRMF_MSG_set1_regCtrl_regToken.pod | 58 returns the respective control X in the given I<msg>, if present. 60 OSSL_CRMF_MSG_set1_regCtrl_regToken() sets the regToken control in the given 61 I<msg> copying the given I<tok> as value. See RFC 4211, section 6.1. 64 the given I<msg> copying the given I<auth> as value. See RFC 4211, section 6.2. 66 OSSL_CRMF_MSG_PKIPublicationInfo_push0_SinglePubInfo() pushes the given I<spi> 69 OSSL_CRMF_MSG_set0_SinglePubInfo() sets in the given SinglePubInfo I<spi> 79 OSSL_CRMF_MSG_set_PKIPublicationInfo_action() sets the action in the given I<pi> 80 using the given I<action> as value. See RFC 4211, section 6.3. 86 control in the given I<msg> copying the given I<tok> as value. See RFC 4211, 90 the given I<msg> copying the given I<pubkey> as value. See RFC 4211 section 6.6. [all …]
|
D | OSSL_CRMF_MSG_set1_regInfo_certReq.pod | 27 in the given I<msg>, if present. 29 OSSL_CRMF_MSG_set1_regInfo_utf8Pairs() adds a copy of the given I<utf8pairs> 30 value as utf8Pairs regInfo to the given I<msg>. See RFC 4211 section 7.1. 33 in the given I<msg>, if present. 35 OSSL_CRMF_MSG_set1_regInfo_certReq() adds a copy of the given I<cr> value 36 as certReq regInfo to the given I<msg>. See RFC 4211 section 7.2. 48 control to the regInfo structure of the given I<msg>. While RFC 4211 expects
|
D | OSSL_CRMF_MSG_get0_tmpl.pod | 47 given certificate template I<tmpl>. 50 given certificate template I<tmpl>. 53 given certificate template I<tmpl>. 56 of the given certificate template I<tmpl>, or NULL if not present. 59 of the given CertId I<cid>. 62 of the given CertId I<cid>, which must be of ASN.1 type GEN_DIRNAME. 64 OSSL_CRMF_ENCRYPTEDVALUE_get1_encCert() decrypts the certificate in the given
|
D | OSSL_CMP_STATUSINFO_new.pod | 27 and fills in the given values. 33 representing the given statusInfo 34 in the given buffer, with the given maximal length. 38 in the given buffer, with the given maximal length.
|
D | OSSL_ENCODER.pod | 51 has been loaded into the B<OSSL_LIB_CTX> given by I<ctx>, having the 52 name given by I<name> and the properties given by I<properties>. 59 OSSL_ENCODER_up_ref() increments the reference count for the given 62 OSSL_ENCODER_free() decrements the reference count for the given 65 OSSL_ENCODER_get0_provider() returns the provider of the given 69 with the given I<encoder>. 74 OSSL_ENCODER_get0_name() returns the name used to fetch the given I<encoder>. 80 OSSL_ENCODER_names_do_all() traverses all names for the given 115 implementation for the given I<encoder>. Note that the I<encoder> may have
|
D | OSSL_DECODER.pod | 51 has been loaded into the B<OSSL_LIB_CTX> given by I<ctx>, having the 52 name given by I<name> and the properties given by I<properties>. 59 OSSL_DECODER_up_ref() increments the reference count for the given 62 OSSL_DECODER_free() decrements the reference count for the given 65 OSSL_DECODER_get0_provider() returns the provider of the given 69 with the given I<decoder>. 74 OSSL_DECODER_get0_name() returns the name used to fetch the given I<decoder>. 80 OSSL_DECODER_names_do_all() traverses all names for the given 114 implementation for the given I<decoder>. Note that the I<decoder> may have
|
D | OSSL_trace_get_category_num.pod | 18 to the given C<name>. 21 to the given C<num>. 25 OSSL_trace_get_category_num() returns the category number if the given 28 OSSL_trace_get_category_name() returns the category name if the given
|
D | EVP_set_default_properties.pod | 24 EVP_set_default_properties stores the properties given with the string 26 given with I<libctx> (NULL signifies the default library context). 33 query for the given I<libctx>. It merges the fips default property query with any 37 property for the given I<libctx>. 52 property is set for the given I<libctx>, otherwise it returns 0.
|
D | EVP_ASYM_CIPHER_free.pod | 36 EVP_ASYM_CIPHER_fetch() fetches the implementation for the given 37 B<algorithm> from any provider offering it, within the criteria given 38 by the B<properties> and in the scope of the given library context B<ctx> (see 60 all activated providers in the given library context I<libctx>, and for each of 61 the implementations, calls the given function I<fn> with the implementation 62 method and the given I<arg> as argument. 65 implementation for the given I<cipher>. Note that the I<cipher> may have
|
D | EVP_KEM_free.pod | 32 EVP_KEM_fetch() fetches the implementation for the given B<algorithm> from any 33 provider offering it, within the criteria given by the B<properties> and in the 34 scope of the given library context B<ctx> (see L<OSSL_LIB_CTX(3)>). The algorithm 53 providers in the given library context I<libctx>, and for each of the 54 implementations, calls the given function I<fn> with the implementation method 55 and the given I<arg> as argument. 58 implementation for the given I<kem>. Note that the I<kem> may have
|
/third_party/openssl/doc/internal/man3/ |
D | ossl_cmp_hdr_init.pod | 55 ossl_cmp_hdr_set_pvno() sets hdr->pvno to the given B<pvno>. 57 ossl_cmp_hdr_get_pvno() returns the pvno of the given B<hdr> or -1 on error. 62 ossl_cmp_hdr_get0_sendernonce() returns the sender nonce of the given PKIHeader. 64 ossl_cmp_general_name_is_NULL_DN() determines if the given GENERAL_NAME 67 ossl_cmp_hdr_set1_sender() sets the sender field in the given PKIHeader 68 to the given X509 Name value, without consuming the pointer. 70 ossl_cmp_hdr_set1_recipient() sets the recipient field in the given 71 PKIHeader to the given X509 Name value, without consuming the pointer. 80 ossl_cmp_hdr_set1_senderKID() Sets hdr->senderKID to the given string. 85 hdr->freeText and consumes the given pointer. [all …]
|
D | ossl_namemap_new.pod | 47 ossl_namemap_empty() checks if the given B<OSSL_NAMEMAP> is empty or 51 given library context. 57 If the given I<number> is zero, a new number will be allocated to 59 If the given I<number> is nonzero, the I<name> is added to the set of 62 ossl_namemap_name2num() finds the number corresponding to the given 71 I<number> in the given I<namemap> and calls the function I<fn> for 76 ossl_namemap_add_names() divides up a set of names given in I<names>, 95 pointers to the names corresponding to the given number, or NULL if 96 it's undefined in the given B<OSSL_NAMEMAP>. 99 corresponding to the given name, or 0 if it's undefined in the given
|
D | ossl_method_construct.pod | 55 providers for a dispatch table given an I<operation_id>, and then 56 calling the appropriate functions given by the subsystem specific 88 The store may be given with I<store>. 98 Optionally, I<prov> may be given as a search criterion, to narrow down the 108 The store may be given with I<store>. 113 The method should be associated with the given provider I<prov>, 115 identification data given through I<data> (which is the I<mcm_data> 122 Constructs a subsystem method for the given I<name> and the given
|
/third_party/rust/crates/codespan/codespan-reporting/src/ |
D | files.rs | 35 IndexTooLarge { given: usize, max: usize }, 37 LineTooLarge { given: usize, max: usize }, 39 ColumnTooLarge { given: usize, max: usize }, 41 InvalidCharBoundary { given: usize }, 56 Error::IndexTooLarge { given, max } => { in fmt() 57 write!(f, "invalid index {}, maximum index is {}", given, max) in fmt() 59 Error::LineTooLarge { given, max } => { in fmt() 60 write!(f, "invalid line {}, maximum line is {}", given, max) in fmt() 62 Error::ColumnTooLarge { given, max } => { in fmt() 63 write!(f, "invalid column {}, maximum column {}", given, max) in fmt() [all …]
|
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/ |
D | bitfield.dart | 23 /// The given length must be at most 62. 31 /// The given length must be at most 62. 34 /// Returns whether the bit with the given index is set to one. 37 /// Sets the bit with the given index to the given value. 39 /// If value is true, the bit with the given index is set to one. Otherwise, 43 /// Sets all the bits to the given value.
|
/third_party/python/Doc/c-api/ |
D | codec.rst | 24 the given *encoding*. This function always succeeds. 30 *object* is passed through the encoder function found for the given 39 *object* is passed through the decoder function found for the given 55 Get an encoder function for the given *encoding*. 59 Get a decoder function for the given *encoding*. 63 Get an :class:`~codecs.IncrementalEncoder` object for the given *encoding*. 67 Get an :class:`~codecs.IncrementalDecoder` object for the given *encoding*. 71 Get a :class:`~codecs.StreamReader` factory function for the given *encoding*. 75 Get a :class:`~codecs.StreamWriter` factory function for the given *encoding*. 83 Register the error handling callback function *error* under the given *name*. [all …]
|
/third_party/flutter/flutter/packages/flutter_test/lib/src/ |
D | window.dart | 48 /// Constructs a [TestWindow] that defers all behavior to the given [Window] 60 /// Hides the real device pixel ratio and reports the given [devicePixelRatio] 76 /// Hides the real physical size and reports the given [physicalSizeTestValue] 92 /// Hides the real physical depth and reports the given 108 /// Hides the real view insets and reports the given [viewInsetsTestValue] 124 /// Hides the real view padding and reports the given [paddingTestValue] 140 /// Hides the real padding and reports the given [paddingTestValue] instead. 161 /// Hides the real locale and reports the given [localeTestValue] instead. 175 /// Hides the real locales and reports the given [localesTestValue] instead. 204 /// Hides the real text scale factor and reports the given [all …]
|
/third_party/flutter/flutter/packages/flutter/lib/src/services/ |
D | platform_messages.dart | 34 /// Calls the handler registered for the given channel. 39 /// To register a handler for a given message channel, see [setMessageHandler]. 49 /// Send a binary message to the platform plugins on the given channel. 59 /// given channel, without decoding them. 61 /// The given callback will replace the currently registered callback for that 72 /// this class, on the given channel, without decoding them. 74 /// The given callback will replace the currently registered mock callback for
|
/third_party/node/deps/npm/node_modules/delegates/ |
D | Readme.md | 51 Creates a delegator instance used to configure using the `prop` on the given 56 Allows the given method `name` to be accessed on the host. 60 Creates a "getter" for the property with the given `name` on the delegated 65 Creates a "setter" for the property with the given `name` on the delegated 71 given `name` on the delegated object.
|
/third_party/node/deps/npm/node_modules/sshpk/ |
D | README.md | 116 Parses a key from a given data format and returns a new `Key` object. 138 Returns `true` if the given object is a valid `Key` object created by a version 166 Convert the key into a given data format and return the serialized key as 202 - `format` -- optional String, name of format to interpret given String with. 221 Parses a private key from a given data format and returns a new 251 If ECDSA is specified and this option is not given, defaults to 256 Returns `true` if the given object is a valid `PrivateKey` object created by a 280 Convert the key into a given data format and return the serialized key as 350 Returns `true` if the given object is a valid `Fingerprint` object created by a 359 Returns a fingerprint as a string, in the given format. [all …]
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/compositor/ |
D | layer.dart | 96 /// A layer that clips its child layers by a given [Path]. 123 /// A layer that clips its child layers by a given [Rect]. 149 /// A layer that clips its child layers by a given [RRect]. 175 /// A layer that transforms its child layers by the given transform matrix. 191 /// Applies the given matrix as a perspective transform to the given point. 193 /// This function assumes the given point has a z-coordinate of 0.0. The 201 /// Returns a rect that bounds the result of applying the given matrix as a 202 /// perspective transform to the given rect. 204 /// This function assumes the given rect is in the plane with z equals 0.0. 291 /// The shape clips its children to a given [Path], and casts a shadow based [all …]
|
/third_party/rust/crates/codespan/codespan-lsp/src/ |
D | lib.rs | 21 let given = column; in location_to_position() localVariable 23 Err(Error::ColumnTooLarge { given, max }) in location_to_position() 25 let given = byte_index; in location_to_position() localVariable 27 Err(Error::InvalidCharBoundary { given }) in location_to_position() 54 given: if line_span.start >= source.len() { in byte_index_to_position() 101 given: character_offset as usize, in character_to_line_offset()
|
/third_party/openssl/doc/man1/ |
D | openssl-cmp.pod.in | 175 Multiple section names may be given, separated by commas and/or whitespace 240 generalInfo integer values to place in request PKIHeader with given OID, 254 Defaults to the public key in the PKCS#10 CSR given with the B<-csr> option, 259 Pass phrase source for the key given with the B<-newkey> option. 260 If not given here, the password will be prompted for if needed. 269 If the NULL-DN (C<"/">) is given then no subject is placed in the template. 270 Default is the subject DN of any PKCS#10 CSR given with the B<-csr> option. 275 If provided and neither B<-cert> nor B<-oldcert> is given, 292 If the NULL-DN (C<"/">) is given then no issuer is placed in the template. 294 If provided and neither B<-recipient> nor B<-srvcert> is given, [all …]
|