HomeSort by relevance Sort by last modified time
    Searched refs:jar_path (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/build/android/pylib/uiautomator/
test_package.py 14 def __init__(self, jar_path, jar_info_path):
17 if not os.path.exists(jar_path):
18 raise Exception('%s not found, please build it' % jar_path)
19 self._jar_path = jar_path
  /external/chromium_org/build/android/gyp/
jar_toc.py 71 def UpdateToc(jar_path, toc_path):
72 classes = GetClassesInZipFile(zipfile.ZipFile(jar_path))
73 javap_output = CallJavap(classpath=jar_path, classes=classes)
81 jar_path = options.jar_path
85 lambda: UpdateToc(jar_path, toc_path),
87 input_paths=[jar_path],
jar.py 22 jar_path = os.path.abspath(options.jar_path)
29 jar_cmd = ['jar', 'cf0', jar_path] + class_files_rel
31 record_path = '%s.md5.stamp' % options.jar_path
38 build_utils.Touch(options.jar_path)
  /external/chromium_org/build/android/pylib/instrumentation/
test_package.py 15 def __init__(self, apk_path, jar_path):
16 test_jar.TestJar.__init__(self, jar_path)
test_jar.py 33 def __init__(self, jar_path):
34 if not os.path.exists(jar_path):
35 raise Exception('%s not found, please build it' % jar_path)
43 self._jar_path = jar_path
  /frameworks/webview/chromium/tools/
jar_check.py 30 def JarCheck(jar_path, whitelist_path):
34 jar_path: The path to the .jar file to be checked.
43 with contextlib.closing(zipfile.ZipFile(jar_path)) as jar:
  /prebuilts/devtools/tools/
android.bat 40 set jar_path=lib\sdkmanager.jar;lib\swtmenubar.jar variable
65 rem jar_path and swt_path are relative to PWD so we don't need to adjust them, just change dirs.
82 call %java_exe% %REMOTE_DEBUG% -Dcom.android.sdkmanager.toolsdir="%tools_dir%" -Dcom.android.sdkmanager.workdir=%work_dir% -classpath "%jar_path%;%swt_path%\swt.jar" com.android.sdkmanager.Main %*
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
grammar.rb 248 jar_path = options.fetch( :antlr_jar, default_antlr_jar )
249 parts.push( '-cp', jar_path )

Completed in 1077 milliseconds