Home
last modified time | relevance | path

Searched refs:target_out (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/startop/view_compiler/
Dapk_layout_compiler.cc84 CompilationTarget target, std::ostream& target_out) { in CompileApkAssetsLayouts() argument
140 JavaLangViewBuilder builder{package_name, layout_name, target_out}; in CompileApkAssetsLayouts()
155 target_out.write(image.ptr<const char>(), image.size()); in CompileApkAssetsLayouts()
161 std::ostream& target_out) { in CompileApkLayouts() argument
163 CompileApkAssetsLayouts(assets, target, target_out); in CompileApkLayouts()
167 std::ostream& target_out) { in CompileApkLayoutsFd() argument
171 CompileApkAssetsLayouts(assets, target, target_out); in CompileApkLayoutsFd()
Dapk_layout_compiler.h29 std::ostream& target_out);
31 std::ostream& target_out);
/frameworks/base/tools/fonts/
Dfontchain_linter.py663 target_out = sys.argv[1]
664 _fonts_dir = path.join(target_out, 'fonts')
666 fonts_xml_path = path.join(target_out, 'etc', 'fonts.xml')
673 hyphens_dir = path.join(target_out, 'usr', 'hyphen-data')