Searched refs:target_type (Results 1 - 12 of 12) sorted by relevance

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/
H A Dtarget_type.pass.cpp14 // const std::type_info& target_type() const;
55 assert(f.target_type() == typeid(A));
59 assert(f.target_type() == typeid(void));
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.targ/
H A Dtarget_type.pass.cpp14 // const std::type_info& target_type() const;
55 assert(f.target_type() == typeid(A));
59 assert(f.target_type() == typeid(void));
/prebuilts/gdb/darwin-x86/share/gdb/python/gdb/command/
H A Dexplore.py290 target_type = datatype.target()
292 (name, str(target_type)))
295 target_type,
317 target_type = datatype.target()
318 Explorer.explore_type(name, target_type, is_child)
330 target_type = value.type.target()
331 print ("'%s' is an array of '%s'." % (expr, str(target_type)))
359 target_type = datatype.target()
360 print ("%s is an array of '%s'." % (name, str(target_type)))
362 Explorer.explore_type("the array element of %s" % name, target_type,
[all...]
/prebuilts/gdb/linux-x86/share/gdb/python/gdb/command/
H A Dexplore.py290 target_type = datatype.target()
292 (name, str(target_type)))
295 target_type,
317 target_type = datatype.target()
318 Explorer.explore_type(name, target_type, is_child)
330 target_type = value.type.target()
331 print ("'%s' is an array of '%s'." % (expr, str(target_type)))
359 target_type = datatype.target()
360 print ("%s is an array of '%s'." % (name, str(target_type)))
362 Explorer.explore_type("the array element of %s" % name, target_type,
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
H A Dmlsrule.py83 return typeattr.type_or_attr_factory(self.policy, self.qpol_symbol.target_type(self.policy))
H A Drbacrule.py126 return typeattr.type_or_attr_factory(self.policy, self.qpol_symbol.target_type(self.policy))
H A Dterule.py90 return typeattr.type_or_attr_factory(self.policy, self.qpol_symbol.target_type(self.policy))
H A Dqpol.py851 def target_type(self, *args): return _qpol.qpol_role_trans_t_target_type(self, *args) member in class:qpol_role_trans_t
877 def target_type(self, *args): return _qpol.qpol_range_trans_t_target_type(self, *args) member in class:qpol_range_trans_t
909 def target_type(self, *args): return _qpol.qpol_avrule_t_target_type(self, *args) member in class:qpol_avrule_t
945 def target_type(self, *args): return _qpol.qpol_terule_t_target_type(self, *args) member in class:qpol_terule_t
1029 def target_type(self, *args): return _qpol.qpol_filename_trans_t_target_type(self, *args) member in class:qpol_filename_trans_t
H A Dqpol.i2568 const qpol_type_t *target_type(qpol_policy_t *p) {
2624 const qpol_type_t *target_type (qpol_policy_t *p) {
2699 const qpol_type_t *target_type(qpol_policy_t *p) {
2846 const qpol_type_t *target_type(qpol_policy_t *p) {
3073 const qpol_type_t *target_type (qpol_policy_t *p) {
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
H A Dtype_manager.cpp189 Type* target_type = id_to_type_[id].get();
197 target_type->AddDecoration(std::move(data));
206 if (Struct* st = target_type->AsStruct()) {
/prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
H A Dtype_manager.cpp189 Type* target_type = id_to_type_[id].get();
197 target_type->AddDecoration(std::move(data));
206 if (Struct* st = target_type->AsStruct()) {
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
H A Ddm-ioctl.h169 char target_type[DM_MAX_TYPE_NAME]; member in struct:dm_target_spec

Completed in 1387 milliseconds