/external/vulkan-validation-layers/libs/glm/detail/ |
D | type_gentype.inl | 83 typename base<vT, cT, rT, pT>::class_type const & m 202 typename base<vT, cT, rT, pT>::class_type& base<vT, cT, rT, pT>::operator= 204 typename base<vT, cT, rT, pT>::class_type const & x 212 typename base<vT, cT, rT, pT>::class_type& base<vT, cT, rT, pT>::operator+= 228 typename base<vT, cT, rT, pT>::class_type& base<vT, cT, rT, pT>::operator+= 230 typename base<vT, cT, rT, pT>::class_type const & x 244 typename base<vT, cT, rT, pT>::class_type& base<vT, cT, rT, pT>::operator-= 260 typename base<vT, cT, rT, pT>::class_type& base<vT, cT, rT, pT>::operator-= 262 typename base<vT, cT, rT, pT>::class_type const & x 276 typename base<vT, cT, rT, pT>::class_type& base<vT, cT, rT, pT>::operator*= [all …]
|
/external/libcap-ng/libcap-ng-0.7/bindings/python/ |
D | capng.py | 35 def _swig_setattr_nondynamic(self,class_type,name,value,static=1): argument 41 method = class_type.__swig_setmethods__.get(name,None) 48 def _swig_setattr(self,class_type,name,value): argument 49 return _swig_setattr_nondynamic(self,class_type,name,value,0) 51 def _swig_getattr(self,class_type,name): argument 53 method = class_type.__swig_getmethods__.get(name,None)
|
/external/libcxx/test/std/experimental/utilities/meta/meta.type.synop/ |
D | meta.unary.comp.pass.cpp | 17 struct class_type {}; struct 50 typedef class_type T; in main() 55 typedef class_type T; in main() 88 typedef int class_type::*T; in main()
|
D | meta.unary.cat.pass.cpp | 17 struct class_type {}; struct 112 typedef int class_type::*T; in main() 123 typedef void(class_type::*T)(); in main() 156 typedef class_type T; in main()
|
/external/protobuf/php/ext/google/protobuf/ |
D | def.c | 58 zend_class_entry class_type; \ 59 INIT_CLASS_ENTRY(class_type, string_name, name_lower##_methods); \ 60 name_lower##_type = zend_register_internal_class(&class_type TSRMLS_CC); \
|
/external/mesa3d/src/gallium/drivers/svga/svgadump/ |
D | svga_dump.py | 62 assert self.decl.class_type in ('struct', 'union')
|
/external/googletest/googlemock/scripts/generator/cpp/ |
D | ast.py | 1489 def _GetClass(self, class_type, visibility, templated_types): argument 1509 return class_type(class_token.start, class_token.end, 1545 new_class = class_type(class_token.start, class_token.end, 1558 return class_type(class_token.start, class_token.end, class_name,
|
/external/v8/testing/gmock/scripts/generator/cpp/ |
D | ast.py | 1489 def _GetClass(self, class_type, visibility, templated_types): argument 1509 return class_type(class_token.start, class_token.end, 1545 new_class = class_type(class_token.start, class_token.end, 1558 return class_type(class_token.start, class_token.end, class_name,
|
/external/google-breakpad/src/testing/scripts/generator/cpp/ |
D | ast.py | 1479 def _GetClass(self, class_type, visibility, templated_types): argument 1499 return class_type(class_token.start, class_token.end, 1535 new_class = class_type(class_token.start, class_token.end, 1548 return class_type(class_token.start, class_token.end, class_name,
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.def | 47 HANDLE_DW_TAG(0x0002, class_type)
|
/external/selinux/libsepol/cil/src/ |
D | cil_write_ast.c | 438 char *class_type = (node->flavor == CIL_CLASS) ? CIL_KEY_CLASS : CIL_KEY_COMMON; in cil_write_class() local 441 fprintf(cil_out, "(%s %s ", class_type, datum->name); in cil_write_class()
|
/external/elfutils/libdw/ |
D | known-dwarf.h | 563 DWARF_ONE_KNOWN_DW_TAG (class_type, DW_TAG_class_type) \
|
D | ChangeLog | 1766 * libdw_visit_scopes.c (classify_die): Return walk for class_type and
|
/external/swiftshader/third_party/llvm-subzero/lib/Demangle/ |
D | ItaniumDemangle.cpp | 1468 auto class_type = std::move(db.names.back()); in parse_pointer_to_member_type() local 1471 std::move(func.first) + "(" + class_type.move_full() + "::*"; in parse_pointer_to_member_type() 1475 std::move(func.first) + " " + class_type.move_full() + "::*"; in parse_pointer_to_member_type()
|
/external/libcxxabi/src/ |
D | cxa_demangle.cpp | 1693 auto class_type = std::move(db.names.back()); in parse_pointer_to_member_type() local 1696 … db.names.back().first = std::move(func.first) + "(" + class_type.move_full() + "::*"; in parse_pointer_to_member_type() 1701 … db.names.back().first = std::move(func.first) + " " + class_type.move_full() + "::*"; in parse_pointer_to_member_type()
|
/external/selinux/python/sepolicy/sepolicy/ |
D | gui.py | 1466 def display_more_detail_init(self, source, target, class_type, permission): argument 1468 …ata_set.set_value(iter, 0, "allow %s %s:%s { %s };" % (source, target, class_type, " ".join(permis…
|