Home
last modified time | relevance | path

Searched defs:pull (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DAudioNodeInput.cpp217 AudioBus* AudioNodeInput::pull(AudioBus* inPlaceBus, size_t framesToProcess) in pull() function in WebCore::AudioNodeInput
DAudioNodeOutput.cpp107 AudioBus* AudioNodeOutput::pull(AudioBus* inPlaceBus, size_t framesToProcess) in pull() function in WebCore::AudioNodeOutput
/external/oprofile/
Doprofile_android88 def pull(self, source, dest, echo=True): member in Adb
/external/zlib/src/test/
Dinfcover.c447 local unsigned pull(void *desc, unsigned char **buf) in pull() function
/external/libpcap/
Doptimize.c1377 struct block *pull; in or_pullup() local
1469 struct block *pull; in and_pullup() local
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
Dgit.py285 def pull(self): member in Git
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs.cpp1231 fs_inst *pull = new(mem_ctx) fs_inst(FS_OPCODE_PULL_CONSTANT_LOAD, in setup_pull_constants() local
Dbrw_fs_visitor.cpp590 fs_inst *pull = emit(fs_inst(FS_OPCODE_PULL_CONSTANT_LOAD, in visit() local
Dbrw_vec4_visitor.cpp1343 vec4_instruction *pull = in visit() local
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dbrw_fs.cpp1231 fs_inst *pull = new(mem_ctx) fs_inst(FS_OPCODE_PULL_CONSTANT_LOAD, in setup_pull_constants() local
Dbrw_fs_visitor.cpp590 fs_inst *pull = emit(fs_inst(FS_OPCODE_PULL_CONSTANT_LOAD, in visit() local
Dbrw_vec4_visitor.cpp1343 vec4_instruction *pull = in visit() local
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
Dandroid.py211 def pull(self, device_path, host_path, ignore_error=False): member in AndroidCommands
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctputil.c2631 struct sctp_paramhdr *pull, in sctp_get_next_param()