Home
last modified time | relevance | path

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

/external/v8/tools/
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/
DProgramStateTrait.h42 typedef const value_type* lookup_type;
50 static lookup_type Lookup(data_type B, key_type K) {
DProgramState.h329 typename ProgramStateTrait<T>::lookup_type
/external/harfbuzz/src/
Dharfbuzz-gsub-private.h471 HB_UShort lookup_type );
475 HB_UShort lookup_type );
Dharfbuzz-open.c453 HB_UShort lookup_type ) in Load_SubTable() argument
456 return _HB_GSUB_Load_SubTable ( &st->st.gsub, stream, lookup_type ); in Load_SubTable()
458 return _HB_GPOS_Load_SubTable ( &st->st.gpos, stream, lookup_type ); in Load_SubTable()
464 HB_UShort lookup_type ) in Free_SubTable() argument
467 _HB_GSUB_Free_SubTable ( &st->st.gsub, lookup_type ); in Free_SubTable()
469 _HB_GPOS_Free_SubTable ( &st->st.gpos, lookup_type ); in Free_SubTable()
Dharfbuzz-gpos-private.h717 HB_UShort lookup_type );
721 HB_UShort lookup_type );
Dharfbuzz-gsub.c4028 int lookup_type; in GSUB_Do_Glyph_Lookup() local
4041 lookup_type = lo->LookupType; in GSUB_Do_Glyph_Lookup()
4047 switch (lookup_type) { in GSUB_Do_Glyph_Lookup()
4081 HB_UShort lookup_type ) in _HB_GSUB_Load_SubTable() argument
4083 switch (lookup_type) { in _HB_GSUB_Load_SubTable()
4099 HB_UShort lookup_type ) in _HB_GSUB_Free_SubTable() argument
4101 switch ( lookup_type ) { in _HB_GSUB_Free_SubTable()
4125 int lookup_type = gsub->LookupList.Lookup[lookup_index].LookupType; in GSUB_Do_String_Lookup() local
4131 switch (lookup_type) { in GSUB_Do_String_Lookup()
Dharfbuzz-gpos.c5780 int lookup_type; in GPOS_Do_Glyph_Lookup() local
5794 lookup_type = lo->LookupType; in GPOS_Do_Glyph_Lookup()
5800 switch (lookup_type) { in GPOS_Do_Glyph_Lookup()
5836 HB_UShort lookup_type ) in _HB_GPOS_Load_SubTable() argument
5838 switch ( lookup_type ) { in _HB_GPOS_Load_SubTable()
5855 HB_UShort lookup_type ) in _HB_GPOS_Free_SubTable() argument
5857 switch ( lookup_type ) { in _HB_GPOS_Free_SubTable()
/external/webkit/Tools/gdb/
Dwebkit.py300 element_type = gdb.lookup_type('WebCore::Element')
301 node_type = gdb.lookup_type('WebCore::Node')