/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/ |
D | RecognitionException.pm | 63 my $new_args = { %$args }; 65 $new_args->{input} = $input; 66 $new_args->{index} = $input->index(); 70 $new_args->{token} = $token; 71 $new_args->{line} = $token->get_line(); 72 $new_args->{char_position_in_line} = $token->get_char_position_in_line(); 79 $new_args->{c} = $input->LA(1); 80 $new_args->{line} = $input->get_line(); 81 $new_args->{char_position_in_line} = $input->get_char_position_in_line(); 84 $new_args->{c} = $input->LA(1); [all …]
|
/external/python/cpython3/Lib/lib2to3/fixes/ |
D | fix_isinstance.py | 33 new_args = [] 41 new_args.append(arg) 44 if new_args and new_args[-1].type == token.COMMA: 45 del new_args[-1] 46 if len(new_args) == 1: 48 new_args[0].prefix = atom.prefix 49 atom.replace(new_args[0]) 51 args[:] = new_args
|
/external/python/cpython2/Lib/lib2to3/fixes/ |
D | fix_isinstance.py | 33 new_args = [] 41 new_args.append(arg) 44 if new_args and new_args[-1].type == token.COMMA: 45 del new_args[-1] 46 if len(new_args) == 1: 48 new_args[0].prefix = atom.prefix 49 atom.replace(new_args[0]) 51 args[:] = new_args
|
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | proxy_mapper_registry.cc | 55 grpc_channel_args** new_args) { in grpc_proxy_mapper_list_map_name() argument 58 name_to_resolve, new_args)) { in grpc_proxy_mapper_list_map_name() 68 grpc_channel_args** new_args) { in grpc_proxy_mapper_list_map_address() argument 71 new_args)) { in grpc_proxy_mapper_list_map_address() 112 grpc_channel_args** new_args) { in grpc_proxy_mappers_map_name() argument 114 name_to_resolve, new_args); in grpc_proxy_mappers_map_name() 119 grpc_channel_args** new_args) { in grpc_proxy_mappers_map_address() argument 121 new_address, new_args); in grpc_proxy_mappers_map_address()
|
D | proxy_mapper.cc | 32 grpc_channel_args** new_args) { in grpc_proxy_mapper_map_name() argument 34 new_args); in grpc_proxy_mapper_map_name() 41 grpc_channel_args** new_args) { in grpc_proxy_mapper_map_address() argument 43 new_args); in grpc_proxy_mapper_map_address()
|
D | proxy_mapper.h | 39 grpc_channel_args** new_args); 48 grpc_channel_args** new_args); 64 grpc_channel_args** new_args); 70 grpc_channel_args** new_args);
|
D | client_channel_plugin.cc | 43 grpc_channel_args* new_args = grpc_channel_args_copy_and_add( in append_filter() local 45 grpc_channel_stack_builder_set_channel_arguments(builder, new_args); in append_filter() 46 grpc_channel_args_destroy(new_args); in append_filter()
|
D | http_proxy.cc | 104 grpc_channel_args** new_args) { in proxy_mapper_map_name() argument 179 *new_args = grpc_channel_args_copy_and_add(args, args_to_add, 2); in proxy_mapper_map_name() 182 *new_args = grpc_channel_args_copy_and_add(args, args_to_add, 1); in proxy_mapper_map_name() 199 grpc_channel_args** new_args) { in proxy_mapper_map_address() argument
|
D | proxy_mapper_registry.h | 37 grpc_channel_args** new_args); 42 grpc_channel_args** new_args);
|
D | subchannel.cc | 362 grpc_channel_args* new_args = nullptr; in grpc_subchannel_create() local 364 &new_args)) { in grpc_subchannel_create() 373 new_args != nullptr ? new_args : args->args, keys_to_remove, in grpc_subchannel_create() 376 if (new_args != nullptr) grpc_channel_args_destroy(new_args); in grpc_subchannel_create()
|
/external/tensorflow/tensorflow/contrib/specs/python/ |
D | specs_lib.py | 74 new_args = list(args) 78 while len(new_args) <= index: 79 new_args += [None] 80 if kw_overrides or new_args[index] is None: 81 new_args[index] = value 82 return new_args, new_kw 159 new_args = list(args) + self.args 162 return Function(self.f, *new_args, **new_kw)
|
/external/grpc-grpc/src/core/ext/transport/chttp2/client/insecure/ |
D | channel_create.cc | 67 grpc_channel_args* new_args = in client_channel_factory_create_channel() local 70 grpc_channel_create(target, new_args, GRPC_CLIENT_CHANNEL, nullptr); in client_channel_factory_create_channel() 71 grpc_channel_args_destroy(new_args); in client_channel_factory_create_channel() 98 grpc_channel_args* new_args = grpc_channel_args_copy_and_add(args, &arg, 1); in grpc_insecure_channel_create() local 102 new_args); in grpc_insecure_channel_create() 104 grpc_channel_args_destroy(new_args); in grpc_insecure_channel_create()
|
/external/grpc-grpc/src/core/ext/transport/chttp2/client/secure/ |
D | secure_channel_create.cc | 130 grpc_channel_args* new_args = grpc_channel_args_copy_and_add( in get_secure_naming_subchannel_args() local 144 final_sc_args->args = new_args; in get_secure_naming_subchannel_args() 180 grpc_channel_args* new_args = in client_channel_factory_create_channel() local 183 grpc_channel_create(target, new_args, GRPC_CLIENT_CHANNEL, nullptr); in client_channel_factory_create_channel() 184 grpc_channel_args_destroy(new_args); in client_channel_factory_create_channel() 217 grpc_channel_args* new_args = grpc_channel_args_copy_and_add( in grpc_secure_channel_create() local 222 new_args); in grpc_secure_channel_create() 224 grpc_channel_args_destroy(new_args); in grpc_secure_channel_create()
|
/external/autotest/client/bin/result_tools/ |
D | utils.py | 277 new_args = copy.copy(args) 278 new_args['file_size_threshold_byte'] = 50 * 1024 279 throttlers.append((zip_file_throttler, new_args)) 288 new_args = copy.copy(args) 289 new_args.update({'file_size_threshold_byte': threshold, 291 throttlers.append((delete_file_throttler, new_args)) 293 new_args = copy.copy(args) 294 new_args.update({'file_size_threshold_byte': delete_file_thresholds[-1]}) 295 throttlers.append((delete_file_throttler, new_args))
|
/external/grpc-grpc/src/core/ext/transport/chttp2/client/ |
D | authority.cc | 27 grpc_arg new_args[1]; in grpc_default_authority_add_if_not_present() local 38 new_args[num_new_args++] = grpc_channel_arg_string_create( in grpc_default_authority_add_if_not_present() 41 return grpc_channel_args_copy_and_add(args, new_args, num_new_args); in grpc_default_authority_add_if_not_present()
|
/external/libaom/libaom/common/ |
D | args.c | 77 char **new_args = argv_dup(*argc, (const char **)argv_local); in arg_cfg() local 87 new_args[(*argc) - 1] = new_args[(*argc) - 2]; in arg_cfg() 88 new_args[(*argc) - 2] = new_line; in arg_cfg() 89 argv_local = new_args; in arg_cfg() 90 *argv = new_args; in arg_cfg()
|
/external/grpc-grpc/test/core/end2end/fixtures/ |
D | h2_proxy.cc | 56 grpc_channel_args* new_args = in create_proxy_client() local 59 grpc_insecure_channel_create(target, new_args, nullptr); in create_proxy_client() 60 grpc_channel_args_destroy(new_args); in create_proxy_client()
|
/external/grpc-grpc/src/core/lib/security/credentials/google_default/ |
D | google_default_credentials.cc | 79 grpc_channel_security_connector** sc, grpc_channel_args** new_args) { in google_default_create_security_connector() argument 93 c->alts_creds, call_creds, target, args, sc, new_args) in google_default_create_security_connector() 95 c->ssl_creds, call_creds, target, args, sc, new_args); in google_default_create_security_connector() 106 *new_args = grpc_channel_args_copy_and_add_and_remove( in google_default_create_security_connector()
|
/external/tensorflow/tensorflow/python/ops/ |
D | template.py | 362 new_args = [arg0] 363 new_args.extend(args[1:]) 364 exc.args = tuple(new_args) 633 new_args = [arg0] 634 new_args.extend(args[1:]) 635 exc.args = tuple(new_args)
|
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/ |
D | dns_resolver_ares.cc | 305 grpc_arg new_args[3]; in OnResolvedLocked() local 307 new_args[num_args_to_add++] = in OnResolvedLocked() 318 new_args[num_args_to_add++] = grpc_channel_arg_string_create( in OnResolvedLocked() 327 new_args[num_args_to_add++] = grpc_channel_arg_string_create( in OnResolvedLocked() 335 r->channel_args_, args_to_remove, num_args_to_remove, new_args, in OnResolvedLocked()
|
/external/tensorflow/tensorflow/python/util/ |
D | tf_decorator_test.py | 42 new_args = [] 46 new_args.append(arg + 1) 49 new_args.append(arg) 50 return target(*new_args, **kwargs)
|
/external/grpc-grpc/src/core/lib/security/credentials/ |
D | credentials.cc | 127 grpc_channel_args** new_args) { in grpc_channel_credentials_create_security_connector() argument 128 *new_args = nullptr; in grpc_channel_credentials_create_security_connector() 134 channel_creds, nullptr, target, args, sc, new_args); in grpc_channel_credentials_create_security_connector()
|
D | credentials.h | 99 grpc_channel_security_connector** sc, grpc_channel_args** new_args); 122 grpc_channel_args** new_args);
|
/external/grpc-grpc/src/core/lib/security/credentials/composite/ |
D | composite_credentials.cc | 216 grpc_channel_security_connector** sc, grpc_channel_args** new_args) { in composite_channel_create_security_connector() argument 231 c->inner_creds, composite_call_creds, target, args, sc, new_args); in composite_channel_create_security_connector() 235 c->inner_creds, c->call_creds, target, args, sc, new_args); in composite_channel_create_security_connector()
|
/external/libchrome/build/android/gyp/util/ |
D | build_utils.py | 520 new_args = list(args) 544 new_args[i] = arg[:match.start()] + gn_helpers.ToGNString(expansion) 546 new_args[i] = arg[:match.start()] + str(expansion) 548 return new_args
|