Home
last modified time | relevance | path

Searched refs:utils (Results 1 – 25 of 42) sorted by relevance

12

/test/vts-testcase/kernel/fuse_bpf/
Dvts_kernel_fuse_bpf_test.py22 from vts.testcases.kernel.utils import adb
23 from vts.testcases.vndk import utils
30 self.dut = utils.AndroidDevice(serial_number)
/test/vts-testcase/nbu/src/
Dbluetooth_test.py7 from mobly import utils
8 from utils import android_base_test
13 DEVICE_NAME = utils.rand_ascii_str(8)
69 rfcomm_name = utils.rand_ascii_str(8)
89 data = utils.rand_ascii_str(8)
Dble_test.py9 from mobly import utils
10 from utils import android_base_test
42 DATA = utils.rand_ascii_str(16)
44 SCAN_RESPONSE_DATA = utils.rand_ascii_str(16)
46 READ_DATA = utils.rand_ascii_str(8)
48 SECOND_READ_DATA = utils.rand_ascii_str(8)
50 THIRD_READ_DATA = utils.rand_ascii_str(8)
52 WRITE_DATA = utils.rand_ascii_str(8)
54 SECOND_WRITE_DATA = utils.rand_ascii_str(8)
Dwifi_direct_test.py6 from utils import android_base_test
7 from utils import assert_utils
/test/vts/vndk_utils/library/elf/
Dutils_test.py21 from vts.utils.python.library.elf import utils as elf_utils
/test/vts/tests/kernel_proc_file_api_test/
Dvts_kernel_proc_sysrq_trigger_test.py21 import proc_utils as utils namespace
33 self.dut = utils.AndroidDevice(serial_number)
Dproc_utils.py24 from vts.testcases.vndk import utils
71 class AndroidDevice(utils.AndroidDevice):
/test/vts-testcase/performance/binder_benchmark/
DBinderPerformanceTest.py24 from vts.utils.python.controllers import android_device
25 from vts.utils.python.cpu import cpu_frequency_scaling
26 from vts.utils.python.performance import benchmark_parser
/test/vts-testcase/performance/hwbinder_benchmark/
DHwBinderPerformanceTest.py24 from vts.utils.python.controllers import android_device
25 from vts.utils.python.cpu import cpu_frequency_scaling
26 from vts.utils.python.performance import benchmark_parser
/test/vts-testcase/hal/treble/platform_version/
Dvts_treble_platform_version_test.py22 from vts.testcases.vndk import utils
23 from vts.utils.python.android import api
32 self.dut = utils.AndroidDevice(serial_number)
/test/vts/vndk_utils/library/
Delf_parser.py29 from vts.utils.python.library.elf import consts
30 from vts.utils.python.library.elf import structs
31 from vts.utils.python.library.elf import utils
92 if utils.ByteToInt(e_ident[consts.EI_CLASS]) not in (
97 if utils.ByteToInt(e_ident[consts.EI_DATA]) != consts.ELFDATA2LSB:
104 if utils.ByteToInt(e_ident[consts.EI_CLASS]) == consts.ELFCLASS32:
224 return utils.BytesToString(ret)
493 value, num = utils.DecodeSLEB128(data, cur)
Dar_parser.py17 from vts.utils.python.library import elf_parser
/test/vts/vndk_utils/
DAndroid.bp22 pkg_path: "vts/utils/python",
30 "library/elf/utils.py",
/test/vts-testcase/vndk/abi/
Dvts_vndk_abi_test.py26 from vts.testcases.vndk import utils
28 from vts.utils.python.library import elf_parser
29 from vts.utils.python.library.vtable import vtable_dumper
30 from vts.utils.python.vndk import vndk_utils
45 self._dut = utils.AndroidDevice(serial_number)
/test/vts-testcase/vndk/files/
Dvts_vndk_files_test.py24 from vts.testcases.vndk import utils
26 from vts.utils.python.vndk import vndk_utils
49 self._dut = utils.AndroidDevice(serial_number)
/test/vts-testcase/kernel/checkpoint/
Dvts_kernel_checkpoint_test.py22 from vts.testcases.kernel.utils import adb
23 from vts.testcases.vndk import utils
34 self.dut = utils.AndroidDevice(serial_number)
/test/vts/vts_hal_hidl_target/
DAndroid.bp32 "libhidl-gen-utils",
63 "libhidl-gen-utils",
/test/vts-testcase/performance/fmq_benchmark/
DFmqPerformanceTest.py24 from vts.utils.python.controllers import android_device
25 from vts.utils.python.cpu import cpu_frequency_scaling
/test/vts/vndk_utils/vndk/
Dvndk_utils.py19 from vts.utils.python.android import api
/test/vts/vndk_utils/library/vtable/
Dvtable_dumper_test.py22 from vts.utils.python.library.vtable import vtable_dumper
/test/vts-testcase/hal/treble/vintf/
DAndroid.bp39 "libhidl-gen-utils",
49 "utils.cpp",
/test/vts-testcase/performance/hwbinder_latency_test/
DHwBinderLatencyTest.py25 from vts.utils.python.controllers import android_device
26 from vts.utils.python.cpu import cpu_frequency_scaling
/test/vts-testcase/vndk/dependency/
Dvts_vndk_dependency_test.py25 from vts.testcases.vndk import utils
27 from vts.utils.python.library import elf_parser
28 from vts.utils.python.vndk import vndk_utils
107 self._dut = utils.AndroidDevice()
/test/vts-testcase/kernel/utils/
DAndroid.bp21 pkg_path: "vts/testcases/kernel/utils",
/test/vts-testcase/performance/hwbinder_throughput_test/
DHwBinderThroughputBenchmark.py25 from vts.utils.python.controllers import android_device
26 from vts.utils.python.cpu import cpu_frequency_scaling

12