Searched defs:target_info (Results 1 – 3 of 3) sorted by relevance
/external/angle/scripts/ |
D | generate_android_bp.py | 104 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/ |
D | profile.c | 462 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/ |
D | context.rs | 374 target_info: Option<clang::TargetInfo>, field 547 let target_info = clang::TargetInfo::new(&translation_unit); in new() localVariable
|