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

  /external/chromium_org/content/browser/download/
file_metadata_unittest_linux.cc 80 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.end(), kReferrerURLAttrName)
131 vector<string> attr_names; local
142 vector<string> attr_names; local
153 vector<string> attr_names; local
    [all...]
  /external/chromium_org/tools/grit/grit/gather/
muppet_strings.py 40 attr_names = attrs.getQNames()
41 if 'desc' in attr_names:
43 if 'meaning' in attr_names:
45 if 'translateable' in attr_names:
51 for attr_name in attr_names:
igoogle_strings.py 39 attr_names = attrs.getQNames()
40 if 'name' in attr_names:
44 for attr_name in attr_names:
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
color.c 30 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 218 milliseconds