Home
last modified time | relevance | path

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

12345678910>>...58

/third_party/node/doc/api/
Dutil.md23 * Returns: {Function} a callback style function
82 * Returns: {Function} The logging function
189 * Returns: {Function} The deprecated function wrapped to emit a warning.
301 * Returns: {string} The formatted string
307 // Returns: 'foo:%s'
319 // Returns: 'foo:bar baz'
327 // Returns: '1 2 3'
335 // Returns: '%% %s'
356 // Returns 'See object { foo: 42 }', where `42` is colored as a number
366 * Returns: {string}
[all …]
Dpath.md29 // Returns: 'C:\\temp\\myfile.html'
36 // Returns: 'myfile.html'
46 // Returns: 'myfile.html'
56 // Returns: 'myfile.html'
76 * Returns: {string}
84 // Returns: 'quux.html'
87 // Returns: 'quux'
97 // Returns: 'foo'
100 // Returns: 'foo.HTML'
125 // Returns: ['/usr/bin', '/bin', '/usr/sbin', '/sbin', '/usr/local/bin']
[all …]
/third_party/parse5/packages/parse5/docs/tree-adapter/
Dinterface.md61 **Returns:** `void`
79 **Returns:** `void`
96 **Returns:** CommentNode
107 **Returns:** Document
118 **Returns:** DocumentFragment
137 **Returns:** Element
154 **Returns:** `void`
163 Returns the given element's attributes in an array, in the form of name-value pairs. Foreign attrib…
171 **Returns:** Attribute[]
180 Returns the given node's children in an array.
[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.
/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/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/boost/libs/python/doc/numpy/reference/
Dndarray.rst96 :Returns: new ndarray with old ndarray data cast as supplied dtype
102 :Returns: new ndarray with old ndarray data converted to supplied dtype
108 :Returns: Copy of calling ndarray object
114 :Returns: An ndarray with the rows and columns interchanged
120 :Returns: An ndarray with all unit-shaped dimensions removed
128 :Returns: An ndarray with the same data but reshaped to the ``shape`` supplied
135 :Returns: A scalar if the ndarray has only one element, otherwise it returns the entire array
149 :Returns: A new ndarray with the given shape and data type, with data initialized to zero.
163 :Returns: A new ndarray with the given shape and data type, with data left uninitialized.
170 :Returns: A new ndarray from an arbitrary Python sequence, with dtype of each element specified op…
[all …]
Dmulti_iter.rst53 :Returns: A Python iterator object broadcasting over one, two or three sequences as supplied
68 :Returns: boolean value indicating whether the iterator is at its end
74 :Returns: a pointer to the element of the nth broadcasted array.
80 :Returns: the number of dimensions of the broadcasted array expression
86 :Returns: the shape of the broadcasted array expression as an array of integers.
92 :Returns: the shape of the broadcasted array expression in the nth dimension.
/third_party/boost/libs/python/doc/html/numpy/_sources/reference/
Dndarray.rst.txt96 :Returns: new ndarray with old ndarray data cast as supplied dtype
102 :Returns: new ndarray with old ndarray data converted to supplied dtype
108 :Returns: Copy of calling ndarray object
114 :Returns: An ndarray with the rows and columns interchanged
120 :Returns: An ndarray with all unit-shaped dimensions removed
128 :Returns: An ndarray with the same data but reshaped to the ``shape`` supplied
135 :Returns: A scalar if the ndarray has only one element, otherwise it returns the entire array
149 :Returns: A new ndarray with the given shape and data type, with data initialized to zero.
163 :Returns: A new ndarray with the given shape and data type, with data left uninitialized.
170 :Returns: A new ndarray from an arbitrary Python sequence, with dtype of each element specified op…
[all …]
Dmulti_iter.rst.txt53 :Returns: A Python iterator object broadcasting over one, two or three sequences as supplied
68 :Returns: boolean value indicating whether the iterator is at its end
74 :Returns: a pointer to the element of the nth broadcasted array.
80 :Returns: the number of dimensions of the broadcasted array expression
86 :Returns: the shape of the broadcasted array expression as an array of integers.
92 :Returns: the shape of the broadcasted array expression in the nth dimension.
/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/node/deps/npm/node_modules/console-control-strings/
DREADME.md30 Returns the escape sequence to move _num_ lines up.
34 Returns the escape sequence to move _num_ lines down.
38 Returns the escape sequence to move _num_ lines righ.
42 Returns the escape sequence to move _num_ lines left.
46 Returns the escape sequence to move _num_ lines down and to the beginning of
51 Returns the escape sequence to move _num_ lines up and to the beginning of
56 Returns the escape sequence to erase everything from the current cursor
62 Returns the escape sequence to erase to the end of the current line.
66 Returns the escape sequence to move the cursor to the designated position.
71 Returns the escape sequence to move the cursor to the beginning of the
[all …]
/third_party/boost/libs/system/doc/system/
Dreference.adoc305 Returns: :: In derived classes, a character literal naming the error category.
313 Returns: ::
325 Returns: ::
336 Returns: ::
346 Returns: :: In derived classes, a string that describes the error denoted by `ev`.
364 If `len` is 0, copies nothing. Returns `buffer`. If `message(ev)` throws an
394 Returns: ::
408 Returns: :: `rhs.id_ == 0? this == &rhs: id_ == rhs.id_`.
418 Returns: :: `!( *this == rhs )`.
426 Returns: ::
[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.
/third_party/boost/libs/fusion/doc/
Dalgorithm.qbk170 [*Semantics]: Returns the return type of __copy__ for 2 sequences of types `Seq1` and `Seq2`.
206 [*Semantics]: Returns the return type of __move__ for 2 sequences of types `Seq1` and `Seq2`.
397 Returns the result type of [name_func].
426 [*Semantics]: Returns the result of applying [name_func] to a sequence of type
486 [*Semantics]: Returns the return type of __for_each__ for a sequence of type `Sequence` and a unary…
537 [*Semantics]: Returns true if and only if `f(e)` evaluates to `true` for some element `e` in `seq`.
586 [*Semantics]: Returns true if and only if `f(e)` evaluates to `true` for every element `e` in `seq`.
635 [*Semantics]: Returns true if and only if `f(e)` evaluates to `false` for every element `e` in `seq…
689 [*Semantics]: Returns an iterator to the first element of `seq` of type `T`, or `__end__(seq)` if t…
737 [*Semantics]: Returns the first element of `seq` for which __mpl_lambda_expression__ `F` evaluates …
[all …]
/third_party/boost/libs/math/doc/tr1/
Dc99_ref.qbk129 Returns the inverse hyperbolic cosine of /x/.
137 Returns the inverse hyperbolic sine of /x/.
145 Returns the inverse hyperbolic tangent of /x/.
153 Returns the cubed root of /x/.
161 Returns a value with the magnitude of /x/ and the sign of /y/.
167 Returns the error function of /x/:
177 Returns the complementary error function of /x/ `1-erf(x)` without the loss
186 Returns `exp(x)-1` without the loss
195 Returns the larger (most positive) of /x/ and /y/.
201 Returns the smaller (most negative) of /x/ and /y/.
[all …]
/third_party/boost/libs/smart_ptr/doc/smart_ptr/
Dintrusive_ptr.adoc208 Returns:: `*this`.
221 Returns:: `*this`.
263 Returns:: `*get()`.
273 Returns:: `get()`.
284 Returns::
296 Returns:: the stored pointer.
316 Returns:: `get() != 0`.
347 Returns:: `a.get() == b.get()`.
357 Returns:: `a.get() != b.get()`.
367 Returns:: `a.get() == b`.
[all …]
/third_party/parse5/packages/parse5-html-rewriting-stream/docs/
Dindex.md87 **Returns:** [RewritingStream]()
102 **Returns:** `void`
113 **Returns:** `void`
124 **Returns:** `void`
135 **Returns:** `void`
146 **Returns:** `void`
157 **Returns:** `void`
185 **Returns:** `this`
203 **Returns:** `this`
221 **Returns:** `this`
[all …]
/third_party/boost/libs/geometry/doc/generated/
Dde9im_matrix.qbk44 [[Function] [Description] [Parameters] [Returns]]
58 ] [Returns the iterator to the first element. ] [
67 ] [Returns the iterator past the last element. ] [
76 ] [Returns the number of elements. ] [
85 ] [Returns raw pointer to elements. ] [
94 ] [Returns std::string containing elements. ] [

12345678910>>...58