Home
last modified time | relevance | path

Searched refs:srcjar_path (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/cronet/third_party/jni_zero/test/
H A Dintegration_tests.py116 def _CheckSrcjarGoldens(self, srcjar_path, name_to_goldens): argument
117 with zipfile.ZipFile(srcjar_path, 'r') as srcjar:
126 def _CheckPlaceholderSrcjarGolden(self, srcjar_path, golden_path): argument
131 with zipfile.ZipFile(srcjar_path, 'r') as srcjar:
182 srcjar_path = os.path.join(tdir, 'srcjar.jar')
183 cmd += ['--srcjar-path', srcjar_path]
202 self._CheckSrcjarGoldens(srcjar_path, name_to_goldens)
247 srcjar_path = os.path.join(tdir, 'srcjar.jar')
248 cmd += ['--srcjar-path', srcjar_path]
256 self._CheckSrcjarGoldens(srcjar_path, name_to_goldens)
/aosp_15_r20/external/cronet/third_party/jni_zero/
H A Djni_generator.py497 def _CreateSrcJar(srcjar_path, argument
503 with common.atomic_output(srcjar_path) as f:
523 def _CreatePlaceholderSrcJar(srcjar_path, jni_objs, *, script_name): argument
525 with common.atomic_output(srcjar_path) as f:
602 if args.srcjar_path:
608 _CreateSrcJar(args.srcjar_path,
615 zipfile.ZipFile(args.srcjar_path, 'w').close()
H A Djni_registration_generator.py163 with common.atomic_output(options.srcjar_path) as f:
939 _write_depfile(args.depfile, args.srcjar_path, all_inputs)
/aosp_15_r20/tools/asuite/aidegen/lib/
H A Dsource_locator_unittest.py399 srcjar_path = 'a/b/aapt2.srcjar'
401 test_module['srcjars'] = [srcjar_path]
402 expected_result = [srcjar_path]
407 module_data._collect_srcjar_path(srcjar_path)
/aosp_15_r20/tools/asuite/aidegen/idea/
H A Diml_unittest.py77 srcjar_path = os.path.join(IMLGenUnittests._TEST_DIR, 'x/y.srcjar')
107 SRCJAR=srcjar_path,
/aosp_15_r20/external/cronet/build/android/gyp/
H A Dcompile_java.py323 def AddSrcJarSources(self, srcjar_path, extracted_paths, parent_dir): argument
328 srcjar_path, os.path.relpath(path, parent_dir))
H A Dcompile_resources.py896 (options.srcjar_out, build.srcjar_path),
999 with action_helpers.atomic_output(build.srcjar_path) as f:
/aosp_15_r20/external/angle/build/android/gyp/
H A Dcompile_java.py288 def AddSrcJarSources(self, srcjar_path, extracted_paths, parent_dir): argument
293 srcjar_path, os.path.relpath(path, parent_dir))
H A Dcompile_resources.py897 (options.srcjar_out, build.srcjar_path),
1000 with action_helpers.atomic_output(build.srcjar_path) as f:
/aosp_15_r20/external/cronet/build/android/gyp/util/
H A Dresource_utils.py920 self.srcjar_path = os.path.join(self.temp_dir, 'R.srcjar')
/aosp_15_r20/external/angle/build/android/gyp/util/
H A Dresource_utils.py920 self.srcjar_path = os.path.join(self.temp_dir, 'R.srcjar')
/aosp_15_r20/external/angle/build/config/android/
H A Dinternal_rules.gni690 outputs = [ invoker.srcjar_path ]
697 rebase_path(invoker.srcjar_path, root_build_dir),
3990 srcjar_path = "$target_gen_dir/$target_name.srcjar"
/aosp_15_r20/external/cronet/build/config/android/
H A Dinternal_rules.gni675 outputs = [ invoker.srcjar_path ]
682 rebase_path(invoker.srcjar_path, root_build_dir),
3909 srcjar_path = "$target_gen_dir/$target_name.srcjar"