Home
last modified time | relevance | path

Searched defs:call (Results 101 – 125 of 1086) sorted by relevance

12345678910>>...44

/external/tensorflow/tensorflow/python/keras/tests/
Dautomatic_outside_compilation_test.py81 def call(self, x): member in LayerForScalarSummary
90 def call(self, x): member in LayerForImageSummary
100 def call(self, x): member in LayerForHistogramSummary
127 def call(self, x): member in CustomModel
Dmodel_subclassing_compiled_test.py146 def call(self, inputs): member in ModelSubclassCompiledTest.test_updates.BNNet
178 def call(self, inputs): member in ModelSubclassCompiledTest.test_training_and_inference_behavior.DPNet
387 def call(self, inputs): member in ModelSubclassCompiledTest.test_subclass_nested_in_sequential.Inner
425 def call(self, inputs, training=False): member in ModelSubclassCompiledTest.test_support_for_manual_training_arg.DPNet
/external/grpc-grpc/src/php/ext/grpc/
Dcall.c183 wrapped_grpc_call *call = PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_call, in grpc_php_wrap_call() local
205 wrapped_grpc_call *call = PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_call, in PHP_METHOD() local
262 wrapped_grpc_call *call = PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_call, in PHP_METHOD() local
545 wrapped_grpc_call *call = PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_call, in PHP_METHOD() local
558 wrapped_grpc_call *call = PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_call, in PHP_METHOD() local
582 wrapped_grpc_call *call = PHP_GRPC_GET_WRAPPED_OBJECT(wrapped_grpc_call, in PHP_METHOD() local
/external/grpc-grpc/src/csharp/ext/
Dgrpc_csharp_ext.c78 grpc_call* call; member
511 GPR_EXPORT grpc_call_error GPR_CALLTYPE grpcsharp_call_cancel(grpc_call* call) { in grpcsharp_call_cancel()
516 grpc_call* call, grpc_status_code status, const char* description) { in grpcsharp_call_cancel_with_status()
520 GPR_EXPORT char* GPR_CALLTYPE grpcsharp_call_get_peer(grpc_call* call) { in grpcsharp_call_get_peer()
526 GPR_EXPORT void GPR_CALLTYPE grpcsharp_call_destroy(grpc_call* call) { in grpcsharp_call_destroy()
537 static grpc_call_error grpcsharp_call_start_batch_nop(grpc_call* call, in grpcsharp_call_start_batch_nop()
544 static grpc_call_error grpcsharp_call_start_batch_default(grpc_call* call, in grpcsharp_call_start_batch_default()
555 static grpc_call_error grpcsharp_call_start_batch(grpc_call* call, in grpcsharp_call_start_batch()
563 grpc_call* call, grpcsharp_batch_context* ctx, const char* send_buffer, in grpcsharp_call_start_unary()
614 grpc_call* call, grpcsharp_batch_context* ctx, in grpcsharp_call_start_client_streaming()
[all …]
/external/llvm-project/llvm/test/MC/ELF/
Drelocation-alias.s14 call memcpy@PLT label
44 call memcpy_plus_1@PLT label
/external/llvm-project/llvm/test/MC/X86/
Dintel-syntax-ptr-sized.s7 call [eax] label
26 call [eax] label
/external/ltp/testcases/kernel/syscalls/socketcall/
Dsocketcall01.c23 #define socketcall(call, args) syscall(__NR_socketcall, call, args) argument
26 int call; member
/external/icu/icu4c/source/test/perf/ubrkperf/
Dubrkperf.h76 virtual void call(UErrorCode *status) in call() function
100 virtual void call(UErrorCode *status) in call() function
112 virtual void call(UErrorCode *status) {}; in call() function
/external/llvm-project/lld/test/ELF/
Dretain-symbols-file.s54 call zed@PLT label
55 call und@PLT label
Dpartition-synthetic-sections.s210 call f1 label
225 call f2 label
/external/grpc-grpc/src/python/grpcio_tests/tests/http2/
Dnegative_http2_client.py33 def _expect_status_code(call, expected_code): argument
39 def _expect_status_details(call, expected_details): argument
45 def _validate_status_code_and_details(call, expected_code, expected_details): argument
/external/icu/icu4c/source/test/perf/convperf/
Dconvperf.h59 virtual void call(UErrorCode* status){ in call() function
105 virtual void call(UErrorCode* status){ in call() function
135 virtual void call(UErrorCode* status){ in call() function
196 virtual void call(UErrorCode* status){ in call() function
250 virtual void call(UErrorCode* status){ in call() function
319 virtual void call(UErrorCode* status){ in call() function
376 virtual void call(UErrorCode* status){ in call() function
427 virtual void call(UErrorCode* status){ in call() function
483 virtual void call(UErrorCode* status){ in call() function
/external/grpc-grpc-java/core/src/test/java/io/grpc/util/
DUtilServerInterceptorsTest.java46 public void onCall(ServerCall<Void, Void> call, Metadata headers) { } in onCall() argument
78 FakeServerCall<Void, Void> call = in statusRuntimeExceptionTransmitter() local
128 FakeServerCall<Void, Void> call = in statusRuntimeExceptionTransmitterIgnoresClosedCalls() local
/external/rust/crates/grpcio/src/call/
Dclient.rs111 let call = channel.create_call(method, &opt)?; in unary_async() localVariable
135 let call = channel.create_call(method, &opt)?; in client_streaming() localVariable
164 let call = channel.create_call(method, &opt)?; in server_streaming() localVariable
194 let call = channel.create_call(method, &opt)?; in duplex_streaming() localVariable
224 call: Call, field
269 call: Arc<Mutex<ShareCall>>, field
302 let mut call = self.call.lock(); in poll() localVariable
317 call: Arc<Mutex<ShareCall>>, field
347 let call = self.call.lock(); in cancel() localVariable
375 let mut call = self.call.lock(); in start_send() localVariable
[all …]
/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.h87 #define ANGLE_GL_TRY_ALWAYS_CHECK(context, call) \ argument
92 # define ANGLE_GL_TRY(context, call) ANGLE_GL_TRY_ALWAYS_CHECK(context, call) argument
94 # define ANGLE_GL_TRY(context, call) call argument
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DInCallServiceImpl.java62 public static void onCallAdded(String callId, Call call) { in onCallAdded()
71 public static void onCallRemoved(String callId, Call call) { in onCallRemoved()
184 Call call, int state) { in onStateChanged()
195 Call call, Call parent) { in onParentChanged()
206 Call call, List<Call> children) { in onChildrenChanged()
223 Call call, Details details) { in onDetailsChanged()
235 Call call, List<String> cannedTextResponses) { in onCannedTextResponsesLoaded()
246 Call call, String remainingPostDialSequence) { in onPostDialWait()
257 Call call, InCallService.VideoCall videoCall) { in onVideoCallChanged()
326 public void onCallDestroyed(Call call) { in onCallDestroyed()
[all …]
/external/opencensus-java/contrib/spring/src/main/java/io/opencensus/contrib/spring/aop/
DCensusSpringSqlAspect.java54 public Object trace(ProceedingJoinPoint call) throws Throwable { in trace()
75 private static String makeSpanName(ProceedingJoinPoint call, String sql) { in makeSpanName()
/external/pigweed/pw_rpc/raw/
Draw_method.cc52 void RawMethod::CallUnary(ServerCall& call, const Packet& request) const { in CallUnary()
70 void RawMethod::CallServerStreaming(ServerCall& call, in CallServerStreaming()
/external/llvm-project/llvm/test/MC/RISCV/
Dlinker-relaxation.s16 call foo label
83 call bar label
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/
DCallbacksTest.java35 public void call(Integer i1) { in testCallback1() method
52 public void call(Integer i1, Integer i2, Integer i3, Integer i4, Integer i5, Integer i6, in testCallback7() method
/external/pigweed/pw_rpc/
Dclient.cc48 auto call = std::find_if(calls_.begin(), calls_.end(), [&](auto& c) { in ProcessPacket() local
85 Status Client::RegisterCall(BaseClientCall& call) { in RegisterCall()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_call.h118 Tag(UntypedCall* call, Callback cb) : call_(call), callback_(cb) {} in Tag()
213 auto call = new Call<Service, GrpcService, RequestMessage, ResponseMessage>( in EnqueueRequest() local
234 auto call = new Call<Service, GrpcService, RequestMessage, ResponseMessage>( in EnqueueRequestForMethod() local
324 Tag(ServerUntypedBidirectionalStreamingCall* call, TagType cb) in Tag()
479 auto call = in EnqueueRequest() local
/external/tensorflow/tensorflow/compiler/jit/
Dbuild_xla_ops_pass_test.cc140 Node* call; in TEST_F() local
163 Node* call; in TEST_F() local
183 Node* call; in TEST_F() local
219 Node* call; in TEST_F() local
247 Node* call; in TEST_F() local
286 Node* call; in TEST_F() local
/external/fmtlib/include/fmt/
Dos.h44 # define FMT_POSIX(call) _##call argument
46 # define FMT_POSIX(call) call argument
52 # define FMT_POSIX_CALL(call) FMT_SYSTEM(call) argument
54 # define FMT_SYSTEM(call) ::call argument
57 # define FMT_POSIX_CALL(call) ::_##call argument
59 # define FMT_POSIX_CALL(call) ::call argument
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dinteger.inl10 GLM_FUNC_QUALIFIER static vecType<T, P> call(vecType<T, P> const & vec) function
22 GLM_FUNC_QUALIFIER static tvec4<int, P> call(tvec4<int, P> const & vec) function

12345678910>>...44