/aosp_15_r20/external/libevent/ |
H A D | http.c | 269 char *escaped_html, *p; in evhttp_htmlescape() local 928 char *p = evbuffer_readln(buf, NULL, EVBUFFER_EOL_CRLF); in evhttp_handle_chunked_read() local 1655 evhttp_valid_response_code(int code) in evhttp_valid_response_code() 1956 const char *p = value; in evhttp_header_is_valid_value() local 2858 evhttp_send_reply(struct evhttp_request *req, int code, const char *reason, in evhttp_send_reply() 2867 evhttp_send_reply_start(struct evhttp_request *req, int code, in evhttp_send_reply_start() 3029 evhttp_response_phrase_internal(int code) in evhttp_response_phrase_internal() 3046 evhttp_response_code_(struct evhttp_request *req, int code, const char *reason) in evhttp_response_code_() 3113 const char *p, *end; in evhttp_uriencode() local 3259 char *p; in evhttp_parse_query_impl() local [all …]
|
/aosp_15_r20/external/lzma/C/ |
H A D | LzmaDec.h | 64 UInt32 code; member 76 #define LzmaDec_CONSTRUCT(p) { (p)->dic = NULL; (p)->probs = NULL; } argument 77 #define LzmaDec_Construct(p) LzmaDec_CONSTRUCT(p) argument
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/ |
H A D | process_vxworks.rs | 31 let mut p = Process { pid: 0, status: None }; in spawn() localVariable 205 pub fn code(&self) -> Option<i32> { in code() method 260 pub fn code(self) -> Option<NonZero<i32>> { in code() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/ |
H A D | process_vxworks.rs | 31 let mut p = Process { pid: 0, status: None }; in spawn() localVariable 205 pub fn code(&self) -> Option<i32> { in code() method 260 pub fn code(self) -> Option<NonZero<i32>> { in code() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/ |
H A D | process_vxworks.rs | 31 let mut p = Process { pid: 0, status: None }; in spawn() localVariable 205 pub fn code(&self) -> Option<i32> { in code() method 260 pub fn code(self) -> Option<NonZero<i32>> { in code() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/ |
H A D | process_vxworks.rs | 31 let mut p = Process { pid: 0, status: None }; in spawn() localVariable 205 pub fn code(&self) -> Option<i32> { in code() method 260 pub fn code(self) -> Option<NonZero<i32>> { in code() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/unix/process/ |
H A D | process_vxworks.rs | 31 let mut p = Process { pid: 0, status: None }; in spawn() localVariable 205 pub fn code(&self) -> Option<i32> { in code() method 260 pub fn code(self) -> Option<NonZero<i32>> { in code() method
|
/aosp_15_r20/external/zstd/lib/legacy/ |
H A D | zstd_v03.c | 142 const BYTE* p = (const BYTE*)memPtr; in MEM_readLE16() local 155 BYTE* p = (BYTE*)memPtr; in MEM_writeLE16() local 172 const BYTE* p = (const BYTE*)memPtr; in MEM_readLE32() local 183 const BYTE* p = (const BYTE*)memPtr; in MEM_readLE64() local 525 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError() 527 ERR_STATIC const char* ERR_getErrorName(size_t code) in ERR_getErrorName() 1106 static unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError() 1451 static unsigned HUF_isError(size_t code) { return ERR_isError(code); } in HUF_isError() 1627 static inline size_t HUF_decodeStreamX2(BYTE* p, BIT_DStream_t* const bitDPtr, BYTE* const pEnd, co… in HUF_decodeStreamX2() 1986 static inline size_t HUF_decodeStreamX4(BYTE* p, BIT_DStream_t* bitDPtr, BYTE* const pEnd, const HU… in HUF_decodeStreamX4() [all …]
|
/aosp_15_r20/external/XNNPACK/src/xnnpack/ |
H A D | aarch32-assembler.h | 23 uint8_t code; member 69 uint8_t code; member 113 uint8_t code; member 125 uint8_t code; member 173 uint8_t code; member 301 int32_t p() { return mode_ != AddressingMode::kPostIndexed; } in p() function
|
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ |
H A D | profiler_python.cpp | 49 auto code = THPCodeObjectPtr(PyFrame_GetCode(frame)); local 318 auto code = THPCodeObjectPtr(PyFrame_GetCode(frame)); in set_class() local 343 std::optional<TensorMetadata> ValueCache::recordIfTensor(py::handle p) { in recordIfTensor() 392 auto* p = it.second.ptr(); in store() local 493 for (const auto& p : prefixes) { in trimPrefixes() local 848 auto code = THPCodeObjectPtr(PyFrame_GetCode(frame)); in recordPyCall() local
|
/aosp_15_r20/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 243 struct tagFile *p; in add_to_filelist() local 253 struct tagFile *p; in do_compile_files() local 317 struct tagFile *p = file_list; in compile_filelist() local 916 static BOOL notify (int code, char *fmt, ...) in notify() 2570 int code = GetLastError(); in DoUninstall() local 2579 int code = GetLastError(); in DoUninstall() local 2588 int code = GetLastError(); in DoUninstall() local
|
/aosp_15_r20/external/compiler-rt/test/tsan/ |
H A D | signal_longjmp.cc | 37 #define MUST_FAULT(code) do { \ argument 71 void *volatile p = malloc(10); in main() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
D | validation_errors.cc | 45 absl::Status ValidationErrors::status(absl::StatusCode code, in status() 54 for (const auto& p : field_errors_) { in message() local
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/ |
H A D | validation_errors.cc | 44 absl::Status ValidationErrors::status(absl::StatusCode code, in status() 53 for (const auto& p : field_errors_) { in message() local
|
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_emit_gv100.cpp | 385 gv100_selpFlip(const FixupEntry *entry, uint32_t *code, const FixupData& data) in gv100_selpFlip() 573 uint8_t p = ((insn->subOp >> (i * 2)) & 3); in emitFSWZADD() local 961 gv100_interpApply(const FixupEntry *entry, uint32_t *code, const FixupData& data) in gv100_interpApply() 1716 int r = -1, p = -1; in emitVOTE() local
|
/aosp_15_r20/external/libpcap/ |
H A D | gencode.h | 219 int code; /* opcode */ member 256 int code; /* opcode for branch corresponding to this edge */ member 386 #define isMarked(icp, p) ((p)->mark == (icp)->cur_mark) argument 388 #define Mark(icp, p) ((p)->mark = (icp)->cur_mark) argument
|
H A D | gencode.c | 639 void *p; in newchunk() local 678 new_block(compiler_state_t *cstate, int code) in new_block() 680 struct block *p; in new_block() local 690 new_stmt(compiler_state_t *cstate, int code) in new_stmt() 692 struct slist *p; in new_stmt() local 716 pcap_compile(pcap_t *p, struct bpf_program *program, in pcap_compile() 876 pcap_t *p; in pcap_compile_nopcap() local 931 register struct block **p = &b0; in merge() local 942 finish_parse(compiler_state_t *cstate, struct block *p) in finish_parse() 1075 register const u_char *p = &v[size - 4]; in gen_bcmp() local [all …]
|
H A D | pcap.c | 491 pcap_can_set_rfmon(pcap_t *p) in pcap_can_set_rfmon() 517 pcap_list_tstamp_types(pcap_t *p, int **tstamp_typesp) in pcap_list_tstamp_types() 579 pcap_next(pcap_t *p, struct pcap_pkthdr *h) in pcap_next() 593 pcap_next_ex(pcap_t *p, struct pcap_pkthdr **pkt_header, in pcap_next_ex() 970 char *p; local 1670 get_substring(const char *p, size_t len, char *ebuf) 2251 pcap_t *p; local 2377 pcap_setnonblock_unactivated(pcap_t *p, int nonblock) 2384 initialize_ops(pcap_t *p) 2438 pcap_t *p; local [all …]
|
/aosp_15_r20/external/lz4/lib/ |
H A D | lz4file.c | 40 static LZ4F_errorCode_t returnErrorCode(LZ4F_errorCodes code) in returnErrorCode() 142 LZ4_byte* p = (LZ4_byte*)buf; in LZ4F_read() local 283 const LZ4_byte* p = (const LZ4_byte*)buf; in LZ4F_write() local
|
/aosp_15_r20/cts/tests/tests/security/jni/ |
H A D | android_security_cts_cve_2019_2213_Test.c | 153 char *p; member 162 u8 *p; member 180 int parser_end(parser_t *p) { in parser_end() 184 void *parser_get(parser_t *p, u32 sz) { in parser_get() 195 u32 parse_u32(parser_t *p) { in parse_u32() 228 char *p = buf_alloc(b, sizeof(u32)); in buf_u32() local 233 char *p = buf_alloc(b, sizeof(u64)); in buf_u64() local 238 char *p = buf_alloc(b, sizeof(u64)); in buf_uintptr() local 315 void do_send_txn(int fd, u32 to, u32 code, buf_t *trdat, buf_t *troff, int oneway, int is_reply, bi… in do_send_txn() 337 void send_txn(int fd, u32 to, u32 code, buf_t *trdat, buf_t *troff) { in send_txn() [all …]
|
/aosp_15_r20/external/coreboot/src/vendorcode/google/chromeos/ |
H A D | wrdd.c | 19 const char *code; member 44 struct wrdd_code_value_pair *p; in wifi_regulatory_domain() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/tungstenite/src/protocol/frame/ |
D | frame.rs | 23 pub code: CloseCode, field 95 let code: u8 = self.opcode.into(); in format() localVariable 302 let code = u16::from_be_bytes([data[0], data[1]]).into(); in into_close() localVariable 346 let mut p = Vec::with_capacity(reason.as_bytes().len() + 2); in close() localVariable
|
/aosp_15_r20/external/apache-commons-bcel/src/examples/Mini/ |
H A D | ASTExpr.java | 69 ASTExpr(MiniParser p, int id) { in ASTExpr() 73 public static Node jjtCreate(MiniParser p, int id) { in jjtCreate() 206 public void code(StringBuffer buf) { in code() method in ASTExpr
|
/aosp_15_r20/frameworks/av/media/module/codecs/amrnb/dec/src/ |
H A D | d_gain_c.cpp | 194 Word16 code[], /* i : innovation codevector */ in d_gain_code() 200 const Word16 *p; in d_gain_code() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | resource_mgr_test.cc | 81 static void HasError(const Status& s, const error::Code code, in HasError() 353 ResourceHandle p = in TEST() local 382 ResourceHandle p = in TEST() local 412 ResourceHandle p = in TEST() local 441 ResourceHandle p = in TEST() local 457 ResourceHandle p = in TEST() local
|