Home
last modified time | relevance | path

Searched defs:tokens (Results 1 – 5 of 5) sorted by relevance

/device/generic/opengl-transport/host/commands/emugen/
DParser.cpp95 static std::string buildTypeString(const std::vector<std::string>& tokens, in buildTypeString()
111 std::vector<std::string> tokens; in normalizeTypeDeclaration() local
124 std::vector<std::string> tokens; in parseTypeDeclaration() local
151 std::vector<std::string> tokens; in parseParameterDeclaration() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dbtm_utils.py9 tokens = grammar.opmap variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dspark.py251 def finalState(self, tokens): argument
301 def parse(self, tokens): argument
616 def buildTree(self, nt, item, tokens, k): argument
826 def _dump(tokens, sets, states): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
Ddriver.py38 def parse_tokens(self, tokens, debug=False): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtabnanny.py273 def process_tokens(tokens): argument