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

/external/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/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h64 typedef const value_type* lookup_type; typedef in struct:clang::ento::ProgramStatePartialTrait
72 static lookup_type Lookup(data_type B, key_type K) {
H A DProgramState.h368 typename ProgramStateTrait<T>::lookup_type
/external/harfbuzz/src/
H A Dharfbuzz-gsub-private.h471 HB_UShort lookup_type );
475 HB_UShort lookup_type );
H A Dharfbuzz-gpos-private.h717 HB_UShort lookup_type );
721 HB_UShort lookup_type );
H A Dharfbuzz-open.c453 HB_UShort lookup_type )
456 return _HB_GSUB_Load_SubTable ( &st->st.gsub, stream, lookup_type );
458 return _HB_GPOS_Load_SubTable ( &st->st.gpos, stream, lookup_type );
464 HB_UShort lookup_type )
467 _HB_GSUB_Free_SubTable ( &st->st.gsub, lookup_type );
469 _HB_GPOS_Free_SubTable ( &st->st.gpos, lookup_type );
H A Dharfbuzz-gsub.c4028 int lookup_type; local
4041 lookup_type = lo->LookupType;
4047 switch (lookup_type) {
4081 HB_UShort lookup_type )
4083 switch (lookup_type) {
4099 HB_UShort lookup_type )
4101 switch ( lookup_type ) {
4125 int lookup_type = gsub->LookupList.Lookup[lookup_index].LookupType; local
4131 switch (lookup_type) {
H A Dharfbuzz-gpos.c5780 int lookup_type; local
5794 lookup_type = lo->LookupType;
5800 switch (lookup_type) {
5836 HB_UShort lookup_type )
5838 switch ( lookup_type ) {
5855 HB_UShort lookup_type )
5857 switch ( lookup_type ) {
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-gsub-private.h471 HB_UShort lookup_type );
475 HB_UShort lookup_type );
H A Dharfbuzz-gpos-private.h717 HB_UShort lookup_type );
721 HB_UShort lookup_type );
H A Dharfbuzz-open.c453 HB_UShort lookup_type )
456 return _HB_GSUB_Load_SubTable ( &st->st.gsub, stream, lookup_type );
458 return _HB_GPOS_Load_SubTable ( &st->st.gpos, stream, lookup_type );
464 HB_UShort lookup_type )
467 _HB_GSUB_Free_SubTable ( &st->st.gsub, lookup_type );
469 _HB_GPOS_Free_SubTable ( &st->st.gpos, lookup_type );
H A Dharfbuzz-gsub.c4028 int lookup_type; local
4041 lookup_type = lo->LookupType;
4047 switch (lookup_type) {
4081 HB_UShort lookup_type )
4083 switch (lookup_type) {
4099 HB_UShort lookup_type )
4101 switch ( lookup_type ) {
4125 int lookup_type = gsub->LookupList.Lookup[lookup_index].LookupType; local
4131 switch (lookup_type) {
H A Dharfbuzz-gpos.c5780 int lookup_type; local
5794 lookup_type = lo->LookupType;
5800 switch (lookup_type) {
5836 HB_UShort lookup_type )
5838 switch ( lookup_type ) {
5855 HB_UShort lookup_type )
5857 switch ( lookup_type ) {
/external/webkit/Tools/gdb/
H A Dwebkit.py300 element_type = gdb.lookup_type('WebCore::Element')
301 node_type = gdb.lookup_type('WebCore::Node')
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsub-table.hh1073 inline typename context_t::return_t dispatch (context_t *c, unsigned int lookup_type) const
1076 switch (lookup_type) {
1089 inline bool sanitize (hb_sanitize_context_t *c, unsigned int lookup_type) { argument
1093 switch (lookup_type) {
1130 inline static bool lookup_type_is_reverse (unsigned int lookup_type) argument
1131 { return lookup_type == SubstLookupSubTable::ReverseChainSingle; }
1299 unsigned int lookup_type = get_type (); local
1302 typename context_t::return_t r = get_subtable (i).dispatch (c, lookup_type);
H A Dhb-ot-layout-gpos-table.hh1377 inline typename context_t::return_t dispatch (context_t *c, unsigned int lookup_type) const
1380 switch (lookup_type) {
1394 inline bool sanitize (hb_sanitize_context_t *c, unsigned int lookup_type) { argument
1398 switch (lookup_type) {
1501 unsigned int lookup_type = get_type (); local
1504 typename context_t::return_t r = get_subtable (i).dispatch (c, lookup_type);
H A Dhb-ot-layout-common-private.hh579 unsigned int lookup_type,
585 lookupType.set (lookup_type);
578 serialize(hb_serialize_context_t *c, unsigned int lookup_type, uint32_t lookup_props, unsigned int num_subtables) argument

Completed in 219 milliseconds