Home
last modified time | relevance | path

Searched refs:output_path (Results 1 – 5 of 5) sorted by relevance

/art/test/712-varhandle-invocations/util-src/
Dgenerate_java.py809 def emit_accessor_test(var_handle_kind, accessor, var_type, output_path): argument
812 src_file_path = output_path / java_file_for_class(test_class)
989 def emit_value_type_accessor_tests(output_path): argument
993 emit_accessor_test(var_handle_kind, accessor, var_type, output_path)
995 def emit_reference_accessor_tests(output_path): argument
1003 emit_accessor_test(var_handle_kind, accessor, ref_type, output_path)
1005 def emit_interface_accessor_tests(output_path): argument
1013 emit_accessor_test(var_handle_kind, accessor, ref_type, output_path)
1015 def emit_boxing_value_type_accessor_test(accessor, var_type, output_path): argument
1018 src_file_path = output_path / java_file_for_class(test_class)
[all …]
/art/tools/
Dtest_presubmit.py43 'args' : lambda output_path: [output_path],
/art/odrefresh/
Dodrefresh.h346 const std::string& output_path) const;
Dodrefresh.cc1846 const std::string& output_path) const { in RunDex2oatForBootClasspath()
1918 OdrArtifacts::ForBootImage(output_path), in RunDex2oatForBootClasspath()
2026 std::string output_path = GetSystemServerImagePath(/*on_system=*/false, dex_file); in RunDex2oatForSystemServer() local
2082 OdrArtifacts::ForSystemServer(output_path), in RunDex2oatForSystemServer()
/art/tools/hiddenapi/
Dhiddenapi.cc885 const std::string& output_path = output_dex_paths_[i]; in EncodeAccessFlags() local
922 dex_editor.WriteTo(output_path); in EncodeAccessFlags()