Home
last modified time | relevance | path

Searched +defs:kill +defs:buffer (Results 1 – 25 of 424) sorted by relevance

12345678910>>...17

/aosp_15_r20/external/angle/util/windows/
H A Dtest_utils_win.cpp91 char buffer[8192]; in ReadFromFile() local
342 bool kill() override in kill() function in angle::__anone4867e320111::WindowsProcess
398 std::vector<char> buffer(size + 2); in WriteDebugMessage() local
/aosp_15_r20/art/compiler/optimizing/
H A Dliveness_test.cc37 std::ostream& buffer, in DumpBitVector()
58 std::ostringstream buffer; in TestCode() local
66 BitVector* kill = liveness.GetKillSet(*block); in TestCode() local
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/
H A DProcess.java162 public void kill() { in kill() method in Process
180 StringBuilder buffer = new StringBuilder(); in getUptime() local
/aosp_15_r20/external/python/cpython2/Lib/
Dsubprocess.py698 def _readerthread(self, fh, buffer): argument
788 kill = terminate variable in Popen
1276 def kill(self): member in Popen
/aosp_15_r20/external/angle/util/posix/
H A Dtest_utils_posix.cpp81 char buffer[kBufSize]; in ReadFromFile() local
287 bool kill() override in kill() function in angle::__anon19ef861f0111::PosixProcess
/aosp_15_r20/prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.14.18/
HDbyte-buddy-agent-1.14.18.jar ... ) throws java.io.IOException byte[] buffer int index java.io.File agentJar java. ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/net/bytebuddy/byte-buddy-agent/1.12.16/
HDbyte-buddy-agent-1.12.16.jar ... ) throws java.io.IOException byte[] buffer int index java.io.File agentJar java. ...
/aosp_15_r20/external/autotest/client/common_lib/
H A Dpexpect.py1184 def kill(self, sig): member in spawn
1639 def search(self, buffer, freshlen, searchwindowsize=None): argument
1737 def search(self, buffer, freshlen, searchwindowsize=None): argument
/aosp_15_r20/external/python/cpython3/Lib/
Dsubprocess.py1596 def _readerthread(self, fh, buffer): argument
1680 kill = terminate variable in Popen
2206 def kill(self): member in Popen
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dsubprocess.py1596 def _readerthread(self, fh, buffer): argument
1680 kill = terminate variable in Popen
2206 def kill(self): member in Popen
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dsubprocess.py1596 def _readerthread(self, fh, buffer): argument
1680 kill = terminate variable in Popen
2206 def kill(self): member in Popen
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dsubprocess.py1596 def _readerthread(self, fh, buffer): argument
1680 kill = terminate variable in Popen
2206 def kill(self): member in Popen
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dsubprocess.py1596 def _readerthread(self, fh, buffer): argument
1680 kill = terminate variable in Popen
2206 def kill(self): member in Popen
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dsubprocess.py1596 def _readerthread(self, fh, buffer): argument
1680 kill = terminate variable in Popen
2206 def kill(self): member in Popen
/aosp_15_r20/libcore/luni/src/main/java/libcore/io/
H A DLinux.java156 public native void kill(int pid, int signal) throws ErrnoException; in kill() method in Linux
177 …public int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interru… in pread()
194 …private native int preadBytes(FileDescriptor fd, Object buffer, int bufferOffset, int byteCount, l… in preadBytes()
195 …public int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interr… in pwrite()
212 …private native int pwriteBytes(FileDescriptor fd, Object buffer, int bufferOffset, int byteCount, … in pwriteBytes()
213 …public int read(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIOExceptio… in read()
230 …private native int readBytes(FileDescriptor fd, Object buffer, int offset, int byteCount) throws E… in readBytes()
234 …public int recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress)… in recvfrom()
251 …private native int recvfromBytes(FileDescriptor fd, Object buffer, int byteOffset, int byteCount, … in recvfromBytes()
258 …public int sendto(FileDescriptor fd, ByteBuffer buffer, int flags, InetAddress inetAddress, int po… in sendto()
[all …]
H A DForwardingOs.java442 public void kill(int pid, int signal) throws ErrnoException { os.kill(pid, signal); } in kill() method in ForwardingOs
588 …public int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interru… in pread()
598 …public int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interr… in pwrite()
608 …public int read(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIOExceptio… in read()
634 …public int recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress)… in recvfrom()
713 …public int sendto(FileDescriptor fd, ByteBuffer buffer, int flags, InetAddress inetAddress, int po… in sendto()
938 …public int write(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIOExcepti… in write()
H A DOs.java383 public void kill(int pid, int signal) throws ErrnoException; in kill() method
492 …public int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interru… in pread()
502 …public int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, Interr… in pwrite()
512 …public int read(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIOExceptio… in read()
538 …public int recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcAddress)… in recvfrom()
574 …public int sendto(FileDescriptor fd, ByteBuffer buffer, int flags, InetAddress inetAddress, int po… in sendto()
769 …public int write(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIOExcepti… in write()
/aosp_15_r20/libcore/luni/src/main/java/android/system/
H A DOs.java414 …public static void kill(int pid, int signal) throws ErrnoException { Libcore.os.kill(pid, signal);… in kill() method in Os
546 …public static int pread(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException, … in pread()
556 …public static int pwrite(FileDescriptor fd, ByteBuffer buffer, long offset) throws ErrnoException,… in pwrite()
566 …public static int read(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIOE… in read()
609 …public static int recvfrom(FileDescriptor fd, ByteBuffer buffer, int flags, InetSocketAddress srcA… in recvfrom()
653 …public static int sendto(FileDescriptor fd, ByteBuffer buffer, int flags, InetAddress inetAddress,… in sendto()
987 …public static int write(FileDescriptor fd, ByteBuffer buffer) throws ErrnoException, InterruptedIO… in write()
/aosp_15_r20/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp273 char buffer[SIZE]; in dumpCodecDetails() local
538 char buffer[SIZE]; in dump() local
562 char buffer[SIZE]; in dump() local
606 char buffer[SIZE]; in dump() local
1789 void Antagonizer::kill() in kill() function in android::Antagonizer
2472 ssize_t MediaPlayerService::AudioOutput::write(const void* buffer, size_t size, bool blocking) in write()
2708 size_t MediaPlayerService::AudioOutput::CallbackData::onMoreData(const AudioTrack::Buffer& buffer) { in onMoreData()
/aosp_15_r20/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java1586 … public void dispatchOnAudioAvailable(Object callerIdentity, String utteranceId, byte[] buffer) { in dispatchOnAudioAvailable()
1617 public void kill() { in kill() method in TextToSpeechService.CallbackMap
/aosp_15_r20/external/minijail/rust/minijail/src/
H A Dlib.rs516 let buffer = fs::read(path).map_err(Error::ReadProgram)?; in parse_seccomp_program() localVariable
999 pub fn kill(&self) -> Result<()> { in kill() method
/aosp_15_r20/prebuilts/manifest-merger/com/android/tools/ddms/ddmlib/31.9.0-alpha03/
HDddmlib-31.9.0-alpha03.jarMETA-INF/ META-INF/MANIFEST.MF NOTICE com/ com/android/ com ...
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/ddmlib/
HDtools.ddmlib.jarMETA-INF/ META-INF/MANIFEST.MF NOTICE com/ com/android/ com ...
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java1523 StringBuilder buffer = new StringBuilder(); in makeLinkProperties() local
4550 public void kill() { in kill() method in Vpn.IkeSessionWrapper
/aosp_15_r20/prebuilts/misc/common/ddmlib/
HDddmlib-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF NOTICE com/ com/android/ com ...

12345678910>>...17