/external/angle/scripts/ |
D | generate_android_bp.py | 121 def gn_target_to_blueprint_target(target, target_info): argument 122 if 'output_name' in target_info: 123 return target_info['output_name'] 217 target_info = build_info[abi][target] 223 if 'deps' not in target_info: 226 for dep in target_info['deps']: 262 def gn_libs_to_blueprint_shared_libraries(target_info): argument 269 if 'libs' in target_info: 270 for lib in target_info['libs']: 277 def gn_include_dirs_to_blueprint_include_dirs(target_info): argument [all …]
|
/external/ImageMagick/MagickCore/ |
D | profile.c | 462 const LCMSInfo *target_info,const cmsUInt32Number flags, in AcquireTransformThreadSet() argument 483 source_info->type,target_info->profile,target_info->type, in AcquireTransformThreadSet() 484 target_info->intent,flags); in AcquireTransformThreadSet() 525 const LCMSInfo *source_info,const LCMSInfo *target_info, in TransformDoublePixels() argument 530 #define SetLCMSPixel(target_info,pixel) \ in TransformDoublePixels() argument 531 ClampToQuantum(target_info->scale*QuantumRange*(pixel)+target_info->translate) in TransformDoublePixels() 553 target_info->pixels[id],(unsigned int) image->columns); in TransformDoublePixels() 554 p=(double *) target_info->pixels[id]; in TransformDoublePixels() 558 if (target_info->channels == 1) in TransformDoublePixels() 559 SetPixelGray(image,SetLCMSPixel(target_info,*p),q); in TransformDoublePixels() [all …]
|
/external/libffi/testsuite/lib/ |
D | wrapper.exp | 27 if { [target_info needs_status_wrapper] != "" \ 28 && [target_info needs_status_wrapper] != "0" \ 30 set saved_wrap_compile_flags [target_info wrap_compile_flags]
|
D | libffi.exp | 358 if { [target_info needs_status_wrapper]!="" && [info exists gluefile] } {
|
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/lib/ |
D | wrapper.exp | 27 if { [target_info needs_status_wrapper] != "" \ 28 && [target_info needs_status_wrapper] != "0" \ 30 set saved_wrap_compile_flags [target_info wrap_compile_flags]
|
D | libffi.exp | 184 if { [target_info needs_status_wrapper]!="" && [info exists gluefile] } {
|
/external/libcxx/utils/libcxx/test/ |
D | config.py | 21 from libcxx.test.target_info import make_target_info 208 self.target_info = make_target_info(self) 361 use_lit_shell_default = self.target_info.use_lit_shell_default() 386 self.target_info.add_locale_features(self.config.available_features) 388 target_platform = self.target_info.platform() 484 if self.target_info.platform() == "darwin" and \ 485 self.target_info.is_host_macosx() and \ 539 self.target_info.add_cxx_compile_flags(self.cxx.compile_flags) 825 if self.target_info.allow_cxxabi_link(): 854 self.target_info.add_cxx_link_flags(self.cxx.link_flags) [all …]
|
D | target_info.py | 289 target_info = getattr(mod, info)(full_config) 291 return target_info
|
/external/curl/lib/vauth/ |
D | ntlm.c | 192 free(ntlm->target_info); /* replace any previous data */ in ntlm_decode_type2_target() 193 ntlm->target_info = malloc(target_info_len); in ntlm_decode_type2_target() 194 if(!ntlm->target_info) in ntlm_decode_type2_target() 197 memcpy(ntlm->target_info, &type2[target_info_offset], target_info_len); in ntlm_decode_type2_target() 783 Curl_safefree(ntlm->target_info); in Curl_auth_cleanup_ntlm()
|
/external/cronet/base/system/ |
D | sys_info_unittest.cc | 251 [](absl::optional<SysInfo::HardwareInfo>* target_info, in TEST_F() 252 SysInfo::HardwareInfo info) { *target_info = std::move(info); }, in TEST_F() argument 278 [](absl::optional<SysInfo::HardwareInfo>* target_info, in TEST_F() 279 SysInfo::HardwareInfo info) { *target_info = std::move(info); }, in TEST_F() argument
|
/external/libcxxabi/test/ |
D | lit.site.cfg.in | 16 config.target_info = "@LIBCXXABI_TARGET_INFO@"
|
D | CMakeLists.txt | 21 set(LIBCXXABI_TARGET_INFO "libcxx.test.target_info.LocalTI" CACHE STRING
|
/external/cronet/net/ntlm/ |
D | ntlm.cc | 337 base::span<const uint8_t> target_info, in GenerateNtlmProofV2() argument 344 HMAC_Update(ctx.get(), target_info.data(), target_info.size()); in GenerateNtlmProofV2()
|
D | ntlm.h | 152 base::span<const uint8_t> target_info,
|
/external/libcxx/test/ |
D | lit.site.cfg.in | 24 config.target_info = "@LIBCXX_TARGET_INFO@"
|
D | CMakeLists.txt | 51 set(LIBCXX_TARGET_INFO "libcxx.test.target_info.LocalTI" CACHE STRING
|
/external/icing/icing/join/ |
D | qualified-id-type-joinable-index_test.cc | 615 DocJoinInfo target_info(/*document_id=*/1, /*joinable_property_id=*/20); in TEST_P() local 626 EXPECT_THAT(index->Get(target_info), in TEST_P() 629 ICING_ASSERT_OK(index->Put(target_info, ref_qualified_id_str)); in TEST_P() 630 ASSERT_THAT(index->Get(target_info), IsOkAndHolds(ref_qualified_id_str)); in TEST_P()
|
/external/rust/crates/bindgen/ir/ |
D | context.rs | 371 target_info: clang::TargetInfo, field 555 let target_info = clang::TargetInfo::new(&translation_unit); in new() localVariable 577 target_info, in new() 602 self.target_info.triple.starts_with("wasm32-") in is_target_wasm32() 615 self.target_info.pointer_width / 8 in target_pointer_size()
|
/external/curl/lib/ |
D | curl_ntlm_core.c | 663 memcpy(ptr + 44, ntlm->target_info, ntlm->target_info_len); in Curl_ntlm_core_mk_ntlmv2_resp()
|
D | urldata.h | 413 void *target_info; /* TargetInfo received in the ntlm type-2 message */
|
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface.cc | 465 google::protobuf::GeneratedCodeInfo& target_info); 677 size_t indent_length, google::protobuf::GeneratedCodeInfo& target_info) { in InsertShiftedInfo() argument 687 GeneratedCodeInfo::Annotation* annotation = target_info.add_annotation(); in InsertShiftedInfo()
|
/external/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface.cc | 463 google::protobuf::GeneratedCodeInfo& target_info); 675 size_t indent_length, google::protobuf::GeneratedCodeInfo& target_info) { in InsertShiftedInfo() argument 685 GeneratedCodeInfo::Annotation* annotation = target_info.add_annotation(); in InsertShiftedInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInsertWaitcnts.cpp | 885 (group_size == 0 || group_size > target_info->GetWaveFrontSize()); in generateWaitcntInstBefore() 897 if (target_info->HasBufferLoadToLDS()) { in generateWaitcntInstBefore()
|