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 104 ModelTypeNameMap type_names; local
110 type_names[it.Get()] = kDataTypeNames[i];
112 return type_names;
136 ModelTypeNameMap type_names = GetSelectableTypeNameMap(); local
138 for (ModelTypeNameMap::const_iterator it = type_names.begin();
139 it != type_names.end(); ++it) {
342 ModelTypeNameMap type_names = GetSelectableTypeNameMap(); local
343 for (ModelTypeNameMap::const_iterator it = type_names.begin();
344 it != type_names.end(); ++it) {
    [all...]

Completed in 315 milliseconds