/external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/ |
D | basic.rb | 20 token = lexer.next_token 23 token = lexer.next_token 38 token = lexer.next_token 62 token = lexer.next_token 65 token = lexer.next_token 68 token = lexer.next_token 75 b = lambda { token = lexer.next_token } 100 token = lexer.next_token 103 token = lexer.next_token 106 token = lexer.next_token [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/ |
D | queryresultset.py | 26 next_token = None 29 next_token=next_token) 36 next_token = rs.next_token 37 more_results = next_token is not None 53 next_token = None 55 rs = domain.connection.select(domain, query, next_token=next_token) 62 next_token = rs.next_token 63 more_results = next_token is not None 68 next_token=None, consistent_read=False): argument 73 self.next_token = next_token [all …]
|
D | connection.py | 286 def get_all_domains(self, max_domains=None, next_token=None): argument 306 if next_token: 307 params['NextToken'] = next_token 584 def select(self, domain_or_name, query='', next_token=None, argument 611 if next_token: 612 params['NextToken'] = next_token
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_parse.c | 83 next_token( in next_token() function 100 next_token( ctx, &token ); in tgsi_parse_token() 110 next_token( ctx, &decl->Range ); in tgsi_parse_token() 113 next_token(ctx, &decl->Dim); in tgsi_parse_token() 117 next_token( ctx, &decl->Interp ); in tgsi_parse_token() 121 next_token( ctx, &decl->Semantic ); in tgsi_parse_token() 136 next_token(ctx, &decl->Resource); in tgsi_parse_token() 140 next_token(ctx, &decl->SamplerView); in tgsi_parse_token() 159 next_token(ctx, &imm->u[i].Float); in tgsi_parse_token() 165 next_token(ctx, &imm->u[i].Uint); in tgsi_parse_token() [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/codedeploy/ |
D | layer1.py | 536 next_token=None): argument 608 if next_token is not None: 609 params['nextToken'] = next_token 613 def list_applications(self, next_token=None): argument 624 if next_token is not None: 625 params['nextToken'] = next_token 629 def list_deployment_configs(self, next_token=None): argument 641 if next_token is not None: 642 params['nextToken'] = next_token 646 def list_deployment_groups(self, application_name, next_token=None): argument [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/logs/ |
D | layer1.py | 235 next_token=None, limit=None): argument 263 if next_token is not None: 264 params['nextToken'] = next_token 271 log_stream_name_prefix=None, next_token=None, argument 303 if next_token is not None: 304 params['nextToken'] = next_token 311 filter_name_prefix=None, next_token=None, argument 343 if next_token is not None: 344 params['nextToken'] = next_token 351 start_time=None, end_time=None, next_token=None, argument [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sns/ |
D | connection.py | 108 def get_all_topics(self, next_token=None): argument 116 if next_token: 117 params['NextToken'] = next_token 410 def get_all_subscriptions(self, next_token=None): argument 420 if next_token: 421 params['NextToken'] = next_token 424 def get_all_subscriptions_by_topic(self, topic, next_token=None): argument 438 if next_token: 439 params['NextToken'] = next_token 556 def list_platform_applications(self, next_token=None): argument [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/ |
D | __init__.py | 334 def get_all_groups(self, names=None, max_records=None, next_token=None): argument 358 if next_token: 359 params['NextToken'] = next_token 395 next_token = kwargs.get('next_token') 396 if next_token: 397 params['NextToken'] = next_token 402 max_records=None, next_token=None): argument 427 if next_token: 428 params['NextToken'] = next_token 500 max_records=None, next_token=None): argument [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2containerservice/ |
D | layer1.py | 289 def list_clusters(self, next_token=None, max_results=None): argument 314 if next_token is not None: 315 params['nextToken'] = next_token 323 def list_container_instances(self, cluster=None, next_token=None, argument 356 if next_token is not None: 357 params['nextToken'] = next_token 365 def list_task_definitions(self, family_prefix=None, next_token=None, argument 401 if next_token is not None: 402 params['nextToken'] = next_token 411 next_token=None, max_results=None): argument [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudformation/ |
D | connection.py | 555 def describe_stack_events(self, stack_name_or_id=None, next_token=None): argument 577 if next_token: 578 params['NextToken'] = next_token 669 def describe_stacks(self, stack_name_or_id=None, next_token=None): argument 688 if next_token is not None: 689 params['NextToken'] = next_token 717 def list_stack_resources(self, stack_name_or_id, next_token=None): argument 743 if next_token: 744 params['NextToken'] = next_token 748 def list_stacks(self, stack_status_filters=None, next_token=None): argument [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cognito/identity/ |
D | layer1.py | 284 def list_identities(self, identity_pool_id, max_results, next_token=None): argument 302 if next_token is not None: 303 params['NextToken'] = next_token 307 def list_identity_pools(self, max_results, next_token=None): argument 320 if next_token is not None: 321 params['NextToken'] = next_token 327 max_results=None, next_token=None): argument 373 if next_token is not None: 374 params['NextToken'] = next_token
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cognito/sync/ |
D | layer1.py | 189 def list_datasets(self, identity_pool_id, identity_id, next_token=None, argument 222 if next_token is not None: 223 query_params['nextToken'] = next_token 230 def list_identity_pool_usage(self, next_token=None, max_results=None): argument 247 if next_token is not None: 248 query_params['nextToken'] = next_token 256 last_sync_count=None, next_token=None, max_results=None, argument 304 if next_token is not None: 305 query_params['nextToken'] = next_token
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudhsm/ |
D | layer1.py | 279 def list_hapgs(self, next_token=None): argument 294 if next_token is not None: 295 params['NextToken'] = next_token 299 def list_hsms(self, next_token=None): argument 315 if next_token is not None: 316 params['NextToken'] = next_token 320 def list_luna_clients(self, next_token=None): argument 336 if next_token is not None: 337 params['NextToken'] = next_token
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/machinelearning/ |
D | layer1.py | 696 next_token=None, limit=None): argument 805 if next_token is not None: 806 params['NextToken'] = next_token 814 prefix=None, sort_order=None, next_token=None, argument 918 if next_token is not None: 919 params['NextToken'] = next_token 927 sort_order=None, next_token=None, limit=None): argument 1035 if next_token is not None: 1036 params['NextToken'] = next_token 1044 sort_order=None, next_token=None, limit=None): argument [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/cloudwatch/ |
D | __init__.py | 242 def list_metrics(self, next_token=None, dimensions=None, argument 277 if next_token: 278 params['NextToken'] = next_token 338 next_token=None): argument 377 if next_token: 378 params['NextToken'] = next_token 385 ret.next_token = result.next_token 391 next_token=None): argument 435 if next_token: 436 params['NextToken'] = next_token
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/ |
D | wizard.rb | 152 def next_token method in ANTLR3.AST.Wizard.PatternLexer 197 @token_type = tokenizer.next_token 215 @token_type = @tokenizer.next_token 230 @token_type = @tokenizer.next_token 237 ( @token_type = @tokenizer.next_token ) == :identifier or return nil 239 ( @token_type = @tokenizer.next_token ) == :colon or return nil 240 @token_type = @tokenizer.next_token 244 @token_type = @tokenizer.next_token 253 @token_type = @tokenizer.next_token 261 @token_type = @tokenizer.next_token
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/ |
D | query.py | 25 def __init__(self, model_class, limit=None, next_token=None, manager=None): argument 37 self.next_token = next_token 78 return self.rs.next_token 86 next_token = property(get_next_token, set_next_token) variable in Query
|
D | model.py | 96 def find(cls, limit=None, next_token=None, **params): argument 97 q = Query(cls, limit=limit, next_token=next_token) 103 def all(cls, limit=None, next_token=None): argument 104 return cls.find(limit=limit, next_token=next_token)
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
D | tokenutil.py | 134 next_token = token.next 135 if next_token: 136 if func(next_token): 137 return next_token 138 if end_func and end_func(next_token): 141 token = next_token 383 next_token = new_tokens[-1].next 384 while next_token: 385 next_token.line_number += 1 386 next_token = next_token.next
|
D | statetracker.py | 1176 next_token = tokenutil.SearchExcept(token, Type.NON_CODE_TYPES) 1177 while next_token and next_token.IsType(Type.FUNCTION_NAME): 1178 name += next_token.string 1179 next_token = tokenutil.Search(next_token, Type.FUNCTION_NAME, 2) 1200 next_token = tokenutil.SearchExcept(token, Type.NON_CODE_TYPES) 1201 if not next_token.IsType(Type.SEMICOLON): 1213 next_token = tokenutil.Search(token, [Type.IDENTIFIER, 1216 if next_token: 1217 if next_token.type == Type.SIMPLE_LVALUE: 1218 self._variables_in_scope.append(next_token.values['identifier']) [all …]
|
/external/google-breakpad/src/testing/scripts/generator/cpp/ |
D | ast.py | 933 next_token = GetNextToken() 936 while (next_token.token_type == tokenize.NAME or 937 (next_token.token_type == tokenize.SYNTAX and 938 next_token.name in ('::', '<'))): 941 if last_token_was_name and next_token.token_type == tokenize.NAME: 943 last_token_was_name = next_token.token_type == tokenize.NAME 944 tokens.append(next_token) 946 if next_token.name == '<': 949 next_token = GetNextToken() 950 return tokens, next_token [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/support/ |
D | layer1.py | 328 include_resolved_cases=None, next_token=None, argument 401 if next_token is not None: 402 params['nextToken'] = next_token 413 after_time=None, next_token=None, argument 458 if next_token is not None: 459 params['nextToken'] = next_token
|
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/ |
D | test-tree-wizard.rb | 18 type = lexer.next_token 26 type = lexer.next_token 34 type = lexer.next_token 42 type = lexer.next_token 50 type = lexer.next_token 58 type = lexer.next_token 66 type = lexer.next_token 74 type = lexer.next_token
|
/external/ImageMagick/MagickCore/ |
D | draw.c | 1683 *next_token, in DrawImage() local 1833 affine.sx=StringToDouble(token,&next_token); in DrawImage() 1834 if (token == next_token) in DrawImage() 1839 affine.rx=StringToDouble(token,&next_token); in DrawImage() 1840 if (token == next_token) in DrawImage() 1845 affine.ry=StringToDouble(token,&next_token); in DrawImage() 1846 if (token == next_token) in DrawImage() 1851 affine.sy=StringToDouble(token,&next_token); in DrawImage() 1852 if (token == next_token) in DrawImage() 1857 affine.tx=StringToDouble(token,&next_token); in DrawImage() [all …]
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/ |
D | connection.py | 615 next_token = None 622 next_token=next_token) 625 next_token = reservations.next_token 626 if not next_token: 632 dry_run=False, max_results=None, next_token=None): argument 678 if next_token: 679 params['NextToken'] = next_token 684 max_results=None, next_token=None, argument 727 if next_token: 728 params['NextToken'] = next_token [all …]
|