/third_party/elfutils/tests/ |
D | run-elfgetchdr.sh | 90 section 1: NOT Compressed 91 section 2: GNU Compressed size: 60 92 section 3: GNU Compressed size: aa 93 section 4: NOT Compressed 94 section 5: GNU Compressed size: 8d 95 section 6: NOT Compressed 96 section 7: NOT Compressed 97 section 8: NOT Compressed 102 section 1: NOT Compressed 103 section 2: ELF Compressed ch_type: 1, ch_size: 60, ch_addralign: 10 [all …]
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/ |
D | gstmpegtssection.c | 169 __common_section_checks (GstMpegtsSection * section, guint min_size, in __common_section_checks() argument 175 if (section->section_length < min_size) { in __common_section_checks() 178 section->pid, section->table_id, section->section_length, min_size); in __common_section_checks() 183 if (!section->short_section in __common_section_checks() 184 && (_calc_crc32 (section->data, section->section_length) != 0)) { in __common_section_checks() 185 GST_WARNING ("PID:0x%04x table_id:0x%02x, Bad CRC on section", section->pid, in __common_section_checks() 186 section->table_id); in __common_section_checks() 191 res = parsefunc (section); in __common_section_checks() 194 section->pid, section->table_id); in __common_section_checks() 196 section->destroy_parsed = destroynotify; in __common_section_checks() [all …]
|
D | gst-dvb-section.c | 203 _parse_eit (GstMpegtsSection * section) in _parse_eit() argument 212 data = section->data; in _parse_eit() 213 end = data + section->section_length; in _parse_eit() 225 eit->actual_stream = (section->table_id == 0x4E || in _parse_eit() 226 (section->table_id >= 0x50 && section->table_id <= 0x5F)); in _parse_eit() 227 eit->present_following = (section->table_id == 0x4E in _parse_eit() 228 || section->table_id == 0x4F); in _parse_eit() 240 section->pid, (gint) (end - 4 - data)); in _parse_eit() 274 section->pid, (gint) (data - section->data), section->section_length); in _parse_eit() 298 gst_mpegts_section_get_eit (GstMpegtsSection * section) in gst_mpegts_section_get_eit() argument [all …]
|
D | gst-atsc-section.c | 136 _parse_atsc_vct (GstMpegtsSection * section) in _parse_atsc_vct() argument 147 data = section->data; in _parse_atsc_vct() 148 end = data + section->section_length; in _parse_atsc_vct() 150 vct->transport_stream_id = section->subtable_extension; in _parse_atsc_vct() 262 gst_mpegts_section_get_atsc_tvct (GstMpegtsSection * section) in gst_mpegts_section_get_atsc_tvct() argument 264 g_return_val_if_fail (section->section_type == GST_MPEGTS_SECTION_ATSC_TVCT, in gst_mpegts_section_get_atsc_tvct() 266 g_return_val_if_fail (section->cached_parsed || section->data, NULL); in gst_mpegts_section_get_atsc_tvct() 268 if (!section->cached_parsed) in gst_mpegts_section_get_atsc_tvct() 269 section->cached_parsed = in gst_mpegts_section_get_atsc_tvct() 270 __common_section_checks (section, 16, _parse_atsc_vct, in gst_mpegts_section_get_atsc_tvct() [all …]
|
/third_party/elfutils/libebl/ |
D | eblsectionname.c | 39 ebl_section_name (Ebl *ebl, int section, int xsection, char *buf, size_t len, in ebl_section_name() argument 42 const char *res = ebl != NULL ? ebl->section_name (section, xsection, in ebl_section_name() 47 if (section == SHN_UNDEF) in ebl_section_name() 49 else if (section == SHN_ABS) in ebl_section_name() 51 else if (section == SHN_COMMON) in ebl_section_name() 53 else if (section == SHN_BEFORE) in ebl_section_name() 55 else if (section == SHN_AFTER) in ebl_section_name() 57 else if ((section < SHN_LORESERVE || section == SHN_XINDEX) in ebl_section_name() 58 && (size_t) section < shnum) in ebl_section_name() 60 int idx = section != SHN_XINDEX ? section : xsection; in ebl_section_name() [all …]
|
D | eblsectiontypename.c | 39 ebl_section_type_name (Ebl *ebl, int section, char *buf, size_t len) in ebl_section_type_name() argument 41 const char *res = ebl->section_type_name (section, buf, len); in ebl_section_type_name() 68 if ((size_t) section < sizeof (knowntypes) / sizeof (knowntypes[0]) in ebl_section_type_name() 69 && knowntypes[section] != NULL) in ebl_section_type_name() 70 res = knowntypes[section]; in ebl_section_type_name() 72 else if (section >= SHT_LOSUNW && section <= SHT_HISUNW) in ebl_section_type_name() 85 res = sunwtypes[section - SHT_LOSUNW]; in ebl_section_type_name() 89 switch (section) in ebl_section_type_name() 106 if (section >= SHT_LOOS && section <= SHT_HIOS) in ebl_section_type_name() 107 snprintf (buf, len, "SHT_LOOS+%x", section - SHT_LOOS); in ebl_section_type_name() [all …]
|
/third_party/python/Lib/ |
D | configparser.py | 184 def __init__(self, section): argument 185 Error.__init__(self, 'No section: %r' % (section,)) 186 self.section = section 187 self.args = (section, ) 198 def __init__(self, section, source=None, lineno=None): argument 199 msg = [repr(section), " already exists"] 210 self.section = section 213 self.args = (section, source, lineno) 223 def __init__(self, section, option, source=None, lineno=None): argument 224 msg = [repr(option), " in section ", repr(section), [all …]
|
/third_party/openssl/test/recipes/80-test_cmp_http_data/ |
D | test_connection.csv | 1 expected,description, -section,val, -server,val, -proxy,val, -no_proxy,val, -tls_used,noarg, -path,… 4 1,default config, -section,,,,,,,,BLANK,,,,BLANK,,BLANK,,BLANK, 5 TBD,Domain name, -section,, -server,_SERVER_CN:_SERVER_PORT,,,,,,,,,,,,,, 6 TBD,IP address, -section,, -server,_SERVER_IP:_SERVER_PORT,,,,,,,,,,,,,, 8 0,wrong server, -section,, -server,xn--rksmrgs-5wao1o.example.com:_SERVER_PORT,,,,,BLANK,,,, -msg_t… 9 0,wrong server port, -section,, -server,_SERVER_HOST:99,,,,,BLANK,,,, -msg_timeout,1,BLANK,,BLANK, 10 0,server default port, -section,, -server,_SERVER_HOST,,,,,BLANK,,,, -msg_timeout,1,BLANK,,BLANK, 11 0,server port out of range, -section,, -server,_SERVER_HOST:65536,,,,,BLANK,,,,BLANK,,BLANK,,BLANK, 12 0,server port negative, -section,, -server,_SERVER_HOST:-10,,,,,BLANK,,,,BLANK,,BLANK,,BLANK, 13 0,server missing argument, -section,, -server,,,,,,BLANK,,,,BLANK,,BLANK,,BLANK, [all …]
|
D | test_commands.csv | 1 expected,description, -section,val, -cmd,val,val2, -cacertsout,val,val2, -infotype,val,, -oldcert,v… 4 1,minimum options, -section,, -cmd,ir,,BLANK,,,BLANK,,,BLANK,,BLANK, 6 0,no cmd, -section,,BLANK,,,BLANK,,,BLANK,,,BLANK,,BLANK, 7 0,cmd missing arg, -section,, -cmd,,,BLANK,,,BLANK,,,BLANK,,BLANK, 8 0,cmd undefined , -section,, -cmd,abc,,BLANK,,,BLANK,,,BLANK,,BLANK, 9 0,cmd incomplete, -section,, -cmd,i,,BLANK,,,BLANK,,,BLANK,,BLANK, 11 1,no cacertsout, -section,, -cmd,ir,,BLANK,,,BLANK,,,BLANK,,BLANK, 12 1,cacertsout given, -section,, -cmd,ir,, -cacertsout,_RESULT_DIR/test.cacerts.pem,,BLANK,,,BLANK,,B… 13 0,cacertsout missing arg, -section,, -cmd,ir,, -cacertsout,,,BLANK,,,BLANK,,BLANK, 15 1, --- get certificate for revocation ----, -section,, -cmd,cr,,BLANK,,,BLANK,,,BLANK,,BLANK, [all …]
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
D | tracker.js | 13 addTracker (section, subsection = null, key = null) { 14 if (section === null || section === undefined) { 22 const hasTracker = this[_progress].has(section) 23 const hasSubtracker = this[_progress].has(`${section}:${key}`) 27 this[_onError](`Tracker "${section}" already exists`) 36 this[_progress].set(section, npmlog.newGroup(section)) 39 this[_onError](`Parent tracker "${section}" does not exist`) 43 this[_progress].set(`${section}:${key}`, 44 this[_progress].get(section).newGroup(`${section}:${subsection}`) 51 finishTracker (section, subsection = null, key = null) { [all …]
|
/third_party/elfio/ |
D | README-OH.md | 19 ├── elfio_array.hpp # array section访问类,提供对array section的处理 21 ├── elfio_dump.hpp # elf dump类,dump出elf文件的各类信息,例如:elf header、section headers、… 22 ├── elfio_dynamic.hpp # dynamic section访问类,提供对dynamic section的处理 23 ├── elfio_header.hpp # elf header类,解析elf header的section 25 ├── elfio_modinfo.hpp # modinfo section访问类,提供对modinfo section的处理 26 ├── elfio_note.hpp # note section访问类,提供对note section的处理 27 ├── elfio_relocation.hpp # relocation section访问类,提供对relocation section的处理 28 ├── elfio_section.hpp # section类 30 ├── elfio_strings.hpp # string section访问类,提供对string section的处理 31 ├── elfio_symbols.hpp # symbol section访问类,提供对symbol section的处理 [all …]
|
/third_party/openssl/crypto/ts/ |
D | ts_conf.c | 123 const char *TS_CONF_get_tsa_section(CONF *conf, const char *section) in TS_CONF_get_tsa_section() argument 125 if (!section) { in TS_CONF_get_tsa_section() 126 section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_TSA); in TS_CONF_get_tsa_section() 127 if (!section) in TS_CONF_get_tsa_section() 130 return section; in TS_CONF_get_tsa_section() 133 int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb, in TS_CONF_set_serial() argument 137 char *serial = NCONF_get_string(conf, section, ENV_SERIAL); in TS_CONF_set_serial() 139 ts_CONF_lookup_fail(section, ENV_SERIAL); in TS_CONF_set_serial() 151 int TS_CONF_set_crypto_device(CONF *conf, const char *section, in TS_CONF_set_crypto_device() argument 157 device = NCONF_get_string(conf, section, ENV_CRYPTO_DEVICE); in TS_CONF_set_crypto_device() [all …]
|
/third_party/node/deps/openssl/openssl/crypto/ts/ |
D | ts_conf.c | 123 const char *TS_CONF_get_tsa_section(CONF *conf, const char *section) in TS_CONF_get_tsa_section() argument 125 if (!section) { in TS_CONF_get_tsa_section() 126 section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_TSA); in TS_CONF_get_tsa_section() 127 if (!section) in TS_CONF_get_tsa_section() 130 return section; in TS_CONF_get_tsa_section() 133 int TS_CONF_set_serial(CONF *conf, const char *section, TS_serial_cb cb, in TS_CONF_set_serial() argument 137 char *serial = NCONF_get_string(conf, section, ENV_SERIAL); in TS_CONF_set_serial() 139 ts_CONF_lookup_fail(section, ENV_SERIAL); in TS_CONF_set_serial() 151 int TS_CONF_set_crypto_device(CONF *conf, const char *section, in TS_CONF_set_crypto_device() argument 157 device = NCONF_get_string(conf, section, ENV_CRYPTO_DEVICE); in TS_CONF_set_crypto_device() [all …]
|
/third_party/node/test/fixtures/wpt/wasm/jsapi/ |
D | wasm-module-builder.js | 567 const section = new Binary; 568 content_generator(section); 570 this.emit_u32v(section.length); 573 this.emit_bytes(section.trunc_buffer()); 719 var section = new Binary(); 720 section.emit_u8(kUnknownSectionCode); 721 section.emit_u32v(name.length + bytes.length); 722 section.emit_bytes(name); 723 section.emit_bytes(bytes); 724 return section.trunc_buffer(); [all …]
|
/third_party/python/Lib/idlelib/ |
D | config.py | 50 def Get(self, section, option, type=None, default=None, raw=False): argument 58 if not self.has_option(section, option): 61 return self.getboolean(section, option) 63 return self.getint(section, option) 65 return self.get(section, option, raw=raw) 67 def GetOptionList(self, section): argument 69 if self.has_section(section): 70 return self.options(section) 84 def SetOption(self, section, option, value): argument 89 if self.has_option(section, option): [all …]
|
/third_party/python/Misc/NEWS.d/ |
D | 3.6.0b2.rst | 5 .. section: Core and Builtins 14 .. section: Core and Builtins 23 .. section: Core and Builtins 33 .. section: Core and Builtins 43 .. section: Core and Builtins 53 .. section: Core and Builtins 63 .. section: Core and Builtins 73 .. section: Core and Builtins 83 .. section: Core and Builtins 92 .. section: Core and Builtins [all …]
|
D | 3.5.0a1.rst | 5 .. section: Core and Builtins 14 .. section: Core and Builtins 24 .. section: Core and Builtins 34 .. section: Core and Builtins 44 .. section: Core and Builtins 54 .. section: Core and Builtins 66 .. section: Core and Builtins 76 .. section: Core and Builtins 86 .. section: Core and Builtins 96 .. section: Core and Builtins [all …]
|
D | 3.5.2rc1.rst | 5 .. section: Core and Builtins 15 .. section: Core and Builtins 24 .. section: Core and Builtins 33 .. section: Core and Builtins 42 .. section: Core and Builtins 51 .. section: Core and Builtins 60 .. section: Core and Builtins 69 .. section: Core and Builtins 81 .. section: Core and Builtins 90 .. section: Core and Builtins [all …]
|
D | 3.5.3rc1.rst | 5 .. section: Core and Builtins 14 .. section: Core and Builtins 23 .. section: Core and Builtins 33 .. section: Core and Builtins 43 .. section: Core and Builtins 52 .. section: Core and Builtins 62 .. section: Core and Builtins 72 .. section: Core and Builtins 82 .. section: Core and Builtins 92 .. section: Core and Builtins [all …]
|
D | 3.6.0b1.rst | 5 .. section: Core and Builtins 17 .. section: Core and Builtins 27 .. section: Core and Builtins 36 .. section: Core and Builtins 46 .. section: Core and Builtins 59 .. section: Core and Builtins 68 .. section: Core and Builtins 77 .. section: Core and Builtins 87 .. section: Core and Builtins 97 .. section: Core and Builtins [all …]
|
D | 3.5.0b1.rst | 5 .. section: Core and Builtins 14 .. section: Core and Builtins 24 .. section: Core and Builtins 34 .. section: Core and Builtins 43 .. section: Core and Builtins 52 .. section: Core and Builtins 62 .. section: Core and Builtins 71 .. section: Core and Builtins 80 .. section: Core and Builtins 90 .. section: Core and Builtins [all …]
|
D | 3.8.0a1.rst | 5 .. section: Security 17 .. section: Security 29 .. section: Security 40 .. section: Security 51 .. section: Security 61 .. section: Security 70 .. section: Security 81 .. section: Security 90 .. section: Security 101 .. section: Security [all …]
|
D | 3.6.0a1.rst | 5 .. section: Core and Builtins 14 .. section: Core and Builtins 23 .. section: Core and Builtins 32 .. section: Core and Builtins 42 .. section: Core and Builtins 51 .. section: Core and Builtins 61 .. section: Core and Builtins 71 .. section: Core and Builtins 80 .. section: Core and Builtins 92 .. section: Core and Builtins [all …]
|
/third_party/openssl/crypto/conf/ |
D | conf_api.c | 23 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section) in _CONF_get_section() argument 27 if (conf == NULL || section == NULL) in _CONF_get_section() 30 vv.section = (char *)section; in _CONF_get_section() 35 const char *section) in STACK_OF() 39 v = _CONF_get_section(conf, section); in STACK_OF() 45 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) in _CONF_add_string() argument 50 ts = (STACK_OF(CONF_VALUE) *)section->value; in _CONF_add_string() 52 value->section = section->section; in _CONF_add_string() 66 char *_CONF_get_string(const CONF *conf, const char *section, in _CONF_get_string() argument 78 if (section != NULL) { in _CONF_get_string() [all …]
|
/third_party/node/deps/openssl/openssl/crypto/conf/ |
D | conf_api.c | 23 CONF_VALUE *_CONF_get_section(const CONF *conf, const char *section) in _CONF_get_section() argument 27 if (conf == NULL || section == NULL) in _CONF_get_section() 30 vv.section = (char *)section; in _CONF_get_section() 35 const char *section) in STACK_OF() 39 v = _CONF_get_section(conf, section); in STACK_OF() 45 int _CONF_add_string(CONF *conf, CONF_VALUE *section, CONF_VALUE *value) in _CONF_add_string() argument 50 ts = (STACK_OF(CONF_VALUE) *)section->value; in _CONF_add_string() 52 value->section = section->section; in _CONF_add_string() 66 char *_CONF_get_string(const CONF *conf, const char *section, in _CONF_get_string() argument 78 if (section != NULL) { in _CONF_get_string() [all …]
|