HomeSort by relevance Sort by last modified time
    Searched full:current_token (Results 1 - 10 of 10) sorted by null

  /external/dbus/dbus/
dbus-shell.c 351 DBusString current_token; local
359 if (!_dbus_string_init (&current_token))
375 if (!_dbus_string_append_byte (&current_token, '\\') ||
376 !_dbus_string_append_byte (&current_token, *p))
410 if (!_dbus_string_append_byte (&current_token, *p))
421 if (!delimit_token (&current_token, &retval, error))
424 _dbus_string_free (&current_token);
426 if (!_dbus_string_init (&current_token))
440 if (_dbus_string_get_length (&current_token) > 0)
442 if (!delimit_token (&current_token, &retval, error)
    [all...]
  /external/srec/srec/crec/
srec.c 355 fsmarc_token *current_token; local
383 current_token = &(rec->fsmarc_token_array[current_token_index]);
385 fsm_arc = &rec->context->FSMarc_list[ current_token->FSMarc_index];
391 if ((current_token->cost[i] != MAXcostdata) ||
392 ((i > 0) && current_token->cost[i-1] != MAXcostdata))
398 current_token_index = current_token->next_token_index;
711 current_token is the fsmnode_token to the left of the boundary
1101 fsmarc_token *current_token; local
1254 fsmarc_token *current_token; local
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
error_fixer.py 328 current_token = token.next.next.next
330 while current_token and current_token.line_number == token.line_number:
331 if current_token.IsAnyType(Type.WHITESPACE,
334 removed_tokens.append(current_token)
335 current_token = current_token.next
tokenutil.py 287 current_token = token
289 InsertTokenAfter(new_token, current_token)
290 current_token = new_token
  /external/chromium/testing/gmock/scripts/generator/cpp/
ast.py 692 self.current_token = None
710 self.current_token = token
    [all...]
  /external/v8/src/
preparser.cc 62 ASSERT_EQ(i::Token::LBRACE, scanner_->current_token());
68 ReportUnexpectedToken(scanner_->current_token());
    [all...]
preparser.h 495 ReportUnexpectedToken(scanner_->current_token());
scanner.h 327 Token::Value current_token() { return current_.token; } function in class:v8::internal::Scanner
parser.cc     [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c 2106 re_token_t current_token; local
    [all...]

Completed in 282 milliseconds