Home
last modified time | relevance | path

Searched refs:section_types (Results 1 – 23 of 23) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/ntp/
H A Dmost_visited_sites_bridge.cc159 std::vector<int> section_types; in OnURLsAvailable() local
163 section_types.resize(section_types.size() + tiles.size(), in OnURLsAvailable()
178 ToJavaIntArray(env, section_types), in OnURLsAvailable()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/build/smb_build/
H A Dconfig_mk.pm15 my $section_types = {
231 my $sectype = $section_types->{$type};
/dports/devel/boost-python-libs/boost_1_72_0/tools/quickbook/src/
H A Dfiles.cpp184 enum section_types enum
193 section_types section_type;
198 section_types section_type_ = normal) in mapped_file_section()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/tools/quickbook/src/
H A Dfiles.cpp184 enum section_types enum
193 section_types section_type;
198 section_types section_type_ = normal) in mapped_file_section()
/dports/devel/boost-docs/boost_1_72_0/tools/quickbook/src/
H A Dfiles.cpp184 enum section_types enum
193 section_types section_type;
198 section_types section_type_ = normal) in mapped_file_section()
/dports/devel/boost-libs/boost_1_72_0/tools/quickbook/src/
H A Dfiles.cpp184 enum section_types enum
193 section_types section_type;
198 section_types section_type_ = normal) in mapped_file_section()
/dports/devel/hyperscan/boost_1_75_0/tools/quickbook/src/
H A Dfiles.cpp184 enum section_types enum
193 section_types section_type;
198 section_types section_type_ = normal) in mapped_file_section()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/quickbook/src/
H A Dfiles.cpp190 enum section_types { enum
198 section_types section_type;
203 section_types section_type = normal) : in mapped_file_section()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/quickbook/src/
H A Dfiles.cpp190 enum section_types { enum
198 section_types section_type;
203 section_types section_type = normal) : in mapped_file_section()
/dports/databases/percona57-server/boost_1_59_0/tools/quickbook/src/
H A Dfiles.cpp190 enum section_types { enum
198 section_types section_type;
203 section_types section_type = normal) : in mapped_file_section()
/dports/databases/xtrabackup/boost_1_59_0/tools/quickbook/src/
H A Dfiles.cpp190 enum section_types { enum
198 section_types section_type;
203 section_types section_type = normal) : in mapped_file_section()
/dports/databases/percona57-client/boost_1_59_0/tools/quickbook/src/
H A Dfiles.cpp190 enum section_types { enum
198 section_types section_type;
203 section_types section_type = normal) : in mapped_file_section()
/dports/net/kamailio/kamailio-5.4.5/src/modules/db2_ldap/
H A Dld_cfg.c295 static cfg_option_t section_types[] = { variable
321 ((opt = cfg_lookup_token(section_types, &t.val)) == NULL)) { in parse_section()
/dports/audio/libsndfile/libsndfile-1.0.31/src/
H A Dvoc.c63 { unsigned int sections, section_types ; member
/dports/lang/basic256/basic256-2.0.0.11/TestSuite/
H A Dtestsuite.kbs316 section_types:
/dports/science/qmcpack/qmcpack-3.11.0/nexus/lib/
H A Dpwscf_input.py1380 section_types = obj( variable in PwscfInput
1402 element_types.transfer_from(section_types)
1984 for section_name,section_type in PwscfInput.section_types.items():
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-oran.c253 static const range_string section_types[] = { variable
1787 RVALS(section_types), 0x00, in proto_register_oran()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-oran.c253 static const range_string section_types[] = { variable
1787 RVALS(section_types), 0x00, in proto_register_oran()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-oran.c253 static const range_string section_types[] = {
1787 RVALS(section_types), 0x00,
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-oran.c253 static const range_string section_types[] = { variable
1787 RVALS(section_types), 0x00, in proto_register_oran()
/dports/math/scilab/scilab-6.1.1/scilab/modules/helptools/macros/
H A Dxmltoformat.sci1597 section_types = [ ..
1608 section_type = section_types( tree("level") + offset + 1 );
/dports/devel/elfutils/elfutils-0.179/src/
H A Dreadelf.c263 section_types = 16384, /* .debug_types (implied by .debug_info) */ enumerator
268 | section_macro | section_addr | section_types)
510 print_debug_sections |= section_types; in parse_opt()
515 print_debug_sections |= section_types; in parse_opt()
H A DChangeLog563 * readelf.c (enum section_e): Make section_types not an alias of
565 (section_all): Add section_types.
566 (parse_opt): Add both section_info and section_types for "info"
2932 (enum section_e): Add section_types alias for section_info.