HomeSort by relevance Sort by last modified time
    Searched refs:RE_COMPONENT (Results 1 - 2 of 2) sorted by null

  /system/tools/hidl/utils/
FQName.cpp 27 #define RE_COMPONENT "[a-zA-Z_][a-zA-Z_0-9]*"
28 #define RE_PATH RE_COMPONENT "(?:[.]" RE_COMPONENT ")*"
107 static const std::regex kRE4("(" RE_COMPONENT ")([.]" RE_COMPONENT ")+");
109 static const std::regex kRE5("(" RE_COMPONENT ")");
113 "):(" RE_COMPONENT ")");
115 static const std::regex kRE7("@(" RE_MAJOR ")[.](" RE_MINOR ")::(" RE_PATH "):(" RE_COMPONENT
118 static const std::regex kRE8("(" RE_PATH "):(" RE_COMPONENT ")");
  /system/libhidl/transport/
ServiceManagement.cpp 48 #define RE_COMPONENT "[a-zA-Z_][a-zA-Z_0-9]*"
49 #define RE_PATH RE_COMPONENT "(?:[.]" RE_COMPONENT ")*"

Completed in 114 milliseconds