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

/external/chromium_org/chrome/common/
H A Dini_parser.cc19 std::string current_section; local
32 current_section = line.substr(1);
33 size_t end = current_section.rfind(']');
35 current_section.erase(end);
42 HandleTriplet(current_section, key, value);
/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/e2fsprogs/e2fsck/
H A Dprofile.c157 struct profile_node *current_section; member in struct:parse_state
734 &iter, &state->current_section);
738 &state->current_section);
749 state->current_section->final = 1;
764 state->current_section->final = 1;
765 state->current_section = state->current_section->parent;
821 retval = profile_add_node(state->current_section,
822 tag, 0, &state->current_section);
826 state->current_section
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Dform_structure.cc1182 base::string16 current_section = fields_.front()->unique_name(); local
1217 current_section = (*field)->unique_name();
1221 (*field)->set_section(base::UTF16ToUTF8(current_section));
/external/chromium_org/v8/src/arm/
H A Dassembler-arm.h660 inline ConstantPoolArray::LayoutSection current_section() const { function in class:v8::internal::BASE_EMBEDDED
1489 return constant_pool_builder_.current_section() ==

Completed in 567 milliseconds