Searched defs:lookup_type (Results 1 - 10 of 10) sorted by relevance

/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
/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) {
/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-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
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);
/external/chromium_org/third_party/ots/src/
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/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-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
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);

Completed in 777 milliseconds