/external/python/cpython2/Lib/lib-tk/test/test_tkinter/ |
D | test_geometry_managers.py | 17 def create2(self): member in PackTest 28 pack, a, b, c, d = self.create2() 44 pack, a, b, c, d = self.create2() 61 pack, a, b, c, d = self.create2() 77 pack, a, b, c, d = self.create2() 101 pack, a, b, c, d = self.create2() 118 pack, a, b, c, d = self.create2() 160 pack, a, b, c, d = self.create2() 202 pack, a, b, c, d = self.create2() 216 pack, a, b, c, d = self.create2() [all …]
|
D | test_widgets.py | 1024 def create2(self): member in PanedWindowTest 1033 p, b, c = self.create2() 1057 p, b, c = self.create2() 1063 p, b, c = self.create2() 1069 p, b, c = self.create2() 1077 p, b, c = self.create2() 1083 p, b, c = self.create2() 1089 p, b, c = self.create2() 1095 p, b, c = self.create2() 1101 p, b, c = self.create2() [all …]
|
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_geometry_managers.py | 17 def create2(self): member in PackTest 28 pack, a, b, c, d = self.create2() 44 pack, a, b, c, d = self.create2() 61 pack, a, b, c, d = self.create2() 77 pack, a, b, c, d = self.create2() 101 pack, a, b, c, d = self.create2() 118 pack, a, b, c, d = self.create2() 160 pack, a, b, c, d = self.create2() 202 pack, a, b, c, d = self.create2() 216 pack, a, b, c, d = self.create2() [all …]
|
D | test_widgets.py | 1108 def create2(self): member in PanedWindowTest 1117 p, b, c = self.create2() 1141 p, b, c = self.create2() 1147 p, b, c = self.create2() 1153 p, b, c = self.create2() 1161 p, b, c = self.create2() 1167 p, b, c = self.create2() 1173 p, b, c = self.create2() 1179 p, b, c = self.create2() 1185 p, b, c = self.create2() [all …]
|
/external/ltp/testcases/kernel/security/tomoyo/ |
D | tomoyo_new_file_test.c | 49 static void create2(const char *pathname) in create2() function 349 create2(filename); in stage_file_test() 463 create2(filename); in stage_file_test() 466 create2(filename); in stage_file_test() 513 create2(filename); in stage_file_test() 523 create2(filename); in stage_file_test() 527 create2(filename); in stage_file_test() 549 create2(filename); in stage_file_test()
|
/external/kernel-headers/original/uapi/linux/ |
D | uhid.h | 192 struct uhid_create2_req create2; member
|
/external/python/pybind11/tools/ |
D | pybind11Tools.cmake | 144 …# https://stackoverflow.com/questions/39161202/how-to-work-around-missing-pymodule-create2-in-amd6…
|