Home
last modified time | relevance | path

Searched +defs:process +defs:buffer (Results 1 – 25 of 71) sorted by relevance

123

/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/transport/
DProcessTransport.java37 public ProcessTransport(Process process) { in ProcessTransport()
70 public int read(byte[] buffer, int start, int len) throws IOException { in read()
95 public void write(byte[] buffer) throws IOException { in write()
/external/guava/guava/src/com/google/common/hash/
DSipHashFunction.java128 @Override protected void process(ByteBuffer buffer) { in process() method in SipHashFunction.SipHasher
133 @Override protected void processRemaining(ByteBuffer buffer) { in processRemaining()
DAbstractStreamingHashFunction.java79 private final ByteBuffer buffer; field in AbstractStreamingHashFunction.AbstractStreamingHasher
122 protected abstract void process(ByteBuffer bb); in process() method in AbstractStreamingHashFunction.AbstractStreamingHasher
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz4/
DXXHash32.java49 private final byte[] buffer = new byte[BUF_SIZE]; field in XXHash32
149 private static int getInt(byte[] buffer, int idx) { in getInt()
160 private void process(byte[] b, int offset) { in process() method in XXHash32
/external/elfutils/libdwfl/
Dlinux-pid-attach.c51 char buffer[64]; in linux_proc_pid_is_stopped() local
203 Dwfl_Process *process = dwfl->process; in pid_memory_read() local
324 Dwfl_Process *process = thread->process; in pid_set_initial_registers() local
379 char buffer[36]; in dwfl_linux_proc_attach() local
/external/icu/icu4c/source/test/intltest/
Dnptrans.cpp161 const UChar* buffer = rsource.getBuffer(); in map() local
186 int32_t NamePrepTransform::process( const UChar* src, int32_t srcLength, in process() function in NamePrepTransform
/external/ltp/testcases/kernel/controllers/freezer/
Dvfork.c234 pid_t process; in do_trace() local
284 char buffer[1]; in await_mutex() local
/external/libchrome/base/process/
Dprocess_metrics_linux.cc136 std::string buffer; in GetProcessCPU() local
192 ProcessHandle process) { in CreateProcessMetrics()
304 ProcessMetrics::ProcessMetrics(ProcessHandle process) in ProcessMetrics()
307 ProcessMetrics::ProcessMetrics(ProcessHandle process) : process_(process) {} in ProcessMetrics()
409 int GetNumberOfThreads(ProcessHandle process) { in GetNumberOfThreads()
Dlaunch_posix.cc636 char buffer[256]; in GetAppOutputInternal() local
647 Process process(pid); in GetAppOutputInternal() local
/external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
DBufferPerformanceBench.java264 final Buffer process = new Buffer(); field in BufferPerformanceBench.BufferState
292 private BufferedSource writeChunked(Buffer buffer, byte[] bytes, final int chunkSize) { in writeChunked()
/external/guice/lib/build/
Dmunge.jar ... lang.String) void substitute () public void process () throws java.io.IOException public static ...
/external/cldr/tools/java/org/unicode/cldr/util/
DTabber.java36 public String process(String source) { in process() method in Tabber
71 StringBuffer buffer = new StringBuffer(); in toString() local
/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/
DStorage.java444 public void process(APDU apdu) { in process() method in Storage
615 private boolean restore(byte[] buffer) { in restore()
/external/webrtc/webrtc/p2p/base/
Dpseudotcp.cc357 bool PseudoTcp::NotifyPacket(const char* buffer, size_t len) { in NotifyPacket()
420 int PseudoTcp::Recv(char* buffer, size_t len) { in Recv()
454 int PseudoTcp::Send(const char* buffer, size_t len) { in Send()
521 rtc::scoped_ptr<uint8_t[]> buffer(new uint8_t[MAX_PACKET]); in packet() local
573 bool PseudoTcp::parse(const uint8_t* buffer, uint32_t size) { in parse()
646 bool PseudoTcp::process(Segment& seg) { in process() function in cricket::PseudoTcp
/external/libchrome/mojo/core/
Dchannel_posix.cc363 void OnProcessReady(base::ProcessHandle process) override { in OnProcessReady()
387 base::ProcessHandle process = remote_process().get(); in FlushPendingMessagesWithMachPortsOnIOThread() local
452 char* buffer = GetReadBuffer(&buffer_capacity); in OnFileCanReadWithoutBlocking() local
/external/emma/core/java12/com/vladium/emma/report/xml/
DReportGenerator.java60 public void process (final IMetaData mdata, final ICoverageData cdata, in process() method in ReportGenerator
285 IndentingWriter (final Writer out, final int buffer, final int indent) in IndentingWriter()
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dlocalintermediate.h169 void addProcess(const char* process) in addProcess()
173 void addProcess(const std::string& process) in addProcess()
193 void addIfNonZero(const char* process, int value) in addIfNonZero()
634 bool setXfbBufferStride(int buffer, unsigned stride) in setXfbBufferStride()
641 unsigned getXfbStride(int buffer) const { return xfbBuffers[buffer].stride; } in getXfbStride()
684 void addProcess(const std::string& process) { processes.addProcess(process); } in addProcess()
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
DTerminalBridge.java90 private final VDUBuffer buffer; field in TerminalBridge
171 public TerminalBridge(final TerminalManager manager, InterpreterProcess process, AbsTransport t) in TerminalBridge()
745 public void setVDUBuffer(VDUBuffer buffer) { in setVDUBuffer()
/external/python/cpython3/PC/
Dlauncher.c604 HANDLE process = GetCurrentProcess(); in safe_duplicate_handle() local
1019 find_BOM(char * buffer) in find_BOM()
1038 find_terminator(char * buffer, int len, BOM *bom) in find_terminator()
1174 char buffer[BUFSIZE]; in maybe_handle_shebang() local
1484 find_home_value(const char *buffer, const char **start, DWORD *length) in find_home_value()
1563 process(int argc, wchar_t ** argv) in process() function
1755 char buffer[4096]; /* 4KB should be enough for anybody */ in process() local
/external/deqp/external/vulkancts/modules/vulkan/util/
DvktExternalMemoryUtil.cpp108 const HANDLE process = ::GetCurrentProcess(); in NativeHandle() local
154 NativeHandle::NativeHandle (vk::pt::AndroidHardwareBufferPtr buffer) in NativeHandle()
222 NativeHandle& NativeHandle::operator= (vk::pt::AndroidHardwareBufferPtr buffer) in operator =()
840 vk::VkBuffer buffer, in allocateExportableMemory()
907 vk::VkBuffer buffer, in allocateExportableMemory()
949 vk::VkBuffer buffer, in importMemory()
1077 vk::VkBuffer buffer, in importDedicatedMemory()
1339 void AndroidHardwareBufferExternalApi26::acquire(vk::pt::AndroidHardwareBufferPtr buffer) in acquire()
1344 void AndroidHardwareBufferExternalApi26::release(vk::pt::AndroidHardwareBufferPtr buffer) in release()
1349 void AndroidHardwareBufferExternalApi26::describe( const vk::pt::AndroidHardwareBufferPtr buffer, in describe()
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DConsoleActivity.java631 ScriptProcess process = (ScriptProcess) bridge.getProcess(); in onOptionsItemSelected() local
678 VDUBuffer buffer = bridge.getVDUBuffer(); in doEmailTranscript() local
/external/cldr/tools/java/org/unicode/cldr/icu/
DRegexManager.java76 public String process(String arg) { in process() method in RegexManager.Function
200 StringBuffer buffer = new StringBuffer(); in processValue() local
/external/python/cpython3/Modules/
D_winapi.c713 Py_UCS4 *buffer = NULL, *p, *end; in getenvironment() local
1189 _winapi_GetExitCodeProcess_impl(PyObject *module, HANDLE process) in _winapi_GetExitCodeProcess_impl()
1631 _winapi_WriteFile_impl(PyObject *module, HANDLE handle, PyObject *buffer, in _winapi_WriteFile_impl()
/external/wpa_supplicant_8/src/fst/
Dfst_ctrl_iface.c36 char *buffer, size_t size) in format_session_state_extra()
769 int (*process)(const char *group_id, char *buf, size_t buflen); in fst_ctrl_iface_receive() member
/external/python/cpython3/Modules/clinic/
D_winapi.c.h459 HANDLE process; in _winapi_GetExitCodeProcess() local
883 PyObject *buffer; in _winapi_WriteFile() local

123