/external/llvm-project/llvm/test/MC/RISCV/ |
D | function-call-invalid.s | 3 call 1234 # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 4 call %pcrel_hi(1234) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 5 call %pcrel_lo(1234) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 6 call %pcrel_hi(foo) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 7 call %pcrel_lo(foo) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 8 call %hi(1234) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 9 call %lo(1234) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 10 call %hi(foo) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 11 call %lo(foo) # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label 12 call foo, bar # CHECK: :[[@LINE]]:6: error: operand must be a bare symbol name label
|
D | function-call.s | 10 call foo label 15 call bar label 23 call zero label 29 call f1 label 35 call ra label 41 call mstatus label 49 call foo@plt label 57 call a0, foo label 63 call a0, foo@plt label
|
D | option-pushpop.s | 25 call foo label 40 call bar label 62 call bar label 69 call baz label
|
/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | _vectorize.hpp | 20 GLM_FUNC_QUALIFIER static tvec1<R, P> call(R (*Func) (T x), tvec1<T, P> const & v) in call() function 29 GLM_FUNC_QUALIFIER static tvec2<R, P> call(R (*Func) (T x), tvec2<T, P> const & v) in call() function 38 GLM_FUNC_QUALIFIER static tvec3<R, P> call(R (*Func) (T x), tvec3<T, P> const & v) in call() function 47 GLM_FUNC_QUALIFIER static tvec4<R, P> call(R (*Func) (T x), tvec4<T, P> const & v) in call() function 59 …GLM_FUNC_QUALIFIER static tvec1<T, P> call(T (*Func) (T x, T y), tvec1<T, P> const & a, tvec1<T, P… in call() function 68 …GLM_FUNC_QUALIFIER static tvec2<T, P> call(T (*Func) (T x, T y), tvec2<T, P> const & a, tvec2<T, P… in call() function 77 …GLM_FUNC_QUALIFIER static tvec3<T, P> call(T (*Func) (T x, T y), tvec3<T, P> const & a, tvec3<T, P… in call() function 86 …GLM_FUNC_QUALIFIER static tvec4<T, P> call(T (*Func) (T x, T y), tvec4<T, P> const & a, tvec4<T, P… in call() function 98 GLM_FUNC_QUALIFIER static tvec1<T, P> call(T (*Func) (T x, T y), tvec1<T, P> const & a, T b) in call() function 107 GLM_FUNC_QUALIFIER static tvec2<T, P> call(T (*Func) (T x, T y), tvec2<T, P> const & a, T b) in call() function [all …]
|
D | func_common_simd.inl | 16 GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const & v) function 27 GLM_FUNC_QUALIFIER static tvec4<int, P> call(tvec4<int, P> const & v) function 38 GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const & v) function 49 GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const & v) function 60 GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const & v) function 71 GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const & v) function 82 …GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const & x, tvec4<float, P> const & … function 93 …GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const & v1, tvec4<float, P> const &… function 104 …GLM_FUNC_QUALIFIER static tvec4<int32, P> call(tvec4<int32, P> const & v1, tvec4<int32, P> const &… function 115 …GLM_FUNC_QUALIFIER static tvec4<int32, P> call(tvec4<uint32, P> const & v1, tvec4<uint32, P> const… function [all …]
|
D | func_geometric_simd.inl | 14 GLM_FUNC_QUALIFIER static float call(tvec4<float, P> const & v) function 23 GLM_FUNC_QUALIFIER static float call(tvec4<float, P> const & p0, tvec4<float, P> const & p1) function 32 GLM_FUNC_QUALIFIER static float call(tvec4<float, P> const& x, tvec4<float, P> const& y) function 41 …GLM_FUNC_QUALIFIER static tvec3<float, P> call(tvec3<float, P> const & a, tvec3<float, P> const & … function 56 GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const & v) function 67 …GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const& N, tvec4<float, P> const& I,… function 78 GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const& I, tvec4<float, P> const& N) function 89 …GLM_FUNC_QUALIFIER static tvec4<float, P> call(tvec4<float, P> const& I, tvec4<float, P> const& N,… function
|
D | type_vec4_simd.inl | 57 static tvec4<float, P> call(tvec4<float, P> const & a, tvec4<float, P> const & b) function 69 static tvec4<double, P> call(tvec4<double, P> const & a, tvec4<double, P> const & b) function 81 static tvec4<float, P> call(tvec4<float, P> const & a, tvec4<float, P> const & b) function 93 static tvec4<double, P> call(tvec4<double, P> const & a, tvec4<double, P> const & b) function 105 static tvec4<float, P> call(tvec4<float, P> const & a, tvec4<float, P> const & b) function 117 static tvec4<double, P> call(tvec4<double, P> const & a, tvec4<double, P> const & b) function 129 static tvec4<float, P> call(tvec4<float, P> const & a, tvec4<float, P> const & b) function 141 static tvec4<double, P> call(tvec4<double, P> const & a, tvec4<double, P> const & b) function 153 …static tvec4<float, aligned_lowp> call(tvec4<float, aligned_lowp> const & a, tvec4<float, aligned_… function 164 static tvec4<T, P> call(tvec4<T, P> const& a, tvec4<T, P> const& b) function [all …]
|
D | func_matrix.inl | 13 GLM_FUNC_QUALIFIER static matType<T, P> call(matType<T, P> const& x, matType<T, P> const& y) function 28 GLM_FUNC_QUALIFIER static tmat2x2<T, P> call(tmat2x2<T, P> const & m) function 42 GLM_FUNC_QUALIFIER static tmat3x2<T, P> call(tmat2x3<T, P> const & m) function 58 GLM_FUNC_QUALIFIER static tmat4x2<T, P> call(tmat2x4<T, P> const & m) function 76 GLM_FUNC_QUALIFIER static tmat2x3<T, P> call(tmat3x2<T, P> const & m) function 92 GLM_FUNC_QUALIFIER static tmat3x3<T, P> call(tmat3x3<T, P> const & m) function 113 GLM_FUNC_QUALIFIER static tmat4x3<T, P> call(tmat3x4<T, P> const & m) function 135 GLM_FUNC_QUALIFIER static tmat2x4<T, P> call(tmat4x2<T, P> const & m) function 153 GLM_FUNC_QUALIFIER static tmat3x4<T, P> call(tmat4x3<T, P> const & m) function 175 GLM_FUNC_QUALIFIER static tmat4x4<T, P> call(tmat4x4<T, P> const & m) function [all …]
|
/external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | random.inl | 22 GLM_FUNC_QUALIFIER static tvec1<uint8, P> call() function 32 GLM_FUNC_QUALIFIER static tvec2<uint8, P> call() function 43 GLM_FUNC_QUALIFIER static tvec3<uint8, P> call() function 55 GLM_FUNC_QUALIFIER static tvec4<uint8, P> call() function 68 GLM_FUNC_QUALIFIER static vecType<uint16, P> call() function 79 GLM_FUNC_QUALIFIER static vecType<uint32, P> call() function 90 GLM_FUNC_QUALIFIER static vecType<uint64, P> call() function 107 …GLM_FUNC_QUALIFIER static vecType<int8, P> call(vecType<int8, P> const & Min, vecType<int8, P> con… function 116 …GLM_FUNC_QUALIFIER static vecType<uint8, P> call(vecType<uint8, P> const & Min, vecType<uint8, P> … function 125 …GLM_FUNC_QUALIFIER static vecType<int16, P> call(vecType<int16, P> const & Min, vecType<int16, P> … function [all …]
|
D | quaternion_simd.inl | 67 static GLM_FUNC_QUALIFIER float call(tquat<float, P> const& x, tquat<float, P> const& y) function 76 static tquat<float, P> call(tquat<float, P> const& q, tquat<float, P> const& p) function 88 static tquat<double, P> call(tquat<double, P> const & a, tquat<double, P> const & b) function 100 static tquat<float, P> call(tquat<float, P> const& q, tquat<float, P> const& p) function 112 static tquat<double, P> call(tquat<double, P> const & a, tquat<double, P> const & b) function 124 static tquat<float, P> call(tquat<float, P> const& q, float s) function 136 static tquat<double, P> call(tquat<double, P> const& q, double s) function 148 static tquat<float, P> call(tquat<float, P> const& q, float s) function 160 static tquat<double, P> call(tquat<double, P> const& q, double s) function 172 static tvec4<float, P> call(tquat<float, P> const& q, tvec4<float, P> const& v) function
|
D | round.inl | 12 GLM_FUNC_QUALIFIER static vecType<T, P> call(vecType<T, P> const & v, T) function 21 GLM_FUNC_QUALIFIER static vecType<T, P> call(vecType<T, P> const & v, T Shift) function 30 GLM_FUNC_QUALIFIER static vecType<T, P> call(vecType<T, P> const & x) function 52 GLM_FUNC_QUALIFIER static vecType<T, P> call(vecType<T, P> const & x) function 76 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple) function 89 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple) function 100 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple) function 119 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple) function 132 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple) function 148 GLM_FUNC_QUALIFIER static genType call(genType Source, genType Multiple) function [all …]
|
/external/grpc-grpc/src/ruby/spec/support/ |
D | services.rb | 43 def an_rpc(req, call) argument 50 def a_client_streaming_rpc(call) argument 59 def a_server_streaming_rpc(_req, call) argument 64 def a_bidi_rpc(requests, call) argument 77 def request_response(request:, call:, method:) argument 85 def client_streamer(call:, method:) argument 96 def server_streamer(request:, call:, method:) argument 103 def bidi_streamer(requests:, call:, method:) argument 116 def request_response(request:, call:, method:, metadata: {}) argument 124 def client_streamer(requests:, call:, method:, metadata: {}) argument [all …]
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
D | ClientCallImplTest.java | 146 ClientCallImpl<Void, Void> call = new ClientCallImpl<Void, Void>( in statusPropagatedFromStreamToCallListener() local 168 ClientCallImpl<Void, Void> call = new ClientCallImpl<Void, Void>( in exceptionInOnMessageTakesPrecedenceOverServer() local 205 ClientCallImpl<Void, Void> call = new ClientCallImpl<Void, Void>( in exceptionInOnHeadersTakesPrecedenceOverServer() local 240 ClientCallImpl<Void, Void> call = new ClientCallImpl<Void, Void>( in exceptionInOnReadyTakesPrecedenceOverServer() local 274 ClientCallImpl<Void, Void> call = new ClientCallImpl<Void, Void>( in advertisedEncodingsAreSent() local 298 ClientCallImpl<Void, Void> call = new ClientCallImpl<Void, Void>( in authorityPropagatedToStream() local 315 final ClientCallImpl<Void, Void> call = new ClientCallImpl<Void, Void>( in callOptionsPropagatedToTransport() local 333 ClientCallImpl<Void, Void> call = new ClientCallImpl<Void, Void>( in authorityNotPropagatedToStream() local 505 ClientCallImpl<Void, Void> call = new ClientCallImpl<Void, Void>( in callerContextPropagatedToListener() local 583 ClientCallImpl<Void, Void> call = new ClientCallImpl<Void, Void>( in contextCancellationCancelsStream() local [all …]
|
/external/llvm-project/llvm/test/MC/Hexagon/ |
D | plt-rel.s | 3 call foo@GDPLT label 5 call ##foo@GDPLT label 9 call foo@LDPLT label 11 call ##foo@LDPLT label
|
/external/pigweed/pw_rpc/nanopb/ |
D | nanopb_client_call_test.cc | 35 auto call = NanopbClientCall(&channel, in TestRpc() local 51 auto call = NanopbClientCall(&channel, in TestStreamRpc() local 69 auto call = FakeGeneratedServiceClient::TestRpc( in TEST() local 86 auto call = FakeGeneratedServiceClient::TestRpc( in TEST() local 101 auto call = FakeGeneratedServiceClient::TestRpc( in TEST() local 116 auto call = FakeGeneratedServiceClient::TestRpc( in TEST() local 129 auto call = FakeGeneratedServiceClient::TestRpc( in TEST() local 149 auto call = FakeGeneratedServiceClient::TestStreamRpc( in TEST() local 167 auto call = FakeGeneratedServiceClient::TestStreamRpc( in TEST() local 194 auto call = FakeGeneratedServiceClient::TestStreamRpc( in TEST() local [all …]
|
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ |
D | Callbacks.java | 22 public void call(); in call() method 34 public void call(T1 arg1); in call() method 47 public void call(T1 arg1, T2 arg2); in call() method 61 public void call(T1 arg1, T2 arg2, T3 arg3); in call() method 76 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4); in call() method 92 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5); in call() method 109 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6); in call() method 127 public void call(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7); in call() method
|
/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | string_cast.inl | 135 GLM_FUNC_QUALIFIER static std::string call(tvec1<bool, P> const & x) function 145 GLM_FUNC_QUALIFIER static std::string call(tvec2<bool, P> const & x) function 156 GLM_FUNC_QUALIFIER static std::string call(tvec3<bool, P> const & x) function 168 GLM_FUNC_QUALIFIER static std::string call(tvec4<bool, P> const & x) function 181 GLM_FUNC_QUALIFIER static std::string call(tvec1<T, P> const & x) function 196 GLM_FUNC_QUALIFIER static std::string call(tvec2<T, P> const & x) function 211 GLM_FUNC_QUALIFIER static std::string call(tvec3<T, P> const & x) function 226 GLM_FUNC_QUALIFIER static std::string call(tvec4<T, P> const & x) function 242 GLM_FUNC_QUALIFIER static std::string call(tmat2x2<T, P> const & x) function 260 GLM_FUNC_QUALIFIER static std::string call(tmat2x3<T, P> const & x) function [all …]
|
/external/grpc-grpc-java/stub/src/main/java/io/grpc/stub/ |
D | ClientCalls.java | 62 ClientCall<ReqT, RespT> call, ReqT req, StreamObserver<RespT> responseObserver) { in asyncUnaryCall() 72 ClientCall<ReqT, RespT> call, ReqT req, StreamObserver<RespT> responseObserver) { in asyncServerStreamingCall() 84 ClientCall<ReqT, RespT> call, in asyncClientStreamingCall() 96 ClientCall<ReqT, RespT> call, StreamObserver<RespT> responseObserver) { in asyncBidiStreamingCall() 106 public static <ReqT, RespT> RespT blockingUnaryCall(ClientCall<ReqT, RespT> call, ReqT req) { in blockingUnaryCall() 125 ClientCall<ReqT, RespT> call = channel.newCall(method, callOptions.withExecutor(executor)); in blockingUnaryCall() local 156 ClientCall<ReqT, RespT> call, ReqT req) { in blockingServerStreamingCall() 173 ClientCall<ReqT, RespT> call = channel.newCall(method, callOptions.withExecutor(executor)); in blockingServerStreamingCall() local 187 ClientCall<ReqT, RespT> call, ReqT req) { in futureUnaryCall() 246 private static RuntimeException cancelThrow(ClientCall<?, ?> call, Throwable t) { in cancelThrow() [all …]
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | call.cc | 85 grpc_call* call = nullptr; member 275 #define CALL_STACK_FROM_CALL(call) \ argument 282 #define CALL_ELEM_FROM_CALL(call, idx) \ argument 308 void* grpc_call_arena_alloc(grpc_call* call, size_t size) { in grpc_call_arena_alloc() 312 static parent_call* get_or_create_parent_call(grpc_call* call) { in get_or_create_parent_call() 328 static parent_call* get_parent_call(grpc_call* call) { in get_parent_call() 345 grpc_call* call; in grpc_call_create() local 498 void grpc_call_set_completion_queue(grpc_call* call, in grpc_call_set_completion_queue() 527 static void release_call(void* call, grpc_error* /*error*/) { in release_call() 536 static void destroy_call(void* call, grpc_error* /*error*/) { in destroy_call() [all …]
|
/external/llvm-project/lld/test/ELF/ |
D | partition-move-to-main.s | 23 call tls1 label 24 call ifunc1 label 29 call tls2 label 30 call ifunc2 label
|
/external/grpc-grpc/src/ruby/spec/ |
D | client_auth_spec.rb | 50 def check_peer_cert(call) argument 55 def an_rpc(req, call) argument 60 def a_client_streaming_rpc(call) argument 66 def a_server_streaming_rpc(_, call) argument 71 def a_bidi_rpc(requests, call) argument
|
/external/grpc-grpc/src/core/lib/surface/ |
D | call.cc | 76 grpc_call* call; member 234 #define CALL_STACK_FROM_CALL(call) \ argument 241 #define CALL_ELEM_FROM_CALL(call, idx) \ argument 265 void* grpc_call_arena_alloc(grpc_call* call, size_t size) { in grpc_call_arena_alloc() 269 static parent_call* get_or_create_parent_call(grpc_call* call) { in get_or_create_parent_call() 283 static parent_call* get_parent_call(grpc_call* call) { in get_parent_call() 299 grpc_call* call; in grpc_call_create() local 458 void grpc_call_set_completion_queue(grpc_call* call, in grpc_call_set_completion_queue() 487 static void release_call(void* call, grpc_error* error) { in release_call() 496 static void destroy_call(void* call, grpc_error* error) { in destroy_call() [all …]
|
/external/grpc-grpc-java/stub/src/test/java/io/grpc/stub/ |
D | ClientCallsTest.java | 99 NoopClientCall<Integer, String> call = new NoopClientCall<Integer, String>() { in unaryBlockingCallSuccess() local 117 NoopClientCall<Integer, String> call = new NoopClientCall<Integer, String>() { in unaryBlockingCallFailed() local 139 NoopClientCall<Integer, String> call = new NoopClientCall<Integer, String>() { in unaryFutureCallSuccess() local 169 NoopClientCall<Integer, String> call = new NoopClientCall<Integer, String>() { in unaryFutureCallFailed() local 196 NoopClientCall<Integer, String> call = new NoopClientCall<Integer, String>() { in unaryFutureCallCancelled() local 225 NoopClientCall<Integer, String> call = new NoopClientCall<Integer, String>(); in cannotSetOnReadyAfterCallStarted() local 248 NoopClientCall<Integer, String> call = new NoopClientCall<Integer, String>() { in disablingInboundAutoFlowControlSuppressesRequestsForMoreMessages() local 309 NoopClientCall<Integer, String> call = new NoopClientCall<Integer, String>() { in callStreamObserverPropagatesFlowControlRequestsToCall() local 355 NoopClientCall<Integer, String> call = new NoopClientCall<Integer, String>() { in canCaptureInboundFlowControlForServerStreamingObserver() local 545 NoopClientCall<Integer, String> call = new NoopClientCall<Integer, String>() { in blockingResponseStreamFailed() local
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | Dispatcher.java | 107 synchronized void enqueue(AsyncCall call) { in enqueue() 140 synchronized void finished(AsyncCall call) { in finished() 150 AsyncCall call = i.next(); in promoteCalls() local 163 private int runningCallsForHost(AsyncCall call) { in runningCallsForHost() 172 synchronized void executed(Call call) { in executed() 177 synchronized void finished(Call call) { in finished()
|
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/ |
D | Dispatcher.java | 109 synchronized void enqueue(AsyncCall call) { in enqueue() 142 synchronized void finished(AsyncCall call) { in finished() 152 AsyncCall call = i.next(); in promoteCalls() local 165 private int runningCallsForHost(AsyncCall call) { in runningCallsForHost() 174 synchronized void executed(Call call) { in executed() 179 synchronized void finished(Call call) { in finished()
|