Searched refs:tokens (Results 1 – 5 of 5) sorted by relevance
63 def setHandlerStyle(tokens): argument65 if len(tokens) != 2:67 style = tokens[1]77 def setHandlerSize(tokens): argument81 if len(tokens) != 2:87 handler_size_bytes = bytes = int(tokens[1])102 def importFile(tokens): argument103 if len(tokens) != 2:105 source = tokens[1]107 appendSourceFile(tokens[1], getGlobalSubDict(), asm_fp, None)[all …]
410 std::vector<std::string> tokens(start, end); in Compile()412 if (tokens.size() < OBJDUMP_SECTION_LINE_MIN_TOKENS) { in Compile()417 if (tokens[1] != ".text") { in Compile()422 std::string lengthToken = "0x" + tokens[2]; in Compile()425 std::string offsetToken = "0x" + tokens[5]; in Compile()
119 std::vector<std::string> tokens; in Split() local123 tokens.push_back(tmp); in Split()125 return tokens; in Split()
79 virtual size_t MaybeMatches(const TokenRange& tokens) = 0;484 virtual size_t MaybeMatches(const TokenRange& tokens) { in MaybeMatches()485 return argument_info_.MaybeMatches(tokens); in MaybeMatches()
84 For example with `-orange:_` the parse would know to check all tokens in an `argv` list for the171 an option to ignore any argument tokens that are not known to the parser. This is done with the