Searched refs:new_t (Results 1 – 6 of 6) sorted by relevance
/external/selinux/libsepol/tests/policies/test-deps/ |
D | module.conf | 12 type new_t, domain; 13 role system_r types new_t;
|
D | modreq-attr-global.conf | 9 type new_t, attr_req;
|
D | modreq-attr-opt.conf | 15 type new_t, attr_req;
|
/external/curl/ |
D | acinclude.m4 | 2831 typedef $1 new_t; 2833 new_t s1; 2834 new_t s2;
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 4598 upb_inttable new_t; in upb_inttable_compact() local 4640 upb_inttable_sizedinit(&new_t, t->t.ctype, arr_size, hashsize_lg2); in upb_inttable_compact() 4644 upb_inttable_insert(&new_t, k, upb_inttable_iter_value(&i)); in upb_inttable_compact() 4646 assert(new_t.array_size == arr_size); in upb_inttable_compact() 4647 assert(new_t.t.size_lg2 == hashsize_lg2); in upb_inttable_compact() 4650 *t = new_t; in upb_inttable_compact()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 4855 upb_inttable new_t; in upb_inttable_compact2() local 4891 upb_inttable_sizedinit(&new_t, t->t.ctype, arr_size, hashsize_lg2, a); in upb_inttable_compact2() 4895 upb_inttable_insert2(&new_t, k, upb_inttable_iter_value(&i), a); in upb_inttable_compact2() 4897 assert(new_t.array_size == arr_size); in upb_inttable_compact2() 4898 assert(new_t.t.size_lg2 == hashsize_lg2); in upb_inttable_compact2() 4901 *t = new_t; in upb_inttable_compact2()
|