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

  /external/chromium_org/build/android/pylib/uiautomator/
test_package.py 10 from pylib.instrumentation import test_jar namespace
13 class TestPackage(test_jar.TestJar):
15 test_jar.TestJar.__init__(self, jar_info_path)
  /external/chromium_org/build/android/pylib/instrumentation/
test_package.py 9 from pylib.instrumentation import test_jar namespace
13 class TestPackage(test_jar.TestJar):
15 test_jar.TestJar.__init__(self, jar_path)
  /external/chromium_org/build/android/gyp/
apk_obfuscate.py 96 with zipfile.ZipFile(options.test_jar_path, 'w') as test_jar:
101 test_jar.writestr(name, zip_entry.read())
  /external/chromium_org/chrome/test/chromedriver/test/
run_java_tests.py 92 test_jar = 'test-standalone.jar'
93 class_path = test_jar
97 shutil.copyfile(os.path.join(java_tests_src_dir, test_jar),
98 os.path.join(test_dir, test_jar))
  /external/chromium_org/build/android/
test_runner.py 310 '--test-jar', dest='test_jar',
339 if not options.test_jar:
342 if os.path.exists(options.test_jar):
344 options.uiautomator_jar = options.test_jar
349 '%s.dex.jar' % options.test_jar)
614 test_package=os.path.basename(options.test_jar),

Completed in 278 milliseconds