/external/srec/config/en.us/ |
D | adb_pull_system_usr_srec_bothtags5_from_saved.sh | 5 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
|
D | adb_pull_system_usr_srec_bothtags5.sh | 5 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…
|
D | adb_pull_system_usr_srec_set_get_param.sh | 5 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
|
D | adb_pull_system_usr_srec_change_sample_rate2.sh | 5 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.…
|
D | adb_pull_system_usr_srec_liveaudio.sh | 5 adb pull $TESTDIR/config/en.us/recog4_SHIP_liveaudio.res recog4_SHIP_liveaudio.res
|
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_edit_view_mac_unittest.mm | 31 // 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/ |
D | AudioNodeInput.cpp | 235 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()
|
D | AudioDestinationNode.cpp | 67 AudioBus* renderedBus = input(0)->pull(destinationBus, numberOfFrames); in provideInput()
|
D | RealtimeAnalyserNode.cpp | 78 input(0)->pull(output(0)->bus(), framesToProcess); in pullInputs()
|
D | AudioNodeOutput.h | 54 AudioBus* pull(AudioBus* inPlaceBus, size_t framesToProcess);
|
D | AudioNodeInput.h | 65 AudioBus* pull(AudioBus* inPlaceBus, size_t framesToProcess);
|
D | AudioBasicProcessorNode.cpp | 99 input(0)->pull(output(0)->bus(), framesToProcess); in pullInputs()
|
D | AudioNodeOutput.cpp | 117 AudioBus* AudioNodeOutput::pull(AudioBus* inPlaceBus, size_t framesToProcess) in pull() function in WebCore::AudioNodeOutput
|
D | AudioNode.cpp | 171 input(i)->pull(0, framesToProcess); in pullInputs()
|
/external/libpcap/ |
D | optimize.c | 1425 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/ |
D | infcover.c | 447 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/ |
D | oprofile_android | 88 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/ |
D | SampleApp.gyp | 13 '../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/ |
D | IntArrayTest.m | 32 …STAssertTrue(popped == 10, @"Pop should pull the last element out, which should be 10 was: %d", po…
|
D | ANTLRIntArrayTest.m | 32 …STAssertTrue(popped == 10, @"Pop should pull the last element out, which should be 10 was: %d", po…
|
/external/llvm/test/Transforms/InstCombine/ |
D | extractvalue.ll | 11 ; 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/ |
D | porting-HOWTO.txt | 48 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/ |
D | NOTES | 26 has to use the definition in -lbar and not pull the definition from liby3.a.
|
/external/openssh/contrib/redhat/ |
D | openssh.spec | 505 - 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/ |
D | TODO | 67 server, pull out the JS test content, preprocess it, and add it as a
|