/external/arm-trusted-firmware/lib/cpus/ |
D | cpu-ops.mk | 33 $(eval $(call assert_boolean,A57_ENABLE_NONCACHEABLE_LOAD_FWD)) 34 $(eval $(call add_define,A57_ENABLE_NONCACHEABLE_LOAD_FWD)) 37 $(eval $(call assert_boolean,SKIP_A57_L1_FLUSH_PWR_DWN)) 38 $(eval $(call add_define,SKIP_A57_L1_FLUSH_PWR_DWN)) 41 $(eval $(call assert_boolean,A53_DISABLE_NON_TEMPORAL_HINT)) 42 $(eval $(call add_define,A53_DISABLE_NON_TEMPORAL_HINT)) 45 $(eval $(call assert_boolean,A57_DISABLE_NON_TEMPORAL_HINT)) 46 $(eval $(call add_define,A57_DISABLE_NON_TEMPORAL_HINT)) 49 $(eval $(call assert_boolean,WORKAROUND_CVE_2017_5715)) 50 $(eval $(call add_define,WORKAROUND_CVE_2017_5715)) [all …]
|
/external/ImageMagick/MagickCore/ |
D | Make.com | 26 $call Make accelerate.c 27 $call Make animate.c 28 $call Make annotate.c 29 $call Make artifact.c 30 $call Make attribute.c 31 $call Make blob.c 32 $call Make cache.c 33 $call Make cache-view.c 34 $call Make channel.c 35 $call Make cipher.c [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/ |
D | Makefile.am | 9 EXTRA_DIST = config/default.exp libffi.call/cls_19byte.c \ 10 libffi.call/cls_align_longdouble_split.c \ 11 libffi.call/closure_loc_fn0.c libffi.call/cls_schar.c \ 12 libffi.call/closure_fn1.c \ 13 libffi.call/return_ul.c libffi.call/cls_align_double.c \ 14 libffi.call/return_fl2.c libffi.call/cls_1_1byte.c \ 15 libffi.call/cls_64byte.c libffi.call/nested_struct7.c \ 16 libffi.call/cls_align_sint32.c libffi.call/nested_struct2.c \ 17 libffi.call/ffitest.h libffi.call/nested_struct4.c \ 18 libffi.call/cls_multi_ushort.c libffi.call/struct3.c \ [all …]
|
D | Makefile.in | 272 EXTRA_DIST = config/default.exp libffi.call/cls_19byte.c \ 273 libffi.call/cls_align_longdouble_split.c \ 274 libffi.call/closure_loc_fn0.c libffi.call/cls_schar.c \ 275 libffi.call/closure_fn1.c \ 276 libffi.call/return_ul.c libffi.call/cls_align_double.c \ 277 libffi.call/return_fl2.c libffi.call/cls_1_1byte.c \ 278 libffi.call/cls_64byte.c libffi.call/nested_struct7.c \ 279 libffi.call/cls_align_sint32.c libffi.call/nested_struct2.c \ 280 libffi.call/ffitest.h libffi.call/nested_struct4.c \ 281 libffi.call/cls_multi_ushort.c libffi.call/struct3.c \ [all …]
|
/external/ImageMagick/coders/ |
D | Make.com | 24 $call Make aai.c 25 $call Make art.c 26 $call Make avs.c 27 $call Make bgr.c 28 $call Make bmp.c 29 $call Make braille.c 30 $call Make cals.c 31 $call Make caption.c 32 $call Make cip.c 33 $call Make clip.c [all …]
|
/external/compiler-rt/make/test/ |
D | test-util.mk | 3 streq_t0 = $(call streq,,) 4 $(call AssertEqual,streq_t0,true) 5 streq_t1 = $(call streq,b,) 6 $(call AssertEqual,streq_t1,) 7 streq_t2 = $(call streq,,b) 8 $(call AssertEqual,streq_t2,) 9 streq_t3 = $(call streq,b,b) 10 $(call AssertEqual,streq_t3,true) 11 streq_t4 = $(call streq,bb,b) 12 $(call AssertEqual,streq_t4,) [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 276 (grpc_call_stack*)((char*)(call) + \ 282 #define CALL_ELEM_FROM_CALL(call, idx) \ argument 283 grpc_call_stack_element(CALL_STACK_FROM_CALL(call), idx) 287 static void execute_batch(grpc_call* call, 296 static void set_final_status(grpc_call* call, grpc_error_handle error); 309 void* grpc_call_arena_alloc(grpc_call* call, size_t size) { in grpc_call_arena_alloc() argument 310 return call->arena->Alloc(size); in grpc_call_arena_alloc() 313 static parent_call* get_or_create_parent_call(grpc_call* call) { in get_or_create_parent_call() argument [all …]
|
/external/grpc-grpc/src/core/lib/surface/ |
D | call.cc | 76 grpc_call* call; member 234 #define CALL_STACK_FROM_CALL(call) \ argument 235 (grpc_call_stack*)((char*)(call) + \ 241 #define CALL_ELEM_FROM_CALL(call, idx) \ argument 242 grpc_call_stack_element(CALL_STACK_FROM_CALL(call), idx) 246 static void execute_batch(grpc_call* call, grpc_transport_stream_op_batch* op, 254 static void set_final_status(grpc_call* call, grpc_error* error); 265 void* grpc_call_arena_alloc(grpc_call* call, size_t size) { in grpc_call_arena_alloc() argument 266 return gpr_arena_alloc(call->arena, size); in grpc_call_arena_alloc() 269 static parent_call* get_or_create_parent_call(grpc_call* call) { in get_or_create_parent_call() argument [all …]
|
/external/pigweed/pw_rpc/nanopb/ |
D | client_reader_writer_test.cc | 42 NanopbUnaryReceiver<pw_rpc_test_TestResponse> call; in TEST() local 44 ASSERT_FALSE(call.active()); in TEST() 45 EXPECT_EQ(call.channel_id(), Channel::kUnassignedChannelId); in TEST() 47 EXPECT_EQ(Status::FailedPrecondition(), call.Cancel()); in TEST() 49 call.set_on_completed([](const pw_rpc_test_TestResponse&, Status) {}); in TEST() 50 call.set_on_error([](Status) {}); in TEST() 55 call; in TEST() local 57 ASSERT_FALSE(call.active()); in TEST() 58 EXPECT_EQ(call.channel_id(), Channel::kUnassignedChannelId); in TEST() 60 EXPECT_EQ(Status::FailedPrecondition(), call.Write({})); in TEST() [all …]
|
/external/llvm/test/CodeGen/Mips/ |
D | const4a.ll | 30 call void bitcast (void (...)* @foo to void ()*)() 34 call void bitcast (void (...)* @goo to void ()*)() 38 call void bitcast (void (...)* @hoo to void ()*)() 39 call void bitcast (void (...)* @hoo to void ()*)() 40 call void bitcast (void (...)* @hoo to void ()*)() 41 call void bitcast (void (...)* @hoo to void ()*)() 42 call void bitcast (void (...)* @hoo to void ()*)() 43 call void bitcast (void (...)* @hoo to void ()*)() 44 call void bitcast (void (...)* @hoo to void ()*)() 45 call void bitcast (void (...)* @hoo to void ()*)() [all …]
|
D | const6.ll | 34 call void bitcast (void (...)* @hoo to void ()*)() 35 call void bitcast (void (...)* @hoo to void ()*)() 36 call void bitcast (void (...)* @hoo to void ()*)() 37 call void bitcast (void (...)* @hoo to void ()*)() 38 call void bitcast (void (...)* @hoo to void ()*)() 39 call void bitcast (void (...)* @hoo to void ()*)() 40 call void bitcast (void (...)* @hoo to void ()*)() 41 call void bitcast (void (...)* @hoo to void ()*)() 42 call void bitcast (void (...)* @hoo to void ()*)() 43 call void bitcast (void (...)* @hoo to void ()*)() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | setjmp-spills.ll | 11 ; Test that llc avoids reusing spill slots in functions that call 12 ; setjmp(), whether they use "call" or "invoke" for calling setjmp() 18 ; This code keeps enough variables live across the setjmp() call that 21 %a1 = call i32 @get_val() 22 %a2 = call i32 @get_val() 23 %a3 = call i32 @get_val() 24 %a4 = call i32 @get_val() 25 %a5 = call i32 @get_val() 26 %a6 = call i32 @get_val() 27 %a7 = call i32 @get_val() [all …]
|
/external/pigweed/pw_rpc/raw/ |
D | client_reader_writer_test.cc | 34 RawUnaryReceiver call; in TEST() local 36 ASSERT_FALSE(call.active()); in TEST() 37 EXPECT_EQ(call.channel_id(), Channel::kUnassignedChannelId); in TEST() 39 EXPECT_EQ(Status::FailedPrecondition(), call.Cancel()); in TEST() 41 call.set_on_completed([](ConstByteSpan, Status) {}); in TEST() 42 call.set_on_error([](Status) {}); in TEST() 46 RawClientWriter call; in TEST() local 48 ASSERT_FALSE(call.active()); in TEST() 49 EXPECT_EQ(call.channel_id(), Channel::kUnassignedChannelId); in TEST() 51 EXPECT_EQ(Status::FailedPrecondition(), call.Write({})); in TEST() [all …]
|
/external/pigweed/pw_rpc/pwpb/ |
D | client_reader_writer_test.cc | 46 PwpbUnaryReceiver<TestResponse::Message> call; in TEST() local 48 ASSERT_FALSE(call.active()); in TEST() 49 EXPECT_EQ(call.channel_id(), Channel::kUnassignedChannelId); in TEST() 51 EXPECT_EQ(Status::FailedPrecondition(), call.Cancel()); in TEST() 53 call.set_on_completed([](const TestResponse::Message&, Status) {}); in TEST() 54 call.set_on_error([](Status) {}); in TEST() 58 PwpbClientWriter<TestRequest::Message, TestStreamResponse::Message> call; in TEST() local 60 ASSERT_FALSE(call.active()); in TEST() 61 EXPECT_EQ(call.channel_id(), Channel::kUnassignedChannelId); in TEST() 63 EXPECT_EQ(Status::FailedPrecondition(), call.Write({})); in TEST() [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
D | double-float-shrink-1.ll | 14 %call = call fast double @acos(double %conv) 15 %conv1 = fptrunc double %call to float 18 ; CHECK: call fast float @acosf(float %f) 23 %call = call fast double @acos(double %conv) 24 ret double %call 26 ; CHECK: call fast double @acos(double %conv) 31 %call = call fast double @acosh(double %conv) 32 %conv1 = fptrunc double %call to float 35 ; CHECK: call fast float @acoshf(float %f) 40 %call = call fast double @acosh(double %conv) [all …]
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | battery_utils_test.py | 102 self.watchMethodCalls(self.call.adb, ignore=['GetDeviceSerial']) 125 with self.assertCalls((self.call.device.RunShellCommand( 130 large_output=True), []), (self.call.battery.GetCharging(), False), 131 (self.call.battery.GetCharging(), True)): 136 with self.assertCalls((self.call.device.RunShellCommand( 141 large_output=True), []), (self.call.battery.GetCharging(), True)): 147 with self.assertCalls((self.call.device.RunShellCommand( 152 large_output=True), []), (self.call.battery.GetCharging(), True), 153 (self.call.battery.GetCharging(), False)): 160 with self.patch_call(self.call.device.build_version_sdk, return_value=22): [all …]
|
D | device_utils_test.py | 147 mock.call.devil.utils.cmd_helper.GetCmdOutput( 161 mock.call.devil.android.sdk.adb_wrapper.AdbWrapper.KillServer(), 162 (mock.call.devil.utils.cmd_helper.GetCmdStatusAndOutput( 164 mock.call.devil.android.sdk.adb_wrapper.AdbWrapper.StartServer(), 165 (mock.call.devil.utils.cmd_helper.GetCmdStatusAndOutput( 167 (1, '')), (mock.call.devil.utils.cmd_helper.GetCmdStatusAndOutput( 222 self.watchMethodCalls(self.call.adb, ignore=['GetDeviceSerial']) 261 return (self.call.device.RunShellCommand( 327 with self.assertCalls((self.call.adb.GetDeviceSerial(), 334 with self.assertCall(self.call.adb.GetState(), 'device'): [all …]
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | si-spill-sgpr-stack.ll | 13 call void asm sideeffect "", "~{SGPR0_SGPR1_SGPR2_SGPR3_SGPR4_SGPR5_SGPR6_SGPR7}" () 14 call void asm sideeffect "", "~{SGPR8_SGPR9_SGPR10_SGPR11_SGPR12_SGPR13_SGPR14_SGPR15}" () 15 call void asm sideeffect "", "~{SGPR16_SGPR17_SGPR18_SGPR19_SGPR20_SGPR21_SGPR22_SGPR23}" () 16 call void asm sideeffect "", "~{SGPR24_SGPR25_SGPR26_SGPR27_SGPR28_SGPR29_SGPR30_SGPR31}" () 17 call void asm sideeffect "", "~{SGPR32_SGPR33_SGPR34_SGPR35_SGPR36_SGPR37_SGPR38_SGPR39}" () 18 call void asm sideeffect "", "~{SGPR40_SGPR41_SGPR42_SGPR43_SGPR44_SGPR45_SGPR46_SGPR47}" () 19 call void asm sideeffect "", "~{SGPR48_SGPR49_SGPR50_SGPR51_SGPR52_SGPR53_SGPR54_SGPR55}" () 20 call void asm sideeffect "", "~{SGPR56_SGPR57_SGPR58_SGPR59_SGPR60_SGPR61_SGPR62_SGPR63}" () 21 call void asm sideeffect "", "~{SGPR64_SGPR65_SGPR66_SGPR67_SGPR68_SGPR69_SGPR70_SGPR71}" () 22 call void asm sideeffect "", "~{SGPR72_SGPR73_SGPR74_SGPR75_SGPR76_SGPR77_SGPR78_SGPR79}" () [all …]
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_master_service.cc | 151 MasterCall<CreateSessionRequest, CreateSessionResponse>* call) { in CreateSessionHandler() argument 154 rewritten_req->MergeFrom(call->request); in CreateSessionHandler() 155 master_impl_->CreateSession(rewritten_req, &call->response, in CreateSessionHandler() 156 [call, rewritten_req](const Status& status) { in CreateSessionHandler() 157 call->SendResponse(ToGrpcStatus(status)); in CreateSessionHandler() 165 MasterCall<ExtendSessionRequest, ExtendSessionResponse>* call) { in ExtendSessionHandler() argument 166 master_impl_->ExtendSession(&call->request, &call->response, in ExtendSessionHandler() 167 [call](const Status& status) { in ExtendSessionHandler() 168 call->SendResponse(ToGrpcStatus(status)); in ExtendSessionHandler() 175 MasterCall<PartialRunSetupRequest, PartialRunSetupResponse>* call) { in PartialRunSetupHandler() argument [all …]
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/shaders/ |
D | generate_shaders.bat | 24 call:BuildShader Passthrough2D11.hlsl VS_Passthrough2D vs_4_0_level_9_3 compiled\passthrou… 25 call:BuildShader Passthrough2D11.hlsl PS_PassthroughRGBA2D ps_4_0_level_9_3 compiled\passthrou… 26 call:BuildShader Passthrough2D11.hlsl PS_PassthroughA2D ps_4_0_level_9_3 compiled\passthrou… 27 call:BuildShader Passthrough2D11.hlsl PS_PassthroughRGBA2DMS ps_4_1 compiled\passthrou… 28 call:BuildShader Passthrough2D11.hlsl PS_PassthroughRGB2D ps_4_0_level_9_3 compiled\passthrou… 29 call:BuildShader Passthrough2D11.hlsl PS_PassthroughRG2D ps_4_0_level_9_3 compiled\passthrou… 30 call:BuildShader Passthrough2D11.hlsl PS_PassthroughR2D ps_4_0_level_9_3 compiled\passthrou… 31 call:BuildShader Passthrough2D11.hlsl PS_PassthroughLum2D ps_4_0_level_9_3 compiled\passthrou… 32 call:BuildShader Passthrough2D11.hlsl PS_PassthroughLumAlpha2D ps_4_0_level_9_3 compiled\passthrou… 34 call:BuildShader Passthrough2D11.hlsl PS_PassthroughRGBA2D_4444 ps_4_0_level_9_3 compiled\passthrou… [all …]
|
/external/llvm/test/CodeGen/Thumb2/ |
D | cbnz.ll | 13 call void @x() 14 call void @x() 15 call void @x() 16 call void @x() 17 call void @x() 18 call void @x() 19 call void @x() 20 call void @x() 21 call void @x() 22 call void @x() [all …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-rounding.ll | 8 %call = tail call float @floorf(float %a) nounwind readnone 9 ret float %call 19 %call = tail call double @floor(double %a) nounwind readnone 20 ret double %call 29 %call = tail call float @nearbyintf(float %a) nounwind readnone 30 ret float %call 39 %call = tail call double @nearbyint(double %a) nounwind readnone 40 ret double %call 50 %call = tail call float @ceilf(float %a) nounwind readnone 51 ret float %call [all …]
|
D | round-conv.ll | 8 %call = call float @floorf(float %a) nounwind readnone 9 %conv = fptosi float %call to i32 18 %call = call float @floorf(float %a) nounwind readnone 19 %conv = fptosi float %call to i64 28 %call = call double @floor(double %a) nounwind readnone 29 %conv = fptosi double %call to i32 38 %call = call double @floor(double %a) nounwind readnone 39 %conv = fptosi double %call to i64 48 %call = call float @floorf(float %a) nounwind readnone 49 %conv = fptoui float %call to i32 [all …]
|
/external/angle/src/common/ |
D | frame_capture_utils_autogen.cpp | 17 void WriteParamCaptureReplay(std::ostream &os, const CallCapture &call, const ParamCapture ¶m) in WriteParamCaptureReplay() argument 23 os, call, param.value.AHardwareBufferConstPointerVal); in WriteParamCaptureReplay() 26 WriteParamValueReplay<ParamType::TAlphaTestFunc>(os, call, in WriteParamCaptureReplay() 30 WriteParamValueReplay<ParamType::TBufferBinding>(os, call, in WriteParamCaptureReplay() 34 WriteParamValueReplay<ParamType::TBufferID>(os, call, param.value.BufferIDVal); in WriteParamCaptureReplay() 38 os, call, param.value.BufferIDConstPointerVal); in WriteParamCaptureReplay() 41 WriteParamValueReplay<ParamType::TBufferIDPointer>(os, call, in WriteParamCaptureReplay() 45 WriteParamValueReplay<ParamType::TBufferUsage>(os, call, param.value.BufferUsageVal); in WriteParamCaptureReplay() 49 os, call, param.value.ClientVertexArrayTypeVal); in WriteParamCaptureReplay() 52 WriteParamValueReplay<ParamType::TClipDepthMode>(os, call, in WriteParamCaptureReplay() [all …]
|
/external/llvm/test/Transforms/ConstProp/ |
D | calls.ll | 50 ; CHECK-NOT: call 52 %A = call double @cos(double 0.000000e+00) 53 %B = call double @sin(double 0.000000e+00) 55 %C = call double @tan(double 0.000000e+00) 57 %D = call double @sqrt(double 4.000000e+00) 62 ; FNOBUILTIN: call 63 %1 = call double @acos(double 1.000000e+00) 65 ; FNOBUILTIN: call 66 %2 = call double @asin(double 1.000000e+00) 68 ; FNOBUILTIN: call [all …]
|