Home
last modified time | relevance | path

Searched refs:pull (Results 1 – 24 of 24) sorted by relevance

/frameworks/av/media/libaudioprocessing/tests/
Dmixer_to_wav_tests.sh70 adb pull /sdcard/tm48000grif.wav $2
79 adb pull /sdcard/tm48000gr.wav $2
89 adb pull /sdcard/tm9307gra.wav $2
90 adb pull /sdcard/aux9307gra.wav $2
98 adb pull /sdcard/tm32000gnr.wav $2
107 adb pull /sdcard/tm32000gnra.wav $2
108 adb pull /sdcard/aux32000gnra.wav $2
116 adb pull /sdcard/tm32000nrot.wav $2
124 adb pull /sdcard/tm44100nrota.wav $2
125 adb pull /sdcard/aux44100nrota.wav $2
/frameworks/base/tests/JankBench/scripts/
Ditr_collect.py60 def score_device(name, serial, pull = False, verbose = False): argument
63 if pull:
65 adbutil.pull(serial, DB_PATH, dbpath)
73 adbutil.pull(serial, DB_PATH, dbpath)
147 score_device(options.device, DEVICES[options.device], options.pull, options.verbose)
151 score_device(name, serial, options.pull, options.verbose)
Dcollect.py91 def score_device(name, serial, pull = False, verbose = False): argument
94 if pull:
96 adbutil.pull(serial, DB_PATH, dbpath)
104 adbutil.pull(serial, DB_PATH, dbpath)
211 score_device(options.device, DEVICES[options.device], options.pull, options.verbose)
217 result = score_device(name, serial, options.pull, options.verbose)
Dadbutil.py41 def pull(serial, path, dest): function
/frameworks/av/media/libaaudio/src/flowgraph/
DSinkFloat.cpp35 int32_t framesRead = pull(framesLeft); in read()
DSinkI16.cpp39 int32_t framesRead = pull(framesLeft); in read()
DSinkI24.cpp40 int32_t framesRead = pull(framesLeft); in read()
DAudioProcessorBase.cpp78 int32_t AudioSink::pull(int32_t numFrames) { in pull() function in AudioSink
DAudioProcessorBase.h285 int32_t pull(int32_t numFrames);
/frameworks/base/packages/SystemUI/scripts/
Dcopy_profile_icons.sh11 adb pull /data/system/users/${photo}/photo.png
/frameworks/opt/telephony/proto/src/
Dpersist_atoms.proto31 /* Timestamp of last voice_call_rat_usages pull. */
37 /* Timestamp of last voice_call_sessions pull. */
/frameworks/native/cmds/dumpstate/
DREADME.md114 adb pull ${BR_DIR}/$1 && emacs $1 && mv $1 /tmp
118 adb pull ${BR_DIR}/$1 && less $1 && mv $1 /tmp
/frameworks/base/core/tests/bugreports/
Drun.sh42 adb pull /system/etc/sysconfig/framework-sysconfig.xml "${TMP_SYS_CONFIG}" &&
/frameworks/ml/nn/runtime/test/fuzzing/
Dvisualize_random_graph.sh56 adb pull /data/local/tmp/${SPEC_NAME}.mod.py $LOG_DIR
/frameworks/opt/net/wifi/tests/wifitests/
Dcoverage.sh56 adb pull $REMOTE_COVERAGE_OUTPUT_FILE $COVERAGE_OUTPUT_FILE
/frameworks/base/cmds/app_process/
DAndroid.bp56 // // Also pull in the asanwrapper helper.
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java194 float pull = Math.abs(drag) + Math.abs(span) + 1f; in updateExpansion() local
195 float hand = drag * Math.abs(drag) / pull + span * Math.abs(span) / pull; in updateExpansion()
/frameworks/base/tools/dump-coverage/
DREADME.md31 adb pull /data/data/com.android.deskclock/folder-to-use/coverage-file.ec ~/path-on-your-computer
/frameworks/base/packages/Tethering/tests/unit/
DAndroid.bp72 // Library containing the unit tests. This is used by the coverage test target to pull in the
/frameworks/compile/libbcc/gdb_plugin/
Dandroid-commands.py221 self.pull(remote_lib, tmp_path)
298 def pull(self, remote_path, local_path): member in ADB
515 self.adb.pull("/system/bin/app_process", self.gdb_inferior)
/frameworks/base/services/tests/servicestests/assets/PackageSignaturesTest/xml/
DREADME15 adb pull /data/system/packages.xml
/frameworks/av/media/tests/benchmark/
DREADME.md209 This file can be pulled from the device using "adb pull" command.
211 adb pull /storage/emulated/0/Android/data/com.android.media.benchmark/files/Decoder.1587732395387.c…
/frameworks/base/cmds/statsd/src/
Datoms.proto1295 // devices but show up in Telecom so the user can pull them onto the device.
6568 // Monotically increasing value for each pull.
6574 // Diff between current elapsed time and elapsed time from previous pull.
6590 // Monotically increasing value for each pull.
6596 // Diff between current elapsed time and elapsed time from previous pull.
7760 * Each pull creates multiple atoms, one for each call. The sequence is randomized when pulled.
7846 // A random number used as the dimension field to pull multiple atoms.
7853 * Each pull creates multiple atoms, one for each carrier/RAT, the order of which is irrelevant to
/frameworks/ml/nn/runtime/
DNOTICE905 By contributing to the BVLC/caffe repository through pull-request, comment,