Searched refs:current_section (Results 1 – 5 of 5) sorted by relevance
/external/dbus/bus/ |
D | desktop-file.c | 61 int current_section; /**< The current section being parsed */ member 313 parser->current_section = parser->desktop_file->n_sections - 1; in open_section() 314 _dbus_assert (&parser->desktop_file->sections[parser->current_section] == section); in open_section() 325 section = &parser->desktop_file->sections[parser->current_section]; in new_line() 590 if (parser->current_section != -1) in report_error() 591 section_name = parser->desktop_file->sections[parser->current_section].section_name; in report_error() 677 parser.current_section = -1; in bus_desktop_file_load()
|
/external/chromium/chrome/browser/importer/ |
D | firefox_importer_utils.cc | 138 std::string current_section; in ParseProfileINI() local 151 current_section = line.substr(1); in ParseProfileINI() 152 size_t end = current_section.rfind(']'); in ParseProfileINI() 154 current_section.erase(end); in ParseProfileINI() 164 if (current_section.find('.') == std::string::npos && in ParseProfileINI() 166 root->SetString(current_section + "." + key, value); in ParseProfileINI()
|
/external/quake/quake/src/WinQuake/ |
D | snd_gus.cpp | 63 static int current_section; variable 373 if (i!=current_section) in ini_fgets() 375 current_section=i; in ini_fgets() 391 current_section=add_section(ts,ftell(f)); in ini_fgets() 405 if (field_buffers[i].section==current_section) in ini_fgets() 421 fseek(f,section_buffers[current_section].offset,SEEK_SET); in ini_fgets() 429 add_field(ts,current_section,string_start_pos); in ini_fgets() 438 fseek(f,section_buffers[current_section].offset,SEEK_SET); in ini_fgets()
|
/external/e2fsprogs/e2fsck/ |
D | profile.c | 157 struct profile_node *current_section; member 729 &iter, &state->current_section); in parse_line() 733 &state->current_section); in parse_line() 744 state->current_section->final = 1; in parse_line() 759 state->current_section->final = 1; in parse_line() 760 state->current_section = state->current_section->parent; in parse_line() 816 retval = profile_add_node(state->current_section, in parse_line() 817 tag, 0, &state->current_section); in parse_line() 821 state->current_section->final = 1; in parse_line() 828 profile_add_node(state->current_section, tag, value, &node); in parse_line()
|
/external/v8/tools/ |
D | test.py | 1103 current_section = Section(Constant(True)) 1104 sections.append(current_section) 1113 current_section = new_section 1122 current_section.AddRule(Rule(rule_match.group(1), path, value))
|