/tools/tradefederation/core/javatests/com/android/tradefed/util/keystore/ |
D | JSONFileKeyStoreFactoryTest.java | 75 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_same() local 86 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_modified() local 102 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_null() local 119 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_primaryFileModified() local 136 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_hostBasedFileModified() local 153 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_primaryFileNotAccessible() local 170 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_hostBasedFileNotAccessible() local 187 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_valueOverriddenWhenHostNameMatches() local 203 IKeyStoreClient client = mFactory.createKeyStoreClient(); in testLoadKeyStore_valueUnchangedWhenNoHostNameMatch() local
|
/tools/treble/fetcher/ |
D | fetcher_lib.py | 144 def fetch_artifact(client, build_id, target, resource_id, dest): argument 176 def get_build_list(client, **kwargs): argument 191 def list_artifacts(client, regex, **kwargs): argument 214 def fetch_artifacts(client, out_dir, target, pattern, build_id): argument 244 def get_latest_build_id(client, branch, target): argument 269 def fetch_latest_artifacts(client, out_dir, target, pattern, branch): argument
|
/tools/apksig/src/test/java/com/android/apksig/kms/gcp/ |
D | GcpTestData.java | 40 try (KeyRingClient client = new KeyRingClient(KEY_RING_NAME)) { in getCryptoKeyVersionName() 49 try (KeyRingClient client = new KeyRingClient(KEY_RING_NAME)) { in main() 57 private static void importRsa2048Sha256(KeyRingClient client, String privateKeyNameInResources) in importRsa2048Sha256()
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/ |
D | socket_test_utils.py | 58 def listen_accept_android_socket(client, server, client_fd, server_fd, argument 77 def send_recv_data_android_sockets(client, server, client_fd, server_fd, argument 137 def send_recv_data_datagram_sockets(client, server, client_sock, server_sock, argument 177 def _client_socket(client, server_ip, server_port, client_ip, client_port, q): argument 185 def open_connect_socket(client, server, client_ip, server_ip, client_port, argument 270 def send_recv_data_sockets(client, server, client_sock, server_sock): argument
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/ |
D | RemoteDynamicPool.java | 51 IDynamicShardingClient client, String poolId, Map<String, ITestSuite> moduleMapping) { in newInstance() 56 IDynamicShardingClient client, String poolId, Map<String, ITestSuite> moduleMapping) { in RemoteDynamicPool() 135 public RequestCallable(IDynamicShardingClient client, RequestTestTargetRequest request) { in RequestCallable()
|
D | ParentShardReplicate.java | 41 public static void replicatedSetup(IConfiguration config, IKeyStoreClient client) { in replicatedSetup()
|
/tools/treble/hacksaw/client/ |
D | client_test.go | 15 package client package
|
D | client.go | 16 package client package
|
/tools/tradefederation/core/clearcut_client/com/android/tradefed/clearcut/ |
D | TerminateClearcutClient.java | 23 public TerminateClearcutClient(ClearcutClient client) { in TerminateClearcutClient()
|
/tools/treble/gki/ |
D | repack_gki_lib.py | 10 def fetch_bootimg(client, out_dir, build_id, kernel_version, target): argument 21 def fetch_kernel(client, out_dir, build_id, kernel_target, kernel_debug_target): argument
|
/tools/loganalysis/javatests/com/android/loganalysis/item/ |
D | LocationDumpsItemTest.java | 71 LocationInfoItem client = item.getLocationClients().iterator().next(); in testGetLocationDumps() local
|
/tools/apksig/src/main/java/com/android/apksig/kms/gcp/ |
D | GcpSignerEngine.java | 47 try (KeyManagementServiceClient client = KeyManagementServiceClient.create()) { in sign()
|
/tools/tradefederation/core/src/com/android/tradefed/config/filter/ |
D | OptionFetcher.java | 63 OptionFetcher(TradefedFeatureClient client) { in OptionFetcher()
|
D | GetPreviousPassedHelper.java | 76 try (TradefedFeatureClient client = new TradefedFeatureClient()) { in getPreviousPassedFilters()
|
/tools/loganalysis/javatests/com/android/loganalysis/parser/ |
D | LocationServiceParserTest.java | 66 LocationInfoItem client = locationClients.getLocationClients().iterator().next(); in testLocationClientParser() local
|
/tools/tradefederation/core/javatests/com/android/tradefed/util/sl4a/ |
D | FakeSocketServerHelper.java | 52 Socket client = null; in run() local
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | BluetoothUtils.java | 213 Sl4aClient client = new Sl4aClient(device, sl4aApkFile); in enableBtsnoopLogging() local 245 Sl4aClient client = new Sl4aClient(device, sl4aApkFile); in disableBtsnoopLogging() local 249 public static boolean toggleBtsnoopLogging(Sl4aClient client, boolean onOff) in toggleBtsnoopLogging()
|
D | Sl4aBluetoothUtil.java | 233 void setSl4a(ITestDevice device, Sl4aClient client) { in setSl4a() 234 mSl4aClients.put(device.getSerialNumber(), client); in setSl4a() local 276 Sl4aClient client = getSl4aClient(device); in getAddress() local 298 Sl4aClient client = getSl4aClient(device); in getBondedDevices() local 372 Sl4aClient client = getSl4aClient(device); in unpairAll() local 579 Sl4aClient client = getSl4aClient(device); in toggleState() local 615 Sl4aClient client = Sl4aClient.startSL4A(device, null); in getSl4aClient() local
|
/tools/apksig/src/main/java/com/android/apksig/kms/aws/ |
D | AwsSignerEngine.java | 42 try (KmsClient client = in sign()
|
/tools/tradefederation/core/javatests/com/android/tradefed/cache/remote/ |
D | RemoteCacheClientTest.java | 198 RemoteCacheClient client = in uploadCache_works() local 266 RemoteCacheClient client = newClient(new FakeByteStreamDownloader(), uploader); in uploadCache_all_files_and_blobs_are_uploaded_except_existing_blobs() local 344 RemoteCacheClient client = in lookupCache_works() local
|
/tools/tradefederation/core/src/com/android/tradefed/result/resultdb/ |
D | Client.java | 93 Client client = new Client(); in create() local 100 Client client = new Client(); in createWithNewInvocation() local
|
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/ |
D | SoftApTest.py | 498 client, argument 557 def verify_soft_ap_connectivity_from_state(self, state, client): argument 604 def verify_soft_ap_associate_only(self, client, soft_ap_settings): argument 608 def verify_soft_ap_associate_and_ping(self, client, soft_ap_settings): argument 613 def verify_soft_ap_associate_and_pass_traffic(self, client, settings): argument 811 def start_soft_ap_and_verify_connected(self, client, soft_ap_params): argument 837 def stop_soft_ap_and_verify_disconnected(self, client, soft_ap_params): argument
|
/tools/tradefederation/core/src/com/android/tradefed/invoker/ |
D | ITestInvocation.java | 68 public default void setClearcutClient(ClearcutClient client) { in setClearcutClient()
|
/tools/tradefederation/core/src/com/android/tradefed/device/internal/ |
D | DeviceResetHandler.java | 61 DeviceResetHandler(TradefedFeatureClient client, IInvocationContext context) { in DeviceResetHandler()
|
/tools/netsim/rust/http-proxy/src/ |
D | connector.rs | 112 let client = Connector::new(proxy_addr, None, None); in test_connect() localVariable 149 let client = Connector::new(proxy_addr, Some("user".into()), Some("password".into())); in test_connect_with_auth() localVariable
|