OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANDROID_DIR
(Results
1 - 10
of
10
) sorted by null
/external/deqp/android/scripts/
launch.py
34
os.chdir(common.
ANDROID_DIR
)
build.py
57
deqpDir = os.path.normpath(os.path.join(common.
ANDROID_DIR
, ".."))
105
manifestSrcPath = os.path.normpath(os.path.join(common.
ANDROID_DIR
, "package", "AndroidManifest.xml"))
124
"-Dsource.dir=" + os.path.join(common.
ANDROID_DIR
, "package", "src"),
125
"-Dresource.absolute.dir=" + os.path.join(common.
ANDROID_DIR
, "package", "res")
129
os.chdir(os.path.join(common.
ANDROID_DIR
, "package"))
149
def build (buildRoot=common.
ANDROID_DIR
, androidBuildType='debug', nativeBuildType="Release", javaApi=common.ANDROID_JAVA_API, doParallelBuild=False):
245
parser.add_argument('--build-root', dest='buildRoot', default=common.
ANDROID_DIR
, help="Root directory for storing build results.")
install.py
71
parser.add_argument('-b', '--build-root', dest='buildRoot', default=common.
ANDROID_DIR
, help="Root directory from which to pick up APK. Generally, build root specified in build.py")
common.py
229
ANDROID_DIR
= os.path.realpath(os.path.join(os.path.dirname(os.path.abspath(__file__)), ".."))
318
"
ANDROID_DIR
",
debug.py
87
debugDir = os.path.join(common.
ANDROID_DIR
, "debug")
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/
run-tests.py
25
ANDROID_DIR
= os.path.realpath(os.path.join(THIS_DIR, '../..'))
76
cmd = ['make', '-C',
ANDROID_DIR
, '-f', main_mk, 'all_modules']
87
lit_path = os.path.join(
ANDROID_DIR
, 'external/llvm/utils/lit/lit.py')
/external/libcxx/
run_tests.py
27
ANDROID_DIR
= os.path.realpath(os.path.join(THIS_DIR, '../..'))
101
'make', '-j', '-C',
ANDROID_DIR
, '-f', main_mk,
118
lit_path = os.path.join(
ANDROID_DIR
, 'external/llvm/utils/lit/lit.py')
/external/clang/
update-prebuilts.py
30
ANDROID_DIR
= os.path.realpath(os.path.join(THIS_DIR, '../..'))
36
return os.path.join(
ANDROID_DIR
, *args)
/frameworks/rs/
update-prebuilts.py
30
ANDROID_DIR
= os.path.realpath(os.path.join(THIS_DIR, '../..'))
36
return os.path.join(
ANDROID_DIR
, *args)
/bionic/libc/kernel/tools/
generate_uapi_headers.sh
41
ANDROID_DIR
=""
Completed in 341 milliseconds