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 574 std::set<std::string> section_names; local
576 section_names.insert(form_structure.field(i)->section());
578 EXPECT_EQ(9U, section_names.size());
618 std::set<std::string> section_names; local
620 section_names.insert(form_structure.field(i)->section());
622 EXPECT_EQ(1U, section_names.size());
648 std::set<std::string> section_names; local
650 section_names.insert(form_structure.field(i)->section());
652 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 62 milliseconds