Home
last modified time | relevance | path

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

1234

/external/srec/config/en.us/
Dadb_pull_system_usr_srec_bothtags5_from_saved.sh5 adb pull $TESTDIR/config/en.us/out_SHIP_bothtags5_from_saved.txt out_SHIP_bothtags5_from_saved.txt
6 adb pull $TESTDIR/config/en.us/recog4_SHIP_bothtags5_from_saved.res recog4_SHIP_bothtags5_from_save…
8 adb pull $TESTDIR/config/en.us/linux_ship_a1__VCE_Pete_Gonzalez_from_saved.raw linux_ship_a1__VCE_…
9 adb pull $TESTDIR/config/en.us/linux_ship_a2__VCE_Andrew_Evans_from_saved.raw linux_ship_a2__VCE_…
10 adb pull $TESTDIR/config/en.us/linux_ship_a3__VCE_Peter_Wilson_from_saved.raw linux_ship_a3__VCE_…
11 adb pull $TESTDIR/config/en.us/linux_ship_a4__VCE_Edgar_Young_from_saved.raw linux_ship_a4__VCE_…
12 adb pull $TESTDIR/config/en.us/linux_ship_a5__VCE_John_Martinez_from_saved.raw linux_ship_a5__VCE_…
14 adb pull $TESTDIR/config/en.us/bothtags5_saved.g2g bothtags5_saved.g2g
Dadb_pull_system_usr_srec_bothtags5.sh5 adb pull $TESTDIR/config/en.us/out_SHIP_bothtags5.txt out_SHIP_bothtags5.txt
6 adb pull $TESTDIR/config/en.us/recog4_SHIP_bothtags5.res recog4_SHIP_bothtags5.res
8 adb pull $TESTDIR/config/en.us/linux_ship_a1__VCE_Pete_Gonzalez.raw linux_ship_a1__VCE_Pete_Gonzal…
9 adb pull $TESTDIR/config/en.us/linux_ship_a2__VCE_Andrew_Evans.raw linux_ship_a2__VCE_Andrew_Evan…
10 adb pull $TESTDIR/config/en.us/linux_ship_a3__VCE_Peter_Wilson.raw linux_ship_a3__VCE_Peter_Wilso…
11 adb pull $TESTDIR/config/en.us/linux_ship_a4__VCE_Edgar_Young.raw linux_ship_a4__VCE_Edgar_Young…
12 adb pull $TESTDIR/config/en.us/linux_ship_a5__VCE_John_Martinez.raw linux_ship_a5__VCE_John_Martin…
Dadb_pull_system_usr_srec_set_get_param.sh5 adb pull $TESTDIR/config/en.us/out_SHIP_set_get_param.txt out_SHIP_set_get_param.txt
6 adb pull $TESTDIR/config/en.us/recog4_SHIP_set_get_param.res recog4_SHIP_set_get_param.res
Dadb_pull_system_usr_srec_change_sample_rate2.sh5 adb pull $TESTDIR/config/en.us/out_SHIP_change_sample_rate2.txt out_SHIP_change_sample_rate2.txt
6 adb pull $TESTDIR/config/en.us/recog4_SHIP_change_sample_rate2.res recog4_SHIP_change_sample_rate2.…
Dadb_pull_system_usr_srec_liveaudio.sh5 adb pull $TESTDIR/config/en.us/recog4_SHIP_liveaudio.res recog4_SHIP_liveaudio.res
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_mac_unittest.mm31 // Can we pull straight text off the clipboard?
40 // Can we pull a bookmark off the clipboard?
49 // Do we pull text in preference to a bookmark?
/external/webkit/Source/WebCore/webaudio/
DAudioNodeInput.cpp235 AudioBus* connectionBus = output->pull(0, framesToProcess); in sumAllConnections()
242 AudioBus* AudioNodeInput::pull(AudioBus* inPlaceBus, size_t framesToProcess) in pull() function in WebCore::AudioNodeInput
250 return output->pull(inPlaceBus, framesToProcess); in pull()
DAudioDestinationNode.cpp67 AudioBus* renderedBus = input(0)->pull(destinationBus, numberOfFrames); in provideInput()
DRealtimeAnalyserNode.cpp78 input(0)->pull(output(0)->bus(), framesToProcess); in pullInputs()
DAudioNodeOutput.h54 AudioBus* pull(AudioBus* inPlaceBus, size_t framesToProcess);
DAudioNodeInput.h65 AudioBus* pull(AudioBus* inPlaceBus, size_t framesToProcess);
DAudioBasicProcessorNode.cpp99 input(0)->pull(output(0)->bus(), framesToProcess); in pullInputs()
DAudioNodeOutput.cpp117 AudioBus* AudioNodeOutput::pull(AudioBus* inPlaceBus, size_t framesToProcess) in pull() function in WebCore::AudioNodeOutput
DAudioNode.cpp171 input(i)->pull(0, framesToProcess); in pullInputs()
/external/libpcap/
Doptimize.c1425 struct block *pull; local
1490 pull = *samep;
1491 *samep = JF(pull);
1492 JF(pull) = *diffp;
1502 JT(ep->pred) = pull;
1504 JF(ep->pred) = pull;
1508 *diffp = pull;
1518 struct block *pull; local
1582 pull = *samep;
1583 *samep = JT(pull);
[all …]
/external/zlib/test/
Dinfcover.c447 local unsigned pull(void *desc, unsigned char **buf) in pull() function
488 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL); in cover_back()
493 ret = inflateBack(&strm, pull, Z_NULL, push, &strm); in cover_back()
496 ret = inflateBack(&strm, pull, &strm, push, Z_NULL); in cover_back()
562 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL); in try()
/external/oprofile/
Doprofile_android88 def pull(self, source, dest, echo=True): member in Adb
372 rc, output = self.adb.pull('/data/oprofile/samples/', raw_samples_dir + '/', echo=False)
380 rc, output = self.adb.pull('/data/oprofile/abi', abi_file, echo=False)
/external/skia/gyp/
DSampleApp.gyp13 '../gm', # needed to pull gm.h
14 '../include/pipe', # To pull in SkGPipe.h for pipe reader/writer
15 '../samplecode', # To pull SampleApp.h and SampleCode.h
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/misc/
DIntArrayTest.m32 …STAssertTrue(popped == 10, @"Pop should pull the last element out, which should be 10 was: %d", po…
DANTLRIntArrayTest.m32 …STAssertTrue(popped == 10, @"Pop should pull the last element out, which should be 10 was: %d", po…
/external/llvm/test/Transforms/InstCombine/
Dextractvalue.ll11 ; Build a simple struct and pull values out again
17 ; Build a nested struct and pull a sub struct out of it
/external/valgrind/main/docs/internals/
Dporting-HOWTO.txt48 Use a recent kernel source, please. Don't just pull in all the
50 providing more types/macros than the core actually needs; only pull in types
/external/elfutils/
DNOTES26 has to use the definition in -lbar and not pull the definition from liby3.a.
/external/openssh/contrib/redhat/
Dopenssh.spec505 - pull cvs patch to add -t flag to sshd (#28611)
512 - pull cvs patch to fix remote port forwarding with protocol 2
515 - pull cvs patch to add session initialization to no-pty sessions
516 - pull cvs patch to not cut off challengeresponse auth needlessly
/external/webkit/PerformanceTests/SunSpider/
DTODO67 server, pull out the JS test content, preprocess it, and add it as a

1234