Home
last modified time | relevance | path

Searched refs:lex (Results 1 – 4 of 4) sorted by relevance

/system/core/libcutils/
Dconfig_utils.cpp231 static int lex(cstate *cs, int value)
239 #define lex(cs,v) _lex(cs,v) macro
247 switch(lex(cs, 0)){ in parse_block()
271 switch(lex(cs, 1)) { in parse_expr()
273 if(lex(cs, 0) != T_TEXT) in parse_expr()
299 switch(lex(&cs, 0)) { in config_load()
/system/tools/aidl/
Daidl_language_y.yy35 %lex-param { void *lex_scanner }
/system/tools/hidl/c2hal/
Dc2hal_y.yy73 %lex-param { void *scanner }
/system/tools/hidl/
Dhidl-gen_y.yy218 %lex-param { void* scanner }
219 %lex-param { android::Scope** const scope }