Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 32) sorted by relevance

12

/test/vts/testcases/host/kernel_proc_file_api_test/proc_tests/
DProcVmallocInfoTest.py58 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 …]
DProcStatTest.py40 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
DProcZoneInfoTest.py47 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
DProcAsoundTests.py36 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
DProcUidConcurrentTimeTests.py38 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
DProcUidTimeInStateTest.py37 def p_uid_time_table(self, p): argument
41 def p_freqs(self, p): argument
45 def p_uid_time(self, p): argument
DProcCpuFileTests.py49 def p_line(self, p): argument
58 def p_space_item(self, p): argument
62 def p_string_space(self, p): argument
DProcShowUidStatTest.py30 def p_line(self, p): argument
DProcUidIoStatsTest.py31 def p_line(self, p): argument
DProcVmstatTest.py30 def p_line(self, p): argument
DProcMiscTest.py32 def p_line(self, p): argument
DKernelProcFileTestBase.py34 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/
DKernelApiSysfsTest.java99 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/
DVtsCoreUtil.cpp32 FILE* p = popen(cmd, "re"); in checkSubstringInCommandOutput() local
/test/vts-testcase/hal/usb/gadget/V1_0/host/src/com/android/tests/usbgadget/libusb/
DInterface.java29 public Interface(Pointer p) { in Interface()
DConfigDescriptor.java29 public ConfigDescriptor(Pointer p) { in ConfigDescriptor()
DDeviceDescriptor.java29 public DeviceDescriptor(Pointer p) { in DeviceDescriptor()
DInterfaceDescriptor.java29 public InterfaceDescriptor(Pointer p) { in InterfaceDescriptor()
/test/vts-testcase/hal/usb/gadget/V1_2/host/src/com/android/usb/gadget/vts/libusb/
DInterface.java29 public Interface(Pointer p) { in Interface()
DConfigDescriptor.java29 public ConfigDescriptor(Pointer p) { in ConfigDescriptor()
DDeviceDescriptor.java29 public DeviceDescriptor(Pointer p) { in DeviceDescriptor()
DInterfaceDescriptor.java29 public InterfaceDescriptor(Pointer p) { in InterfaceDescriptor()
/test/vts-testcase/kernel/gki/
Dgeneric_boot_image_test.cpp89 for (auto& p : recursive_directory_iterator(extracted_ramdisk_path)) { in TEST_F() local
/test/vts/testcases/host/fastboot_test/src/com/android/tests/
DFastbootVerifyUserspaceTest.java68 Pattern p = Pattern.compile("^(\\d+)\\.(\\d+)"); in setUpClass() local
/test/vts-testcase/kernel/encryption/
Dadiantum.cpp39 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()

12