/external/google-breakpad/src/common/linux/ |
D | symbol_collector_client.cc | 49 const string& api_key, in CreateUploadUrl() argument 55 if (!api_key.empty()) { in CreateUploadUrl() 56 url += "?key=" + api_key; in CreateUploadUrl() 105 const string& api_key, in CompleteUpload() argument 114 if (!api_key.empty()) { in CompleteUpload() 115 url += "?key=" + api_key; in CompleteUpload() 158 const string& api_key, in CheckSymbolStatus() argument 165 if (!api_key.empty()) { in CheckSymbolStatus() 166 url += "?key=" + api_key; in CheckSymbolStatus()
|
D | symbol_collector_client.h | 64 const string& api_key, 70 const string& api_key, 79 const string& api_key,
|
D | symbol_upload.cc | 180 options.api_key, in SymUploadV2Start() 197 options.api_key, in SymUploadV2Start() 232 options.api_key, in SymUploadV2Start()
|
D | symbol_upload.h | 61 string api_key; member
|
/external/python/python-api-core/google/api_core/ |
D | client_options.py | 113 api_key: Optional[str] = None, 121 if api_key and credentials_file: 129 self.api_key = api_key
|
/external/google-breakpad/src/common/windows/ |
D | symbol_collector_client.cc | 18 wstring& api_key, in CreateUploadUrl() argument 23 L"?key=" + api_key; in CreateUploadUrl() 73 wstring& api_key, in CompleteUpload() argument 82 L"?key=" + api_key; in CompleteUpload() 141 wstring& api_key, in CheckSymbolStatus() argument 149 L"?key=" + api_key; in CheckSymbolStatus()
|
D | symbol_collector_client.h | 65 wstring& api_key, 72 wstring& api_key, 84 wstring& api_key,
|
D | sym_upload_v2_protocol.cc | 50 const wchar_t* api_key, in SymUploadV2ProtocolSend() argument 59 wstring key(api_key); in SymUploadV2ProtocolSend()
|
D | sym_upload_v2_protocol.h | 55 const wchar_t* api_key,
|
/external/python/python-api-core/tests/unit/ |
D | test_client_options.py | 86 api_key="api-key", 96 assert options.api_key == "api-key" 106 api_key="api-key", 136 assert options.api_key is None
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/python_utils/ |
D | upload_rbe_results.py | 114 def _get_resultstore_data(api_key, invocation_id): argument 129 % (invocation_id, api_key, page_token), 177 api_key = args.api_key or _get_api_key() variable 179 resultstore_actions = _get_resultstore_data(api_key, invocation_id)
|
/external/grpc-grpc/tools/run_tests/python_utils/ |
D | upload_rbe_results.py | 123 def _get_resultstore_data(api_key, invocation_id): argument 137 % (invocation_id, api_key, page_token), 201 api_key = args.api_key or _get_api_key() variable 203 resultstore_actions = _get_resultstore_data(api_key, invocation_id)
|
/external/federated-compute/fcp/client/ |
D | grpc_bidi_stream.cc | 38 const std::string& api_key, in GrpcBidiStream() argument 43 api_key, population_name, grpc_channel_deadline_seconds) {} in GrpcBidiStream() 47 const std::string& api_key, const std::string& population_name, in GrpcBidiStream() argument 55 client_context_.AddMetadata(kApiKeyHeader, api_key); in GrpcBidiStream()
|
D | grpc_bidi_stream.h | 77 GrpcBidiStream(const std::string& target, const std::string& api_key, 92 const std::string& api_key, const std::string& population_name,
|
D | fl_runner.h | 79 const std::string& federated_service_uri, const std::string& api_key,
|
/external/google-breakpad/src/tools/windows/converter_exe/ |
D | converter.cc | 220 const wstring& api_key, in UploadSymbolFile() argument 249 upload_symbol_url.c_str(), api_key.c_str(), &timeout_ms, debug_file_w, in UploadSymbolFile() 340 wstring api_key; member 443 UploadSymbolFile(options.upload_symbols_url, options.api_key, in ConvertMissingSymbolFile() 451 UploadSymbolFile(options.upload_symbols_url, options.api_key, in ConvertMissingSymbolFile() 459 UploadSymbolFile(options.upload_symbols_url, options.api_key, in ConvertMissingSymbolFile() 552 UploadSymbolFile(options.upload_symbols_url, options.api_key, in ConvertMissingSymbolFile() 560 UploadSymbolFile(options.upload_symbols_url, options.api_key, in ConvertMissingSymbolFile() 567 UploadSymbolFile(options.upload_symbols_url, options.api_key, in ConvertMissingSymbolFile() 824 if (!WindowsStringUtils::safe_mbstowcs(value, &options.api_key)) { in main() [all …]
|
/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/proto/google/api/ |
D | system_parameter.proto | 45 // - name: api_key 46 // url_query_parameter: api_key 55 // - name: api_key 57 // - name: api_key 86 // Define the name of the parameter, such as "api_key" . It is case sensitive.
|
/external/googleapis/google/api/ |
D | system_parameter.proto | 45 // - name: api_key 46 // url_query_parameter: api_key 55 // - name: api_key 57 // - name: api_key 86 // Define the name of the parameter, such as "api_key" . It is case sensitive.
|
/external/federated-compute/fcp/client/http/ |
D | protocol_request_helper.cc | 184 absl::string_view request_base_uri, absl::string_view api_key, in ProtocolRequestCreator() argument 187 api_key_(api_key), in ProtocolRequestCreator() 254 ProtocolRequestCreator::Create(absl::string_view api_key, in Create() argument 264 forwarding_info.target_uri_prefix(), api_key, in Create()
|
D | http_secagg_send_to_server_impl.h | 46 absl::string_view api_key, Clock* clock, 72 absl::string_view api_key, Clock* clock, in HttpSecAggSendToServerImpl() argument 89 : api_key_(api_key), in HttpSecAggSendToServerImpl()
|
D | protocol_request_helper.h | 41 absl::string_view api_key, HeaderList request_headers, 48 absl::string_view api_key,
|
D | http_secagg_send_to_server_impl.cc | 119 absl::string_view api_key, Clock* clock, in Create() argument 135 ProtocolRequestCreator::Create(api_key, secagg_upload_forwarding_info, in Create() 142 api_key, masked_result_resource.data_upload_forwarding_info(), in Create() 149 api_key, nonmasked_result_resource.data_upload_forwarding_info(), in Create() 153 api_key, clock, request_helper, interruptible_runner, in Create()
|
/external/google-breakpad/src/tools/windows/symupload/ |
D | symupload.cc | 200 const wchar_t* api_key = nullptr; in wmain() local 255 api_key = argv[currentarg++]; in wmain() 259 api_url, api_key, timeout == -1 ? nullptr : &timeout, in wmain()
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/gcp/ |
D | api.py | 131 api_key=self.private_api_key, 145 api_key=self.private_api_key, 186 api_key: Optional[str] = None, 189 if api_key: 190 params['key'] = api_key
|
/external/python/google-api-python-client/docs/ |
D | mocks.md | 21 api_key = 'your_api_key' 22 service = build('books', 'v1', http=http, developerKey=api_key) 100 api_key = 'your_api_key'
|