OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sdcard
(Results
1 - 25
of
133
) sorted by null
1
2
3
4
5
6
/cts/tools/cts-media/
copy_media.sh
48
adb $adb_options push bbb_short/1920x1080 /
sdcard
/test/bbb_short/1920x1080
49
adb $adb_options push bbb_full/1920x1080 /
sdcard
/test/bbb_full/1920x1080
54
adb $adb_options push bbb_short/1280x720 /
sdcard
/test/bbb_short/1280x720
55
adb $adb_options push bbb_full/1280x720 /
sdcard
/test/bbb_full/1280x720
60
adb $adb_options push bbb_short/720x480 /
sdcard
/test/bbb_short/720x480
61
adb $adb_options push bbb_full/720x480 /
sdcard
/test/bbb_full/720x480
65
adb $adb_options push bbb_short/176x144 /
sdcard
/test/bbb_short/176x144
66
adb $adb_options push bbb_full/176x144 /
sdcard
/test/bbb_full/176x144
67
adb $adb_options push bbb_short/480x360 /
sdcard
/test/bbb_short/480x360
68
adb $adb_options push bbb_full/480x360 /
sdcard
/test/bbb_full/480x36
[
all
...]
/frameworks/av/services/audioflinger/tests/
mixer_to_wav_tests.sh
66
-o /
sdcard
/tm48000grif.wav \
69
adb pull /
sdcard
/tm48000grif.wav $2
75
-o /
sdcard
/tm48000gr.wav \
78
adb pull /
sdcard
/tm48000gr.wav $2
86
-a /
sdcard
/aux9307gra.wav -o /
sdcard
/tm9307gra.wav \
88
adb pull /
sdcard
/tm9307gra.wav $2
89
adb pull /
sdcard
/aux9307gra.wav $2
95
-o /
sdcard
/tm32000gnr.wav \
97
adb pull /
sdcard
/tm32000gnr.wav $
[
all
...]
/system/core/sdcard/
Android.mk
5
LOCAL_SRC_FILES :=
sdcard
.c
6
LOCAL_MODULE :=
sdcard
/system/bt/conf/
bt_stack.conf
6
BtSnoopFileName=/
sdcard
/btsnoop_hci.log
/tools/test/connectivity/acts/tests/google/bt/setup/
bt_stack.conf
6
BtSnoopFileName=/
sdcard
/btsnoop_hci.log
/build/core/combo/
fdo.mk
22
# The profile will be generated on /
sdcard
/fdo_profile on the device.
23
$(combo_2nd_arch_prefix)TARGET_FDO_INSTRUMENT_CFLAGS := -fprofile-generate=/
sdcard
/fdo_profile -DANDROID_FDO
/external/opencv3/samples/android/hello-android/
run.sh
15
adb pull /mnt/
sdcard
/HelloAndroid.png || return
run.cmd
39
%adb% pull /mnt/
sdcard
/HelloAndroid.png || GOTO end
45
%adb% shell rm /mnt/
sdcard
/HelloAndroid.png
/system/extras/tests/sdcard/
profile_sdcard.sh
16
# Run a bunch of test on the
sdcard
to establish a performance profile.
32
local file="/tmp/
sdcard
-scalability.txt"
40
adb shell sdcard_perf_test --test=write --procnb=${p} --size=1000 --chunk-size=100 --iterations=50 >/tmp/tmp-
sdcard
.txt
41
local t=$(grep 'write_total' /tmp/tmp-
sdcard
.txt | tail -n 1 | cut -f 6 -d ' ')
/system/extras/ANRdaemon/
ANRdaemon_get_trace.sh
3
TRACE_DIR=/
sdcard
/ANRdaemon
/external/opencv3/cmake/templates/
opencv_run_all_tests_android.sh.in
21
adb push $OPENCV_TEST_DATA_PATH /
sdcard
/opencv_testdata
30
adb shell "export OPENCV_TEST_DATA_PATH=/
sdcard
/opencv_testdata && /data/local/tmp/opencv_test/$test_name --perf_min_samples=1 --perf_force_samples=1 --gtest_output=xml:/data/local/tmp/opencv_test/$report"
/system/extras/tests/ext4/
android_emmc_perf_tests.sh
88
adb shell stop
sdcard
99
adb shell umount /
sdcard
>/dev/null 2>&1
100
adb shell umount /mnt/
sdcard
>/dev/null 2>&1
/packages/apps/Camera2/tests/src/com/android/camera/stress/
ShotToShotLatency.java
62
File
sdcard
= new File(CAMERA_IMAGE_DIRECTORY);
local
69
pics =
sdcard
.listFiles(filter);
/packages/apps/Camera2/tests_camera/src/com/android/camera/stress/
ShotToShotLatency.java
62
File
sdcard
= new File(CAMERA_IMAGE_DIRECTORY);
local
69
pics =
sdcard
.listFiles(filter);
/build/target/product/
base.mk
119
sdcard
\
/art/test/074-gc-thrash/src/
Main.java
97
File
sdcard
= new File("/
sdcard
");
local
98
if (
sdcard
.exists() &&
sdcard
.isDirectory()) {
99
return "/
sdcard
/" + OUTPUT_FILE;
/system/core/rootdir/
Android.mk
60
ln -sf /storage/self/primary $(TARGET_ROOT_OUT)/
sdcard
/prebuilts/devtools/tools/lib/
sdkmanager.jar
/prebuilts/gradle-plugin/com/android/tools/sdkmanager/24.4.0-beta6/
sdkmanager-24.4.0-beta6.jar
/prebuilts/gradle-plugin/com/android/tools/sdkmanager/24.5.0/
sdkmanager-24.5.0.jar
/prebuilts/gradle-plugin/com/android/tools/sdkmanager/25.0.0-alpha1/
sdkmanager-25.0.0-alpha1.jar
/system/extras/tests/workloads/
pwrtest.sh
307
adb pull /
sdcard
/SunTemple/SunTemple/Saved/Logs/SunTemple.log
/device/asus/fugu/
init.fugu.rc
34
symlink /
sdcard
/storage/sdcard0
/system/sepolicy/
file_contexts
34
/
sdcard
u:object_r:rootfs:s0
186
/system/bin/
sdcard
u:object_r:sdcardd_exec:s0
/build/
envsetup.sh
[
all
...]
Completed in 1157 milliseconds
1
2
3
4
5
6