Home
last modified time | relevance | path

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

/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/libchrome/base/test/
Dmultiprocess_test_android.cc186 char* buffer = reinterpret_cast<char*>(buf); in Recv() local
291 Process process(request->pid); in WaitForChildInHelper() local
329 std::unique_ptr<char[]> buffer(new char[buf_size]); in StartChildTestHelper() local
348 const Process& process, TimeDelta timeout, int* exit_code) { in WaitForChildExitWithTimeout()
386 const Process& process, TimeDelta timeout, int* exit_code) { in AndroidWaitForChildExitWithTimeout()
/external/elfutils/libdwfl/
Dlinux-pid-attach.c49 char buffer[64]; in linux_proc_pid_is_stopped() local
123 Dwfl_Process *process = dwfl->process; in pid_memory_read() local
244 Dwfl_Process *process = thread->process; in pid_set_initial_registers() local
297 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/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/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/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/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/libchrome/base/process/
Dlaunch_posix.cc615 char buffer[256]; in GetAppOutputInternal() local
626 Process process(pid); in GetAppOutputInternal() local
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
DConsoleActivity.java630 ScriptProcess process = (ScriptProcess) bridge.getProcess(); in onOptionsItemSelected() local
677 VDUBuffer buffer = bridge.getVDUBuffer(); in doEmailTranscript() local
/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/icu/icu4c/source/common/
Duts46.cpp302 UTS46::process(const UnicodeString &src, in process() function in UTS46
850 UChar *buffer=punycode.getBuffer(63); // 63==maximum DNS label length in processLabel() local