Home
last modified time | relevance | path

Searched refs:given (Results 1 – 25 of 3718) sorted by relevance

12345678910>>...149

/third_party/python/Lib/test/
Dtest_urllib.py982 given = "a b cd e f"
983 expect = given.replace(' ', hexescape(' '))
984 result = urllib.parse.quote(given)
987 expect = given.replace(' ', '+')
988 result = urllib.parse.quote_plus(given)
1006 given = b"\xa2\xd8ab\xff"
1008 result = urllib.parse.quote(given)
1012 self.assertRaises(TypeError, urllib.parse.quote, given,
1015 result = urllib.parse.quote_from_bytes(given)
1022 given = "\xa2\xd8ab\xff"
[all …]
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_native_layer_pad.c52 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()
152 int given = number + before_paddings + n; in dnn_execute_layer_pad() local
153 float *dst = output + given * new_hwc_stride; in dnn_execute_layer_pad()
159 int buddy = after_get_buddy(given, number + before_paddings, params->mode); in dnn_execute_layer_pad()
183 int given = height + before_paddings + h; in dnn_execute_layer_pad() local
[all …]
/third_party/parse5/packages/parse5/docs/tree-adapter/
Dinterface.md52 Copies attributes to the given element. Only attributes that are not yet present in the element are…
70 Appends a child node to the given parent node.
163 Returns the given element's attributes in an array, in the form of name-value pairs. Foreign attrib…
180 Returns the given node's children in an array.
197 Returns the given comment node's content.
231 Returns the given document type node's name.
248 Returns the given document type node's public identifier.
265 Returns the given document type node's system identifier.
282 Returns the first child of the given node.
299 Returns the given element's namespace.
[all …]
/third_party/gstreamer/gstplugins_bad/common/
Dcheck.mak17 # run any given test by running make test.check
31 # run any given test in a loop
37 # run any given test in an infinite loop
43 # valgrind any given test by running make test.valgrind
62 # valgrind any given test and generate suppressions for it
76 # valgrind torture any given test
87 # valgrind any given test until failure by running make test.valgrind-forever
92 # gdb any given test by running make test.gdb
220 …@echo "make (dir)/(test).check -- run the given check once, repeat with GST_DEBUG=*:2 i…
221 …@echo "make (dir)/(test).check-norepeat -- run the given check once, but don't run it again if i…
[all …]
/third_party/gstreamer/gstplugins_base/common/
Dcheck.mak17 # run any given test by running make test.check
31 # run any given test in a loop
37 # run any given test in an infinite loop
43 # valgrind any given test by running make test.valgrind
62 # valgrind any given test and generate suppressions for it
76 # valgrind torture any given test
87 # valgrind any given test until failure by running make test.valgrind-forever
92 # gdb any given test by running make test.gdb
220 …@echo "make (dir)/(test).check -- run the given check once, repeat with GST_DEBUG=*:2 i…
221 …@echo "make (dir)/(test).check-norepeat -- run the given check once, but don't run it again if i…
[all …]
/third_party/gstreamer/gstplugins_good/common/
Dcheck.mak17 # run any given test by running make test.check
31 # run any given test in a loop
37 # run any given test in an infinite loop
43 # valgrind any given test by running make test.valgrind
62 # valgrind any given test and generate suppressions for it
76 # valgrind torture any given test
87 # valgrind any given test until failure by running make test.valgrind-forever
92 # gdb any given test by running make test.gdb
220 …@echo "make (dir)/(test).check -- run the given check once, repeat with GST_DEBUG=*:2 i…
221 …@echo "make (dir)/(test).check-norepeat -- run the given check once, but don't run it again if i…
[all …]
/third_party/gstreamer/gst_libav/common/
Dcheck.mak17 # run any given test by running make test.check
31 # run any given test in a loop
37 # run any given test in an infinite loop
43 # valgrind any given test by running make test.valgrind
62 # valgrind any given test and generate suppressions for it
76 # valgrind torture any given test
87 # valgrind any given test until failure by running make test.valgrind-forever
92 # gdb any given test by running make test.gdb
220 …@echo "make (dir)/(test).check -- run the given check once, repeat with GST_DEBUG=*:2 i…
221 …@echo "make (dir)/(test).check-norepeat -- run the given check once, but don't run it again if i…
[all …]
/third_party/gstreamer/gstreamer/common/
Dcheck.mak17 # run any given test by running make test.check
31 # run any given test in a loop
37 # run any given test in an infinite loop
43 # valgrind any given test by running make test.valgrind
62 # valgrind any given test and generate suppressions for it
76 # valgrind torture any given test
87 # valgrind any given test until failure by running make test.valgrind-forever
92 # gdb any given test by running make test.gdb
220 …@echo "make (dir)/(test).check -- run the given check once, repeat with GST_DEBUG=*:2 i…
221 …@echo "make (dir)/(test).check-norepeat -- run the given check once, but don't run it again if i…
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/
Dbitfield.dart23 /// 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/
Dcodec.rst16 the given *encoding*. This function always succeeds.
22 *object* is passed through the encoder function found for the given
31 *object* is passed through the decoder function found for the given
47 Get an encoder function for the given *encoding*.
51 Get a decoder function for the given *encoding*.
55 Get an :class:`~codecs.IncrementalEncoder` object for the given *encoding*.
59 Get an :class:`~codecs.IncrementalDecoder` object for the given *encoding*.
63 Get a :class:`~codecs.StreamReader` factory function for the given *encoding*.
67 Get a :class:`~codecs.StreamWriter` factory function for the given *encoding*.
75 Register the error handling callback function *error* under the given *name*.
[all …]
/third_party/node/deps/npm/node_modules/delegates/
DReadme.md51 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/flutter/flutter/packages/flutter/lib/src/services/
Dplatform_messages.dart34 /// 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/flutter/flutter/packages/flutter_test/lib/src/
Dwindow.dart48 /// 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/boost/tools/build/doc/src/
Dtype.adoc12 rule with the given suffixes and the
14 rule with the first given suffix.
40 Returns a base type for the given type or nothing in case the given type
45 Returns the given type and all of its base types in order of their
50 Returns the given type and all of its derived types in order of their
80 Returns the suffix used when generating a file of `type` with the given
101 Returns the prefix used when generating a file of `type` with the given
106 Returns file type given its name. If there are several dots in filename,
/third_party/node/deps/npm/node_modules/sshpk/
DREADME.md116 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/
Dlayer.dart96 /// 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/curl/docs/cmdline-opts/
Dcontinue-at.d8 Continue/Resume a previous file transfer at the given offset. The given offset
14 transfer. It then uses the given output/input files to figure that out.
/third_party/flutter/flutter/packages/flutter/lib/src/physics/
Dsimulation.dart16 /// A simulation is generally "done" if the object has, to a given [tolerance],
23 /// advance the simulation to the given time.
36 /// The position of the object in the simulation at the given time.
39 /// The velocity of the object in the simulation at the given time.
42 /// Whether the simulation is "done" at the given time.
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dscroll_configuration.dart28 /// Wraps the given widget, which scrolls in the given [AxisDirection].
30 /// For example, on Android, this method wraps the given widget with a
50 /// The scroll physics to use for the platform given by [getPlatform].
98 /// The [ScrollBehavior] for [Scrollable] widgets in the given [BuildContext].
100 /// If no [ScrollConfiguration] widget is in scope of the given `context`,
/third_party/node/deps/npm/node_modules/find-npm-prefix/
DREADME.md3 Find the npm project directory associated with for a given directory
18 removes modules from for a given path.
28 2. If none are found, return the original directory we were given
/third_party/openssl/doc/man3/
DOSSL_STORE_SEARCH.pod49 objects through other names than just the URI that's given to OSSL_STORE_open().
56 criterion, and that can be given to an OSSL_STORE context with
61 OSSL_STORE_close() has been called for the OSSL_STORE context it was given
81 OSSL_STORE_SEARCH_get_type() returns the criterion type for the given
144 OSSL_STORE_SEARCH_get_type() returns the criterion type of the given
149 or B<NULL> when the given B<OSSL_STORE_SEARCH> was of a different type.
152 or B<NULL> when the given B<OSSL_STORE_SEARCH> was of a different type.
155 sets B<*length> to the strings length on success, or B<NULL> when the given
159 or B<NULL> when the given B<OSSL_STORE_SEARCH> was of a different type.
/third_party/boost/libs/spirit/doc/lex/
Dlexer_api.qbk53 simplifies using a lexer to tokenize a given input sequence. It's main
59 function object `f` is given, the generated tokens will be discarded.
62 given input sequence has been successfully matched by the given
70 The `initial_state` argument forces lexing to start with the given lexer state.
92 while parsing a given input sequence.
99 The function returns `true` if the parsing succeeded (the given input
100 sequence has been successfully matched by the given grammar).
127 The function returns `true` if the parsing succeeded (the given input
128 sequence has been successfully matched by the given grammar).
/third_party/grpc/doc/
Dserver-reflection.md84 1. The FileDescriptorProto for a given file name
85 2. The FileDescriptorProto for the file with a given symbol
86 3. The FileDescriptorProto for the file with a given extension
87 4. The list of known extension tag numbers of a given type
104 backend servers have a mix of builds. For example, if a given message is moved
157 Any given request must either result in an error code or an answer, usually in
160 which FileDescriptorProtos have been sent on a given stream, for a given value
167 …ining_extension | transitive closure of file containing a given extension number of a given symb…
168 …nsions_of_type | ListAllExtensionsResponse containing all known extension numbers of a given type |
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/
DWebGPU.h.tmpl62 -- the given ast.Dictionary
90 -- the given ast.Namespace
109 -- the given ast.Interface
145 -- the given ast.Interface
156 -- the given ast.Enum
247 -- the given []ast.Parameter
261 -- declarations for the given []ast.Parameter, starting with a leading comma
274 -- Parameter emits the C++ parameter type and name for the given ast.Parameter
/third_party/openssl/doc/man1/
Dstoreutl.pod32 as the case may be) fetched from the given URIs.
78 Only select the certificates, keys or CRLs from the given URI.
95 Search for an object having the given issuer name and serial number.
104 Search for an object having the given alias.
108 Search for an object having the given fingerprint.
112 The digest that was used to compute the fingerprint given with B<-fingerprint>.

12345678910>>...149