OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_tokens
(Results
1 - 7
of
7
) sorted by null
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
tokenutil.py
278
def InsertTokensAfter(
new_tokens
, token):
282
new_tokens
: An array of tokens to be added to the stream
288
for new_token in
new_tokens
:
321
def InsertLineAfter(token,
new_tokens
):
322
"""Inserts a new line consisting of
new_tokens
after the given token.
326
new_tokens
: The tokens that will make up the new line.
329
for new_token in
new_tokens
:
334
next_token =
new_tokens
[-1].next
error_fixer.py
381
new_tokens
= self._GetNewRequireOrProvideTokens(
383
tokenutil.InsertLineAfter(insert_location,
new_tokens
)
384
insert_location =
new_tokens
[-1]
385
self._AddFix(
new_tokens
)
/external/chromium_org/third_party/closure_linter/closure_linter/
tokenutil.py
278
def InsertTokensAfter(
new_tokens
, token):
282
new_tokens
: An array of tokens to be added to the stream
288
for new_token in
new_tokens
:
321
def InsertLineAfter(token,
new_tokens
):
322
"""Inserts a new line consisting of
new_tokens
after the given token.
326
new_tokens
: The tokens that will make up the new line.
329
for new_token in
new_tokens
:
334
next_token =
new_tokens
[-1].next
error_fixer.py
381
new_tokens
= self._GetNewRequireOrProvideTokens(
383
tokenutil.InsertLineAfter(insert_location,
new_tokens
)
384
insert_location =
new_tokens
[-1]
385
self._AddFix(
new_tokens
)
/external/chromium_org/third_party/mesa/src/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/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/testing/gmock/scripts/generator/cpp/
ast.py
508
new_tokens
, new_end = self._GetTemplateEnd(tokens, i+1)
509
AddType(self.ToType(
new_tokens
))
[
all
...]
Completed in 428 milliseconds