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

  /external/selinux/libsepol/include/sepol/policydb/
constraint.h 29 struct type_set;
60 struct type_set *type_names;
policydb.h 82 typedef struct type_set { struct
  /art/runtime/lambda/
shorty_field_type.h 141 bool type_set = MaybeCreate(shorter_type, &safe_type); local
159 DCHECK(type_set);
174 type_set = MaybeCreate(*field_type_descriptor, &array_interior_type);
175 DCHECK(type_set) << " invalid remaining type descriptor " << field_type_descriptor;
188 type_set = true;
194 DCHECK(type_set);
201 DCHECK(type_set) << "invalid shorty type descriptor " << shorter_type;
204 return type_set ? field_type_descriptor : nullptr;
  /external/selinux/libsepol/src/
module_to_cil.c 172 struct type_set *ts;
851 static int typeset_to_names(struct policydb *pdb, struct type_set *ts, char ***names, uint32_t *num_names, char **generated_attribute)
927 static int process_typeset(int indent, struct policydb *pdb, struct type_set *ts, struct list *attr_list, char ***type_names, uint32_t *num_type_names)
982 struct type_set *ts;
1070 struct type_set *ts;
1262 struct type_set *ts;
1349 struct type_set *ts;
1449 struct type_set *ts;
1520 struct type_set *ts;
    [all...]
  /external/curl/lib/
urldata.h 542 bool type_set; /* type= was used in the URL */ member in struct:ConnectBits
    [all...]
ftp.c     [all...]
url.c     [all...]

Completed in 94 milliseconds