Home
last modified time | relevance | path

Searched defs:section (Results 10476 – 10500 of 30021) sorted by relevance

1...<<411412413414415416417418419420>>...1201

/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Dieee.c542 asection *section; member
652 parse_expression (ieee, value, symbol, pcrel, extra, section) in parse_expression() argument
1242 asection *section; local
1274 asection *section; local
1358 asection *section; local
1373 asection *section; local
1881 asection *section; local
2197 ieee_get_section_contents (abfd, section, location, offset, count) in ieee_get_section_contents() argument
2214 ieee_canonicalize_reloc (abfd, section, relptr, symbols) in ieee_canonicalize_reloc() argument
3440 ieee_set_section_contents (abfd, section, location, offset, count) in ieee_set_section_contents() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/
H A DPaymentRequestSection.java88 void onEditableOptionChanged(PaymentRequestSection section, EditableOption option); in onEditableOptionChanged()
91 void onEditEditableOption(PaymentRequestSection section, EditableOption option); in onEditEditableOption()
94 void onAddEditableOption(PaymentRequestSection section); in onAddEditableOption()
97 boolean isBoldLabelNeeded(PaymentRequestSection section); in isBoldLabelNeeded()
103 @Nullable String getAdditionalText(PaymentRequestSection section); in getAdditionalText()
106 boolean isAdditionalTextDisplayingWarning(PaymentRequestSection section); in isAdditionalTextDisplayingWarning()
109 void onSectionClicked(PaymentRequestSection section); in onSectionClicked()
/dports/deskutils/plan/plan-1.10.1/src/
H A Dform.h54 typedef struct section { struct
55 char *path; /* path name of file section was loaded from */ argument
58 int nrows; /* # of cards in this section */ argument
64 short section; /* section this row belongs to */ argument
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/util/
H A Dsystem.cpp195 static util::SettingsValue InterpretOption(std::string& section, std::string& key, const std::strin… in InterpretOption()
315 std::string section; in ParseParameters() local
679 const std::string section = str.substr(1, str.size() - 2); in GetConfigOptions() local
717 std::string section; in ReadConfigStream() local
772 if (auto* section = util::FindKey(m_settings.ro_config, network)) { in ReadConfigFiles() local
869 const std::string& section, in logArgsPrefix()
887 for (const auto& section : m_settings.ro_config) { in LogArgs() local
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcssprovider.c107 GtkCssSection *section; member
167 GtkCssSection *section, in gtk_css_provider_parsing_error()
281 GtkCssSection *section) in gtk_css_ruleset_add()
326 GtkCssSection *section, in gtk_css_style_provider_emit_error()
340 GtkCssSection *section; in gtk_css_scanner_parser_error() local
819 GtkCssSection *section; in parse_declaration() local
1041 GtkCssSection *section = gtk_css_section_new (file, &empty, &empty); in gtk_css_provider_load_internal() local
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/tools/perfparser/app/
H A Dperfsymboltable.cpp112 Elf_Scn *section = dwfl_module_address_section(mod, &addr, &bias); in accessDsoMem() local
574 int findPltSymbolIndex(Elf_Scn *section, const elf_shdr_t *shdr, Dwarf_Addr addr) in findPltSymbolIndex()
594 Elf64_Addr findPltGotAddr(Elf_Scn *section, elf_shdr_t* shdr) in findPltGotAddr()
619 auto *section = elf_getscn(elf, i); in findPltSymbol() local
638 auto *section = elf_getscn(elf, i); in findPltSymbol() local
653 auto section = elf_getscn(elf, i); in findPltSymbol() local
688 auto section = dwfl_module_address_section(mod, &addr, &bias); in fakeSymbolFromSection() local
/dports/japanese/plan/plan-1.10.1/src/
H A Dform.h54 typedef struct section { struct
55 char *path; /* path name of file section was loaded from */ argument
58 int nrows; /* # of cards in this section */ argument
64 short section; /* section this row belongs to */ argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/table/
H A Dng_table_layout_algorithm_helpers.cc1004 auto is_group_0 = [](auto& section) { in DistributeTableBlockSizeToSections()
1007 auto is_group_1 = [](auto& section) { in DistributeTableBlockSizeToSections()
1011 auto is_group_2 = [](auto& section) { in DistributeTableBlockSizeToSections()
1015 auto is_group_3 = [](auto& section) { in DistributeTableBlockSizeToSections()
1018 auto is_group_4 = [](auto& section) { in DistributeTableBlockSizeToSections()
1024 &is_group_4](auto& section) { in DistributeTableBlockSizeToSections()
/dports/multimedia/scte35dump/scte35dump-0.1.6/cargo-crates/mpeg2ts-reader-0.13.0/src/
H A Ddemultiplex.rs386 fn section<'a>( in section() method
528 fn section<'a>( in section() method
755 let section = vec![ in pat_no_existing_program() localVariable
781 let section = vec![ in pat_remove_existing_program() localVariable
797 let section = vec![ in pat_remove_existing_program() localVariable
833 let section = make_test_data(|w| { in pmt_new_stream() localVariable
/dports/www/py-pastedeploy/PasteDeploy-2.1.1/paste/deploy/
H A Dloadwsgi.py77 def _interpolate(self, section, option, rawval, vars): argument
98 def before_get(self, parser, section, option, value, defaults): argument
478 global_additions, section): argument
506 global_addition, section): argument
528 def _filter_app_context(self, object_type, section, name, argument
549 def _pipeline_app_context(self, object_type, section, name, argument
/dports/multimedia/gmerlin/gmerlin-1.2.0/lib/gtk/
H A Dcfg_dialog.c575 dialog_section_t * section = data; in restore_button_callback() local
589 static GtkWidget * create_restore_button(dialog_section_t * section) in create_restore_button()
656 static GtkWidget * create_section(dialog_section_t * section, in create_section()
986 bg_dialog_t * bg_dialog_create(bg_cfg_section_t * section, in bg_dialog_create()
1104 bg_cfg_section_t * section, in bg_dialog_add_child()
1233 bg_cfg_section_t * section, in bg_dialog_add()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkemojichooser.c124 EmojiSection *section = data; in scroll_to_section() local
665 EmojiSection const *section = sections[i]; in adj_value_changed() local
685 EmojiSection const *section = sections[i]; in adj_value_changed() local
723 EmojiSection *section = data; in filter_func() local
770 invalidate_section (EmojiSection *section) in invalidate_section()
830 EmojiSection *section, in setup_section()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/mgmsrv/
H A DConfig.cpp77 unsigned section= sections[i]; in print() local
178 Config::setValue(Uint32 section, Uint32 section_no, in setValue()
193 Config::setValue(Uint32 section, Uint32 section_no, in setValue()
280 Properties *section; in add_diff() local
570 include_section(const unsigned* exclude, unsigned section){ in include_section()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/bfd/
H A Doasys.c652 asection *section = local
848 oasys_get_section_contents (abfd, section, location, offset, count) in oasys_get_section_contents() argument
870 oasys_canonicalize_reloc (ignore_abfd, section, relptr, symbols) in oasys_canonicalize_reloc() argument
1316 oasys_set_section_contents (abfd, section, location, offset, count) in oasys_set_section_contents() argument
1403 oasys_find_nearest_line (abfd, section, symbols, offset, in oasys_find_nearest_line() argument
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/mgmsrv/
H A DConfig.cpp77 unsigned section= sections[i]; in print() local
178 Config::setValue(Uint32 section, Uint32 section_no, in setValue()
193 Config::setValue(Uint32 section, Uint32 section_no, in setValue()
280 Properties *section; in add_diff() local
570 include_section(const unsigned* exclude, unsigned section){ in include_section()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/mgmsrv/
H A DConfig.cpp75 unsigned section= sections[i]; in print() local
176 Config::setValue(Uint32 section, Uint32 section_no, in setValue()
191 Config::setValue(Uint32 section, Uint32 section_no, in setValue()
303 Properties *section; in add_diff() local
594 include_section(const unsigned* exclude, unsigned section){ in include_section()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/mgmsrv/
H A DConfig.cpp77 unsigned section= sections[i]; in print() local
178 Config::setValue(Uint32 section, Uint32 section_no, in setValue()
193 Config::setValue(Uint32 section, Uint32 section_no, in setValue()
280 Properties *section; in add_diff() local
571 include_section(const unsigned* exclude, unsigned section){ in include_section()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/mgmsrv/
H A DConfig.cpp77 unsigned section= sections[i]; in print() local
178 Config::setValue(Uint32 section, Uint32 section_no, in setValue()
193 Config::setValue(Uint32 section, Uint32 section_no, in setValue()
280 Properties *section; in add_diff() local
571 include_section(const unsigned* exclude, unsigned section){ in include_section()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/mgmsrv/
H A DConfig.cpp77 unsigned section= sections[i]; in print() local
178 Config::setValue(Uint32 section, Uint32 section_no, in setValue()
193 Config::setValue(Uint32 section, Uint32 section_no, in setValue()
280 Properties *section; in add_diff() local
571 include_section(const unsigned* exclude, unsigned section){ in include_section()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/mgmsrv/
H A DConfig.cpp77 unsigned section= sections[i]; in print() local
178 Config::setValue(Uint32 section, Uint32 section_no, in setValue()
193 Config::setValue(Uint32 section, Uint32 section_no, in setValue()
280 Properties *section; in add_diff() local
571 include_section(const unsigned* exclude, unsigned section){ in include_section()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/mgmsrv/
H A DConfig.cpp77 unsigned section= sections[i]; in print() local
178 Config::setValue(Uint32 section, Uint32 section_no, in setValue()
193 Config::setValue(Uint32 section, Uint32 section_no, in setValue()
280 Properties *section; in add_diff() local
571 include_section(const unsigned* exclude, unsigned section){ in include_section()
/dports/games/zangband/zangband/src/
H A Dmain-dos.c754 char section[80]; in Term_user_dos() local
1412 char section[80]; in init_windows() local
1545 char section[80]; in init_graphics() local
1682 char section[128]; in init_sound() local
1863 char section[80]; in init_dos() local
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/mgmsrv/
H A DConfig.cpp77 unsigned section= sections[i]; in print() local
178 Config::setValue(Uint32 section, Uint32 section_no, in setValue()
193 Config::setValue(Uint32 section, Uint32 section_no, in setValue()
280 Properties *section; in add_diff() local
570 include_section(const unsigned* exclude, unsigned section){ in include_section()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/mgmsrv/
H A DConfig.cpp77 unsigned section= sections[i]; in print() local
178 Config::setValue(Uint32 section, Uint32 section_no, in setValue()
193 Config::setValue(Uint32 section, Uint32 section_no, in setValue()
280 Properties *section; in add_diff() local
570 include_section(const unsigned* exclude, unsigned section){ in include_section()
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgmenu.c335 GMenuModel *section) in g_menu_insert_section()
360 GMenuModel *section) in g_menu_prepend_section()
380 GMenuModel *section) in g_menu_append_section()
955 GMenuModel *section) in g_menu_item_set_section()
1250 GMenuModel *section) in g_menu_item_new_section()

1...<<411412413414415416417418419420>>...1201