Searched refs:tokenName (Results 1 – 4 of 4) sorted by relevance
70 public String eat(Pattern pattern, String tokenName) { in eat() argument73 throw new RuntimeException(unexpectedTokenMessage(tokenName)); in eat()109 public String unexpectedTokenMessage(String tokenName) { in unexpectedTokenMessage() argument112 tokenName + "!"; in unexpectedTokenMessage()
293 holder.tokenName = (TextView) convertView.findViewById(R.id.token); in getView()305 holder.tokenName.setText(mTokens.get(position)); in getView()316 public TextView tokenName; field in UsageReporterActivity.ViewHolder
196 const std::string& tokenName) { in updateFocusedWindow() argument202 mFocusedWindowTokenByDisplay[displayId] = {tokenName, newFocus}; in updateFocusedWindow()
124 const std::string& tokenName = "");