Searched refs:target_out (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/startop/view_compiler/ |
D | apk_layout_compiler.cc | 84 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()
|
D | apk_layout_compiler.h | 29 std::ostream& target_out); 31 std::ostream& target_out);
|
/frameworks/base/tools/fonts/ |
D | fontchain_linter.py | 663 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')
|