Home
last modified time | relevance | path

Searched refs:actionType (Results 1 – 3 of 3) sorted by relevance

/external/libtextclassifier/java/com/google/android/textclassifier/
DActionsSuggestionsModel.java131 private final String actionType; field in ActionsSuggestionsModel.ActionSuggestion
139 String actionType, in ActionSuggestion() argument
145 this.actionType = actionType; in ActionSuggestion()
157 return actionType; in getActionType()
/external/freetype/src/gxvalid/
Dgxvjust.c342 FT_UShort actionType; in gxv_just_actSubrecord_validate() local
350 actionType = FT_NEXT_USHORT( p ); in gxv_just_actSubrecord_validate()
357 if ( actionType == 0 ) in gxv_just_actSubrecord_validate()
359 else if ( actionType == 1 ) in gxv_just_actSubrecord_validate()
361 else if ( actionType == 2 ) in gxv_just_actSubrecord_validate()
363 else if ( actionType == 3 ) in gxv_just_actSubrecord_validate()
365 else if ( actionType == 4 ) in gxv_just_actSubrecord_validate()
367 else if ( actionType == 5 ) in gxv_just_actSubrecord_validate()
/external/harfbuzz_ng/src/
Dhb-aat-layout-just-table.hh56 HBUINT16 actionType; /* The type of postcompensation action. */ member
189 switch (u.header.actionType) in sanitize()