/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_parse.c | 87 next_token( in next_token() function 104 next_token( ctx, &token ); in tgsi_parse_token() 114 next_token( ctx, &decl->Range ); in tgsi_parse_token() 117 next_token(ctx, &decl->Dim); in tgsi_parse_token() 121 next_token( ctx, &decl->Interp ); in tgsi_parse_token() 125 next_token( ctx, &decl->Semantic ); in tgsi_parse_token() 129 next_token(ctx, &decl->Image); in tgsi_parse_token() 133 next_token(ctx, &decl->SamplerView); in tgsi_parse_token() 137 next_token(ctx, &decl->Array); in tgsi_parse_token() 157 next_token(ctx, &imm->u[i].Float); in tgsi_parse_token() [all …]
|
/third_party/jerryscript/tools/vera++/scripts/rules/ |
D | jerry_switch_case.tcl | 48 foreach next_token [getTokens $fileName $lineNumber $next_token_start -1 -1 {}] { 49 set next_token_type [lindex $next_token 3] 50 set next_token_value [lindex $next_token 0] 79 …report $fileName [lindex $next_token 1] "There should be single space character after 'case' keywo… 83 …report $fileName [lindex $next_token 1] "There should be single space character after 'case' keywo… 106 set line_num [lindex $next_token 1] 148 …report $fileName [lindex $next_token 1] "Missing break, continue or FALLTHRU comment before case (… 166 set line_num [lindex $next_token 1] 191 lappend switch_ends [lindex $next_token 1] 253 lappend switch_ends [lindex $next_token 1] [all …]
|
/third_party/cef/tools/yapf/yapf/yapflib/ |
D | format_decision_state.py | 69 self.next_token = line.first 85 new.next_token = self.next_token 102 return (self.next_token == other.next_token and 114 return hash((self.next_token, self.column, self.paren_level, 119 (self.column, repr(self.next_token), self.paren_level, 131 current = self.next_token 148 current = self.next_token 216 tok = current.next_token 218 tok = tok.next_token 221 tok = current.next_token [all …]
|
D | reformatter.py | 81 while state.next_token: 160 while state.next_token: 161 previous_token = state.next_token.previous_token 171 state.next_token.lineno > previous_lineno) 173 prev_lineno = state.next_token.lineno 243 if (not tok.next_token.whitespace_prefix.startswith('\n') and 244 not tok.next_token.whitespace_prefix.startswith(' ')): 246 tok.next_token.value not in ',}])'): 319 if not node.state.next_token:
|
D | unwrapped_line.py | 58 self._tokens[index].next_token = tok 96 self.last.next_token = token
|
D | format_token.py | 93 self.next_token = None
|
/third_party/googletest/googlemock/scripts/generator/cpp/ |
D | ast.py | 974 next_token = GetNextToken() 977 while (next_token.token_type == tokenize.NAME or 978 (next_token.token_type == tokenize.SYNTAX and 979 next_token.name in ('::', '<'))): 982 if last_token_was_name and next_token.token_type == tokenize.NAME: 984 last_token_was_name = next_token.token_type == tokenize.NAME 985 tokens.append(next_token) 987 if next_token.name == '<': 990 next_token = GetNextToken() 991 return tokens, next_token [all …]
|
/third_party/ltp/metadata/ |
D | metaparse.c | 215 static char *next_token(FILE *f, struct data_node *doc) in next_token() function 294 if (!(token = next_token(f, NULL))) in parse_array() 350 if (!(token = next_token(f, NULL))) in parse_get_array_len() 357 if (!(token = next_token(f, NULL))) in parse_get_array_len() 416 if (!(token = next_token(f, NULL))) in parse_array_size() 422 if (!(token = next_token(f, NULL))) in parse_array_size() 442 if (!(token = next_token(f, NULL))) in parse_array_size() 483 if (!(token = next_token(f, doc))) in parse_test_struct() 651 while ((token = next_token(inc, NULL))) { in parse_include_macros() 686 while ((token = next_token(f, doc))) { in parse_file() [all …]
|
/third_party/boost/libs/wave/samples/token_statistics/xlex/ |
D | xpressive_lexer.hpp | 79 Token next_token(Iterator &first, Iterator const& last, string_type& token); 97 xpressive_lexer<Iterator, Token, Callback>::next_token( in next_token() function in boost::wave::cpplexer::xlex::xpressive_lexer 121 rval = next_token(first, last, token); in next_token()
|
D | xlex_lexer.hpp | 466 token_id id = xlexer.next_token(first, last, tokval); in get()
|
/third_party/boost/boost/wave/util/ |
D | macro_helpers.hpp | 270 (T_LEFTPAREN != next_token<MDefIterT>::peek(mdit, mdend))) { in find_va_opt_args() 305 token_id id = util::impl::next_token<IteratorT>::peek(first, last, false); in skip_whitespace() 309 id = util::impl::next_token<IteratorT>::peek(first, last, false); in skip_whitespace() 322 token_id id = util::impl::next_token<IteratorT>::peek(first, last, false); in skip_whitespace() 326 id = util::impl::next_token<IteratorT>::peek(first, last, false); in skip_whitespace()
|
D | unput_queue_iterator.hpp | 201 struct next_token struct 226 struct next_token< struct
|
D | cpp_macromap_utils.hpp | 220 token_id id1 = next_token<const_iterator_type>::peek(first1, last1, false); in definition_equals() 221 token_id id2 = next_token<const_iterator_type>::peek(first2, last2, false); in definition_equals()
|
/third_party/boost/libs/test/test/utils-ts/ |
D | runtime-param-test.cpp | 58 tr.next_token(); in BOOST_AUTO_TEST_CASE() 64 tr.next_token(); in BOOST_AUTO_TEST_CASE() 69 tr.next_token(); in BOOST_AUTO_TEST_CASE() 83 tr.next_token(); in BOOST_AUTO_TEST_CASE() 85 tr.next_token(); in BOOST_AUTO_TEST_CASE() 87 tr.next_token(); in BOOST_AUTO_TEST_CASE() 89 tr.next_token(); in BOOST_AUTO_TEST_CASE() 91 tr.next_token(); in BOOST_AUTO_TEST_CASE() 94 tr.next_token(); in BOOST_AUTO_TEST_CASE() 126 tr.next_token(); in BOOST_AUTO_TEST_CASE() [all …]
|
/third_party/glib/glib/ |
D | gscanner.c | 461 scanner->next_token = G_TOKEN_NONE; in g_scanner_new() 526 g_scanner_free_value (&scanner->next_token, &scanner->next_value); in g_scanner_destroy() 953 if (scanner->next_token == G_TOKEN_NONE) in g_scanner_peek_next_token() 958 &scanner->next_token, in g_scanner_peek_next_token() 964 return scanner->next_token; in g_scanner_peek_next_token() 983 if (scanner->next_token != G_TOKEN_NONE) in g_scanner_get_next_token() 987 scanner->token = scanner->next_token; in g_scanner_get_next_token() 991 scanner->next_token = G_TOKEN_NONE; in g_scanner_get_next_token() 1120 scanner->next_token = G_TOKEN_NONE; in g_scanner_input_file() 1156 scanner->next_token = G_TOKEN_NONE; in g_scanner_input_text()
|
D | gscanner.h | 194 GTokenType next_token; member
|
/third_party/boost/boost/test/utils/runtime/cla/ |
D | parser.hpp | 183 tr.next_token(); in parse() 235 tr.next_token(); in parse() 249 tr.next_token(); // tokenization broke the value, we check the next one in parse() 291 tr.next_token(); in parse()
|
D | argv_traverser.hpp | 79 void next_token() in next_token() function in boost::runtime::cla::argv_traverser
|
/third_party/boost/boost/spirit/home/support/detail/lexer/ |
D | file_input.hpp | 83 next_token (); in operator ++() 92 next_token (); in operator ++() 96 void next_token () in next_token() function in boost::lexer::basic_file_input::iterator
|
D | input.hpp | 84 next_token (); in operator ++() 93 next_token (); in operator ++() 102 void next_token () in next_token() function in boost::lexer::basic_input::iterator
|
/third_party/libcoap/src/ |
D | resource.c | 116 const uint8_t *next_token = text->s; in match() local 120 const uint8_t *token = next_token; in match() 121 next_token = (unsigned char *)memchr(token, ' ', remaining_length); in match() 123 if (next_token) { in match() 124 token_length = next_token - token; in match() 126 next_token++; in match()
|
/third_party/gn/src/gn/ |
D | parser.cc | 447 const Token& next_token = Consume(); in ParseExpression() local 448 InfixFunc infix = expressions_[next_token.type()].infix; in ParseExpression() 450 *err_ = Err(next_token, in ParseExpression() 451 "Unexpected token '" + std::string(next_token.value()) + "'"); in ParseExpression() 454 left = (this->*infix)(std::move(left), next_token); in ParseExpression()
|
/third_party/boost/libs/wave/samples/list_includes/lexertl/ |
D | lexertl_lexer.hpp | 81 wave::token_id next_token(Iterator &first, Iterator const &last, 496 lexertl<Iterator, Position>::next_token(Iterator &first, Iterator const &last, in next_token() function in boost::wave::cpplexer::lexertl::lexer::lexertl 618 wave::token_id id = lexer_.next_token(first, last, token_val); in get()
|
/third_party/boost/libs/program_options/src/ |
D | cmdline.cpp | 469 vector<string> next_token(1, other_tokens[0]); in finish_option() local 472 followed_option = style_parsers[i](next_token); in finish_option()
|
/third_party/quickjs/ |
D | quickjs.c | 20142 static __exception int next_token(JSParseState *s); 20257 return next_token(s); in js_parse_expect() 20269 return next_token(s); in js_parse_expect_semi() 20660 static __exception int next_token(JSParseState *s) in next_token() function 22244 if (next_token(s)) in js_parse_template() 22274 return next_token(s); in js_parse_template() 22313 if (next_token(s)) in js_parse_property_name() 22323 if (next_token(s)) in js_parse_property_name() 22329 if (next_token(s)) in js_parse_property_name() 22338 if (next_token(s)) in js_parse_property_name() [all …]
|