Home
last modified time | relevance | path

Searched refs:class_type (Results 1 – 13 of 13) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dextra_types_test.py151 def JtoM(class_type, json_str): argument
152 return encoding.JsonToMessage(class_type, json_str)
154 def DoRoundtrip(class_type, json_msg=None, message=None, times=4): argument
156 json_msg = MtoJ(JtoM(class_type, json_msg))
158 message = JtoM(class_type, MtoJ(message))
162 return DoRoundtrip(class_type=class_type, json_msg=json_msg,
/external/vulkan-validation-layers/libs/glm/detail/
Dtype_gentype.inl83 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/
Dcapng.py35 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/
Dmeta.unary.comp.pass.cpp18 struct class_type {}; struct
51 typedef class_type T; in main()
56 typedef class_type T; in main()
89 typedef int class_type::*T; in main()
Dmeta.unary.cat.pass.cpp18 struct class_type {}; struct
113 typedef int class_type::*T; in main()
124 typedef void(class_type::*T)(); in main()
157 typedef class_type T; in main()
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.py62 assert self.decl.class_type in ('struct', 'union')
/external/google-breakpad/src/testing/scripts/generator/cpp/
Dast.py1479 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/
DDwarf.def42 HANDLE_DW_TAG(0x0002, class_type)
/external/v8/test/cctest/
Dtest-types.cc1159 TypeHandle class_type = T.Class(map); in NowIs() local
1162 == const_type->NowIs(class_type)); in NowIs()
1172 TypeHandle class_type = T.Class(map); in NowIs() local
1173 CHECK(!class_type->NowIs(const_type)); in NowIs()
/external/elfutils/libdw/
Dknown-dwarf.h563 DWARF_ONE_KNOWN_DW_TAG (class_type, DW_TAG_class_type) \
DChangeLog1766 * libdw_visit_scopes.c (classify_die): Return walk for class_type and
/external/libcxxabi/src/
Dcxa_demangle.cpp1675 auto class_type = std::move(db.names.back()); in parse_pointer_to_member_type() local
1678 … db.names.back().first = std::move(func.first) + "(" + class_type.move_full() + "::*"; in parse_pointer_to_member_type()
1683 … db.names.back().first = std::move(func.first) + " " + class_type.move_full() + "::*"; in parse_pointer_to_member_type()
/external/selinux/policycoreutils/sepolicy/sepolicy/
Dgui.py1461 def display_more_detail_init(self, source, target, class_type, permission): argument
1463 …ata_set.set_value(iter, 0, "allow %s %s:%s { %s };" % (source, target, class_type, " ".join(permis…