Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/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
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
Decma-builtin-typedarray-prototype.c464 ecma_typedarray_info_t target_info = ecma_typedarray_get_info (target_obj_p); in ecma_builtin_typedarray_prototype_map() local
858 ecma_typedarray_info_t target_info = ecma_typedarray_get_info (target_typedarray_p); in ecma_op_typedarray_set_with_typedarray() local
961 ecma_typedarray_info_t target_info = ecma_typedarray_get_info (typedarray_p); in ecma_builtin_typedarray_prototype_set() local
/third_party/cef/libcef/browser/
Dimage_impl.cc352 SkImageInfo target_info = SkImageInfo::Make( in ConvertBitmap() local
/third_party/rust/crates/bindgen/bindgen/ir/
Dcontext.rs371 target_info: clang::TargetInfo, field
555 let target_info = clang::TargetInfo::new(&translation_unit); in new() localVariable