Home
last modified time | relevance | path

Searched refs:Returns (Results 1 – 25 of 621) sorted by relevance

12345678910>>...25

/third_party/node/doc/api/
Dutil.md24 * Returns: {Function} a callback style function
84 * Returns: {Function} The logging function
194 * Returns: {Function} The deprecated function wrapped to emit a warning.
307 * Returns: {string} The formatted string
313 // Returns: 'foo:%s'
325 // Returns: 'foo:bar baz'
333 // Returns: '1 2 3'
341 // Returns: '%% %s'
363 // Returns 'See object { foo: 42 }', where `42` is colored as a number
374 * Returns: {string}
[all …]
Dpath.md29 // Returns: 'C:\\temp\\myfile.html'
36 // Returns: 'myfile.html'
46 // Returns: 'myfile.html'
56 // Returns: 'myfile.html'
77 * Returns: {string}
85 // Returns: 'quux.html'
88 // Returns: 'quux'
98 // Returns: 'foo'
101 // Returns: 'foo.HTML'
127 // Returns: ['/usr/bin', '/bin', '/usr/sbin', '/sbin', '/usr/local/bin']
[all …]
Dtty.md78 * Returns: {this} The read stream instance.
133 * Returns: {boolean} `false` if the stream wishes for the calling code to wait
151 * Returns: {boolean} `false` if the stream wishes for the calling code to wait
180 * Returns: {boolean} `false` if the stream wishes for the calling code to wait
196 * Returns: {number}
198 Returns:
228 * Returns: {number\[]}
248 * Returns: {boolean}
250 Returns `true` if the `writeStream` supports at least as many colors as provided
258 // Returns true or false depending on if `stdout` supports at least 16 colors.
[all …]
Dwebstreams.md114 * Returns: `undefined` or a promise fulfilled with `undefined`.
120 * Returns: A promise fulfilled with `undefined`.
124 * Returns: A promise fulfilled with `undefined`.
137 * Returns: {number}
161 * Returns: A promise fulfilled with `undefined` once cancelation has
172 * Returns: {ReadableStreamDefaultReader|ReadableStreamBYOBReader}
218 * Returns: {ReadableStream} From `transform.readable`.
296 * Returns: A promise fulfilled with `undefined`
311 * Returns: {ReadableStream\[]}
313 Returns a pair of new {ReadableStream} instances to which this
[all …]
/third_party/python/Doc/c-api/
Dnumber.rst11 Returns ``1`` if the object *o* provides numeric protocols, and false otherwise.
15 Returns ``1`` if *o* is an index integer.
20 Returns the result of adding *o1* and *o2*, or ``NULL`` on failure. This is the
26 Returns the result of subtracting *o2* from *o1*, or ``NULL`` on failure. This is
32 Returns the result of multiplying *o1* and *o2*, or ``NULL`` on failure. This is
38 Returns the result of matrix multiplication on *o1* and *o2*, or ``NULL`` on
61 Returns the remainder of dividing *o1* by *o2*, or ``NULL`` on failure. This is
69 See the built-in function :func:`divmod`. Returns ``NULL`` on failure. This is
77 See the built-in function :func:`pow`. Returns ``NULL`` on failure. This is the
85 Returns the negation of *o* on success, or ``NULL`` on failure. This is the
[all …]
Dobjbuffer.rst23 Returns a pointer to a read-only memory location usable as character-based
26 and *buffer_len* to the buffer length. Returns ``-1`` and sets a
32 Returns a pointer to a read-only memory location containing arbitrary data.
35 and *buffer_len* to the buffer length. Returns ``-1`` and sets a
41 Returns ``1`` if *o* supports the single-segment readable buffer interface.
51 Returns a pointer to a writable memory location. The *obj* argument must
54 buffer length. Returns ``-1`` and sets a :exc:`TypeError` on error.
Dcontextvars.rst80 Create a new empty context object. Returns ``NULL`` if an error
86 Returns ``NULL`` if an error has occurred.
91 Returns ``NULL`` if an error has occurred.
96 Returns ``0`` on success, and ``-1`` on error.
101 current context for the current thread. Returns ``0`` on success,
116 Get the value of a context variable. Returns ``-1`` if an error has
131 Set the value of *var* to *value* in the current context. Returns
/third_party/openssl/doc/internal/man3/
Devp_md_get_number.pod40 Returns the internal dynamic number assigned to I<cipher>.
44 Returns the internal dynamic number assigned to the I<cipher>. This is only
53 Returns the internal dynamic number assigned to I<kem>.
57 Returns the internal dynamic number assigned to the I<exchange>.
61 Returns the internal dynamic number assigned to the I<keymgmt>.
65 Returns the internal dynamic number assigned to I<mac>.
69 Returns the internal dynamic number assigned to the I<md>. This is
74 Returns the internal dynamic number assigned to I<rand>.
78 Returns the internal dynamic number assigned to I<signature>.
82 Returns the internal dynamic number assigned to the given I<decoder>.
[all …]
/third_party/openGLES/extensions/AMD/
DAMD_shader_ballot.txt130 …| genType minInvocationsAMD(genType v) | Returns the minimum value of <v> across a…
135 …| genType minInvocationsNonUniformAMD(genType v) | Returns the minimum value of <v> across a…
140 …| genType minInvocationsInclusiveScanAMD(genType v) | Returns the minimum value of <v> across a…
149 …| genType minInvocationsInclusiveScanNonUniformAMD( | Returns the minimum value of <v> across a…
158 …| genType minInvocationsExclusiveScanAMD(genType v) | Returns the minimum value of <v> across a…
167 …| genType minInvocationsExclusiveScanNonUniformAMD( | Returns the minimum value of <v> across a…
176 …| genType maxInvocationsAMD(genType v) | Returns the maximum value of <v> across a…
181 …| genType maxInvocationsNonUniformAMD(genType v) | Returns the maximum value of <v> across a…
186 …| genType maxInvocationsInclusiveScanAMD(genType v) | Returns the maximum value of <v> across a…
195 …| genType maxInvocationsInclusiveScanNonUniformAMD( | Returns the maximum value of <v> across a…
[all …]
DAMD_gpu_shader_half_float.txt434 …| genF16Type asin (genF16Type x) | Arc sine. Returns an angle whose sine is x. The…
438 …| genF16Type acos (genF16Type x) | Arc cosine. Returns an angle whose cosine is x.…
442 …| genF16Type atan (genF16Type y, genF16Type x) | Arc tangent. Returns an angle whose tangent is …
448 …| genF16Type atan (genF16Type y_over_x) | Arc tangent. Returns an angle whose tangent is …
452 …| genF16Type sinh (genF16Type x) | Returns the hyperbolic sine function …
455 …| genF16Type cosh (genF16Type x) | Returns the hyperbolic cosine function …
458 …| genF16Type tanh (genF16Type x) | Returns the hyperbolic tangent function …
478 …| genF16Type pow (genF16Type x, genF16Type y) | Returns x raised to the y power, i.e., x^y …
482 …| genF16Type exp (genF16Type x) | Returns the natural exponentiation of x, i.e., …
484 …| genF16Type log (genF16Type x) | Returns the natural logarithm of x, i.e., retur…
[all …]
DAMD_shader_trinary_minmax.txt93 …| genType min3(genType x, genType y, genType z) | Returns the per-component minimum value of x…
94 …| genIType min3(genIType x, genIType y, genIType z) | Returns the per-component minimum value of x…
95 …| genUType min3(genUType x, genUType y, genUType z) | Returns the per-component minimum value of x…
97 …| genType max3(genType x, genType y, genType z) | Returns the per-component maximum value of x…
98 …| genIType max3(genIType x, genIType y, genIType z) | Returns the per-component maximum value of x…
99 …| genUType max3(genUType x, genUType y, genUType z) | Returns the per-component maximum value of x…
101 …| genType mid3(genType x, genType y, genType z) | Returns the per-component median value of x,…
102 …| genIType mid3(genIType x, genIType y, genIType z) | Returns the per-component median value of x,…
103 …| genUType mid3(genUType x, genUType y, genUType z) | Returns the per-component median value of x,…
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_shader_ballot.txt130 …| genType minInvocationsAMD(genType v) | Returns the minimum value of <v> across a…
135 …| genType minInvocationsNonUniformAMD(genType v) | Returns the minimum value of <v> across a…
140 …| genType minInvocationsInclusiveScanAMD(genType v) | Returns the minimum value of <v> across a…
149 …| genType minInvocationsInclusiveScanNonUniformAMD( | Returns the minimum value of <v> across a…
158 …| genType minInvocationsExclusiveScanAMD(genType v) | Returns the minimum value of <v> across a…
167 …| genType minInvocationsExclusiveScanNonUniformAMD( | Returns the minimum value of <v> across a…
176 …| genType maxInvocationsAMD(genType v) | Returns the maximum value of <v> across a…
181 …| genType maxInvocationsNonUniformAMD(genType v) | Returns the maximum value of <v> across a…
186 …| genType maxInvocationsInclusiveScanAMD(genType v) | Returns the maximum value of <v> across a…
195 …| genType maxInvocationsInclusiveScanNonUniformAMD( | Returns the maximum value of <v> across a…
[all …]
DAMD_gpu_shader_half_float.txt434 …| genF16Type asin (genF16Type x) | Arc sine. Returns an angle whose sine is x. The…
438 …| genF16Type acos (genF16Type x) | Arc cosine. Returns an angle whose cosine is x.…
442 …| genF16Type atan (genF16Type y, genF16Type x) | Arc tangent. Returns an angle whose tangent is …
448 …| genF16Type atan (genF16Type y_over_x) | Arc tangent. Returns an angle whose tangent is …
452 …| genF16Type sinh (genF16Type x) | Returns the hyperbolic sine function …
455 …| genF16Type cosh (genF16Type x) | Returns the hyperbolic cosine function …
458 …| genF16Type tanh (genF16Type x) | Returns the hyperbolic tangent function …
478 …| genF16Type pow (genF16Type x, genF16Type y) | Returns x raised to the y power, i.e., x^y …
482 …| genF16Type exp (genF16Type x) | Returns the natural exponentiation of x, i.e., …
484 …| genF16Type log (genF16Type x) | Returns the natural logarithm of x, i.e., retur…
[all …]
DAMD_shader_trinary_minmax.txt93 …| genType min3(genType x, genType y, genType z) | Returns the per-component minimum value of x…
94 …| genIType min3(genIType x, genIType y, genIType z) | Returns the per-component minimum value of x…
95 …| genUType min3(genUType x, genUType y, genUType z) | Returns the per-component minimum value of x…
97 …| genType max3(genType x, genType y, genType z) | Returns the per-component maximum value of x…
98 …| genIType max3(genIType x, genIType y, genIType z) | Returns the per-component maximum value of x…
99 …| genUType max3(genUType x, genUType y, genUType z) | Returns the per-component maximum value of x…
101 …| genType mid3(genType x, genType y, genType z) | Returns the per-component median value of x,…
102 …| genIType mid3(genIType x, genIType y, genIType z) | Returns the per-component median value of x,…
103 …| genUType mid3(genUType x, genUType y, genUType z) | Returns the per-component median value of x,…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMCInstLower.cpp93 SmallVector<wasm::ValType, 4> Returns; in GetExternalSymbolSymbol() local
115 getLibcallSignature(Subtarget, Name, Returns, Params); in GetExternalSymbolSymbol()
118 std::make_unique<wasm::WasmSignature>(std::move(Returns), std::move(Params)); in GetExternalSymbolSymbol()
167 SmallVector<wasm::ValType, 1> &&Returns, in lowerTypeIndexOperand() argument
169 auto Signature = std::make_unique<wasm::WasmSignature>(std::move(Returns), in lowerTypeIndexOperand()
197 SmallVectorImpl<wasm::ValType> &Returns) { in getFunctionReturns() argument
203 valTypesFromMVTs(CallerRetTys, Returns); in getFunctionReturns()
236 SmallVector<wasm::ValType, 4> Returns; in lower() local
242 Returns.push_back(getType(MRI.getRegClass(MO.getReg()))); in lower()
255 getFunctionReturns(MI, Returns); in lower()
[all …]
/third_party/python/Doc/library/
Dplatform.rst29 Returns a tuple ``(bits, linkage)`` which contain information about the bit
56 Returns the machine type, e.g. ``'i386'``. An empty string is returned if the
62 Returns the computer's network name (may not be fully qualified!). An empty
68 Returns a single string identifying the underlying platform with as much useful
90 Returns the (real) processor name, e.g. ``'amdk6'``.
99 Returns a tuple ``(buildno, builddate)`` stating the Python build number and
105 Returns a string identifying the compiler used for compiling Python.
110 Returns a string identifying the Python implementation SCM branch.
115 Returns a string identifying the Python implementation. Possible return values
121 Returns a string identifying the Python implementation SCM revision.
[all …]
Dcurses.panel.rst26 Returns the bottom panel in the panel stack.
31 Returns a panel object, associating it with the given window *win*. Be aware
38 Returns the top panel in the panel stack.
62 Returns the panel above the current panel.
67 Returns the panel below the current panel.
77 Returns ``True`` if the panel is hidden (not visible), ``False`` otherwise.
114 Returns the user pointer for the panel. This might be any Python object.
119 Returns the window object associated with the panel.
Dunicodedata.rst40 Returns the name assigned to the character *chr* as a string. If no
47 Returns the decimal value assigned to the character *chr* as integer.
54 Returns the digit value assigned to the character *chr* as integer.
61 Returns the numeric value assigned to the character *chr* as float.
68 Returns the general category assigned to the character *chr* as
74 Returns the bidirectional class assigned to the character *chr* as
80 Returns the canonical combining class assigned to the character *chr*
81 as integer. Returns ``0`` if no combining class is defined.
86 Returns the east asian width assigned to the character *chr* as
92 Returns the mirrored property assigned to the character *chr* as
[all …]
/third_party/node/deps/openssl/openssl/include/openssl/
Dct.h.in104 * Returns 1 on success, 0 otherwise.
114 * Returns 1 on success, 0 otherwise.
173 * Returns the version of the SCT.
179 * Returns 1 on success, 0 if the version is unrecognized.
184 * Returns the log entry type of the SCT.
190 * Returns 1 on success, 0 otherwise.
197 * Returns the length of the log ID.
204 * Returns 1 on success, 0 otherwise.
211 * Returns 1 on success, 0 otherwise.
217 * Returns the timestamp for the SCT (epoch time in milliseconds).
[all …]
/third_party/openssl/include/openssl/
Dct.h.in104 * Returns 1 on success, 0 otherwise.
114 * Returns 1 on success, 0 otherwise.
173 * Returns the version of the SCT.
179 * Returns 1 on success, 0 if the version is unrecognized.
184 * Returns the log entry type of the SCT.
190 * Returns 1 on success, 0 otherwise.
197 * Returns the length of the log ID.
204 * Returns 1 on success, 0 otherwise.
211 * Returns 1 on success, 0 otherwise.
217 * Returns the timestamp for the SCT (epoch time in milliseconds).
[all …]
/third_party/ltp/doc/
Dnetwork-c-api.txt89 function automatically converts wildcard bind address to localhost. Returns
154 - +int NETDEV_INDEX_BY_NAME(const char *ifname)+ – Returns the device index for
158 network device +ifname+. Returns 0 on success, -1 on error.
161 connected pair of virtual network devices with given device names. Returns 1
166 a new network device named +ifname+ of specified device type. Returns 1 on
170 +ifname+. Returns 1 on success, 0 on error.
181 can also pass rtnetlink flags from the +IFA_F_*+ group. Returns 1 on success,
187 Returns 1 on success, 0 on error.
192 +NETDEV_ADD_ADDRESS()+. Returns 1 on success, 0 on error.
196 +ifname+. Returns 1 on success, 0 on error.
[all …]
/third_party/googletest/googlemock/test/
Dgmock_output_test_golden.txt8 Returns: false
35 Returns: false
61 Returns: false
77 Returns: false
92 Returns: false
113 Returns: false
134 Returns: false
173 Returns: '\0'
189 Returns: false
203 Returns: false
[all …]
/third_party/googletest/docs/reference/
Dtesting.md490 Returns true if and only if the current test has a fatal failure.
496 Returns true if and only if the current test has a nonfatal failure.
502 Returns true if and only if the current test has any failure, either fatal or
509 Returns true if and only if the current test was skipped.
575 Returns the name of the parameter type, or `NULL` if this is not a typed or
583 Returns true if any test in this test suite should run.
637 Returns true if and only if the test suite passed.
643 Returns true if and only if the test suite failed.
649 Returns the elapsed time, in milliseconds.
661 Returns the [`TestInfo`](#TestInfo) for the `i`-th test among all the tests. `i`
[all …]
/third_party/node/deps/undici/src/docs/api/
DCookies.md35 Returns: `void`
55 Returns: `Record<string, string>`
81 Returns: `Cookie[]`
101 Returns: `void`
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/
DREADME.md89 Returns object that will hold initial settings (attributes) for the library. The object should be f…
91 Returns `NULL` in the unlikely case that the library cannot run on the current machine (e.g. the li…
99 Returns `LIQ_VALUE_OUT_OF_RANGE` if number of colors is outside the range 2-256.
105 Returns the value set by `liq_set_max_colors()`.
121 Returns `LIQ_VALUE_OUT_OF_RANGE` if target is lower than minimum or any of them is outside the 0-10…
122 Returns `LIQ_INVALID_POINTER` if `attr` appears to be invalid.
131 Returns the lower bound set by `liq_set_quality()`.
137 Returns the upper bound set by `liq_set_quality()`.
152 Returns `NULL` on failure, e.g. if `bitmap` is `NULL` or `width`/`height` is <= 0.
183 Returns `NULL` if quantization fails, e.g. due to limit set in `liq_set_quality()`.
[all …]

12345678910>>...25