Searched refs:lookup_type (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/gdb/
H A Dwebkit.py120 data = self.val['m_buffer']['m_ptr']['m_data'].cast(gdb.lookup_type('char').pointer())
133 return lstring_to_string(chars_start.cast(gdb.lookup_type('char').pointer()),
135 return ustring_to_string(chars_start.cast(gdb.lookup_type('UChar').pointer()),
341 element_type = gdb.lookup_type('blink::Element')
342 node_type = gdb.lookup_type('blink::Node')
/external/chromium_org/v8/tools/
H A Dgdb-v8-support.py59 t_u32 = gdb.lookup_type('unsigned int')
60 t_u64 = gdb.lookup_type('unsigned long long')
/external/chromium_org/third_party/ots/src/
H A Dlayout.h27 const size_t length, const uint16_t lookup_type) const;
H A Dlayout.cc179 uint16_t lookup_type = 0; local
182 if (!subtable.ReadU16(&lookup_type) ||
188 if (lookup_type == 0 || lookup_type > parser->num_types) {
247 lookup_type)) {
1173 const uint16_t lookup_type) const {
1175 if (parsers[i].type == lookup_type && parsers[i].parse) {
1463 uint16_t lookup_type = 0; local
1466 !subtable.ReadU16(&lookup_type) ||
1474 // |lookup_type| shoul
[all...]
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DCythonScope.py26 def lookup_type(self, name): member in class:CythonScope
32 return super(CythonScope, self).lookup_type(name)
H A DSymtab.py783 def lookup_type(self, name): member in class:Scope
H A DExprNodes.py5304 return module_scope.lookup_type(self.attribute)
5308 return base_type.scope.lookup_type(self.attribute)
H A DNodes.py941 type = scope.lookup_type(self.name)
/external/chromium_org/tools/gdb/
H A Dgdb_chrome.py68 yield (field.name, val.cast(gdb.lookup_type(field.name)))
230 gdb.lookup_type('IPC::Message::Header').pointer())
236 (message_type >> 16).cast(gdb.lookup_type('IPCMessageStart')),
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h64 typedef const value_type* lookup_type; typedef in struct:clang::ento::ProgramStatePartialTrait
73 static lookup_type Lookup(data_type B, key_type K) {
H A DProgramState.h369 typename ProgramStateTrait<T>::lookup_type
/external/chromium_org/third_party/cython/src/Cython/Debugger/
H A Dlibpython.py41 We try to defer gdb.lookup_type() invocations for python types until as late as
72 _type_char_ptr = gdb.lookup_type('char').pointer() # char*
73 _type_unsigned_char_ptr = gdb.lookup_type('unsigned char').pointer()
74 _type_void_ptr = gdb.lookup_type('void').pointer() # void*
385 gdb.lookup_type('PyBytesObject')
417 return gdb.lookup_type(cls._typename).pointer()
483 ).cast(gdb.lookup_type('size_t'))
498 type_PyVarObject_ptr = gdb.lookup_type('PyVarObject').pointer()
822 if gdb.lookup_type('digit').sizeof == 2:
848 castto = gdb.lookup_type('PyLongObjec
[all...]
H A Dlibcython.py352 PyModuleObject = gdb.lookup_type('PyModuleObject')
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gsub-table.hh1101 inline typename context_t::return_t dispatch (context_t *c, unsigned int lookup_type) const
1104 switch (lookup_type) {
1117 inline bool sanitize (hb_sanitize_context_t *c, unsigned int lookup_type) { argument
1121 switch (lookup_type) {
1158 inline static bool lookup_type_is_reverse (unsigned int lookup_type) argument
1159 { return lookup_type == SubstLookupSubTable::ReverseChainSingle; }
1279 unsigned int lookup_type = get_type (); local
1282 typename context_t::return_t r = get_subtable (i).dispatch (c, lookup_type);
H A Dhb-ot-layout-gpos-table.hh1388 inline typename context_t::return_t dispatch (context_t *c, unsigned int lookup_type) const
1391 switch (lookup_type) {
1405 inline bool sanitize (hb_sanitize_context_t *c, unsigned int lookup_type) { argument
1409 switch (lookup_type) {
1492 unsigned int lookup_type = get_type (); local
1495 typename context_t::return_t r = get_subtable (i).dispatch (c, lookup_type);
H A Dhb-ot-layout-common-private.hh581 unsigned int lookup_type,
587 lookupType.set (lookup_type);
580 serialize(hb_serialize_context_t *c, unsigned int lookup_type, uint32_t lookup_props, unsigned int num_subtables) argument
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsub-table.hh1101 inline typename context_t::return_t dispatch (context_t *c, unsigned int lookup_type) const
1104 switch (lookup_type) {
1117 inline bool sanitize (hb_sanitize_context_t *c, unsigned int lookup_type) { argument
1121 switch (lookup_type) {
1158 inline static bool lookup_type_is_reverse (unsigned int lookup_type) argument
1159 { return lookup_type == SubstLookupSubTable::ReverseChainSingle; }
1279 unsigned int lookup_type = get_type (); local
1282 typename context_t::return_t r = get_subtable (i).dispatch (c, lookup_type);
H A Dhb-ot-layout-gpos-table.hh1388 inline typename context_t::return_t dispatch (context_t *c, unsigned int lookup_type) const
1391 switch (lookup_type) {
1405 inline bool sanitize (hb_sanitize_context_t *c, unsigned int lookup_type) { argument
1409 switch (lookup_type) {
1492 unsigned int lookup_type = get_type (); local
1495 typename context_t::return_t r = get_subtable (i).dispatch (c, lookup_type);
H A Dhb-ot-layout-common-private.hh581 unsigned int lookup_type,
587 lookupType.set (lookup_type);
580 serialize(hb_serialize_context_t *c, unsigned int lookup_type, uint32_t lookup_props, unsigned int num_subtables) argument
/external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
H A Dtest_libcython_in_gdb.py451 gdb.lookup_type('PyModuleObject')

Completed in 1013 milliseconds