/external/tensorflow/tensorflow/python/keras/tests/ |
D | automatic_outside_compilation_test.py | 81 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
|
D | model_subclassing_compiled_test.py | 146 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/ |
D | call.c | 183 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/ |
D | grpc_csharp_ext.c | 78 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/ |
D | relocation-alias.s | 14 call memcpy@PLT label 44 call memcpy_plus_1@PLT label
|
/external/llvm-project/llvm/test/MC/X86/ |
D | intel-syntax-ptr-sized.s | 7 call [eax] label 26 call [eax] label
|
/external/ltp/testcases/kernel/syscalls/socketcall/ |
D | socketcall01.c | 23 #define socketcall(call, args) syscall(__NR_socketcall, call, args) argument 26 int call; member
|
/external/icu/icu4c/source/test/perf/ubrkperf/ |
D | ubrkperf.h | 76 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/ |
D | retain-symbols-file.s | 54 call zed@PLT label 55 call und@PLT label
|
D | partition-synthetic-sections.s | 210 call f1 label 225 call f2 label
|
/external/grpc-grpc/src/python/grpcio_tests/tests/http2/ |
D | negative_http2_client.py | 33 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/ |
D | convperf.h | 59 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/ |
D | UtilServerInterceptorsTest.java | 46 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/ |
D | client.rs | 111 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/ |
D | renderergl_utils.h | 87 #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/ |
D | InCallServiceImpl.java | 62 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/ |
D | CensusSpringSqlAspect.java | 54 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/ |
D | raw_method.cc | 52 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/ |
D | linker-relaxation.s | 16 call foo label 83 call bar label
|
/external/libchrome/mojo/public/java/system/javatests/src/org/chromium/mojo/bindings/ |
D | CallbacksTest.java | 35 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/ |
D | client.cc | 48 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/ |
D | grpc_call.h | 118 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/ |
D | build_xla_ops_pass_test.cc | 140 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/ |
D | os.h | 44 # 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/ |
D | integer.inl | 10 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
|