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/opt/gamesdk/src/tuningfork/tools/validation/
DCONTRIBUTING.md21 use GitHub pull requests for this purpose. Consult
22 [GitHub Help](https://help.github.com/articles/about-pull-requests/) for more
23 information on using pull requests.
/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/base/core/tests/bugreports/
Drun.sh42 adb pull /system/etc/sysconfig/framework-sysconfig.xml "${TMP_SYS_CONFIG}" &&
/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/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/ml/nn/runtime/test/specs/
Dslicing.sh64 adb pull $SAVED_OUTPUT_FILE $REFERENCE
/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/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/opt/gamesdk/third_party/protobuf-3.0.0/docs/
Dthird_party.md5 If you have a project that should be listed here, please [send us a pull request](https://github.co…
/frameworks/base/cmds/statsd/src/
Datoms.proto1241 // devices but show up in Telecom so the user can pull them onto the device.
5798 // Monotically increasing value for each pull.
5804 // Diff between current elapsed time and elapsed time from previous pull.
5820 // Monotically increasing value for each pull.
5826 // Diff between current elapsed time and elapsed time from previous pull.
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBUtilities.m1687 // Now pull over the rest of the length for this segment.
DGPBMessage.m2730 // things would end up all with the same hash, so pull in some data).
/frameworks/ml/nn/runtime/
DNOTICE905 By contributing to the BVLC/caffe repository through pull-request, comment,