Searched defs:attr_names (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/download/
H A Dfile_metadata_unittest_linux.cc80 void GetExtendedAttributeNames(vector<string>* attr_names) const {
85 attr_names->clear();
86 base::SplitString(string(buffer, len), '\0', attr_names); local
91 vector<string> attr_names; local
92 GetExtendedAttributeNames(&attr_names);
95 vector<string>::const_iterator pos = find(attr_names.begin(),
96 attr_names.end(), kSourceURLAttrName);
97 EXPECT_NE(pos, attr_names.end());
98 pos = find(attr_names.begin(), attr_names
131 vector<string> attr_names; local
142 vector<string> attr_names; local
153 vector<string> attr_names; local
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dcolor.c30 static const char * const attr_names[] = { local
35 for (i = 0; i < ARRAY_SIZE(attr_names); i++) {
36 const char *str = attr_names[i];

Completed in 96 milliseconds