| /ndk/build/tools/ |
| D | package.py | 174 def extract_all(path, packages, out_dir): argument 217 def make_ndk_build_shortcut(out_dir, host): argument 224 def make_ndk_build_cmd_helper(out_dir): argument 232 def make_ndk_build_sh_helper(out_dir): argument 244 def make_source_properties(out_dir): argument 253 def copy_changelog(out_dir): argument 258 def make_package(release, package_dir, packages, host, out_dir, temp_dir): argument
|
| /ndk/ |
| D | checkbuild.py | 129 def package_ndk(out_dir, dist_dir, args): argument 142 def test_ndk(out_dir, args): argument 175 def common_build_args(out_dir, dist_dir, args): argument 267 def pack_binutils(arch, host_tag, out_dir, binutils_path): argument 281 def build_binutils(out_dir, dist_dir, args): argument 319 def build_clang(out_dir, dist_dir, args): argument 324 def build_gcc(out_dir, dist_dir, args): argument 332 def build_gcc_libs(out_dir, dist_dir, args): argument 391 def build_host_tools(out_dir, dist_dir, args): argument 437 def package_host_tools(out_dir, dist_dir, host): argument [all …]
|
| D | ndk-gdb.py | 450 def pull_binaries(device, out_dir, is64bit): argument
|
| /ndk/build/lib/ |
| D | build_support.py | 165 def get_dist_dir(out_dir): argument 189 def make_repo_prop(out_dir): argument 206 def make_package(name, directory, out_dir): argument
|
| /ndk/tests/ |
| D | tests.py | 70 def _run_test(self, test, out_dir, test_filters): argument 88 def run(self, out_dir, test_filters): argument 209 def run(self, out_dir, test_filters): argument 259 def run(self, out_dir, test_filters): argument 269 def run_case(self, out_dir, test_case, golden_out_path, test_filters): argument 300 def _prep_build_dir(src_dir, out_dir): argument 476 def run(self, out_dir, _): argument 499 def run(self, out_dir, _): argument 518 def run(self, out_dir, _): argument 623 def run(self, out_dir, test_filters): argument
|