OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:token_count
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sync/internal_api/public/util/
immutable_unittest.cc
195
const size_t
token_count
= arraysize(tokens);
local
196
C c(tokens, tokens +
token_count
);
207
ASSERT_EQ(
token_count
, immutable_c.Get().size());
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
tokenutil.py
229
def DeleteTokens(token,
token_count
):
234
token_count
: The total number of tokens to delete.
236
for i in xrange(1,
token_count
):
/external/chromium_org/third_party/closure_linter/closure_linter/
tokenutil.py
229
def DeleteTokens(token,
token_count
):
234
token_count
: The total number of tokens to delete.
236
for i in xrange(1,
token_count
):
Completed in 75 milliseconds