/external/google-java-format/core/src/test/resources/com/google/googlejavaformat/java/testdata/ |
D | B27078833.input | 6 PRE_INCR(Precedence.UNARY), 7 PRE_DECR(Precedence.UNARY), 8 PLUS(Precedence.UNARY), 9 NEG(Precedence.UNARY), 10 COMP(Precedence.UNARY), 11 NOT(Precedence.UNARY),
|
D | B27078833.output | 5 PRE_INCR(Precedence.UNARY), 6 PRE_DECR(Precedence.UNARY), 7 PLUS(Precedence.UNARY), 8 NEG(Precedence.UNARY), 9 COMP(Precedence.UNARY), 10 NOT(Precedence.UNARY),
|
/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/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-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/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/ |
D | server_interceptor.h | 59 enum class Type { UNARY, CLIENT_STREAMING, SERVER_STREAMING, BIDI_STREAMING }; enumerator 82 static_assert(Type::UNARY ==
|
D | client_interceptor.h | 72 UNARY, enumerator 101 static_assert(Type::UNARY ==
|
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
D | server_interceptor.h | 59 enum class Type { UNARY, CLIENT_STREAMING, SERVER_STREAMING, BIDI_STREAMING }; enumerator 82 static_assert(Type::UNARY ==
|
D | client_interceptor.h | 72 UNARY, enumerator 101 static_assert(Type::UNARY ==
|
/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/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/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/llvm-project/llvm/test/tools/llvm-rc/ |
D | parser-expr.test | 35 … 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-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/tensorflow/tensorflow/core/ops/ |
D | math_ops.cc | 204 #define UNARY() \ macro 231 REGISTER_OP("Neg").UNARY(); 233 REGISTER_OP("Inv").UNARY(); 237 REGISTER_OP("Reciprocal").UNARY(); 241 REGISTER_OP("Square").UNARY(); 249 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/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-java/testing/src/main/java/io/grpc/testing/ |
D | TestMethodDescriptors.java | 44 .setType(MethodType.UNARY) in voidMethod()
|
/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:
|