Home
last modified time | relevance | path

Searched refs:keys_to_remove (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Lib/ensurepip/
D__init__.py41 keys_to_remove = [k for k in os.environ if k.startswith("PIP_")]
42 for k in keys_to_remove:
/external/python/cpython2/Lib/ensurepip/
D__init__.py46 keys_to_remove = [k for k in os.environ if k.startswith("PIP_")]
47 for k in keys_to_remove:
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/
Dsubchannel_list.h502 static const char* keys_to_remove[] = {GRPC_ARG_SUBCHANNEL_ADDRESS, in SubchannelList() local
513 &args, keys_to_remove, GPR_ARRAY_SIZE(keys_to_remove), &addr_arg, 1); in SubchannelList()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dsubchannel.cc369 static const char* keys_to_remove[] = {GRPC_ARG_SUBCHANNEL_ADDRESS}; in grpc_subchannel_create() local
373 new_args != nullptr ? new_args : args->args, keys_to_remove, in grpc_subchannel_create()
374 GPR_ARRAY_SIZE(keys_to_remove), &new_arg, 1); in grpc_subchannel_create()
/external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
Dgrpclb.cc1697 static const char* keys_to_remove[] = {GRPC_ARG_LB_ADDRESSES}; in CreateRoundRobinPolicyArgsLocked() local
1708 args_, keys_to_remove, GPR_ARRAY_SIZE(keys_to_remove), args_to_add, in CreateRoundRobinPolicyArgsLocked()