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

  /external/libsepol/include/sepol/policydb/
constraint.h 59 struct type_set *type_names; member in struct:constraint_expr
  /external/chromium_org/chrome/browser/ui/webui/
sync_setup_handler.cc 103 ModelTypeNameMap type_names; local
109 type_names[it.Get()] = kDataTypeNames[i];
111 return type_names;
135 ModelTypeNameMap type_names = GetSelectableTypeNameMap(); local
137 for (ModelTypeNameMap::const_iterator it = type_names.begin();
138 it != type_names.end(); ++it) {
341 ModelTypeNameMap type_names = GetSelectableTypeNameMap(); local
342 for (ModelTypeNameMap::const_iterator it = type_names.begin();
343 it != type_names.end(); ++it) {
    [all...]

Completed in 56 milliseconds