| /tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/ |
| D | ui_utils.py | 62 def get_screen_dump_xml(device): argument 151 def wait_and_get_xml_node(device, timeout, child=None, sibling=None, **kwargs): argument 198 def has_element(device, **kwargs): argument 216 def get_element_attributes(device, **kwargs): argument 231 def wait_and_click(device, duration_ms=None, **kwargs): argument 255 def wait_and_input_text(device, input_text, duration_ms=None, **kwargs): argument
|
| /tools/test/graphicsbenchmark/functional_tests/hostside/src/com/android/game/qualification/test/ |
| D | TestUtils.java | 27 public static boolean isGameCoreCertified(INativeDevice device) in isGameCoreCertified() 34 public static void assumeGameCoreCertified(INativeDevice device) in assumeGameCoreCertified()
|
| /tools/external/fat32lib/src/main/java/de/waldheinz/fs/ |
| D | UnknownFileSystemException.java | 32 private final BlockDevice device; field in UnknownFileSystemException 40 public UnknownFileSystemException(BlockDevice device) { in UnknownFileSystemException()
|
| D | FileSystemFactory.java | 48 public static FileSystem create(BlockDevice device, boolean readOnly) in create()
|
| /tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/ |
| D | bt_utils.py | 165 def android_device_in_paired_state(self, device, mac_address): argument 174 def android_device_in_connected_state(self, device, mac_address): argument 223 def check_device_bt(self, device, **kwargs): argument 237 def check_dut_status(self, device, profiles=None): argument 286 def _compare_profile(self, device, expected): argument
|
| /tools/netsim/src/controller/ |
| D | scene_controller.cc | 49 auto device = GetDevice(guid, device_name); in AddChip() local 64 auto device = std::make_shared<Device>(identifier, guid, name); in GetDevice() local 71 auto device = devices_[id]; in RemoveDevice() local 84 auto device = devices_[device_id]; in RemoveChip() local 125 auto device = MatchDevice(request.name()); in PatchDevice() local
|
| D | scene_controller_test.cc | 54 auto device = match(device_name); in TEST_F() local 123 auto device = match(device_name); in TEST_F() local 151 auto device = match(device_name); in TEST_F() local
|
| /tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
| D | bt_contacts_utils.py | 269 def get_contact_count(device): argument 277 def import_device_contacts_from_vcf(device, destination_path, vcf_file, timeout=10): argument 301 def export_device_contacts_to_vcf(device, destination_path, vcf_file): argument 311 def delete_vcf_files(device): argument 320 def erase_contacts(device): argument 334 def wait_for_phone_number_update_complete(device, expected_count): argument 351 def wait_for_call_log_update_complete(device, expected_count): argument 368 def add_call_log(device, call_log_type, phone_number, call_time): argument
|
| /tools/platform-compat/java/android/compat/testing/ |
| D | Classpaths.java | 70 public static ImmutableList<String> getJarsOnClasspath(INativeDevice device, in getJarsOnClasspath() 82 public static ImmutableList<SharedLibraryInfo> getSharedLibraryInfos(ITestDevice device, in getSharedLibraryInfos() 107 private static void runDeviceTests(ITestDevice device, IBuildInfo buildInfo, String apkName, in runDeviceTests()
|
| /tools/netsim/src/backend/ |
| D | startup_test.cc | 31 auto device = info.add_devices(); in TEST() local 61 auto &device = info.devices().Get(0); in TEST() local
|
| /tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/aware/ |
| D | aware_test_utils.py | 405 def get_mac_addr(device, interface): argument 422 def get_ipv6_addr(device, interface): argument 572 def configure_power_setting(device, mode, name, value): argument 585 def configure_mac_random_interval(device, interval_sec): argument 599 def configure_ndp_allow_any_override(device, override_api_check): argument 616 def config_settings_high_power(device): argument 642 def config_settings_low_power(device): argument 668 def config_power_settings(device, argument
|
| /tools/netsim/ui/dist/js/ |
| D | device-info.js | 1 …net/gh/lit/dist@2/all/lit-all.min.js";import{simulationState as n}from"./device-observer.js";impor… property
|
| D | device-observer.js | 1 …js";const i="./v1/devices",t="./v1/captures";class s{constructor(e){this.device=e}get name(){retur… property
|
| /tools/netsim/ui/ts/ |
| D | device-observer.ts | 20 device: ProtoDevice; property in Device 208 for (const device of devices) { constant 220 for (const device of this.simulationInfo.devices) { constant
|
| D | cube-sprite.ts | 69 for (const device of data.devices) { constant
|
| /tools/test/connectivity/acts_tests/tests/google/wifi/ |
| D | WifiDppTest.py | 245 def gen_uri(self, device, info="DPP_TESTER", chan="81/1", mac=None): argument 279 def get_uri(self, device, uri_id): argument 301 def del_uri(self, device, uri_id): argument 317 device, argument 416 device, argument 448 def stop_responder(self, device, flush=False): argument 742 def stop_initiator(self, device, flush=False): argument 756 device, argument
|
| /tools/netsim/rust/netsim-cxx/src/devices/ |
| D | mod.rs | 16 pub mod device; module
|
| /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
| D | Sector.java | 31 private final BlockDevice device; field in Sector 41 protected Sector(BlockDevice device, long offset, int size) { in Sector()
|
| D | FatFileSystem.java | 63 private FatFileSystem(BlockDevice device, boolean readOnly, in FatFileSystem() 120 public static FatFileSystem read(BlockDevice device, boolean readOnly) in read()
|
| D | Fat32BootSector.java | 57 public Fat32BootSector(BlockDevice device) throws IOException { in Fat32BootSector() 191 public void writeCopy(BlockDevice device) throws IOException { in writeCopy()
|
| D | Fat16RootDirectory.java | 31 private final BlockDevice device; field in Fat16RootDirectory
|
| D | FsInfoSector.java | 47 private FsInfoSector(BlockDevice device, long offset) { in FsInfoSector()
|
| /tools/test/connectivity/acts_tests/acts_contrib/test_utils/car/ |
| D | car_media_utils.py | 42 def verifyEventReceived(log, device, event, timeout): argument 168 def isMediaSessionActive(log, device, mediaSession): argument
|
| /tools/netsim/rust/netsim-cli/src/ |
| D | requests.rs | 100 let mut device = Device::new(); in get_expected_radio() localVariable 189 let mut device = Device::new(); in get_expected_move() localVariable
|
| /tools/netsim/src/frontend/ |
| D | frontend_server.cc | 91 for (const auto &device : scene.devices()) in GetDevices() local 111 model::Device device; in SetPacketCapture() local
|