OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_jar
(Results
1 - 4
of
4
) 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
11
import
test_jar
namespace
14
class TestPackage(
test_jar
.TestJar):
16
test_jar
.TestJar.__init__(self, jar_path)
/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
306
'--test-jar', dest='
test_jar
',
335
if not options.
test_jar
:
338
if os.path.exists(options.
test_jar
):
340
options.uiautomator_jar = options.
test_jar
345
'%s.dex.jar' % options.
test_jar
)
606
test_package=os.path.basename(options.
test_jar
),
Completed in 38 milliseconds