HomeSort by relevance Sort by last modified time
    Searched refs:returns (Results 26 - 50 of 826) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter2/
token.ml 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter3/
token.ml 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
  /external/swiftshader/third_party/llvm-7.0/llvm/examples/OCaml-Kaleidoscope/Chapter4/
token.ml 5 (* The lexer returns these 'Kwd' if it is an unknown character, otherwise one of
  /external/grpc-grpc/src/csharp/Grpc.Auth/
GoogleGrpcCredentials.cs 40 /// <returns>The <c>ChannelCredentials</c> instance.</returns>
52 /// /// <returns>The <c>MetadataCredentials</c> instance.</returns>
63 /// <returns>The <c>CallCredentials</c> instance.</returns>
75 /// <returns>>The <c>ChannelCredentials</c> instance.</returns>
  /external/llvm/test/MC/MachO/
tlv-reloc.s 21 call *(%rdi) # returns &a in %rax
  /external/sl4a/Common/src/com/googlecode/android_scripting/rpc/
Rpc.java 35 * Returns brief description of the function. Should be limited to one or two sentences.
42 String returns() default "";
  /external/swiftshader/third_party/LLVM/test/MC/MachO/
tlv-reloc.s 21 call *(%rdi) # returns &a in %rax
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/MachO/
tlv-reloc.s 21 call *(%rdi) # returns &a in %rax
  /build/blueprint/proptools/
proptools.go 40 // BoolPtr returns a pointer to a new bool containing the given value.
45 // Int64Ptr returns a pointer to a new int64 containing the given value.
51 // StringPtr returns a pointer to a new string containing the given value.
56 // BoolDefault takes a pointer to a bool and returns the value pointed to by the pointer if it is non-nil,
65 // Bool takes a pointer to a bool and returns true iff the pointer is non-nil and points to a true
71 // String takes a pointer to a string and returns the value of the string if the pointer is non-nil,
80 // String takes a pointer to a string and returns the value of the string if the pointer is non-nil,
  /external/flatbuffers/tests/
monster_test_generated.js 84 * @returns {MyGame.InParentNamespace}
95 * @returns {MyGame.InParentNamespace}
110 * @returns {flatbuffers.Offset}
119 * @returns {flatbuffers.Offset}
144 * @returns {MyGame.Example2.Monster}
155 * @returns {MyGame.Example2.Monster}
170 * @returns {flatbuffers.Offset}
179 * @returns {flatbuffers.Offset}
204 * @returns {MyGame.Example.Test}
213 * @returns {number
    [all...]
  /external/flatbuffers/tests/namespace_test/
namespace_test2_generated.js 39 * @returns {NamespaceA.TableInFirstNS}
50 * @returns {NamespaceA.TableInFirstNS}
58 * @returns {NamespaceA.NamespaceB.TableInNestedNS|null}
66 * @returns {NamespaceA.NamespaceB.EnumInNestedNS}
75 * @returns {boolean}
90 * @returns {NamespaceA.NamespaceB.StructInNestedNS|null}
130 * @returns {flatbuffers.Offset}
142 * @returns {flatbuffers.Offset}
170 * @returns {NamespaceC.TableInC}
181 * @returns {NamespaceC.TableInC
    [all...]
  /external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/JavaCompat/
Expr.g3 88 expr returns [int value]
95 multExpr returns [int value]
99 atom returns [int value]
  /external/grpc-grpc/src/csharp/Grpc.Core/
ServerServiceDefinition.cs 54 /// <returns>The builder object.</returns>
81 /// <returns>This builder instance.</returns>
99 /// <returns>This builder instance.</returns>
117 /// <returns>This builder instance.</returns>
135 /// <returns>This builder instance.</returns>
    [all...]
  /external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
BenchmarkServiceGrpc.cs 81 /// The server returns the client payload as-is.
85 /// <returns>The response to send back to the client (wrapped by a task).</returns>
94 /// The server returns the client payload as-is on each response
99 /// <returns>A task indicating completion of the handler.</returns>
107 /// The server returns the client payload as-is once the client does WritesDone
111 /// <returns>The response to send back to the client (wrapped by a task).</returns>
119 /// The server repeatedly returns the client payload as-i
    [all...]
  /external/syzkaller/vendor/golang.org/x/sys/unix/
dev_dragonfly.go 16 // Major returns the major component of a DragonFlyBSD device number.
21 // Minor returns the minor component of a DragonFlyBSD device number.
26 // Mkdev returns a DragonFlyBSD device number generated from the given major and
dev_freebsd.go 16 // Major returns the major component of a FreeBSD device number.
21 // Minor returns the minor component of a FreeBSD device number.
26 // Mkdev returns a FreeBSD device number generated from the given major and
dev_netbsd.go 10 // Major returns the major component of a NetBSD device number.
15 // Minor returns the minor component of a NetBSD device number.
22 // Mkdev returns a NetBSD device number generated from the given major and minor
dev_openbsd.go 10 // Major returns the major component of an OpenBSD device number.
15 // Minor returns the minor component of an OpenBSD device number.
22 // Mkdev returns an OpenBSD device number generated from the given major and minor
  /external/syzkaller/vendor/golang.org/x/net/trace/
trace_go16.go 11 // NewContext returns a copy of the parent context
17 // FromContext returns the Trace bound to the context, if any.
trace_go17.go 11 // NewContext returns a copy of the parent context
17 // FromContext returns the Trace bound to the context, if any.
  /external/syzkaller/vendor/google.golang.org/api/option/
option.go 31 // WithTokenSource returns a ClientOption that specifies an OAuth2 token
49 // WithCredentialsFile returns a ClientOption that authenticates
56 // WithServiceAccountFile returns a ClientOption that uses a Google service
64 // WithEndpoint returns a ClientOption that overrides the default endpoint
76 // WithScopes returns a ClientOption that overrides the default OAuth2 scopes
90 // WithUserAgent returns a ClientOption that sets the User-Agent.
99 // WithHTTPClient returns a ClientOption that specifies the HTTP client to use
113 // WithGRPCConn returns a ClientOption that specifies the gRPC client
128 // WithGRPCDialOption returns a ClientOption that appends a new grpc.DialOption
140 // WithGRPCConnectionPool returns a ClientOption that creates a pool of gRP
    [all...]
  /external/syzkaller/vendor/google.golang.org/appengine/
identity.go 17 // AppID returns the application ID for the current application.
22 // DefaultVersionHostname returns the standard hostname of the default version
29 // ModuleName returns the module name of the current instance.
34 // ModuleHostname returns a hostname of a module instance.
38 // If instance is empty, ModuleHostname returns the load-balancing hostname.
57 // VersionID returns the version ID for the current application.
63 // InstanceID returns a mostly-unique identifier for this instance.
66 // Datacenter returns an identifier for the datacenter that the instance is running in.
69 // ServerSoftware returns the App Engine release version.
74 // RequestID returns a string that uniquely identifies the request
    [all...]
  /external/autotest/client/cros/
ec.py 35 Returns:
69 """Executes ec command and returns results.
74 @returns: string of results from ec command.
106 @returns True if success False otherwise.
114 @returns True if success False otherwise.
125 @returns integer of fan speed RPM.
141 @returns True if success False otherwise.
150 @returns dict where key=<sensor name>, value =<sensor idx>
180 @returns integer of temperature reading in degrees Kelvin.
199 @returns True if success False otherwise
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/
ByteString.cs 92 /// Returns an empty ByteString.
100 /// Returns the length of this ByteString in bytes.
108 /// Returns <c>true</c> if this byte string is empty, <c>false</c> otherwise.
119 /// <returns>A byte array with the same data as this <c>ByteString</c>.</returns>
128 /// <returns>A base64 representation of this <c>ByteString</c>.</returns>
199 /// <returns>The result of decoding the binary data with the given decoding.</returns>
212 /// <returns>The result of decoding the binary data with the given decoding.</returns>
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
MediaPlayerFacade.java 49 * returns a map with the following elements:
117 @Rpc(description = "Open a media file", returns = "true if play successful")
138 @Rpc(description = "pause playing media file", returns = "true if successful")
151 @Rpc(description = "Start playing media file.", returns = "true if successful")
164 @Rpc(description = "Stop playing media file.", returns = "true if successful")
184 @Rpc(description = "Seek To Position", returns = "New Position (in ms)")
198 @Rpc(description = "Close media file", returns = "true if successful")
210 @Rpc(description = "Checks if media file is playing.", returns = "true if playing")
219 @Rpc(description = "Information on current media", returns = "Media Information")
240 @Rpc(description = "Lists currently loaded media", returns = "List of Media Tags"
    [all...]

Completed in 651 milliseconds

12 3 4 5 6 7 8 91011>>