/aosp_15_r20/external/angle/util/windows/ |
H A D | test_utils_win.cpp | 91 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 D | liveness_test.cc | 37 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 D | Process.java | 162 public void kill() { in kill() method in Process 180 StringBuilder buffer = new StringBuilder(); in getUptime() local
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | subprocess.py | 698 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 D | test_utils_posix.cpp | 81 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/ |
HD | byte-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/ |
HD | byte-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 D | pexpect.py | 1184 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/ |
D | subprocess.py | 1596 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/ |
D | subprocess.py | 1596 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/ |
D | subprocess.py | 1596 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 D | subprocess.py | 1596 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/ |
D | subprocess.py | 1596 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/ |
D | subprocess.py | 1596 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 D | Linux.java | 156 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 D | ForwardingOs.java | 442 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 D | Os.java | 383 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 D | Os.java | 414 …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 D | MediaPlayerService.cpp | 273 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 D | TextToSpeechService.java | 1586 … 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 D | lib.rs | 516 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/ |
HD | ddmlib-31.9.0-alpha03.jar | META-INF/
META-INF/MANIFEST.MF
NOTICE
com/
com/android/
com ... |
/aosp_15_r20/prebuilts/cmdline-tools/tools/lib/ddmlib/ |
HD | tools.ddmlib.jar | META-INF/
META-INF/MANIFEST.MF
NOTICE
com/
com/android/
com ... |
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/connectivity/ |
H A D | Vpn.java | 1523 StringBuilder buffer = new StringBuilder(); in makeLinkProperties() local 4550 public void kill() { in kill() method in Vpn.IkeSessionWrapper
|
/aosp_15_r20/prebuilts/misc/common/ddmlib/ |
HD | ddmlib-prebuilt.jar | META-INF/
META-INF/MANIFEST.MF
NOTICE
com/
com/android/
com ... |