Searched refs:current_section (Results 1 - 6 of 6) sorted by relevance

/external/libvorbis/examples/
H A Dvorbisfile_example.c38 int current_section; local
68 long ret=ov_read(&vf,pcmout,sizeof(pcmout),0,2,1,&current_section);
/external/chromium/chrome/browser/importer/
H A Dfirefox_importer_utils.cc138 std::string current_section; local
151 current_section = line.substr(1);
152 size_t end = current_section.rfind(']');
154 current_section.erase(end);
164 if (current_section.find('.') == std::string::npos &&
166 root->SetString(current_section + "." + key, value);
/external/dbus/bus/
H A Ddesktop-file.c61 int current_section; /**< The current section being parsed */ member in struct:__anon4961
313 parser->current_section = parser->desktop_file->n_sections - 1;
314 _dbus_assert (&parser->desktop_file->sections[parser->current_section] == section);
325 section = &parser->desktop_file->sections[parser->current_section];
590 if (parser->current_section != -1)
591 section_name = parser->desktop_file->sections[parser->current_section].section_name;
677 parser.current_section = -1;
/external/e2fsprogs/e2fsck/
H A Dprofile.c157 struct profile_node *current_section; member in struct:parse_state
729 &iter, &state->current_section);
733 &state->current_section);
744 state->current_section->final = 1;
759 state->current_section->final = 1;
760 state->current_section = state->current_section->parent;
816 retval = profile_add_node(state->current_section,
817 tag, 0, &state->current_section);
821 state->current_section
[all...]
/external/quake/quake/src/WinQuake/
H A Dsnd_gus.cpp63 static int current_section; variable
373 if (i!=current_section)
375 current_section=i;
391 current_section=add_section(ts,ftell(f));
405 if (field_buffers[i].section==current_section)
421 fseek(f,section_buffers[current_section].offset,SEEK_SET);
429 add_field(ts,current_section,string_start_pos);
438 fseek(f,section_buffers[current_section].offset,SEEK_SET);
/external/v8/tools/
H A Dtest.py1141 current_section = Section(Constant(True))
1142 sections.append(current_section)
1151 current_section = new_section
1160 current_section.AddRule(Rule(rule_match.group(1), path, value))

Completed in 2660 milliseconds