Home
last modified time | relevance | path

Searched defs:target_info (Results 1 – 3 of 3) sorted by relevance

/external/angle/scripts/
Dgenerate_android_bp.py104 def gn_target_to_blueprint_target(target, target_info): argument
196 def gn_deps_to_blueprint_deps(target_info, build_info): argument
244 def gn_libs_to_blueprint_shared_libraries(target_info): argument
259 def gn_include_dirs_to_blueprint_include_dirs(target_info): argument
272 def gn_cflags_to_blueprint_cflags(target_info): argument
/external/ImageMagick/MagickCore/
Dprofile.c462 const LCMSInfo *target_info,const cmsUInt32Number flags, in AcquireTransformThreadSet()
525 const LCMSInfo *source_info,const LCMSInfo *target_info, in TransformDoublePixels()
530 #define SetLCMSPixel(target_info,pixel) \ in TransformDoublePixels() argument
580 const LCMSInfo *source_info,const LCMSInfo *target_info, in TransformQuantumPixels()
1017 target_info; in ProfileImage() local
/external/rust/crates/bindgen/src/ir/
Dcontext.rs374 target_info: Option<clang::TargetInfo>, field
547 let target_info = clang::TargetInfo::new(&translation_unit); in new() localVariable