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 115 ModelTypeNameMap type_names; local
121 type_names[it.Get()] = kDataTypeNames[i];
123 return type_names;
147 ModelTypeNameMap type_names = GetSelectableTypeNameMap(); local
149 for (ModelTypeNameMap::const_iterator it = type_names.begin();
150 it != type_names.end(); ++it) {
361 ModelTypeNameMap type_names = GetSelectableTypeNameMap(); local
362 for (ModelTypeNameMap::const_iterator it = type_names.begin();
363 it != type_names.end(); ++it) {
    [all...]

Completed in 70 milliseconds