Home
last modified time | relevance | path

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

/system/tools/hidl/scripts/
Dgen-docs.sh12 local FQNAME="^(([a-zA-Z0-9]+\.)*[a-zA-Z0-9]+)@([0-9]+).([0-9]+)(::([a-zA-Z0-9]+))?$"
17 echo $1 | sed -E "s/$FQNAME/$2/g"
/system/tools/hidl/hashing/
DHash.cpp90 #define FQNAME "([^\\s]+)" macro
94 static const std::regex kHashLine("(?:" MAYBE_SPACES HASH SPACES FQNAME MAYBE_SPACES
/system/tools/hidl/
Dhidl-gen_l.ll28 FQNAME ({COMPONENT}|{VERSION})(({DOT}|":"+){COMPONENT}|{VERSION})*
175 {FQNAME} { yylval->str = strdup(yytext); return token::FQNAME; }
Dhidl-gen_y.yy233 %token<str> FQNAME "fully-qualified name"
500 : FQNAME
534 : PACKAGE FQNAME require_semicolon
555 : IMPORT FQNAME require_semicolon