HomeSort by relevance Sort by last modified time
    Searched refs:keys_to_remove (Results 1 - 5 of 5) sorted by null

  /external/python/cpython2/Lib/ensurepip/
__init__.py 46 keys_to_remove = [k for k in os.environ if k.startswith("PIP_")]
47 for k in keys_to_remove:
  /external/python/cpython3/Lib/ensurepip/
__init__.py 41 keys_to_remove = [k for k in os.environ if k.startswith("PIP_")]
42 for k in keys_to_remove:
  /external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/
subchannel_list.h 502 static const char* keys_to_remove[] = {GRPC_ARG_SUBCHANNEL_ADDRESS, local
513 &args, keys_to_remove, GPR_ARRAY_SIZE(keys_to_remove), &addr_arg, 1);
  /external/grpc-grpc/src/core/ext/filters/client_channel/
subchannel.cc 369 static const char* keys_to_remove[] = {GRPC_ARG_SUBCHANNEL_ADDRESS}; local
373 new_args != nullptr ? new_args : args->args, keys_to_remove,
374 GPR_ARRAY_SIZE(keys_to_remove), &new_arg, 1);
  /external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
grpclb.cc 1697 static const char* keys_to_remove[] = {GRPC_ARG_LB_ADDRESSES}; local
    [all...]

Completed in 523 milliseconds