Home
last modified time | relevance | path

Searched refs:section_name (Results 1 – 25 of 3888) sorted by path

12345678910>>...156

/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/
H A Dinifile.cc117 QString section_name; in inifile_load_file() local
119 section_name = buf.mid(1, buf.indexOf(']') - 1).trimmed(); in inifile_load_file()
121 if (section_name.isEmpty()) { in inifile_load_file()
122 fatal("%s: invalid section header '%s' in '%s'.\n", myname, qPrintable(section_name), in inifile_load_file()
127 section_name = section_name.toLower(); in inifile_load_file()
128 inifile->sections.insert(section_name, InifileSection(section_name)); in inifile_load_file()
129 section = inifile->sections.value(section_name); in inifile_load_file()
H A Dtpo.cc212 tpo_read_until_section(const char* section_name, int seek_bytes) in tpo_read_until_section() argument
224 if (byte == section_name[match_index]) { in tpo_read_until_section()
226 if (match_index == strlen(section_name)) { in tpo_read_until_section()
/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Dtpo.c207 tpo_read_until_section(const char* section_name, int seek_bytes) in tpo_read_until_section() argument
219 if (byte == section_name[match_index]) { in tpo_read_until_section()
221 if (match_index == strlen(section_name)) { in tpo_read_until_section()
/dports/astro/py-astropy/astropy-5.0/astropy/config/
H A Dconfiguration.py421 def section_name(section): function
448 name, section_name(module), get_config_filename(filename,
450 self.name, section_name(new_module)),
463 self.name, section_name(sec), get_config_filename(filename,
/dports/audio/beets/beets-1.4.9/test/
H A Dtest_plexupdate.py12 def add_response_get_music_section(self, section_name='Music'): argument
16 escaped_section_name = section_name.replace('"', '\\"')
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/google-breakpad/common/dwarf/
H A Ddwarf2reader_cfi_unittest.cc86 void WriteELFFrameSection(const char *filename, const char *section_name,
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/google-breakpad/common/
H A Ddwarf_cu_to_module.h149 virtual void MissingSection(const string &section_name);
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/google-breakpad/common/linux/
H A Dfile_id.cc103 const char* section_name = (char*)(elf_base + in FindElfClassTextSection() local
106 if (!my_strncmp(section_name, text_section_name, name_len)) { in FindElfClassTextSection()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/google-breakpad/common/mac/
H A Ddump_syms.mm335 section.section_name);
347 section.section_name);
H A Dmacho_reader.cc454 .CString(&section.section_name, 16) in WalkSegmentSections()
487 reporter_->MisplacedSectionData(section.section_name, in WalkSegmentSections()
508 (*map_)[section.section_name] = section; in HandleSection()
H A Dmacho_reader.h199 string section_name; // section[_64].sectname member
H A Dmacho_reader_unittest.cc613 SegmentLoadCommand &AppendSectionEntry(const string &section_name, in AppendSectionEntry() argument
617 AppendCString(section_name, 16); in AppendSectionEntry()
1344 Matcher<const string &> section_name, in MatchSection() argument
1351 Field(&Section::section_name, section_name), in MatchSection()
1361 Matcher<const string &> section_name, in MatchSection() argument
1365 Field(&Section::section_name, section_name), in MatchSection()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/google-breakpad/tools/mac/dump_syms/
H A Dmacho_dump.cc81 index_++, section.section_name.c_str(), section.segment_name.c_str(), in HandleSection()
/dports/audio/clementine-player/Clementine-1.4.0rc1/dist/
H A Dupdate_desktop_languages.py40 def _add_section(self, section_name): argument
42 'name': section_name,
48 def _find_section(self, section_name): argument
52 if section['name'] == section_name
65 def get(self, section_name, key): argument
71 def set(self, section_name, key, value): argument
73 section = self._find_section(section_name)
75 section = self._add_section(section_name)
103 'section_name': section_name,
106 for section_name in config_parser.sections()
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-0.14.3/src/auto/
H A Dabout_dialog.rs803 fn add_credit_section(&self, section_name: &str, people: &[&str]); in add_credit_section()
963 fn add_credit_section(&self, section_name: &str, people: &[&str]) { in add_credit_section()
967 section_name.to_glib_none().0, in add_credit_section()
H A Dshortcuts_section.rs72 pub fn section_name(&self) -> Option<glib::GString> { in section_name() method
87 pub fn set_section_name(&self, section_name: Option<&str>) { in set_section_name()
92 section_name.to_value().to_glib_none().0, in set_section_name()
286 section_name: Option<String>, field
346 if let Some(ref section_name) = self.section_name { in build()
347 properties.push(("section-name", section_name)); in build()
482 pub fn section_name(mut self, section_name: &str) -> Self { in section_name() method
483 self.section_name = Some(section_name.to_string()); in section_name()
H A Dshortcuts_window.rs52 section_name: Option<String>, field
132 if let Some(ref section_name) = self.section_name { in build()
133 properties.push(("section-name", section_name)); in build()
332 pub fn section_name(mut self, section_name: &str) -> Self { in section_name() method
333 self.section_name = Some(section_name.to_string()); in section_name()
664 fn section_name(&self) -> Option<glib::GString>; in section_name() method
667 fn set_section_name(&self, section_name: Option<&str>); in set_section_name()
693 fn section_name(&self) -> Option<glib::GString> { in section_name() method
707 fn set_section_name(&self, section_name: Option<&str>) { in set_section_name()
712 section_name.to_value().to_glib_none().0, in set_section_name()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gtk-sys-0.14.0/src/
H A Dlib.rs16522 section_name: *const c_char, in gtk_about_dialog_add_credit_section()
/dports/audio/musescore/MuseScore-3.6.1/thirdparty/freetype/src/tools/docmaker/
H A Dcontent.py397 def set_section( self, section_name ): argument
399 if not section_name in self.sections:
400 section = DocSection( section_name )
401 self.sections[section_name] = section
404 self.section = self.sections[section_name]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/backtrace-0.3.63/src/symbolize/gimli/
H A Delf.rs175 let name = self.sections.section_name(self.endian, header).ok()?; in section()
H A Dmacho.rs229 let section_name = section.name(); in section() localVariable
230 section_name == name || { in section()
231 section_name.starts_with(b"__") in section()
233 && &section_name[2..] == &name[1..] in section()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/gimli-0.26.1/examples/
H A Ddwarf-validate.rs109 let data = match file.section_by_name(S::section_name()) { in validate_file()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/gimli-0.26.1/src/read/
H A Dmod.rs617 fn section_name() -> &'static str { in section_name() method
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ndk-0.3.0/src/
H A Dtrace.rs20 let section_name = CString::new(name)?;
21 unsafe { ffi::ATrace_beginSection(section_name.as_ptr()) };
45 section_name: CString,
54 let section_name = CString::new(name)?;
55 unsafe { ffi::ATrace_beginAsyncSection(section_name.as_ptr(), cookie.0) };
58 section_name,
72 unsafe { ffi::ATrace_endAsyncSection(self.section_name.as_ptr(), self.cookie.0) };
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ndk-0.4.0/src/
H A Dtrace.rs20 let section_name = CString::new(name)?; in new() localVariable
21 unsafe { ffi::ATrace_beginSection(section_name.as_ptr()) }; in new()
45 section_name: CString, field
54 let section_name = CString::new(name)?; in new() localVariable
55 unsafe { ffi::ATrace_beginAsyncSection(section_name.as_ptr(), cookie.0) }; in new()
58 section_name, in new()
72 unsafe { ffi::ATrace_endAsyncSection(self.section_name.as_ptr(), self.cookie.0) }; in drop()

12345678910>>...156