HomeSort by relevance Sort by last modified time
    Searched full:type_set (Results 1 - 10 of 10) 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;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
AtPhonebook.java 99 final int TYPE_SET = 1;
174 case TYPE_SET: // Set
234 case TYPE_SET: // Set
307 case TYPE_SET: // Set & read
HeadsetStateMachine.java     [all...]
  /external/selinux/libsepol/tests/
test-linker-roles.c 34 * - datum in the decl symtab has correct type_set
  /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 585 milliseconds