Searched defs:pull (Results 1 - 14 of 14) sorted by path

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAudioNodeInput.cpp200 AudioBus* connectionBus = output->pull(0, framesToProcess);
207 AudioBus* AudioNodeInput::pull(AudioBus* inPlaceBus, size_t framesToProcess) function in class:blink::AudioNodeInput
215 return output->pull(inPlaceBus, framesToProcess);
H A DAudioNodeOutput.cpp128 AudioBus* AudioNodeOutput::pull(AudioBus* inPlaceBus, size_t framesToProcess) function in class:blink::AudioNodeOutput
136 // In this case pull() is called multiple times per rendering quantum, and the processIfNecessary() call below will
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A Dgit.py285 def pull(self): member in class:Git
286 self._run_git(['pull'])
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dandroid.py211 def pull(self, device_path, host_path, ignore_error=False): member in class:AndroidCommands
212 return self.run(['pull', device_path, host_path], ignore_error=ignore_error)
753 self._android_commands.pull('/data/perf.data', self._output_path)
839 self._android_commands.pull("/proc/kallsyms", kallsyms_cache_path)
1243 self._android_commands.pull(device_dump, local_dump)
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs.cpp1188 * Choose accesses from the UNIFORM file to demote to using the pull
1194 * So, this will push some of them out to the pull constant buffer and
1231 fs_inst *pull = new(mem_ctx) fs_inst(FS_OPCODE_PULL_CONSTANT_LOAD, local
1233 pull->ir = inst->ir;
1234 pull->annotation = inst->annotation;
1235 pull->base_mrf = 14;
1236 pull->mlen = 1;
1238 inst->insert_before(pull);
H A Dbrw_fs_visitor.cpp590 fs_inst *pull = emit(fs_inst(FS_OPCODE_PULL_CONSTANT_LOAD, local
594 pull->base_mrf = 14;
595 pull->mlen = 1;
H A Dbrw_vec4_visitor.cpp841 * copy of its data into pull constants for array access.
1343 vec4_instruction *pull = local
1349 pull->base_mrf = 14;
1350 pull->mlen = 1;
2571 * from the pull constant buffer (surface) at @base_offset to @temp.
2600 * uniform array access out to a pull constant buffer.
2612 * uniform in the pull constant buffer.
2626 /* If this array isn't already present in the pull constant buffer,
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctputil.c2651 struct sctp_paramhdr *pull,
2656 (uint8_t *) pull));
4554 * go through our old INP and pull off any control structures that
7786 /* Now pull up the UDP header and SCTP header together */
2649 sctp_get_next_param(struct mbuf *m, int offset, struct sctp_paramhdr *pull, int pull_limit) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libpcap/
H A Doptimize.c1377 struct block *pull; local
1442 pull = *samep;
1443 *samep = JF(pull);
1444 JF(pull) = *diffp;
1454 JT(ep->pred) = pull;
1456 JF(ep->pred) = pull;
1460 *diffp = pull;
1469 struct block *pull; local
1533 pull = *samep;
1534 *samep = JT(pull);
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs.cpp1188 * Choose accesses from the UNIFORM file to demote to using the pull
1194 * So, this will push some of them out to the pull constant buffer and
1231 fs_inst *pull = new(mem_ctx) fs_inst(FS_OPCODE_PULL_CONSTANT_LOAD, local
1233 pull->ir = inst->ir;
1234 pull->annotation = inst->annotation;
1235 pull->base_mrf = 14;
1236 pull->mlen = 1;
1238 inst->insert_before(pull);
H A Dbrw_fs_visitor.cpp590 fs_inst *pull = emit(fs_inst(FS_OPCODE_PULL_CONSTANT_LOAD, local
594 pull->base_mrf = 14;
595 pull->mlen = 1;
H A Dbrw_vec4_visitor.cpp841 * copy of its data into pull constants for array access.
1343 vec4_instruction *pull = local
1349 pull->base_mrf = 14;
1350 pull->mlen = 1;
2571 * from the pull constant buffer (surface) at @base_offset to @temp.
2600 * uniform array access out to a pull constant buffer.
2612 * uniform in the pull constant buffer.
2626 /* If this array isn't already present in the pull constant buffer,
/external/zlib/src/test/
H A Dinfcover.c14 /* get definition of internal structure so we can mess with it (see pull()),
447 local unsigned pull(void *desc, unsigned char **buf) function
488 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL);
493 ret = inflateBack(&strm, pull, Z_NULL, push, &strm);
496 ret = inflateBack(&strm, pull, &strm, push, Z_NULL);
562 ret = inflateBack(&strm, pull, Z_NULL, push, Z_NULL);
603 try("5 c0 21 d 0 0 0 80 b0 fe 6d 2f 91 6c", "pull 17", 0);

Completed in 386 milliseconds