Home
last modified time | relevance | path

Searched refs:target_info (Results 1 – 23 of 23) sorted by relevance

/external/angle/scripts/
Dgenerate_android_bp.py121 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/
Dprofile.c462 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/
Dwrapper.exp27 if { [target_info needs_status_wrapper] != "" \
28 && [target_info needs_status_wrapper] != "0" \
30 set saved_wrap_compile_flags [target_info wrap_compile_flags]
Dlibffi.exp358 if { [target_info needs_status_wrapper]!="" && [info exists gluefile] } {
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/lib/
Dwrapper.exp27 if { [target_info needs_status_wrapper] != "" \
28 && [target_info needs_status_wrapper] != "0" \
30 set saved_wrap_compile_flags [target_info wrap_compile_flags]
Dlibffi.exp184 if { [target_info needs_status_wrapper]!="" && [info exists gluefile] } {
/external/libcxx/utils/libcxx/test/
Dconfig.py21 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 …]
Dtarget_info.py289 target_info = getattr(mod, info)(full_config)
291 return target_info
/external/curl/lib/vauth/
Dntlm.c192 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/
Dsys_info_unittest.cc251 [](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/
Dlit.site.cfg.in16 config.target_info = "@LIBCXXABI_TARGET_INFO@"
DCMakeLists.txt21 set(LIBCXXABI_TARGET_INFO "libcxx.test.target_info.LocalTI" CACHE STRING
/external/cronet/net/ntlm/
Dntlm.cc337 base::span<const uint8_t> target_info, in GenerateNtlmProofV2() argument
344 HMAC_Update(ctx.get(), target_info.data(), target_info.size()); in GenerateNtlmProofV2()
Dntlm.h152 base::span<const uint8_t> target_info,
/external/libcxx/test/
Dlit.site.cfg.in24 config.target_info = "@LIBCXX_TARGET_INFO@"
DCMakeLists.txt51 set(LIBCXX_TARGET_INFO "libcxx.test.target_info.LocalTI" CACHE STRING
/external/icing/icing/join/
Dqualified-id-type-joinable-index_test.cc615 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/
Dcontext.rs371 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/
Dcurl_ntlm_core.c663 memcpy(ptr + 44, ntlm->target_info, ntlm->target_info_len); in Curl_ntlm_core_mk_ntlmv2_resp()
Durldata.h413 void *target_info; /* TargetInfo received in the ntlm type-2 message */
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc465 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/
Dcommand_line_interface.cc463 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/
DSIInsertWaitcnts.cpp885 (group_size == 0 || group_size > target_info->GetWaveFrontSize()); in generateWaitcntInstBefore()
897 if (target_info->HasBufferLoadToLDS()) { in generateWaitcntInstBefore()