HomeSort by relevance Sort by last modified time
    Searched refs:returns (Results 51 - 75 of 2928) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/flatbuffers/tests/
monster_test_generated.js 64 * @returns {MyGame.InParentNamespace}
75 * @returns {MyGame.InParentNamespace}
90 * @returns {flatbuffers.Offset}
115 * @returns {MyGame.Example2.Monster}
126 * @returns {MyGame.Example2.Monster}
141 * @returns {flatbuffers.Offset}
166 * @returns {MyGame.Example.Test}
175 * @returns {number}
183 * @returns {boolean}
197 * @returns {number
    [all...]
  /external/autotest/client/cros/
ec.py 35 Returns:
64 """Executes ec command and returns results.
69 @returns: string of results from ec command.
93 @returns True if success False otherwise.
101 @returns True if success False otherwise.
112 @returns integer of fan speed RPM.
128 @returns True if success False otherwise.
141 @returns integer of temperature reading in degrees Kelvin.
153 @returns True if success False otherwise.
161 @returns True if success False otherwise
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/subtle/
constant_time.go 9 // ConstantTimeCompare returns 1 if and only if the two slices, x
26 // ConstantTimeSelect returns x if v is 1 and y if v is 0.
30 // ConstantTimeByteEq returns 1 if x == y and 0 otherwise.
35 // ConstantTimeEq returns 1 if x == y and 0 otherwise.
55 // ConstantTimeLessOrEq returns 1 if x <= y and 0 otherwise.
  /prebuilts/go/darwin-x86/src/syscall/
net.go 12 // f executes but not after f returns.
18 // If f returns true, Read returns. Otherwise Read blocks
22 // executes but not after f returns.
32 // SyscallConn returns a raw network connection.
  /prebuilts/go/linux-x86/src/crypto/subtle/
constant_time.go 9 // ConstantTimeCompare returns 1 if and only if the two slices, x
26 // ConstantTimeSelect returns x if v is 1 and y if v is 0.
30 // ConstantTimeByteEq returns 1 if x == y and 0 otherwise.
35 // ConstantTimeEq returns 1 if x == y and 0 otherwise.
55 // ConstantTimeLessOrEq returns 1 if x <= y and 0 otherwise.
  /prebuilts/go/linux-x86/src/syscall/
net.go 12 // f executes but not after f returns.
18 // If f returns true, Read returns. Otherwise Read blocks
22 // executes but not after f returns.
32 // SyscallConn returns a raw network connection.
  /system/tools/hidl/docs/src/writer/elements/
MethodElement.kt 32 //prefix, params, returns
42 if (declarationParser.returns.isNotEmpty()) {
44 declarationParser.returns.forEachIndexed { i, arg ->
46 if (i < declarationParser.returns.size-1) sb.append(", ")
131 if (declarationParser.returns.isNotEmpty()) {
138 declarationParser.returns.forEach { arg ->
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/JavaCompat/
Expr.g3 85 expr returns [int value]
92 multExpr returns [int value]
96 atom returns [int value]
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue1560.go 8 // mysleep returns the absolute start time in ms.
11 // twoSleep returns the absolute start time of the first sleep
24 // parallelSleep returns the absolute difference between the start time
  /prebuilts/go/darwin-x86/src/bytes/
bytes_decl.go 9 // IndexByte returns the index of the first instance of c in s, or -1 if c is not present in s.
14 // Equal returns a boolean reporting whether a and b
21 // Compare returns an integer comparing two byte slices lexicographically.
  /prebuilts/go/darwin-x86/src/math/
logb.go 7 // Logb returns the binary exponent of x.
26 // Ilogb returns the binary exponent of x as an integer.
45 // logb returns the binary exponent of x. It assumes x is finite and
log10.go 7 // Log10 returns the decimal logarithm of x.
15 // Log2 returns the binary logarithm of x.
  /prebuilts/go/darwin-x86/src/net/
main_conf_test.go 10 // and returns a fixup function to restore the old settings.
25 // and returns a fixup function to restore the old settings.
26 // (On non-Unix systems forceCgoDNS returns nil.)
  /prebuilts/go/linux-x86/misc/cgo/test/
issue1560.go 8 // mysleep returns the absolute start time in ms.
11 // twoSleep returns the absolute start time of the first sleep
24 // parallelSleep returns the absolute difference between the start time
  /prebuilts/go/linux-x86/src/bytes/
bytes_decl.go 9 // IndexByte returns the index of the first instance of c in s, or -1 if c is not present in s.
14 // Equal returns a boolean reporting whether a and b
21 // Compare returns an integer comparing two byte slices lexicographically.
  /prebuilts/go/linux-x86/src/math/
logb.go 7 // Logb returns the binary exponent of x.
26 // Ilogb returns the binary exponent of x as an integer.
45 // logb returns the binary exponent of x. It assumes x is finite and
log10.go 7 // Log10 returns the decimal logarithm of x.
15 // Log2 returns the binary logarithm of x.
  /prebuilts/go/linux-x86/src/net/
main_conf_test.go 10 // and returns a fixup function to restore the old settings.
25 // and returns a fixup function to restore the old settings.
26 // (On non-Unix systems forceCgoDNS returns nil.)
  /prebuilts/go/darwin-x86/src/unicode/utf16/
utf16.go 34 // DecodeRune returns the UTF-16 decoding of a surrogate pair.
35 // If the pair is not a valid UTF-16 surrogate pair, DecodeRune returns
44 // EncodeRune returns the UTF-16 surrogate pair r1, r2 for the given rune.
46 // EncodeRune returns U+FFFD, U+FFFD.
55 // Encode returns the UTF-16 encoding of the Unicode code point sequence s.
86 // Decode returns the Unicode code point sequence represented
  /prebuilts/go/linux-x86/src/unicode/utf16/
utf16.go 34 // DecodeRune returns the UTF-16 decoding of a surrogate pair.
35 // If the pair is not a valid UTF-16 surrogate pair, DecodeRune returns
44 // EncodeRune returns the UTF-16 surrogate pair r1, r2 for the given rune.
46 // EncodeRune returns U+FFFD, U+FFFD.
55 // Encode returns the UTF-16 encoding of the Unicode code point sequence s.
86 // Decode returns the Unicode code point sequence represented
  /prebuilts/go/darwin-x86/src/math/cmplx/
isnan.go 9 // IsNaN returns true if either real(x) or imag(x) is NaN
21 // NaN returns a complex ``not-a-number'' value.
  /prebuilts/go/darwin-x86/src/os/
pipe_bsd.go 11 // Pipe returns a connected pair of Files; reads from r return bytes written to w.
12 // It returns the files and an error, if any.
stat.go 9 // Stat returns a FileInfo describing the named file.
16 // Lstat returns a FileInfo describing the named file.
  /prebuilts/go/linux-x86/src/math/cmplx/
isnan.go 9 // IsNaN returns true if either real(x) or imag(x) is NaN
21 // NaN returns a complex ``not-a-number'' value.
  /prebuilts/go/linux-x86/src/os/
pipe_bsd.go 11 // Pipe returns a connected pair of Files; reads from r return bytes written to w.
12 // It returns the files and an error, if any.

Completed in 540 milliseconds

1 23 4 5 6 7 8 91011>>