/test/vts/testcases/host/kernel_proc_file_api_test/proc_tests/ |
D | ProcVmallocInfoTest.py | 58 def p_line(self, p): argument 62 def p_addr_range(self, p): argument 66 def p_module(self, p): argument 71 def p_pages(self, p): argument 76 def p_phys(self, p): argument 81 def p_ioremap(self, p): argument 86 def p_vmalloc(self, p): argument 91 def p_dma_coherent(self, p): argument 96 def p_vmap(self, p): argument 101 def p_user(self, p): argument [all …]
|
D | ProcStatTest.py | 40 def p_stat(self, p): argument 44 def p_cpu(self, p): argument 48 def p_intr(self, p): argument 52 def p_ctxt(self, p): argument 56 def p_btime(self, p): argument 60 def p_processes(self, p): argument 64 def p_procs_running(self, p): argument 68 def p_procs_blocked(self, p): argument 72 def p_softirq(self, p): argument
|
D | ProcZoneInfoTest.py | 47 def p_node(self, p): argument 51 def p_populated(self, p): argument 62 def p_pernode(self, p): argument 67 def p_protection(self, p): argument 72 def p_numcomma(self, p): argument 76 def p_line(self, p): argument 84 def p_cpu(self, p): argument 90 def p_colonline(self, p): argument 94 def p_heading(self, p): argument
|
D | ProcAsoundTests.py | 36 def p_soundcards(self, p): argument 43 def p_driver(self, p): argument 47 def p_description(self, p): argument 52 def p_word(self, p): argument 63 def p_id(self, p): argument
|
D | ProcUidConcurrentTimeTests.py | 38 def p_uid_active_time_table(self, p): argument 42 def p_cpus(self, p): argument 46 def p_uid_active_time(self, p): argument 80 def p_uid_policy_time_table(self, p): argument 84 def p_header_row(self, p): argument 88 def p_policy_info(self, p): argument 92 def p_uid_policy_time(self, p): argument
|
D | ProcUidTimeInStateTest.py | 37 def p_uid_time_table(self, p): argument 41 def p_freqs(self, p): argument 45 def p_uid_time(self, p): argument
|
D | ProcCpuFileTests.py | 49 def p_line(self, p): argument 58 def p_space_item(self, p): argument 62 def p_string_space(self, p): argument
|
D | ProcShowUidStatTest.py | 30 def p_line(self, p): argument
|
D | ProcUidIoStatsTest.py | 31 def p_line(self, p): argument
|
D | ProcVmstatTest.py | 30 def p_line(self, p): argument
|
D | ProcMiscTest.py | 32 def p_line(self, p): argument
|
D | KernelProcFileTestBase.py | 34 def p_multiple(self, p): argument 119 def p_error(self, p): argument 123 def p_empty(self, p): argument
|
/test/vts-testcase/kernel/api/sysfs/src/com/android/tests/sysfs/ |
D | KernelApiSysfsTest.java | 99 Pattern p = Pattern.compile("(\\d+)(-\\d+)?"); in testPerCpuCpufreq() local 196 Pattern p = Pattern.compile("CONFIG_RTC_HCTOSYS_DEVICE=\"(.*)\""); in testRtcHctosys() local 272 Pattern p = Pattern.compile("Linux version ([0-9]+)\\.([0-9]+)"); in testKfenceSampleRate() local
|
/test/vts/runners/target/vts_hal_hidl_target/ |
D | VtsCoreUtil.cpp | 32 FILE* p = popen(cmd, "re"); in checkSubstringInCommandOutput() local
|
/test/vts-testcase/hal/usb/gadget/V1_0/host/src/com/android/tests/usbgadget/libusb/ |
D | Interface.java | 29 public Interface(Pointer p) { in Interface()
|
D | ConfigDescriptor.java | 29 public ConfigDescriptor(Pointer p) { in ConfigDescriptor()
|
D | DeviceDescriptor.java | 29 public DeviceDescriptor(Pointer p) { in DeviceDescriptor()
|
D | InterfaceDescriptor.java | 29 public InterfaceDescriptor(Pointer p) { in InterfaceDescriptor()
|
/test/vts-testcase/hal/usb/gadget/V1_2/host/src/com/android/usb/gadget/vts/libusb/ |
D | Interface.java | 29 public Interface(Pointer p) { in Interface()
|
D | ConfigDescriptor.java | 29 public ConfigDescriptor(Pointer p) { in ConfigDescriptor()
|
D | DeviceDescriptor.java | 29 public DeviceDescriptor(Pointer p) { in DeviceDescriptor()
|
D | InterfaceDescriptor.java | 29 public InterfaceDescriptor(Pointer p) { in InterfaceDescriptor()
|
/test/vts-testcase/kernel/gki/ |
D | generic_boot_image_test.cpp | 89 for (auto& p : recursive_directory_iterator(extracted_ramdisk_path)) { in TEST_F() local
|
/test/vts/testcases/host/fastboot_test/src/com/android/tests/ |
D | FastbootVerifyUserspaceTest.java | 68 Pattern p = Pattern.compile("^(\\d+)\\.(\\d+)"); in setUpClass() local
|
/test/vts-testcase/kernel/encryption/ |
D | adiantum.cpp | 39 static uint32_t get_unaligned_le32(const void *p) { in get_unaligned_le32() 46 static void put_unaligned_le32(uint32_t v, void *p) { in put_unaligned_le32() 52 static void put_unaligned_le64(uint64_t v, void *p) { in put_unaligned_le64()
|