Searched refs:open (Results 1 – 9 of 9) sorted by relevance
/edtt-latest/docs/ |
D | README.md | 63 have the right to submit it under the open source license 67 of my knowledge, is covered under an appropriate open source 70 by me, under the same open source license (unless I am 82 this project or the open source license(s) involved.
|
D | EDTT_framework_Babblesim.md | 39 * open(device_id), connect(device_id), close(device_id)
|
/edtt-latest/src/components/ |
D | bsim_lib.py | 84 with open(filename, "r") as file: 90 with open(lock_path, "w") as file: 108 with open(lock_path, "r") as file:
|
D | edttt_bsim.py | 93 self.PhyFIFOs[self.TO_EDTT] = os.open(self.PhyFIFO_names[self.TO_EDTT], os.O_RDONLY); 94 self.PhyFIFOs[self.TO_PHY] = os.open(self.PhyFIFO_names[self.TO_PHY], os.O_WRONLY); 122 self.FIFOs[i][self.TO_EDTT] = os.open(self.FIFOnames[i][self.TO_EDTT], os.O_RDONLY); 131 … self.FIFOs[i][self.TO_DEVICE] = os.open(self.FIFOnames[i][self.TO_DEVICE], os.O_WRONLY);
|
D | bsim_device.py | 74 self.ff_ptd = os.open(self.ff_path_ptd, os.O_RDONLY) 75 self.ff_dtp = os.open(self.ff_path_dtp, os.O_WRONLY)
|
D | dump.py | 21 def open(self): member in DeviceDumpFile 22 self.f = io.open(self.file_path, 'r') 548 file.open()
|
D | btsnoop.py | 71 self.file = open(btsnoop_file_name, "wb")
|
/edtt-latest/src/ |
D | edttool.py | 123 file = open(t, "r");
|
/edtt-latest/src/tests/ |
D | ll_verification.py | 4561 with open('src/tests/params_con_per_bv_40.csv') as f:
|