Home
last modified time | relevance | path

Searched defs:device (Results 1 – 25 of 59) sorted by relevance

123

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/net/
Dui_utils.py62 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/
DTestUtils.java27 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/
DUnknownFileSystemException.java32 private final BlockDevice device; field in UnknownFileSystemException
40 public UnknownFileSystemException(BlockDevice device) { in UnknownFileSystemException()
DFileSystemFactory.java48 public static FileSystem create(BlockDevice device, boolean readOnly) in create()
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/
Dbt_utils.py165 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/
Dscene_controller.cc49 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
Dscene_controller_test.cc54 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/
Dbt_contacts_utils.py269 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/
DClasspaths.java70 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/
Dstartup_test.cc31 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/
Daware_test_utils.py405 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/
Ddevice-info.js1 …net/gh/lit/dist@2/all/lit-all.min.js";import{simulationState as n}from"./device-observer.js";impor… property
Ddevice-observer.js1 …js";const i="./v1/devices",t="./v1/captures";class s{constructor(e){this.device=e}get name(){retur… property
/tools/netsim/ui/ts/
Ddevice-observer.ts20 device: ProtoDevice; property in Device
208 for (const device of devices) { constant
220 for (const device of this.simulationInfo.devices) { constant
Dcube-sprite.ts69 for (const device of data.devices) { constant
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiDppTest.py245 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/
Dmod.rs16 pub mod device; module
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DSector.java31 private final BlockDevice device; field in Sector
41 protected Sector(BlockDevice device, long offset, int size) { in Sector()
DFatFileSystem.java63 private FatFileSystem(BlockDevice device, boolean readOnly, in FatFileSystem()
120 public static FatFileSystem read(BlockDevice device, boolean readOnly) in read()
DFat32BootSector.java57 public Fat32BootSector(BlockDevice device) throws IOException { in Fat32BootSector()
191 public void writeCopy(BlockDevice device) throws IOException { in writeCopy()
DFat16RootDirectory.java31 private final BlockDevice device; field in Fat16RootDirectory
DFsInfoSector.java47 private FsInfoSector(BlockDevice device, long offset) { in FsInfoSector()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/car/
Dcar_media_utils.py42 def verifyEventReceived(log, device, event, timeout): argument
168 def isMediaSessionActive(log, device, mediaSession): argument
/tools/netsim/rust/netsim-cli/src/
Drequests.rs100 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/
Dfrontend_server.cc91 for (const auto &device : scene.devices()) in GetDevices() local
111 model::Device device; in SetPacketCapture() local

123