/external/selinux/python/sepolicy/sepolicy/ |
D | network.py | 25 def get_types(src, tclass, perm, check_bools=False): function 38 tlist = get_types(src, "%s_socket" % protocol, [perm], check_bools)
|
D | booleans.py | 32 def get_types(src, tclass, perm): function
|
D | communicate.py | 41 def get_types(src, tclass, perm): function
|
/external/libabigail/include/ |
D | abg-corpus.h | 89 get_types(); 92 get_types() const;
|
D | abg-ir.h | 725 get_types() const; 728 get_types();
|
/external/rust/crates/vulkano/autogen/ |
D | mod.rs | 27 let types = get_types(®istry, &aliases, &features, &extensions); in write() 134 fn get_types<'a>( in get_types() function
|
/external/libabigail/src/ |
D | abg-ir.cc | 1183 translation_unit::get_types() const in get_types() function in abigail::ir::translation_unit 1190 translation_unit::get_types() in get_types() function in abigail::ir::translation_unit 1447 const_cast<translation_unit*>(this)->get_types().function_types()[repr]. in bind_function_type_life_time() 10504 tu.get_types().basic_types()); in lookup_basic_type() 10566 tu.get_types().class_types()); in lookup_class_type() 10584 tu.get_types().union_types()); in lookup_union_type() 10656 tu.get_types().enum_types()); in lookup_enum_type() 10697 tu.get_types().typedef_types()); in lookup_typedef_type() 10738 const type_maps& m = tu.get_types(); in lookup_qualified_type() 10784 const type_maps& m = tu.get_types(); in lookup_pointer_type() [all …]
|
D | abg-corpus.cc | 296 corpus::priv::get_types() in get_types() function in abigail::ir::corpus::priv 301 corpus::priv::get_types() const in get_types() function in abigail::ir::corpus::priv 699 corpus::get_types() in get_types() function in abigail::ir::corpus 707 corpus::get_types() const in get_types() function in abigail::ir::corpus 783 const type_maps& types = get_types(); in get_types_not_reachable_from_public_interfaces()
|
D | abg-corpus-priv.h | 730 get_types(); 733 get_types() const;
|
D | abg-ir-priv.h | 151 get_types() in get_types() function
|
/external/selinux/python/sepolicy/ |
D | sepolicy.py | 417 from sepolicy.communicate import get_types 419 writable = get_types(args.source, args.tclass, args.sourceaccess.split(",")) 420 readable = get_types(args.target, args.tclass, args.targetaccess.split(","))
|
/external/libxkbcommon/src/x11/ |
D | keymap.c | 349 get_types(struct xkb_keymap *keymap, xcb_connection_t *conn, in get_types() function 699 if (!get_types(keymap, conn, reply, &map) || in get_map()
|
/external/armnn/third-party/fmt/ |
D | core.h | 1656 unsigned long long get_types() const { 1848 : basic_format_args(store.get_types(), store.data()) {}
|
/external/fmtlib/include/fmt/ |
D | core.h | 1693 unsigned long long get_types() const { 1885 : basic_format_args(store.get_types(), store.data()) {}
|
/external/libabigail/ |
D | ChangeLog | 15947 (translation_unit::get_types): Now return a type_maps. 15957 (translation_unit::get_types, get_live_fn_types): Define new 15991 * include/abg-corpus.h (corpus::get_types): Declare new accessor. 15992 * src/abg-corpus.cc (corpus::priv::get_types): Define new 15994 (corpus::get_types): Likewise. 16011 (corpus::priv::get_types): Declare new member function.
|