HomeSort by relevance Sort by last modified time
    Searched full:pull (Results 76 - 100 of 811) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/webaudio/
AudioNodeInput.h 60 // pull() processes all of the AudioNodes connected to us.
65 AudioBus* pull(AudioBus* inPlaceBus, size_t framesToProcess);
67 // bus() contains the rendered audio after pull() has been called for each time quantum.
AudioNodeOutput.cpp 82 // This may later be changed in pull() to point to an in-place bus with the same number of channels.
117 AudioBus* AudioNodeOutput::pull(AudioBus* inPlaceBus, size_t framesToProcess) function in class:WebCore::AudioNodeOutput
125 // In this case pull() is called multiple times per rendering quantum, and the processIfNecessary() call below will
AudioNodeOutput.h 54 AudioBus* pull(AudioBus* inPlaceBus, size_t framesToProcess);
56 // bus() will contain the rendered audio after pull() is called for each rendering time quantum.
119 // m_actualDestinationBus is set in pull() and will either point to one of our internal busses or to the in-place bus.
AudioNodeInput.cpp 235 AudioBus* connectionBus = output->pull(0, framesToProcess);
242 AudioBus* AudioNodeInput::pull(AudioBus* inPlaceBus, size_t framesToProcess) function in class:WebCore::AudioNodeInput
250 return output->pull(inPlaceBus, framesToProcess);
RealtimeAnalyserNode.cpp 78 input(0)->pull(output(0)->bus(), framesToProcess);
  /frameworks/base/tests/DumpRenderTree/assets/
run_page_cycler.py 108 # Pull results from /sdcard/load_test_result.txt
117 shell_cmd_str = adb_cmd + " pull " + result_file + " " + results_dir
122 logging.error("Failed to pull result file.")
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParserFactory.java 12 * This class is used to create implementations of XML Pull Parser defined in XMPULL V1 API.
81 * Set the features to be set when XML Pull Parser is created by this factory.
160 * Creates a new instance of a XML Pull Parser
163 * @return A new instance of a XML Pull Parser.
241 * to create XML pull parsers (see class description for more
  /bootable/recovery/applypatch/
applypatch.sh 179 $ADB pull $WORK_DIR/old.file $tmpdir/patched
184 $ADB pull $WORK_DIR/old.file $tmpdir/patched
213 $ADB pull $WORK_DIR/new.file $tmpdir/patched
218 $ADB pull $WORK_DIR/new.file $tmpdir/patched
227 $ADB pull $WORK_DIR/new.file $tmpdir/patched
257 $ADB pull $WORK_DIR/old.file $tmpdir/patched
262 $ADB pull $WORK_DIR/old.file $tmpdir/patched
317 $ADB pull $WORK_DIR/old.file $tmpdir/patched
330 $ADB pull $WORK_DIR/old.file $tmpdir/patched
339 $ADB pull $WORK_DIR/old.file $tmpdir/patche
    [all...]
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
SimpleWikiHelper.java 109 * {@link Context} to pull the package name and version number for this
161 * Pull the raw text content of the given URL. This call blocks until the
189 // Pull content stream from response
  /development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
SimpleWikiHelper.java 116 * {@link Context} to pull the package name and version number for this
168 * Pull the raw text content of the given URL. This call blocks until the
196 // Pull content stream from response
  /external/wpa_supplicant_8/src/ap/
wpa_auth.h 66 u8 nonce[16]; /* copied from pull */
67 u8 r1kh_id[FT_R1KH_ID_LEN]; /* copied from pull */
68 u8 s1kh_id[ETH_ALEN]; /* copied from pull */
wpa_auth_ft.c 313 wpa_printf(MSG_DEBUG, "FT: Send PMK-R1 pull request to remote R0KH "
    [all...]
  /bionic/libc/bionic/
dl_iterate_phdr_static.c 34 * we don't pull in for static bins. We also don't have a list of so's to
  /external/chromium/testing/gmock/src/
gmock-all.cc 42 // The following lines pull in the real gmock *.cc files.
  /external/chromium/testing/gtest/src/
gtest-all.cc 41 // The following lines pull in the real gtest *.cc files.
  /external/elfutils/
NOTES 26 has to use the definition in -lbar and not pull the definition from liby3.a.
  /external/gtest/src/
gtest-all.cc 41 // The following lines pull in the real gtest *.cc files.
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 41 // The following lines pull in the real gtest *.cc files.
  /external/llvm/lib/Target/R600/
AMDGPU.td 28 // Pull in Instruction Info:
  /external/llvm/utils/unittest/googletest/
gtest-all.cc 41 // The following lines pull in the real gtest *.cc files.
  /external/replicaisland/src/com/replica/replicaisland/
SpriteAnimation.java 60 // and only pull the binary search out when the frame count is large.
  /external/webkit/Source/WebCore/platform/gtk/
ScrollbarThemeGtk.h 57 // TODO: These are the default GTK+ values. At some point we should pull these from the theme itself.
  /external/webkit/Source/WebKit/mac/
WebKitPrefix.h 77 /* WebKit has no way to pull settings from WebCore/config.h for now */
  /external/webrtc/src/common_audio/resampler/include/
resampler.h 87 int Pull(WebRtc_Word16* samplesOut, int desiredLen, int &outLen);
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
MediaBufferPuller.h 30 * An object of this class can pull a list of media buffers

Completed in 1156 milliseconds

1 2 34 5 6 7 8 91011>>