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

  /external/perf_data_converter/src/quipper/
perf_stat_parser.cc 43 const string& first_token = tokens[0]; local
45 if (first_token.back() == ':') {
53 newline->set_event_name(first_token.substr(0, first_token.size() - 1));
57 !SecondsStringToMillisecondsUint64(first_token, &time_ms)) {
  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/
offset_token.py 94 first_token = offset_tokens.popleft()
96 first_token = OffsetToken(first_token.type, first_token.string,
97 (0, first_token.offset[1]))
98 offset_tokens.appendleft(first_token)
  /external/libaom/libaom/tools/
gen_constrained_tokenset.py 96 def get_quantized_spareto(p, beta, bits, first_token):
100 if first_token > 1:
102 qarray = quantize_probs(parray, first_token == 1, bits)
106 def main(bits=15, first_token=1):
109 parray = get_quantized_spareto(q / 256., beta, bits, first_token)
  /external/yapf/yapf/yapflib/
reformatter.py 56 first_token = uwline.first
57 _FormatFirstToken(first_token, uwline.depth, prev_uwline, final_lines)
412 def _FormatFirstToken(first_token, indent_depth, prev_uwline, final_lines):
419 first_token: (format_token.FormatToken) The first token in the unwrapped
427 first_token.AddWhitespacePrefix(
428 _CalculateNumberOfNewlines(first_token, indent_depth, prev_uwline,
445 def _CalculateNumberOfNewlines(first_token, indent_depth, prev_uwline,
450 first_token: (format_token.FormatToken) The first token in the unwrapped
466 if first_token.newlines is not None:
467 pytree_utils.SetNodeAnnotation(first_token.node
    [all...]
  /external/google-fruit/extras/scripts/
analyze_template_instantiations_clang_diagnostics.py 164 def __init__(self, first_token, node_factory):
165 self.first_token = first_token
169 terminal_node = TerminalAstNode(self.first_token)
172 current_line_length + len(self.first_token),
174 self.first_token == 'Type',
186 first_token = p[1]
189 p[0] = BalancedStringTerminalNodeFactory(first_token, node_factory)
288 if isinstance(p_2, BalancedStringTerminalNodeFactory) and p_2.first_token == '*':
  /external/antlr/runtime/Ruby/lib/antlr3/
streams.rb 800 if first_token = @tokens.find { |t| t.channel == @channel }
801 @tokens.index( first_token )
824 if first_token = @tokens.find { |t| t.channel == @channel }
825 @tokens.index( first_token )
    [all...]
  /external/google-breakpad/src/testing/scripts/generator/cpp/
ast.py 597 first_token = None
607 parameter_type = Type(first_token.start, first_token.end,
610 p = Parameter(first_token.start, end, name,
616 if not first_token:
617 first_token = s
631 first_token = None
    [all...]
  /external/googletest/googlemock/scripts/generator/cpp/
ast.py 599 first_token = None
608 parameter_type = Type(first_token.start, first_token.end,
611 p = Parameter(first_token.start, end, name,
617 if not first_token:
618 first_token = s
632 first_token = None
    [all...]
  /external/minijail/tools/
parser.py 500 first_token = tokens[0]
504 'duplicate metadata key: "%s"' % key, token=first_token)
  /external/libevent/
evdns.c 3534 char *const first_token = strtok_r(start, delims, &strtok_state); local
    [all...]
  /external/libtextclassifier/annotator/
annotator.cc 1140 const int64 first_token = std::max( local
    [all...]
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 

Completed in 1007 milliseconds