Home
last modified time | relevance | path

Searched refs:UNARY (Results 1 – 25 of 67) sorted by relevance

123

/external/turbine/java/com/google/turbine/tree/
DTurbineOperatorKind.java26 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/
DServiceDescriptorTest.java70 .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()
DMethodDescriptorTest.java78 .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/
DChannelzGrpc.java41 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/
DMethodDescriptor.java85 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/
Djson_run_localhost_scenarios.bzl3UNARY", "load_params": {"poisson": {"offered_load": 37500}}, "histogram_params": {"resolution": 0.…
Dqps_json_driver_scenarios.bzl3UNARY", "load_params": {"closed_loop": {}}, "histogram_params": {"resolution": 0.01, "max_possible…
Dinproc_sync_unary_ping_pong_test.cc43 client_config.set_rpc_type(UNARY); in RunSynchronousUnaryPingPong()
Dsecure_sync_unary_ping_pong_test.cc43 client_config.set_rpc_type(UNARY); in RunSynchronousUnaryPingPong()
/external/tensorflow/tensorflow/core/ops/
Dmath_ops.cc205 #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/
DOkHttpClientStreamTest.java76 .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/
Dparser-expr.test35 …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/
DRpcType.php15 const UNARY = 0; define in Grpc\\Testing\\RpcType
/external/grpc-grpc-java/testing-proto/src/test/java/io/grpc/testing/protobuf/
DSimpleServiceTest.java22 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/
DReconnectServiceGrpc.java40 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()
DTestServiceGrpc.java41 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/
DLoadClient.java181 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/
Dworker_server.py147 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/
DTestMethodDescriptors.java44 .setType(MethodType.UNARY) in voidMethod()
/external/grpc-grpc-java/benchmarks/src/test/java/io/grpc/benchmarks/driver/
DLoadWorkerTest.java79 .setRpcType(Control.RpcType.UNARY) in runUnaryBlockingClosedLoop()
108 .setRpcType(Control.RpcType.UNARY) in runUnaryAsyncClosedLoop()
DLoadClientTest.java44 config.setRpcType(Control.RpcType.UNARY); in testHistogramToStatsConversion()
/external/grpc-grpc-java/benchmarks/src/generated/main/grpc/io/grpc/benchmarks/proto/
DWorkerServiceGrpc.java101 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/
DMethodDescriptorBenchmark.java53 .setType(MethodDescriptor.MethodType.UNARY)
/external/python/cpython2/Objects/
Dclassobject.c1599 #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/
Db.c49 #define UNARY case STAR: case PLUS: case QUEST: macro
192 UNARY in penter()
216 UNARY in freetr()
369 UNARY in cfoll()

123