Home
last modified time | relevance | path

Searched refs:lookup_type (Results 1 – 18 of 18) sorted by relevance

/external/v8/tools/
Dgdb-v8-support.py60 t_u32 = gdb.lookup_type('unsigned int')
61 t_u64 = gdb.lookup_type('unsigned long long')
/external/libmojo/mojo/public/tools/chrome_ipc/
Dgenerate_mojom.py134 def lookup_type(self, typename): member in Typemap
142 return 'array<%s>' % self.lookup_type(vector_match.groups()[1].strip())
145 return 'map<%s, %s>' % tuple(self.lookup_type(t.strip())
237 return '%s %s' % (typemaps.lookup_type(self.typename), self.name)
/external/python/cpython2/Tools/gdb/
Dlibpython.py62 return gdb.lookup_type('char').pointer() # char*
66 return gdb.lookup_type('unsigned char').pointer() # unsigned char*
70 return gdb.lookup_type('void').pointer().sizeof
386 return gdb.lookup_type(cls._typename).pointer()
446 _PyObject_VAR_SIZE._type_size_t = gdb.lookup_type('size_t')
468 type_PyVarObject_ptr = gdb.lookup_type('PyVarObject').pointer()
798 if gdb.lookup_type('digit').sizeof == 2:
1095 _type_Py_UNICODE = gdb.lookup_type('Py_UNICODE')
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DProgramStateTrait.h64 typedef const value_type* lookup_type;
73 static lookup_type Lookup(data_type B, key_type K) {
DProgramState.h378 typename ProgramStateTrait<T>::lookup_type
/external/llvm/utils/gdb-scripts/
Dprettyprinters.py11 return begin.cast(gdb.lookup_type("char").pointer()).string(length = end - begin)
/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh624 unsigned int lookup_type = get_type (); in dispatch() local
625 TRACE_DISPATCH (this, lookup_type); in dispatch()
628 typename context_t::return_t r = get_subtable<SubTableType> (i).dispatch (c, lookup_type); in dispatch()
636 unsigned int lookup_type, in serialize()
642 lookupType.set (lookup_type); in serialize()
Dhb-ot-layout-gsub-table.hh1109 inline typename context_t::return_t dispatch (context_t *c, unsigned int lookup_type) const in dispatch()
1111 TRACE_DISPATCH (this, lookup_type); in dispatch()
1113 switch (lookup_type) { in dispatch()
1148 inline static bool lookup_type_is_reverse (unsigned int lookup_type) in lookup_type_is_reverse()
1149 { return lookup_type == SubstLookupSubTable::ReverseChainSingle; } in lookup_type_is_reverse()
Dhb-ot-layout-gpos-table.hh1415 inline typename context_t::return_t dispatch (context_t *c, unsigned int lookup_type) const in dispatch()
1417 TRACE_DISPATCH (this, lookup_type); in dispatch()
1419 switch (lookup_type) { in dispatch()
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.h240 extern int lookup_type[];
Dunsquash-2.c154 i.mode = lookup_type[header.base.inode_type] | header.base.mode; in read_inode_2()
Dunsquash-1.c100 i.mode = lookup_type[(header.base.inode_type - 1) % in read_inode_1()
Dunsquash-4.c115 i.mode = lookup_type[header.base.inode_type] | header.base.mode; in read_inode_4()
Dunsquash-3.c141 i.mode = lookup_type[header.base.inode_type] | header.base.mode; in read_inode_3()
Dunsquashfs.c84 int lookup_type[] = { variable
/external/toolchain-utils/dejagnu/gdb_baseline/
Di686-pc-linux-gnu16475 PASS: gdb.python/lib-types.exp: python struct_a = gdb.lookup_type ('struct A')
17954 …ue.exp: python print (bool(gdb.parse_and_eval('base').dynamic_cast(gdb.lookup_type('Derived').poin…
Dx86_64-cros-linux-gnu16743 PASS: gdb.python/lib-types.exp: python struct_a = gdb.lookup_type ('struct A')
18222 …ue.exp: python print (bool(gdb.parse_and_eval('base').dynamic_cast(gdb.lookup_type('Derived').poin…
Darmv7a-cros-linux-gnueabi16373 PASS: gdb.python/lib-types.exp: python struct_a = gdb.lookup_type ('struct A')
17863 …ue.exp: python print (bool(gdb.parse_and_eval('base').dynamic_cast(gdb.lookup_type('Derived').poin…