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

1 2 3 4 5 6 78 91011>>

  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugTreeGrammar.g3 63 expr returns [BigInteger value]
74 call returns [BigInteger value]
ProfileTreeGrammar.g3 63 expr returns [BigInteger value]
74 call returns [BigInteger value]
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
actions.rb 11 declaration returns [name]
16 functionHeader returns [name]
124 prog returns [events]
211 nums returns [ds]: digs+=DIGIT+
  /external/autotest/client/site_tests/platform_SessionManagerStateKeyGeneration/
platform_SessionManagerStateKeyGeneration.py 14 returns valid state keys.'''
  /external/eigen/lapack/
dsecnd_NONE.f 1 *> \brief \b DSECND returns nothing
19 *> DSECND returns nothing instead of returning the user time for a process in seconds.
second_NONE.f 1 *> \brief \b SECOND returns nothing
19 *> SECOND returns nothing instead of returning the user time for a process in seconds.
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
TextHtmlFunction.java 206 int returns = 0; local
230 returns++;
259 if (returns > 2) {
265 returns = 0;
  /external/libunwind/doc/
unw_regname.tex 19 The \Func{unw\_regname}() routine returns a printable name for
27 The \Func{unw\_regname}() routine cannot fail and always returns a
  /external/tensorflow/tensorflow/contrib/py2tf/pyct/
pretty_printer_test.py 45 returns=None)
  /external/toolchain-utils/bestflags/
generation_test.py 39 one and verify that the Done method returns false before setting the cost
  /frameworks/support/room/compiler/src/main/kotlin/androidx/room/writer/
EntityDeletionAdapterWriter.kt 43 returns(ClassName.get("java.lang", "String"))
59 returns(TypeName.VOID)
  /prebuilts/go/darwin-x86/src/cmd/go/internal/base/
env.go 9 // EnvForDir returns a copy of the environment
22 // This always returns a newly allocated slice.
  /prebuilts/go/darwin-x86/src/cmd/internal/bio/
must.go 12 // MustClose closes Closer c and calls log.Fatal if it returns a non-nil error.
19 // MustWriter returns a Writer that wraps the provided Writer,
  /prebuilts/go/darwin-x86/src/go/token/
token.go 226 // String returns the string corresponding to the token tok.
255 // Precedence returns the operator precedence of the binary
295 // IsLiteral returns true for tokens corresponding to identifiers
296 // and basic type literals; it returns false otherwise.
300 // IsOperator returns true for tokens corresponding to operators and
301 // delimiters; it returns false otherwise.
305 // IsKeyword returns true for tokens corresponding to keywords;
306 // it returns false otherwise.
  /prebuilts/go/darwin-x86/src/go/types/
objset.go 19 // the same name, insert leaves s unchanged and returns alt.
20 // Otherwise it inserts obj and returns nil.
  /prebuilts/go/darwin-x86/src/math/
asin.go 14 // Asin returns the arcsine, in radians, of x.
47 // Acos returns the arccosine, in radians, of x.
nextafter.go 7 // Nextafter32 returns the next representable float32 value after x towards y.
29 // Nextafter returns the next representable float64 value after x towards y.
  /prebuilts/go/darwin-x86/src/os/
executable.go 7 // Executable returns the path name for the executable that started
14 // Executable returns an absolute path unless an error occurred.
pipe_linux.go 9 // Pipe returns a connected pair of Files; reads from r return bytes written to w.
10 // It returns the files and an error, if any.
  /prebuilts/go/darwin-x86/src/path/filepath/
path_plan9.go 14 // volumeNameLen returns length of the leading volume name on Windows.
15 // It returns 0 elsewhere.
  /prebuilts/go/darwin-x86/src/strings/
strings_generic.go 12 // Index returns the index of the first instance of substr in s, or -1 if substr is not present in s.
58 // If substr is an empty string, Count returns 1 + the number of Unicode code points in s.
  /prebuilts/go/darwin-x86/src/testing/iotest/
logger.go 27 // NewWriteLogger returns a writer that behaves like w except
49 // NewReadLogger returns a reader that behaves like r except
  /prebuilts/go/linux-x86/src/cmd/go/internal/base/
env.go 9 // EnvForDir returns a copy of the environment
22 // This always returns a newly allocated slice.
  /prebuilts/go/linux-x86/src/cmd/internal/bio/
must.go 12 // MustClose closes Closer c and calls log.Fatal if it returns a non-nil error.
19 // MustWriter returns a Writer that wraps the provided Writer,
  /prebuilts/go/linux-x86/src/go/token/
token.go 226 // String returns the string corresponding to the token tok.
255 // Precedence returns the operator precedence of the binary
295 // IsLiteral returns true for tokens corresponding to identifiers
296 // and basic type literals; it returns false otherwise.
300 // IsOperator returns true for tokens corresponding to operators and
301 // delimiters; it returns false otherwise.
305 // IsKeyword returns true for tokens corresponding to keywords;
306 // it returns false otherwise.

Completed in 462 milliseconds

1 2 3 4 5 6 78 91011>>