Searched refs:ANDROID_DIR (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/platform_tools/android/tests/
H A Dtest_variables.py16 ANDROID_DIR = os.path.normpath(os.path.join(SCRIPT_DIR, os.pardir)) variable
19 BIN_DIR = os.path.join(ANDROID_DIR, 'bin')
22 GYP_GEN_DIR = os.path.join(ANDROID_DIR, 'gyp_gen')
H A Dandroid_framework_gyp_tests.py19 sys.path.append(test_variables.ANDROID_DIR)
/external/skia/platform_tools/android/tests/
H A Dtest_variables.py16 ANDROID_DIR = os.path.normpath(os.path.join(SCRIPT_DIR, os.pardir)) variable
19 BIN_DIR = os.path.join(ANDROID_DIR, 'bin')
22 GYP_GEN_DIR = os.path.join(ANDROID_DIR, 'gyp_gen')
H A Dandroid_framework_gyp_tests.py19 sys.path.append(test_variables.ANDROID_DIR)
/external/chromium_org/tools/gyp/buildbot/
H A Dbuildbot_run.py26 ANDROID_DIR = os.path.join(ROOT_DIR, 'android') variable
81 shutil.rmtree(ANDROID_DIR)
84 if not os.path.isdir(ANDROID_DIR):
85 os.mkdir(ANDROID_DIR)
93 android_manifest = os.path.join(ANDROID_DIR, '.repo', 'manifests',
106 cwd=ANDROID_DIR)
111 cwd=ANDROID_DIR)
116 system_img = os.path.join(ANDROID_DIR, 'out', 'target', 'product', 'generic',
125 cwd=ANDROID_DIR)
134 cwd=ANDROID_DIR)
[all...]
/external/deqp/android/scripts/
H A Dlaunch.py14 os.chdir(common.ANDROID_DIR)
H A Dbuild.py47 deqpDir = os.path.normpath(os.path.join(common.ANDROID_DIR, ".."))
97 manifestSrcPath = os.path.normpath(os.path.join(common.ANDROID_DIR, "package", "AndroidManifest.xml"))
116 "-Dsource.dir=" + os.path.join(common.ANDROID_DIR, "package", "src"),
117 "-Dresource.absolute.dir=" + os.path.join(common.ANDROID_DIR, "package", "res")
121 os.chdir(os.path.join(common.ANDROID_DIR, "package"))
141 def build (buildRoot=common.ANDROID_DIR, isRelease=False, nativeBuildType="Release"):
180 parser.add_argument('--build-root', dest='buildRoot', default=common.ANDROID_DIR, help="Root directory for storing build results.")
H A Dinstall.py13 os.chdir(common.ANDROID_DIR)
H A Dcommon.py147 ANDROID_DIR = os.path.realpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), "..")) variable
H A Ddebug.py62 debugDir = os.path.join(common.ANDROID_DIR, "debug")

Completed in 179 milliseconds