HomeSort by relevance Sort by last modified time
    Searched refs:section_names (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/autofill/core/browser/
form_structure_unittest.cc 617 std::set<std::string> section_names; local
619 section_names.insert(form_structure.field(i)->section());
621 EXPECT_EQ(9U, section_names.size());
661 std::set<std::string> section_names; local
663 section_names.insert(form_structure.field(i)->section());
665 EXPECT_EQ(1U, section_names.size());
691 std::set<std::string> section_names; local
693 section_names.insert(form_structure.field(i)->section());
695 EXPECT_EQ(1U, section_names.size());
    [all...]
  /sdk/emulator/qtools/
trace_reader.h 626 char *section_names = ReadStringTable(hdr, shdr, fobj); local
629 symtab = FindSymbolTableSection(hdr, shdr, section_names);
636 symstr = FindSymbolStringTableSection(hdr, shdr, section_names);
765 func_symbols[nfuncs].name = Strdup(&section_names[idx]);
866 delete[] section_names;
    [all...]

Completed in 66 milliseconds