OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANDROID_HOST_OUT
(Results
1 - 25
of
31
) sorted by null
1
2
/art/tools/ahat/
ahat
20
java -jar ${
ANDROID_HOST_OUT
}/framework/ahat.jar "$@"
/art/tools/dexfuzz/
dexfuzz
24
java ${DEBUG} -jar ${
ANDROID_HOST_OUT
}/framework/dexfuzz.jar "$@"
/packages/inputmethods/LatinIME/tools/dicttool/tests/etc/
test-dicttool.sh
27
java -classpath ${
ANDROID_HOST_OUT
}/framework/junit.jar:${
ANDROID_HOST_OUT
}/framework/dicttool_aosp.jar junit.textui.TestRunner com.android.inputmethod.latin.makedict.BinaryDictEncoderFlattenTreeTests
28
java -classpath ${
ANDROID_HOST_OUT
}/framework/junit.jar:${
ANDROID_HOST_OUT
}/framework/dicttool_aosp.jar junit.textui.TestRunner com.android.inputmethod.latin.dicttool.BinaryDictOffdeviceUtilsTests
/development/scripts/
acov
34
find $
ANDROID_HOST_OUT
\( -name '*.gcda' -o -name '*.gcno' \) -delete
40
if [ -d "$
ANDROID_HOST_OUT
" ]; then
41
find $
ANDROID_HOST_OUT
-name '*.gcda' -delete
62
ANDROID_OUT=$
ANDROID_HOST_OUT
/packages/inputmethods/LatinIME/native/dicttoolkit/
run_tests.sh
33
$
ANDROID_HOST_OUT
/bin/$test_name
/cts/hostsidetests/theme/
generate_images.sh
40
themeApkPath="$
ANDROID_HOST_OUT
/cts/android-cts/testcases/CtsThemeDeviceApp.apk"
/cts/tests/tests/security/tools/
format_cert.sh
8
OPENSSL="$
ANDROID_HOST_OUT
/bin/openssl"
9
if [ "$
ANDROID_HOST_OUT
" == "" ]; then
/cts/
test_defs.sh
19
JAR_DIR=${
ANDROID_HOST_OUT
}/framework
/cts/tools/cts-native-scanner/tests/
run_unit_tests.sh
26
JAR_DIR=${
ANDROID_HOST_OUT
}/framework
/prebuilts/clang/darwin-x86/host/3.6/
update.sh
11
cp -a `find ${
ANDROID_HOST_OUT
}/bin -name $file` $b
25
cp -a ${
ANDROID_HOST_OUT
}/lib/libc++.dylib lib/
26
cp -a ${
ANDROID_HOST_OUT
}/lib64/libc++.dylib lib64/
/art/test/dexdump/
run-all-tests
41
DEXD="${
ANDROID_HOST_OUT
}/bin/dexdump2"
46
DEXL="${
ANDROID_HOST_OUT
}/bin/dexlist"
/external/deqp/android/cts/runner/tests/
run_tests.sh
39
JAR_DIR=${
ANDROID_HOST_OUT
}/framework
/prebuilts/clang/linux-x86/host/3.6/
update-sanitizers.sh
8
OBJ32=${
ANDROID_HOST_OUT
}/obj32/STATIC_LIBRARIES
9
OBJ64=${
ANDROID_HOST_OUT
}/obj/STATIC_LIBRARIES
update.sh
11
cp -a `find ${
ANDROID_HOST_OUT
}/bin -name $file` $b
25
cp -a ${
ANDROID_HOST_OUT
}/lib/libc++.so lib/
26
cp -a ${
ANDROID_HOST_OUT
}/lib64/libc++.so lib64/
/cts/tests/tests/renderscript/src/android/renderscript/cts/
float16_gen.sh
18
LIBDIR=$
ANDROID_HOST_OUT
/lib64
/cts/tools/cts-tradefed/etc/
cts-tradefed
66
if [ ! -z "${
ANDROID_HOST_OUT
}" ]; then
67
CTS_ROOT=${
ANDROID_HOST_OUT
}/cts
/cts/tools/tradefed-host/etc/
old-cts-tradefed
65
if [ ! -z "${
ANDROID_HOST_OUT
}" ]; then
66
OLD_CTS_ROOT=${
ANDROID_HOST_OUT
}/old-cts
/prebuilts/clang/host/linux-x86/3.8/
update.sh
13
cp -a `find ${
ANDROID_HOST_OUT
}/bin -name $file` $b
46
cp -a ${
ANDROID_HOST_OUT
}/lib/libc++.so lib/
47
cp -a ${
ANDROID_HOST_OUT
}/lib64/libc++.so lib64/
50
cp -a ${
ANDROID_HOST_OUT
}/lib64/LLVMgold.so lib/
51
cp -a ${
ANDROID_HOST_OUT
}/lib64/libLLVM.so lib64/
update-sanitizers.sh
10
OBJ32=${
ANDROID_HOST_OUT
}/obj32/STATIC_LIBRARIES
11
OBJ64=${
ANDROID_HOST_OUT
}/obj/STATIC_LIBRARIES
/system/update_engine/include/
update_includes.sh
22
if [[ -z "${
ANDROID_HOST_OUT
}" ]]; then
/art/test/118-noimage-dex2oat/
run
35
framework="${
ANDROID_HOST_OUT
}/framework"
/prebuilts/clang/host/darwin-x86/3.8/
update.sh
13
cp -a `find ${
ANDROID_HOST_OUT
}/bin -name $file` $b
46
cp -a ${
ANDROID_HOST_OUT
}/lib/libc++.dylib lib/
47
cp -a ${
ANDROID_HOST_OUT
}/lib64/libc++.dylib lib64/
/development/testrunner/
android_build.py
62
host_out_path = os.getenv("
ANDROID_HOST_OUT
")
64
logger.Log("Error:
ANDROID_HOST_OUT
not defined. Please run "
112
Typically $
ANDROID_HOST_OUT
/bin.
194
Typically $
ANDROID_HOST_OUT
/framework.
/frameworks/rs/
update_rs_prebuilts.sh
48
#
ANDROID_HOST_OUT
is where the new prebuilts will be constructed/copied from.
49
ANDROID_HOST_OUT
=$MY_ANDROID_DIR/out/host/$SHORT_OSNAME-x86/
52
HOST_LIB_DIR=$
ANDROID_HOST_OUT
/lib
55
HOST_LIB64_DIR=$
ANDROID_HOST_OUT
/lib64
195
cp $
ANDROID_HOST_OUT
/bin/$a tools/$SHORT_OSNAME/bin
/packages/inputmethods/LatinIME/native/jni/
run-tests.sh
66
$
ANDROID_HOST_OUT
/bin/$host_test_name
Completed in 2184 milliseconds
1
2