/external/turbine/java/com/google/turbine/tree/ |
D | TurbineOperatorKind.java | 26 PRE_INCR("++", Precedence.UNARY), 27 PRE_DECR("--", Precedence.UNARY), 28 UNARY_PLUS("+", Precedence.UNARY), 29 NEG("-", Precedence.UNARY), 30 BITWISE_COMP("~", Precedence.UNARY), 31 NOT("!", Precedence.UNARY), 76 UNARY(12), enumConstant
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/ |
D | ServiceDescriptorTest.java | 70 .setType(MethodType.UNARY) in failsOnNonMatchingNames() 86 .setType(MethodType.UNARY) in failsOnNonDuplicateNames() 92 .setType(MethodType.UNARY) in failsOnNonDuplicateNames() 109 .setType(MethodType.UNARY) in toStringTest() 116 .setType(MethodType.UNARY) in toStringTest()
|
D | MethodDescriptorTest.java | 78 .setType(MethodType.UNARY) in safe() 89 assertEquals(MethodType.UNARY, newDescriptor.getType()); in safe() 141 .setType(MethodType.UNARY) in toBuilderTest() 153 .setType(MethodType.UNARY) in toBuilderTest() 180 .setType(MethodType.UNARY) in toStringTest()
|
/external/grpc-grpc-java/services/src/generated/main/grpc/io/grpc/channelz/v1/ |
D | ChannelzGrpc.java | 41 methodType = io.grpc.MethodDescriptor.MethodType.UNARY) 50 .setType(io.grpc.MethodDescriptor.MethodType.UNARY) in getGetTopChannelsMethod() 73 methodType = io.grpc.MethodDescriptor.MethodType.UNARY) 82 .setType(io.grpc.MethodDescriptor.MethodType.UNARY) in getGetServersMethod() 105 methodType = io.grpc.MethodDescriptor.MethodType.UNARY) 114 .setType(io.grpc.MethodDescriptor.MethodType.UNARY) in getGetServerSocketsMethod() 137 methodType = io.grpc.MethodDescriptor.MethodType.UNARY) 146 .setType(io.grpc.MethodDescriptor.MethodType.UNARY) in getGetChannelMethod() 169 methodType = io.grpc.MethodDescriptor.MethodType.UNARY) 178 .setType(io.grpc.MethodDescriptor.MethodType.UNARY) in getGetSubchannelMethod() [all …]
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/ |
D | MethodDescriptor.java | 85 UNARY, enumConstant 116 return this == UNARY || this == SERVER_STREAMING; in clientSendsOneMessage() 127 return this == UNARY || this == CLIENT_STREAMING; in serverSendsOneMessage() 236 Preconditions.checkArgument(!safe || type == MethodType.UNARY, in MethodDescriptor()
|
/external/grpc-grpc/test/cpp/qps/ |
D | json_run_localhost_scenarios.bzl | 3 …UNARY", "load_params": {"poisson": {"offered_load": 37500}}, "histogram_params": {"resolution": 0.…
|
D | qps_json_driver_scenarios.bzl | 3 …UNARY", "load_params": {"closed_loop": {}}, "histogram_params": {"resolution": 0.01, "max_possible…
|
D | inproc_sync_unary_ping_pong_test.cc | 43 client_config.set_rpc_type(UNARY); in RunSynchronousUnaryPingPong()
|
D | secure_sync_unary_ping_pong_test.cc | 43 client_config.set_rpc_type(UNARY); in RunSynchronousUnaryPingPong()
|
/external/tensorflow/tensorflow/core/ops/ |
D | math_ops.cc | 205 #define UNARY() \ macro 232 REGISTER_OP("Neg").UNARY(); 234 REGISTER_OP("Inv").UNARY(); 238 REGISTER_OP("Reciprocal").UNARY(); 242 REGISTER_OP("Square").UNARY(); 250 REGISTER_OP("Round").UNARY(); 292 REGISTER_OP("Tan").UNARY(); 294 REGISTER_OP("Asin").UNARY(); 296 REGISTER_OP("Acos").UNARY(); 298 REGISTER_OP("Atan").UNARY(); [all …]
|
/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/ |
D | OkHttpClientStreamTest.java | 76 .setType(MethodDescriptor.MethodType.UNARY) in setUp() 98 assertEquals(MethodType.UNARY, stream.getType()); in getType() 186 .setType(MethodDescriptor.MethodType.UNARY) in getUnaryRequest()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-rc/ |
D | parser-expr.test | 35 …not llvm-rc /dry-run /V %p/Inputs/parser-expr-bad-unary.rc 2>&1 | FileCheck %s --check-prefix UNARY 37 ; UNARY: llvm-rc: Error parsing file: expected ',', got ~
|
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/ |
D | RpcType.php | 15 const UNARY = 0; define in Grpc\\Testing\\RpcType
|
/external/grpc-grpc-java/testing-proto/src/test/java/io/grpc/testing/protobuf/ |
D | SimpleServiceTest.java | 22 import static io.grpc.MethodDescriptor.MethodType.UNARY; 61 assertEquals(UNARY, genericTypeShouldMatchWhenAssigned.getType()); in serviceMethodDescriotrs()
|
/external/grpc-grpc-java/interop-testing/src/generated/main/grpc/io/grpc/testing/integration/ |
D | ReconnectServiceGrpc.java | 40 methodType = io.grpc.MethodDescriptor.MethodType.UNARY) 49 .setType(io.grpc.MethodDescriptor.MethodType.UNARY) in getStartMethod() 72 methodType = io.grpc.MethodDescriptor.MethodType.UNARY) 81 .setType(io.grpc.MethodDescriptor.MethodType.UNARY) in getStopMethod()
|
D | TestServiceGrpc.java | 41 methodType = io.grpc.MethodDescriptor.MethodType.UNARY) 50 .setType(io.grpc.MethodDescriptor.MethodType.UNARY) in getEmptyCallMethod() 73 methodType = io.grpc.MethodDescriptor.MethodType.UNARY) 82 .setType(io.grpc.MethodDescriptor.MethodType.UNARY) in getUnaryCallMethod() 105 methodType = io.grpc.MethodDescriptor.MethodType.UNARY) 114 .setType(io.grpc.MethodDescriptor.MethodType.UNARY) in getCacheableUnaryCallMethod() 265 methodType = io.grpc.MethodDescriptor.MethodType.UNARY) 274 .setType(io.grpc.MethodDescriptor.MethodType.UNARY) in getUnimplementedCallMethod()
|
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/driver/ |
D | LoadClient.java | 181 if (config.getRpcType() == Control.RpcType.UNARY) { in start() 185 if (config.getRpcType() == Control.RpcType.UNARY) { in start() 195 if (config.getRpcType() == Control.RpcType.UNARY) { in start() 199 if (config.getRpcType() == Control.RpcType.UNARY) { in start()
|
/external/grpc-grpc/src/python/grpcio_tests/tests/qps/ |
D | worker_server.py | 147 if config.rpc_type == control_pb2.UNARY: 154 if config.rpc_type == control_pb2.UNARY:
|
/external/grpc-grpc-java/testing/src/main/java/io/grpc/testing/ |
D | TestMethodDescriptors.java | 44 .setType(MethodType.UNARY) in voidMethod()
|
/external/grpc-grpc-java/benchmarks/src/test/java/io/grpc/benchmarks/driver/ |
D | LoadWorkerTest.java | 79 .setRpcType(Control.RpcType.UNARY) in runUnaryBlockingClosedLoop() 108 .setRpcType(Control.RpcType.UNARY) in runUnaryAsyncClosedLoop()
|
D | LoadClientTest.java | 44 config.setRpcType(Control.RpcType.UNARY); in testHistogramToStatsConversion()
|
/external/grpc-grpc-java/benchmarks/src/generated/main/grpc/io/grpc/benchmarks/proto/ |
D | WorkerServiceGrpc.java | 101 methodType = io.grpc.MethodDescriptor.MethodType.UNARY) 110 .setType(io.grpc.MethodDescriptor.MethodType.UNARY) in getCoreCountMethod() 133 methodType = io.grpc.MethodDescriptor.MethodType.UNARY) 142 .setType(io.grpc.MethodDescriptor.MethodType.UNARY) in getQuitWorkerMethod()
|
/external/grpc-grpc-java/netty/src/jmh/java/io/grpc/netty/ |
D | MethodDescriptorBenchmark.java | 53 .setType(MethodDescriptor.MethodType.UNARY)
|
/external/python/cpython2/Objects/ |
D | classobject.c | 1599 #define UNARY(funcname, methodname) \ macro 1630 UNARY(instance_neg, "__neg__") 1631 UNARY(instance_pos, "__pos__") 1632 UNARY(instance_abs, "__abs__") 1855 UNARY(instance_invert, "__invert__") 1856 UNARY(_instance_trunc, "__trunc__") 1880 UNARY(instance_float, "__float__") 1881 UNARY(instance_oct, "__oct__") 1882 UNARY(instance_hex, "__hex__")
|
/external/one-true-awk/ |
D | b.c | 49 #define UNARY case STAR: case PLUS: case QUEST: macro 192 UNARY in penter() 216 UNARY in freetr() 369 UNARY in cfoll()
|