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

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/core/protobuf/
worker_service.proto 40 rpc GetStatus(GetStatusRequest) returns (GetStatusResponse);
44 returns (CreateWorkerSessionResponse);
48 returns (DeleteWorkerSessionResponse);
51 rpc RegisterGraph(RegisterGraphRequest) returns (RegisterGraphResponse);
54 rpc DeregisterGraph(DeregisterGraphRequest) returns (DeregisterGraphResponse);
57 rpc RunGraph(RunGraphRequest) returns (RunGraphResponse);
60 rpc CleanupGraph(CleanupGraphRequest) returns (CleanupGraphResponse);
63 rpc CleanupAll(CleanupAllRequest) returns (CleanupAllResponse);
66 rpc RecvTensor(RecvTensorRequest) returns (RecvTensorResponse) {
71 rpc Logging(LoggingRequest) returns (LoggingResponse)
    [all...]
master_service.proto 54 // After the session is established, the master returns an opaque
89 rpc CreateSession(CreateSessionRequest) returns (CreateSessionResponse);
92 rpc ExtendSession(ExtendSessionRequest) returns (ExtendSessionResponse);
95 rpc PartialRunSetup(PartialRunSetupRequest) returns (PartialRunSetupResponse);
98 rpc RunStep(RunStepRequest) returns (RunStepResponse);
101 rpc CloseSession(CloseSessionRequest) returns (CloseSessionResponse);
104 rpc ListDevices(ListDevicesRequest) returns (ListDevicesResponse);
109 rpc Reset(ResetRequest) returns (ResetResponse);
  /external/perfetto/src/ipc/test/
greeter_service.proto 25 rpc SayHello(GreeterRequestMsg) returns (GreeterReplyMsg) {}
26 rpc WaveGoodbye(GreeterRequestMsg) returns (GreeterReplyMsg) {}
  /external/perfetto/protos/perfetto/ipc/
consumer_port.proto 31 // rpc CreateBuffers(CreateBuffersRequest) returns (CreateBuffersResponse) {}
36 rpc EnableTracing(EnableTracingRequest) returns (EnableTracingResponse) {}
39 rpc DisableTracing(DisableTracingRequest) returns (DisableTracingResponse) {}
46 rpc ReadBuffers(ReadBuffersRequest) returns (stream ReadBuffersResponse) {}
50 rpc FreeBuffers(FreeBuffersRequest) returns (FreeBuffersResponse) {}
59 rpc Flush(FlushRequest) returns (FlushResponse) {}
90 // Each streaming reply returns one or more slices for one or more trace
producer_port.proto 31 returns (InitializeConnectionResponse) {}
35 returns (RegisterDataSourceResponse) {}
39 returns (UnregisterDataSourceResponse) {}
44 rpc CommitData(protos.CommitDataRequest) returns (CommitDataResponse) {}
49 returns (stream GetAsyncCommandResponse) {}
  /art/test/115-native-bridge/src/
NativeBridgeMain.java 101 byte returns[] = { 0, 1, 2, 127, -1, -2, -128 };
102 for (int i = 0; i < returns.length; i++) {
105 if (returns[i] != result) {
106 System.out.println("Run " + i + " with " + returns[i] + " vs " + result);
116 short returns[] = { 0, 1, 2, 127, 32767, -1, -2, -128, -32768 }; local
117 for (int i = 0; i < returns.length; i++) {
120 if (returns[i] != result) {
121 System.out.println("Run " + i + " with " + returns[i] + " vs " + result);
146 char returns[] = { (char)0, (char)1, (char)2, (char)127, (char)255, (char)256, (char)15000, local
148 for (int i = 0; i < returns.length; i++)
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue6671.go 20 b = true && true // permitted => && returns an untyped bool
21 b = x < y // permitted => x < y returns an untyped bool
22 b = true && x < y // permitted => result of && returns untyped bool
23 b = x < y && x < y // permitted => result of && returns untyped bool
24 b = x < y || x < y // permitted => result of || returns untyped bool
26 c = false || x < y // permitted => result of || returns untyped bool
  /prebuilts/go/linux-x86/test/fixedbugs/
issue6671.go 20 b = true && true // permitted => && returns an untyped bool
21 b = x < y // permitted => x < y returns an untyped bool
22 b = true && x < y // permitted => result of && returns untyped bool
23 b = x < y && x < y // permitted => result of && returns untyped bool
24 b = x < y || x < y // permitted => result of || returns untyped bool
26 c = false || x < y // permitted => result of || returns untyped bool
  /prebuilts/go/darwin-x86/doc/play/
fib.go 5 // fib returns a function that returns
  /prebuilts/go/linux-x86/doc/play/
fib.go 5 // fib returns a function that returns
  /external/nos/host/generic/nugget/proto/nugget/app/avb/
avb.proto 30 rpc GetState (GetStateRequest) returns (GetStateResponse);
31 rpc Load (LoadRequest) returns (LoadResponse);
32 rpc Store (StoreRequest) returns (StoreResponse);
33 rpc GetLock (GetLockRequest) returns (GetLockResponse);
34 rpc CarrierLock (CarrierLockRequest) returns (CarrierLockResponse);
35 rpc CarrierUnlock (CarrierUnlockRequest) returns (CarrierUnlockResponse);
36 rpc SetDeviceLock (SetDeviceLockRequest) returns (SetDeviceLockResponse);
37 rpc SetBootLock (SetBootLockRequest) returns (SetBootLockResponse);
38 rpc SetOwnerLock (SetOwnerLockRequest) returns (SetOwnerLockResponse);
39 rpc SetProduction (SetProductionRequest) returns (SetProductionResponse)
    [all...]
  /prebuilts/go/darwin-x86/src/net/
interface_stub.go 9 // If the ifindex is zero, interfaceTable returns mappings of all
10 // network interfaces. Otherwise it returns a mapping of a specific
16 // If the ifi is nil, interfaceAddrTable returns addresses for all
17 // network interfaces. Otherwise it returns addresses for a specific
23 // interfaceMulticastAddrTable returns addresses for a specific
  /prebuilts/go/linux-x86/src/net/
interface_stub.go 9 // If the ifindex is zero, interfaceTable returns mappings of all
10 // network interfaces. Otherwise it returns a mapping of a specific
16 // If the ifi is nil, interfaceAddrTable returns addresses for all
17 // network interfaces. Otherwise it returns addresses for a specific
23 // interfaceMulticastAddrTable returns addresses for a specific
  /external/nos/host/generic/nugget/proto/nugget/app/keymaster/
keymaster.proto 50 rpc AddRngEntropy (AddRngEntropyRequest) returns (AddRngEntropyResponse);
51 rpc GenerateKey (GenerateKeyRequest) returns (GenerateKeyResponse);
52 rpc GetKeyCharacteristics (GetKeyCharacteristicsRequest) returns (GetKeyCharacteristicsResponse);
53 rpc ImportKey (ImportKeyRequest) returns (ImportKeyResponse);
54 rpc ExportKey (ExportKeyRequest) returns (ExportKeyResponse);
55 rpc StartAttestKey (StartAttestKeyRequest) returns (StartAttestKeyResponse);
56 rpc UpgradeKey (UpgradeKeyRequest) returns (UpgradeKeyResponse);
57 rpc DeleteKey (DeleteKeyRequest) returns (DeleteKeyResponse);
58 rpc DeleteAllKeys (DeleteAllKeysRequest) returns (DeleteAllKeysResponse);
59 rpc DestroyAttestationIds (DestroyAttestationIdsRequest) returns (DestroyAttestationIdsResponse)
    [all...]
  /prebuilts/go/darwin-x86/src/os/
proc.go 27 // Getuid returns the numeric user id of the caller.
29 // On Windows, it returns -1.
32 // Geteuid returns the numeric effective user id of the caller.
34 // On Windows, it returns -1.
37 // Getgid returns the numeric group id of the caller.
39 // On Windows, it returns -1.
42 // Getegid returns the numeric effective group id of the caller.
44 // On Windows, it returns -1.
47 // Getgroups returns a list of the numeric ids of groups that the caller belongs to.
49 // On Windows, it returns syscall.EWINDOWS. See the os/user packag
    [all...]
dir.go 8 // returns a slice of up to n FileInfo values, as would be returned
12 // If n > 0, Readdir returns at most n FileInfo structures. In this case, if
13 // Readdir returns an empty slice, it will return a non-nil error
16 // If n <= 0, Readdir returns all the FileInfo from the directory in
18 // the way to the end of the directory), it returns the slice and a
20 // directory, Readdir returns the FileInfo read until that point
29 // Readdirnames reads and returns a slice of names from the directory f.
31 // If n > 0, Readdirnames returns at most n names. In this case, if
32 // Readdirnames returns an empty slice, it will return a non-nil error
35 // If n <= 0, Readdirnames returns all the names from the directory i
    [all...]
  /prebuilts/go/linux-x86/src/os/
proc.go 27 // Getuid returns the numeric user id of the caller.
29 // On Windows, it returns -1.
32 // Geteuid returns the numeric effective user id of the caller.
34 // On Windows, it returns -1.
37 // Getgid returns the numeric group id of the caller.
39 // On Windows, it returns -1.
42 // Getegid returns the numeric effective group id of the caller.
44 // On Windows, it returns -1.
47 // Getgroups returns a list of the numeric ids of groups that the caller belongs to.
49 // On Windows, it returns syscall.EWINDOWS. See the os/user packag
    [all...]
dir.go 8 // returns a slice of up to n FileInfo values, as would be returned
12 // If n > 0, Readdir returns at most n FileInfo structures. In this case, if
13 // Readdir returns an empty slice, it will return a non-nil error
16 // If n <= 0, Readdir returns all the FileInfo from the directory in
18 // the way to the end of the directory), it returns the slice and a
20 // directory, Readdir returns the FileInfo read until that point
29 // Readdirnames reads and returns a slice of names from the directory f.
31 // If n > 0, Readdirnames returns at most n names. In this case, if
32 // Readdirnames returns an empty slice, it will return a non-nil error
35 // If n <= 0, Readdirnames returns all the names from the directory i
    [all...]
  /frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java 59 returns(result);
73 returns(result);
89 returns(result);
104 returns(result);
120 returns(result);
136 returns(result);
148 returns(result);
160 returns(result);
175 returns(result);
191 returns(result)
454 private void returns(String result) { method in class:EGLLogWrapper
459 private void returns(int result) { method in class:EGLLogWrapper
463 private void returns(boolean result) { method in class:EGLLogWrapper
467 private void returns(Object result) { method in class:EGLLogWrapper
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/
LeftRecursiveRules.stg 40 <ruleName><if(userRetvals)> returns [<userRetvals>]<endif>
52 <recRuleName(...)>[<precArgDef>]<if(userRetvals)> returns [<userRetvals>]<endif>
73 <recPrimaryName(...)><if(userRetvals)> returns [<userRetvals>]<endif>
  /external/tensorflow/tensorflow/core/debug/
debug_service.proto 93 rpc SendEvents(stream Event) returns (stream EventReply);
96 rpc SendTracebacks(CallTraceback) returns (EventReply);
99 rpc SendSourceFiles(DebuggedSourceFiles) returns (EventReply);
  /external/nos/host/generic/nugget/proto/nugget/app/weaver/
weaver.proto 34 rpc GetConfig (GetConfigRequest) returns (GetConfigResponse);
35 rpc Write (WriteRequest) returns (WriteResponse);
36 rpc Read (ReadRequest) returns (ReadResponse);
41 rpc EraseValue (EraseValueRequest) returns (EraseValueResponse);
  /prebuilts/go/darwin-x86/src/math/
unsafe.go 9 // Float32bits returns the IEEE 754 binary representation of f.
12 // Float32frombits returns the floating point number corresponding
16 // Float64bits returns the IEEE 754 binary representation of f.
19 // Float64frombits returns the floating point number corresponding
  /prebuilts/go/linux-x86/src/math/
unsafe.go 9 // Float32bits returns the IEEE 754 binary representation of f.
12 // Float32frombits returns the floating point number corresponding
16 // Float64bits returns the IEEE 754 binary representation of f.
19 // Float64frombits returns the floating point number corresponding
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-powerpc/
attr-gnu-12-21.d 5 #warning: Warning: .* uses r3/r4 for small structure returns, .* uses memory

Completed in 971 milliseconds

1 2 3 4 5 6 7 8 91011>>