Home
last modified time | relevance | path

Searched refs:ANDROID_DIR (Results 1 – 9 of 9) sorted by relevance

/dports/misc/mnn/MNN-1.2.0/benchmark/
H A Dbench_android.sh15 ANDROID_DIR=/data/local/tmp
64 adb push $solib $ANDROID_DIR
66 adb push benchmark.out $ANDROID_DIR
67 adb push timeProfile.out $ANDROID_DIR
68 adb shell chmod 0777 $ANDROID_DIR/benchmark.out
71 adb shell "rm -rf $ANDROID_DIR/benchmark_models"
74 adb shell "cat /proc/cpuinfo > $ANDROID_DIR/benchmark.txt"
75 adb shell "echo >> $ANDROID_DIR/benchmark.txt"
78 …_PATH=$ANDROID_DIR $ANDROID_DIR/benchmark.out $ANDROID_DIR/benchmark_models $RUN_LOOP 5 $FORWARD_T…
80 …IBRARY_PATH=$ANDROID_DIR $ANDROID_DIR/benchmark.out $ANDROID_DIR/benchmark_models $RUN_LOOP 5 7 2>…
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozharness/configs/multi_locale/
H A Dstandalone_mozilla-central.py14 ANDROID_DIR = "mobile/android" variable
23 "locales_file": "%s/%s/locales/maemo-locales" % (BUILD_DIR, ANDROID_DIR),
24 "locales_dir": "%s/locales" % ANDROID_DIR,
/dports/misc/orion/orion-1.6.7-12-gec8400c/ci/
H A Dprepare_android.sh11 export ANDROID_DIR=$HOME/android
14 mkdir -p $ANDROID_DIR && cd $ANDROID_DIR
/dports/lang/v8/v8-9.6.180.12/tools/testrunner/local/
H A Dandroid.py16 ANDROID_DIR = os.path.join(BASE_DIR, 'build', 'android') variable
35 assert os.path.exists(ANDROID_DIR)
36 sys.path.insert(0, ANDROID_DIR)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/testrunner/local/
H A Dandroid.py16 ANDROID_DIR = os.path.join(BASE_DIR, 'build', 'android') variable
35 assert os.path.exists(ANDROID_DIR)
36 sys.path.insert(0, ANDROID_DIR)
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/testrunner/local/
H A Dandroid.py16 ANDROID_DIR = os.path.join(BASE_DIR, 'build', 'android') variable
35 assert os.path.exists(ANDROID_DIR)
36 sys.path.insert(0, ANDROID_DIR)
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/android/org/scummvm/scummvm/
H A DExternalStorage.java33 private static final String ANDROID_DIR = File.separator + "Android"; field in ExternalStorage
44 int i = path.indexOf(ANDROID_DIR); in ancestor()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/android3d/org/residualvm/residualvm/
H A DExternalStorage.java33 private static final String ANDROID_DIR = File.separator + "Android"; field in ExternalStorage
44 int i = path.indexOf(ANDROID_DIR); in ancestor()
/dports/games/scummvm/scummvm-2.5.1/backends/platform/android/org/scummvm/scummvm/
H A DExternalStorage.java36 private static final String ANDROID_DIR = File.separator + "Android"; field in ExternalStorage
47 int i = path.indexOf(ANDROID_DIR); in ancestor()