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

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.c 310 struct tgsi_token *new_tokens = (struct tgsi_token *) MALLOC(bytes); local
311 if (new_tokens)
312 memcpy(new_tokens, tokens, bytes);
313 return new_tokens;
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
tokenutil.py 327 def InsertTokensAfter(new_tokens, token):
331 new_tokens: An array of tokens to be added to the stream
337 for new_token in new_tokens:
370 def InsertLineAfter(token, new_tokens):
371 """Inserts a new line consisting of new_tokens after the given token.
375 new_tokens: The tokens that will make up the new line.
378 for new_token in new_tokens:
383 next_token = new_tokens[-1].next
error_fixer.py 477 new_tokens = self._GetNewRequireOrProvideTokens(
480 tokenutil.InsertLineAfter(insert_location, new_tokens)
481 insert_location = new_tokens[-1]
482 self._AddFix(new_tokens)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/quotas/backend/quotas/
services.py 259 new_tokens = max(0, remaining_tokens + change)
260 self.__state[name] = new_tokens, next_refresh
  /external/google-breakpad/src/testing/scripts/generator/cpp/
ast.py 508 new_tokens, new_end = self._GetTemplateEnd(tokens, i+1)
509 AddType(self.ToType(new_tokens))
    [all...]

Completed in 82 milliseconds