/aosp_15_r20/external/pigweed/pw_hdlc/java/main/dev/pigweed/pw_hdlc/ |
H A D | Decoder.java | 36 private final byte[] buffer = new byte[MAX_FRAME_SIZE_BYTES]; field in Decoder 53 public void process(ByteBuffer buffer) { in process() method in Decoder 59 public void process(byte[] buffer) { in process() method in Decoder 65 public void process(byte b) { in process() method in Decoder
|
/aosp_15_r20/external/perfetto/src/trace_redaction/ |
H A D | collect_timeline_events_unittest.cc | 60 auto* process = process_tree->add_processes(); in TEST_F() local 65 auto buffer = packet.SerializeAsString(); in TEST_F() local 86 auto* process = process_tree->add_threads(); in TEST_F() local 90 auto buffer = packet.SerializeAsString(); in TEST_F() local 116 auto buffer = packet.SerializeAsString(); in TEST_F() local 143 auto buffer = packet.SerializeAsString(); in TEST_F() local 160 auto buffer = packet.SerializeAsString(); in TEST_F() local
|
/aosp_15_r20/frameworks/av/media/codec2/hal/common/ |
H A D | BufferTypes.cpp | 36 std::shared_ptr<C2Buffer>* buffer, in CreateLinearBuffer() 66 std::shared_ptr<C2Buffer>* buffer, in CreateGraphicBuffer() 99 BlockProcessor process) { in forEachBlock() 100 for (const std::shared_ptr<C2Buffer>& buffer : frameData.buffers) { in forEachBlock() local 112 BlockProcessor process, in forEachBlock()
|
/aosp_15_r20/system/netd/server/ |
H A D | IptablesRestoreController.cpp | 196 std::unique_ptr<IptablesProcess> *process = in sendCommand() local 242 void IptablesRestoreController::maybeLogStderr(const std::unique_ptr<IptablesProcess> &process, in maybeLogStderr() 258 bool IptablesRestoreController::drainAndWaitForAck(const std::unique_ptr<IptablesProcess> &process, in drainAndWaitForAck() 278 char buffer[PIPE_BUF]; in drainAndWaitForAck() local 338 std::string buffer; in execute() local
|
/aosp_15_r20/external/pciutils/lib/ |
H A D | win32-helpers.c | 67 format_message_from_system(DWORD win32_error_id, DWORD lang_id, LPSTR buffer, DWORD size) in format_message_from_system() 79 static char buffer[4096]; in win32_strerror() local 617 grant_process_token_dacl_permissions(HANDLE process, DWORD permissions, HANDLE *token, PSECURITY_DE… in grant_process_token_dacl_permissions() 818 HANDLE process; in open_process_for_query() local 927 HANDLE process; in win32_find_and_open_process_for_query() local 1112 try_grant_permissions_and_open_process_token(HANDLE process, DWORD rights) in try_grant_permissions_and_open_process_token() 1150 win32_open_process_token_with_rights(HANDLE process, DWORD rights) in win32_open_process_token_with_rights()
|
/aosp_15_r20/packages/modules/adb/daemon/ |
D | jdwp_service.cpp | 182 ProcessInfo process; member 194 static size_t jdwp_process_list(char* buffer, size_t bufferlen) { in jdwp_process_list() 213 static size_t app_process_list(char* buffer, size_t bufferlen) { in app_process_list() 236 static size_t process_list(TrackerKind kind, char* buffer, size_t bufferlen) { in process_list() 245 static size_t process_list_msg(TrackerKind kind, char* buffer, size_t bufferlen) { in process_list_msg() 513 adbconnection_listen([](int fd, ProcessInfo process) { in init_jdwp()
|
/aosp_15_r20/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/ |
D | EapAkaMethodStateMachine.java | 223 public EapResult process(EapMessage message) { in process() method in EapAkaMethodStateMachine.CreatedState 274 public EapResult process(EapMessage message) { in process() method in EapAkaMethodStateMachine.IdentityState 409 public EapResult process(EapMessage message) { in process() method in EapAkaMethodStateMachine.ChallengeState 615 ByteBuffer buffer = ByteBuffer.wrap(challengeResponse); in getRandChallengeResult() local 686 ByteBuffer buffer = ByteBuffer.allocate(numInputBytes); in getMkInputData() local 713 public EapResult process(EapMessage message) { in process() method in EapAkaMethodStateMachine.ReauthState
|
D | EapSimMethodStateMachine.java | 138 public EapResult process(EapMessage message) { in process() method in EapSimMethodStateMachine.CreatedState 199 public EapResult process(EapMessage message) { in process() method in EapSimMethodStateMachine.StartState 373 public EapResult process(EapMessage message) { in process() method in EapSimMethodStateMachine.ChallengeState 529 ByteBuffer buffer = ByteBuffer.wrap(challengeResponse); in getRandChallengeResultFromResponse() local
|
/aosp_15_r20/external/cronet/base/process/ |
H A D | process_metrics_linux.cc | 90 ProcessHandle process) { in CreateProcessMetrics() 101 std::string buffer; in GetCumulativeCPUUsage() local 120 std::string buffer; in GetCumulativeCPUUsagePerThread() local 206 ProcessMetrics::ProcessMetrics(ProcessHandle process) in ProcessMetrics() 209 ProcessMetrics::ProcessMetrics(ProcessHandle process) : process_(process) {} in ProcessMetrics() 260 int64_t GetNumberOfThreads(ProcessHandle process) { in GetNumberOfThreads()
|
H A D | launch_fuchsia.cc | 51 Process process = LaunchProcess(cmd_line, options); in GetAppOutputInternal() local 60 char buffer[256]; in GetAppOutputInternal() local 261 Process process(process_handle.release()); in LaunchProcess() local
|
/aosp_15_r20/external/elfutils/libdwfl/ |
H A D | linux-pid-attach.c | 52 char buffer[64]; in linux_proc_pid_is_stopped() local 197 Dwfl_Process *process = dwfl->process; in pid_memory_read() local 333 Dwfl_Process *process = thread->process; in pid_set_initial_registers() local 388 char buffer[36]; in dwfl_linux_proc_attach() local
|
/aosp_15_r20/frameworks/av/media/libstagefright/renderfright/fuzzer/ |
H A D | libstagefright_renderfright_fuzzer.cpp | 154 sp<GraphicBuffer> buffer, const Rect& sourceCrop, in getLayerSetting() 186 void RenderFrightFuzzer::process() { in process() function in RenderFrightFuzzer 236 sp<GraphicBuffer> buffer = sp<GraphicBuffer>::make(); in process() local 242 sp<GraphicBuffer> buffer = sp<GraphicBuffer>::make(); in process() local 256 sp<GraphicBuffer> buffer; in process() local
|
/aosp_15_r20/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/transport/ |
H A D | ProcessTransport.java | 37 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()
|
/aosp_15_r20/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz4/ |
H A D | XXHash32.java | 49 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
|
/aosp_15_r20/external/guava/guava/src/com/google/common/hash/ |
H A D | SipHashFunction.java | 133 protected void process(ByteBuffer buffer) { in process() method in SipHashFunction.SipHasher 139 protected void processRemaining(ByteBuffer buffer) { in processRemaining()
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/hash/ |
H A D | SipHashFunction.java | 133 protected void process(ByteBuffer buffer) { in process() method in SipHashFunction.SipHasher 139 protected void processRemaining(ByteBuffer buffer) { in processRemaining()
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | httpcore-4.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/audio/ |
H A D | SilenceSkippingAudioProcessorTest.java | 256 private static long process( in process() method in SilenceSkippingAudioProcessorTest 307 private final ShortBuffer buffer; field in SilenceSkippingAudioProcessorTest.InputBufferProvider 309 public InputBufferProvider(ShortBuffer buffer) { in InputBufferProvider() 335 private final ShortBuffer buffer; field in SilenceSkippingAudioProcessorTest.Pcm16BitAudioBuilder
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/audio/ |
H A D | SilenceSkippingAudioProcessorTest.java | 256 private static long process( in process() method in SilenceSkippingAudioProcessorTest 307 private final ShortBuffer buffer; field in SilenceSkippingAudioProcessorTest.InputBufferProvider 309 public InputBufferProvider(ShortBuffer buffer) { in InputBufferProvider() 335 private final ShortBuffer buffer; field in SilenceSkippingAudioProcessorTest.Pcm16BitAudioBuilder
|
/aosp_15_r20/frameworks/av/media/codec2/components/flac/ |
H A D | C2SoftFlacEnc.cpp | 208 void C2SoftFlacEnc::process( in process() function in android::C2SoftFlacEnc 285 const std::shared_ptr<C2Buffer> &buffer) in process() 359 std::shared_ptr<C2Buffer> buffer; in process() local 384 const FLAC__byte buffer[], size_t bytes, unsigned samples, in onEncodedFlacAvailable() 475 const FLAC__byte buffer[], in flacEncoderWriteCallback()
|
/aosp_15_r20/external/libchrome/base/process/ |
H A D | process_metrics_linux.cc | 136 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()
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | launcher2.c | 51 wchar_t buffer[MAXLEN]; in debug() local 189 join(wchar_t *buffer, size_t bufferLength, const wchar_t *fragment) in join() 378 wchar_t buffer[0]; member 447 struct _SearchInfoBuffer *buffer = (struct _SearchInfoBuffer*)malloc( in allocSearchInfoBuffer() local 524 findArgv0Length(const wchar_t *buffer, int bufferLength) in findArgv0Length() 554 findArgv0End(const wchar_t *buffer, int bufferLength) in findArgv0End() 706 _decodeShebang(SearchInfo *search, const char *buffer, int bufferLength, bool onlyUtf8, wchar_t **d… in _decodeShebang() 735 _shebangStartsWith(const wchar_t *buffer, int bufferLength, const wchar_t *prefix, const wchar_t **… in _shebangStartsWith() 803 wchar_t buffer[MAXLEN]; in searchPath() local 839 _readIni(const wchar_t *section, const wchar_t *settingName, wchar_t *buffer, int bufferLength) in _readIni() [all …]
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.0.1/ |
HD | httpcore-4.0.1.jar | ... {
public void <init> ()
public void process (org.apache.http.HttpResponse, org ... |
/aosp_15_r20/frameworks/av/media/libaudiohal/impl/ |
H A D | EffectHalAidl.cpp | 173 status_t EffectHalAidl::setInBuffer(const sp<EffectBufferHalInterface>& buffer) { in setInBuffer() 178 status_t EffectHalAidl::setOutBuffer(const sp<EffectBufferHalInterface>& buffer) { in setOutBuffer() 184 status_t EffectHalAidl::process() { in process() function in android::effect::EffectHalAidl
|
/aosp_15_r20/external/flac/src/libFLAC++/ |
H A D | stream_encoder.cpp | 364 bool Stream::process(const FLAC__int32 * const buffer[], uint32_t samples) in process() function in FLAC::Encoder::Stream 370 bool Stream::process_interleaved(const FLAC__int32 buffer[], uint32_t samples) in process_interleaved() 376 ::FLAC__StreamEncoderReadStatus Stream::read_callback(FLAC__byte buffer[], size_t *bytes) in read_callback() 399 …tatus Stream::read_callback_(const ::FLAC__StreamEncoder *encoder, FLAC__byte buffer[], size_t *by… in read_callback_() 408 …s Stream::write_callback_(const ::FLAC__StreamEncoder *encoder, const FLAC__byte buffer[], size_t … in write_callback_() 497 …::FLAC__StreamEncoderWriteStatus File::write_callback(const FLAC__byte buffer[], size_t bytes, uin… in write_callback()
|