Home
last modified time | relevance | path

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

/system/tools/hidl/scripts/
Dhal-queries.sh10 local FQNAME="^(([a-zA-Z0-9]+\.)*[a-zA-Z0-9]+)@([0-9]+).([0-9]+)(::([a-zA-Z0-9]+))?$"
15 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})*
176 {FQNAME} { yylval->str = strdup(yytext); return token::FQNAME; }
Dhidl-gen_y.yy238 %token<str> FQNAME "fully-qualified name"
485 : FQNAME
519 : PACKAGE FQNAME require_semicolon
540 : IMPORT FQNAME require_semicolon