/aosp_15_r20/external/lzma/C/ |
H A D | Bcj2.c | 16 void Bcj2Dec_Init(CBcj2Dec *p) in Bcj2Dec_Init() 28 SRes Bcj2Dec_Decode(CBcj2Dec *p) in Bcj2Dec_Decode() 34 UInt32 code = p->code; in Bcj2Dec_Decode() local
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/ |
D | tic.h | 81 #define BYTE(p,n) (unsigned char)((p)[n]) argument 83 #define IS_NEG1(p) ((BYTE(p,0) == 0377) && (BYTE(p,1) == 0377)) argument 84 #define IS_NEG2(p) ((BYTE(p,0) == 0376) && (BYTE(p,1) == 0377)) argument 85 #define LOW_MSB(p) (BYTE(p,0) + 256*BYTE(p,1)) argument 87 #define IS_TIC_MAGIC(p) (LOW_MSB(p) == MAGIC) argument 172 chtype code; member
|
/aosp_15_r20/external/apache-commons-bcel/src/examples/Mini/ |
H A D | ASTIfExpr.java | 42 ASTIfExpr(MiniParser p, int id) { in ASTIfExpr() 46 public static Node jjtCreate(MiniParser p, int id) { in jjtCreate() 144 public void code(StringBuffer buf) { in code() method in ASTIfExpr
|
H A D | ASTProgram.java | 81 ASTProgram(MiniParser p, int id) { in ASTProgram() 85 public static Node jjtCreate(MiniParser p, int id) { in jjtCreate() 181 public void code(PrintWriter out, String name) { in code() method in ASTProgram
|
H A D | ASTLetExpr.java | 45 ASTLetExpr(MiniParser p, int id) { in ASTLetExpr() 49 public static Node jjtCreate(MiniParser p, int id) { in jjtCreate() 130 public void code(StringBuffer buf) { in code() method in ASTLetExpr
|
H A D | ASTFunAppl.java | 42 ASTFunAppl(MiniParser p, int id) { in ASTFunAppl() 46 public static Node jjtCreate(MiniParser p, int id) { in jjtCreate() 165 public void code(StringBuffer buf) { in code() method in ASTFunAppl
|
/aosp_15_r20/sdk/templates/docs/ |
H A D | cssreset-min.css | 7 …:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,… selector
|
/aosp_15_r20/build/make/tools/droiddoc/templates-pdk/assets/ |
H A D | yui-3.3.0-reset-min.css | 8 …#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,… selector
|
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/ |
D | callproc.c | 102 void *p = PyCapsule_GetPointer(ptr, CTYPES_CAPSULE_NAME_PYMEM); in pymem_destructor() local 260 static WCHAR *FormatError(DWORD code) in FormatError() 282 static void SetException(DWORD code, EXCEPTION_RECORD *pr) in SetException() 466 PyCArgObject *p; in PyCArgObject_new() local 636 void *p; member 1327 DWORD code = 0; in format_error() local
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | import.c | 864 _imp__fix_co_filename_impl(PyObject *module, PyCodeObject *code, in _imp__fix_co_filename_impl() 902 get_path_importer(PyThreadState *tstate, PyObject *path_importer_cache, in get_path_importer() 977 for (struct _inittab *p = PyImport_Inittab; p->name != NULL; p++) { in create_builtin() local 1090 const struct _frozen *p; in list_frozen_module_names() local 1210 const struct _frozen *p; in look_up_frozen() local 1285 const struct _frozen *p = look_up_frozen(name); in find_frozen() local 1323 PyObject *code = info->get_code(); in unmarshal_frozen_code() local 1507 PyCodeObject *code = PyFrame_GetCode(frame); in remove_importlib_frames() local 2580 struct _inittab *p; in PyImport_ExtendInittab() local
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | sre_parse.py | 146 def __setitem__(self, index, code): argument 148 def insert(self, index, code): argument 150 def append(self, code): argument 766 def literal(literal, p=p, pappend=a): argument
|
/aosp_15_r20/packages/modules/Virtualization/libs/bssl/src/ |
D | err.rs | 35 let code = process_least_recent_error(); in process_error_queue() localVariable 76 let p = unsafe { ERR_lib_error_string(packed_error) }; in lib_error_string() localVariable 84 let p = unsafe { ERR_reason_error_string(packed_error) }; in reason_error_string() localVariable
|
/aosp_15_r20/external/cronet/third_party/brotli/enc/ |
H A D | compress_fragment.c | 41 static BROTLI_INLINE uint32_t Hash(const uint8_t* p, size_t shift) { in Hash() 186 const size_t code = insertlen + 40; in EmitInsertLen() local 200 const size_t code = nbits + 50; in EmitInsertLen() local 242 const size_t code = (nbits << 1) + prefix + 20; in EmitCopyLen() local 249 const size_t code = nbits + 28; in EmitCopyLen() local 273 const size_t code = (nbits << 1) + prefix + 4; in EmitCopyLenLastDistance() local 279 const size_t code = (tail >> 5) + 30; in EmitCopyLenLastDistance() local 288 const size_t code = nbits + 28; in EmitCopyLenLastDistance() local
|
/aosp_15_r20/external/brotli/c/enc/ |
H A D | compress_fragment.c | 43 static BROTLI_INLINE uint32_t Hash(const uint8_t* p, size_t shift) { in Hash() 184 const size_t code = insertlen + 40; in EmitInsertLen() local 198 const size_t code = nbits + 50; in EmitInsertLen() local 240 const size_t code = (nbits << 1) + prefix + 20; in EmitCopyLen() local 247 const size_t code = nbits + 28; in EmitCopyLen() local 271 const size_t code = (nbits << 1) + prefix + 4; in EmitCopyLenLastDistance() local 277 const size_t code = (tail >> 5) + 30; in EmitCopyLenLastDistance() local 286 const size_t code = nbits + 28; in EmitCopyLenLastDistance() local
|
/aosp_15_r20/external/dokka/core/src/main/resources/dokka/styles/ |
H A D | style.css | 35 p, ul, ol, table, pre, dl { selector 85 code, pre { selector 262 pre, code { selector
|
/aosp_15_r20/external/tcpdump/ |
H A D | print-chdlc.c | 48 chdlc_if_print(netdissect_options *ndo, const struct pcap_pkthdr *h, const u_char *p) in chdlc_if_print() 55 chdlc_print(netdissect_options *ndo, const u_char *p, u_int length) in chdlc_print() 117 nd_uint32_t code; member
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | _struct.c | 195 get_long(PyObject *v, long *p) in get_long() 214 get_ulong(PyObject *v, unsigned long *p) in get_ulong() 235 get_longlong(PyObject *v, PY_LONG_LONG *p) in get_longlong() 254 get_ulonglong(PyObject *v, unsigned PY_LONG_LONG *p) in get_ulonglong() 275 unpack_float(const char *p, /* start of 4-byte string */ in unpack_float() 287 unpack_double(const char *p, /* start of 8-byte string */ in unpack_double() 350 nu_char(const char *p, const formatdef *f) in nu_char() 356 nu_byte(const char *p, const formatdef *f) in nu_byte() 362 nu_ubyte(const char *p, const formatdef *f) in nu_ubyte() 368 nu_short(const char *p, const formatdef *f) in nu_short() [all …]
|
/aosp_15_r20/external/autotest/client/site_tests/hardware_Keyboard/src/ |
H A D | evtest.c | 323 int code = 0; in do_single_key_capture() local 421 char *p = "?"; in do_evtest_dumpall() local 459 char * p = "?"; in do_evtest_dumpall() local 470 char * p = "?"; in do_evtest_dumpall() local
|
/aosp_15_r20/frameworks/native/libs/binder/ |
H A D | IPCThreadState.cpp | 162 uint32_t code = (uint32_t)*cmd++; in printReturnCommand() local 200 const int32_t p = *cmd++; in printReturnCommand() local 247 uint32_t code = (uint32_t)*cmd++; in printCommand() local 289 const int32_t p = *cmd++; in printCommand() local 850 uint32_t code, const Parcel& data, in transact() 1280 int32_t handle, uint32_t code, const Parcel& data, status_t* statusBuffer) in writeTransactionData()
|
/aosp_15_r20/external/libwebsockets/lib/roles/h2/ |
H A D | hpack.c | 315 const unsigned char *p; in lws_dump_header() local 707 const char *p = NULL; in lws_hpack_use_idx_hdr() local 1371 unsigned char **p, unsigned char *end) in lws_h2_num() 1394 unsigned char **p, unsigned char *end) in lws_add_http2_header_by_name() 1452 unsigned char **p, unsigned char *end) in lws_add_http2_header_by_token() 1463 int lws_add_http2_header_status(struct lws *wsi, unsigned int code, in lws_add_http2_header_status() 1464 unsigned char **p, unsigned char *end) in lws_add_http2_header_status()
|
/aosp_15_r20/external/pcre/src/ |
H A D | pcre2_printint.c | 302 print_prop(FILE *f, PCRE2_SPTR code, const char *before, const char *after) in print_prop() 312 const uint32_t *p = PRIV(ucd_caseless_sets) + code[2]; in print_prop() local 340 PCRE2_SPTR codestart, nametable, code; in pcre2_printint() local
|
/aosp_15_r20/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/ |
H A D | snapuserd_server.cpp | 307 struct pollfd p = {}; in AddWatchedFd() local 411 char code[1]; in WaitForSocket() local 462 char code[1] = {'a'}; in RunForSocketHandoff() local
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | x509_crt.c | 393 static int x509_get_version(unsigned char **p, in x509_get_version() 430 static int x509_get_dates(unsigned char **p, in x509_get_dates() 464 static int x509_get_uid(unsigned char **p, in x509_get_uid() 492 static int x509_get_basic_constraints(unsigned char **p, in x509_get_basic_constraints() 561 static int x509_get_ext_key_usage(unsigned char **p, in x509_get_ext_key_usage() 585 static int x509_get_subject_key_id(unsigned char **p, in x509_get_subject_key_id() 618 static int x509_get_authority_key_id(unsigned char **p, in x509_get_authority_key_id() 737 static int x509_get_certificate_policies(unsigned char **p, in x509_get_certificate_policies() 860 static int x509_get_crt_ext(unsigned char **p, in x509_get_crt_ext() 1080 unsigned char *p, *end, *crt_end; in x509_crt_parse_der_core() local [all …]
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | x509_crt.c | 392 static int x509_get_version(unsigned char **p, in x509_get_version() 429 static int x509_get_dates(unsigned char **p, in x509_get_dates() 463 static int x509_get_uid(unsigned char **p, in x509_get_uid() 491 static int x509_get_basic_constraints(unsigned char **p, in x509_get_basic_constraints() 560 static int x509_get_ext_key_usage(unsigned char **p, in x509_get_ext_key_usage() 584 static int x509_get_subject_key_id(unsigned char **p, in x509_get_subject_key_id() 617 static int x509_get_authority_key_id(unsigned char **p, in x509_get_authority_key_id() 736 static int x509_get_certificate_policies(unsigned char **p, in x509_get_certificate_policies() 859 static int x509_get_crt_ext(unsigned char **p, in x509_get_crt_ext() 1079 unsigned char *p, *end, *crt_end; in x509_crt_parse_der_core() local [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/workbench/unicode/ |
D | create_tables.cpp | 133 std::string code; in collect() local 168 static bool ignore_property(std::string const& p) in ignore_property() 177 map_property(std::string const& p) in map_property() 409 T const* p; member 412 boost::scoped_array<T> p; member in ucd_table_builder 522 value_type const* p = stage2[i]; in print_file() local
|