| /external/ImageMagick/coders/ |
| D | miff.c | 215 *p; in PushRunlengthPacket() local 556 *p; in ReadMIFFImage() local 1131 *p; in ReadMIFFImage() local 1217 *p; in ReadMIFFImage() local 1374 code; in ReadMIFFImage() local 1390 code; in ReadMIFFImage() local 1408 code; in ReadMIFFImage() local 1450 code; in ReadMIFFImage() local 1491 code; in ReadMIFFImage() local 1531 code; in ReadMIFFImage() local [all …]
|
| /external/libwebsockets/lib/roles/http/ |
| D | header.c | 41 unsigned char **p, unsigned char *end) in lws_add_http_header_by_name() 68 int lws_finalize_http_header(struct lws *wsi, unsigned char **p, in lws_finalize_http_header() 89 unsigned char *p; in lws_finalize_write_http_header() local 110 unsigned char **p, unsigned char *end) in lws_add_http_header_by_token() 128 unsigned char **p, unsigned char *end) in lws_add_http_header_content_length() 149 lws_add_http_common_headers(struct lws *wsi, unsigned int code, in lws_add_http_common_headers() 151 unsigned char **p, unsigned char *end) in lws_add_http_common_headers() 277 unsigned char **p, unsigned char *end) in lws_add_http_header_status() 283 unsigned int code = _code & LWSAHH_CODE_MASK; in lws_add_http_header_status() local 380 lws_return_http_status(struct lws *wsi, unsigned int code, in lws_return_http_status() [all …]
|
| /external/python/cpython3/Lib/ |
| D | sre_compile.py | 71 def _compile(code, pattern, flags): argument 249 def _compile_charset(charset, flags, code): argument 423 def _simple(p): argument 536 def _compile_info(code, pattern, flags): argument 598 def _code(p, flags): argument 613 def _hex_code(code): argument 616 def dis(code): argument 759 def compile(p, flags=0): argument
|
| /external/e2fsprogs/lib/et/ |
| D | com_right.c | 49 com_right(struct et_list *list, long code) in com_right() 51 struct et_list *p; in com_right() local 60 com_right_r(struct et_list *list, long code, char *str, size_t len) in com_right_r() 62 struct et_list *p; in com_right_r() local 116 struct et_list *p = et; in free_error_table() local
|
| /external/bc/src/ |
| D | program.c | 53 static inline void bc_program_setVecs(BcProgram *p, BcFunc *f) { in bc_program_setVecs() 79 static size_t bc_program_index(const char *restrict code, size_t *restrict bgn) in bc_program_index() 93 static void bc_program_prepGlobals(BcProgram *p) { in bc_program_prepGlobals() 105 static void bc_program_popGlobals(BcProgram *p, bool reset) { in bc_program_popGlobals() 121 static void bc_program_pushBigdig(BcProgram *p, BcBigDig dig, BcResultType type) in bc_program_pushBigdig() 136 static BcVec* bc_program_dereference(const BcProgram *p, BcVec *vec) { in bc_program_dereference() 154 size_t bc_program_search(BcProgram *p, const char *id, bool var) { in bc_program_search() 175 static inline BcVec* bc_program_vec(const BcProgram *p, size_t idx, BcType type) in bc_program_vec() 181 static BcNum* bc_program_num(BcProgram *p, BcResult *r) { in bc_program_num() 267 static void bc_program_operand(BcProgram *p, BcResult **r, in bc_program_operand() [all …]
|
| /external/javassist/src/main/javassist/bytecode/ |
| D | CodeIterator.java | 182 public void write(byte[] code, int index) { in write() 337 public int insert(byte[] code) in insert() 364 public void insert(int pos, byte[] code) throws BadBytecode { in insert() 388 public int insertAt(int pos, byte[] code) throws BadBytecode { in insertAt() 410 public int insertEx(byte[] code) in insertEx() 437 public void insertEx(int pos, byte[] code) throws BadBytecode { in insertEx() 461 public int insertExAt(int pos, byte[] code) throws BadBytecode { in insertExAt() 469 private int insert0(int pos, byte[] code, boolean exclusive) in insert0() 479 int p = pos; in insert0() local 687 public int append(byte[] code) { in append() [all …]
|
| /external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
| D | frame_rst_stream.cc | 34 grpc_slice grpc_chttp2_rst_stream_create(uint32_t id, uint32_t code, in grpc_chttp2_rst_stream_create() 39 uint8_t* p = GRPC_SLICE_START_PTR(slice); in grpc_chttp2_rst_stream_create() local 64 grpc_chttp2_transport* t, uint32_t id, uint32_t code, in grpc_chttp2_add_rst_stream_to_next_write() 91 grpc_chttp2_rst_stream_parser* p = in grpc_chttp2_rst_stream_parser_parse() local
|
| /external/libbrillo/brillo/http/ |
| D | http_transport_curl.cc | 65 CURLMcode code = curl_interface_->MultiSocketAction( in OnSocketReady() local 138 CURLcode code = curl_interface_->EasySetOptStr(curl_handle, CURLOPT_URL, url); in CreateConnection() local 254 CURLMcode code = curl_interface_->MultiAddHandle( in StartAsyncTransfer() local 270 auto p = request_id_map_.find(request_id); in CancelRequest() local 315 CURLcode code, in AddEasyCurlError() 324 CURLMcode code, in AddMultiCurlError() 343 CURLMcode code = curl_interface_->MultiSetSocketCallback( in SetupAsyncCurl() local 462 void Transport::OnTransferComplete(Connection* connection, CURLcode code) { in OnTransferComplete() 463 auto p = async_requests_.find(connection); in OnTransferComplete() local 513 auto p = async_requests_.find(connection); in CleanAsyncConnection() local
|
| /external/python/cpython2/Lib/ |
| D | sre_compile.py | 64 def _compile(code, pattern, flags): argument 228 def _compile_charset(charset, flags, code, fixup=None, fixes=None): argument 433 def _compile_info(code, pattern, flags): argument 552 def _code(p, flags): argument 567 def compile(p, flags=0): argument
|
| /external/freetype/src/cff/ |
| D | cffparse.c | 42 FT_UInt code, in cff_parser_init() 163 FT_Byte* p = start; in cff_parse_integer() local 252 FT_Byte* p = start; in cff_parse_real() local 1069 #define CFF_FIELD_NUM( code, name, id ) \ argument 1071 #define CFF_FIELD_FIXED( code, name, id ) \ argument 1073 #define CFF_FIELD_FIXED_1000( code, name, id ) \ argument 1075 #define CFF_FIELD_STRING( code, name, id ) \ argument 1077 #define CFF_FIELD_BOOL( code, name, id ) \ argument 1088 #define CFF_FIELD_CALLBACK( code, name, id ) \ argument 1097 #define CFF_FIELD_BLEND( code, id ) \ argument [all …]
|
| /external/ply/ply/example/GardenSnake/ |
| D | GardenSnake.py | 386 def p_file_input_end(p): argument 391 def p_file_input(p): argument 410 def p_funcdef(p): argument 417 def p_parameters(p): argument 428 def p_varargslist(p): argument 439 def p_stmt_simple(p): argument 445 def p_stmt_compound(p): argument 452 def p_simple_stmt(p): argument 458 def p_small_stmts(p): argument 470 def p_small_stmt(p): argument [all …]
|
| /external/ImageMagick/MagickCore/ |
| D | token-private.h | 61 *magick_restrict p; in ConvertLatin1ToUTF8() local 100 code; in GetNextUTFCode() local 155 static inline MagickBooleanType IsUTFSpace(int code) in IsUTFSpace() 166 static inline MagickBooleanType IsUTFValid(int code) in IsUTFValid() 178 static inline MagickBooleanType IsUTFAscii(int code) in IsUTFAscii()
|
| D | compress.c | 86 code, member 241 code, in Ascii85Tuple() local 300 MagickExport void Ascii85Encode(Image *image,const unsigned char code) in Ascii85Encode() 306 *p; in Ascii85Encode() local 423 *p; in HuffmanDecodeImage() local 427 code, in HuffmanDecodeImage() local 724 *p; in HuffmanEncodeImage() local 923 #define OutputCode(code) \ in LZWEncodeImage() argument
|
| /external/llvm-project/flang/lib/Parser/ |
| D | characters.cpp | 20 int UTF_8CharacterBytes(const char *p) { in UTF_8CharacterBytes() 159 auto p{reinterpret_cast<const std::uint8_t *>(cp)}; in DecodeRawCharacter() local 190 char32_t code{static_cast<char32_t>(DecimalDigitValue(cp[1]))}; in DecodeEscapedCharacter() local 219 DecodedCharacter code{DecodeEscapedCharacter(cp + at, bytes - at)}; in DecodeEscapedCharacters() local 224 DecodedCharacter code{DecodeCharacter<ENCODING>(buffer, len, false)}; in DecodeEscapedCharacters() local 263 const char *p{s.c_str()}; in DecodeString() local
|
| /external/pcre/dist2/src/ |
| D | pcre2_study.c | 103 find_minlength(const pcre2_real_code *re, PCRE2_SPTR code, in find_minlength() 781 set_table_bit(pcre2_real_code *re, PCRE2_SPTR p, BOOL caseless, BOOL utf, in set_table_bit() 953 set_start_bits(pcre2_real_code *re, PCRE2_SPTR code, BOOL utf, BOOL ucp, in set_start_bits() 1083 const uint32_t *p = PRIV(ucd_caseless_sets) + tcode[2]; in set_start_bits() local 1518 PCRE2_SPTR p = tcode + 1 + LINK_SIZE + 1 + ((classmap == NULL)? 0:32); in set_start_bits() local 1675 PCRE2_UCHAR *code; in PRIV() local 1707 uint8_t *p = re->start_bitmap; in PRIV() local
|
| /external/python/cpython3/Objects/ |
| D | frameobject.c | 104 const _Py_CODEUNIT *code = in markblocks() local 241 marklines(PyCodeObject *code, int len) in marklines() 248 unsigned char *p = (unsigned char*)PyBytes_AS_STRING(code->co_lnotab); in marklines() local 570 PyObject **p, **valuestack; in frame_dealloc() local 616 PyCodeObject *code = frame->f_code; in frame_nslots() local 640 for (PyObject **p = f->f_valuestack; p < f->f_stacktop; p++) { in frame_traverse() local 669 for (PyObject **p = f->f_valuestack; p < oldtop; p++) { in frame_tp_clear() local 700 PyCodeObject *code = f->f_code; in frame_sizeof() local 717 PyCodeObject *code = f->f_code; in frame_repr() local 769 frame_alloc(PyCodeObject *code) in frame_alloc() [all …]
|
| /external/ply/ply/example/yply/ |
| D | yparse.py | 17 def p_yacc(p): argument 21 def p_defsection(p): argument 33 def p_rulesection(p): argument 40 def p_definitions(p): argument 45 def p_definition_literal(p): argument 50 def p_definition_start(p): argument 55 def p_definition_token(p): argument 68 def p_toktype(p): argument 76 def p_opttype(p): argument 81 def p_idlist(p): argument [all …]
|
| /external/bc/include/ |
| D | program.h | 115 #define BC_PROG_IBASE(p) ((p)->globals[BC_PROG_GLOBALS_IBASE]) argument 116 #define BC_PROG_OBASE(p) ((p)->globals[BC_PROG_GLOBALS_OBASE]) argument 117 #define BC_PROG_SCALE(p) ((p)->globals[BC_PROG_GLOBALS_SCALE]) argument 122 #define bc_program_retire(p, nres, nops) \ argument 129 #define bc_program_copyToVar(p, name, t, last) \ argument 134 #define bc_program_pushVar(p, code, bgn, pop, copy) \ argument 148 #define bc_program_pushArray(p, code, bgn, inst) \ argument
|
| /external/compiler-rt/test/tsan/ |
| D | signal_longjmp.cc | 37 #define MUST_FAULT(code) do { \ argument 71 void *volatile p = malloc(10); in main() local
|
| /external/llvm-project/compiler-rt/test/tsan/ |
| D | signal_longjmp.cpp | 35 #define MUST_FAULT(code) do { \ argument 69 void *volatile p = malloc(10); in main() local
|
| /external/apache-commons-bcel/src/examples/Mini/ |
| D | ASTInteger.java | 39 ASTInteger(MiniParser p, int id) { in ASTInteger() 43 public static Node jjtCreate(MiniParser p, int id) { in jjtCreate() 82 public void code(StringBuffer buf) { in code() method in ASTInteger
|
| /external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
| D | frame_rst_stream.cc | 31 grpc_slice grpc_chttp2_rst_stream_create(uint32_t id, uint32_t code, in grpc_chttp2_rst_stream_create() 36 uint8_t* p = GRPC_SLICE_START_PTR(slice); in grpc_chttp2_rst_stream_create() local 81 grpc_chttp2_rst_stream_parser* p = in grpc_chttp2_rst_stream_parser_parse() local
|
| /external/compiler-rt/test/cfi/cross-dso/ |
| D | dlopen.cpp | 80 static void save_code(char *p) { in save_code() 86 char *code = (char *)mmap(real_start, kCodeSize, PROT_WRITE | PROT_EXEC, in restore_code() local 102 void *p = create_B(); in main() local
|
| /external/llvm-project/compiler-rt/test/cfi/cross-dso/icall/ |
| D | dlopen.cpp | 80 static void save_code(char *p) { in save_code() 86 char *code = in restore_code() local 104 void *p = create_B(); in main() local
|
| /external/ppp/pppd/ |
| D | fsm.c | 340 u_char code, id; local 419 int code, reject_if_disagree; local 542 fsm_rconfnakrej(f, code, id, inp, len) in fsm_rconfnakrej() argument 611 fsm_rtermreq(f, id, p, len) in fsm_rtermreq() argument 684 u_char code, id; local 796 fsm_sdata(f, code, id, data, datalen) in fsm_sdata() argument
|