/third_party/littlefs/scripts/ |
D | teepipe.py | 18 def openio(path, mode='r', buffering=-1): function 29 out_pipes = [openio(p, 'wb', 0) for p in out_paths] 31 with openio(in_path, 'rb', 0) as f:
|
D | coverage.py | 69 def openio(path, mode='r'): function 95 with openio(args['use']) as f: 114 with openio(args['diff']) as f: 140 with openio(args['merge']) as f: 156 with openio(args['output'], 'w') as f:
|
D | changeprefix.py | 27 def openio(path, mode='r', buffering=-1): function 64 with openio(from_path) as from_f: 65 with openio(to_path, 'w') as to_f:
|
D | tailpipe.py | 22 def openio(path, mode='r', buffering=-1): function 123 with openio(path) as f:
|
D | data.py | 128 def openio(path, mode='r', buffering=-1): function 530 with openio(args['use']) as f: 557 with openio(args['output'], 'w') as f: 574 with openio(args['diff']) as f:
|
D | code.py | 128 def openio(path, mode='r', buffering=-1): function 530 with openio(args['use']) as f: 560 with openio(args['output'], 'w') as f: 577 with openio(args['diff']) as f:
|
D | structs.py | 122 def openio(path, mode='r', buffering=-1): function 478 with openio(args['use']) as f: 510 with openio(args['output'], 'w') as f: 527 with openio(args['diff']) as f:
|
D | prettyasserts.py | 46 def openio(path, mode='r', buffering=-1): function 393 with openio(input or '-', 'r') as in_f: 399 with openio(output or '-', 'w') as f:
|
D | stack.py | 122 def openio(path, mode='r', buffering=-1): function 555 with openio(args['use']) as f: 585 with openio(args['output'], 'w') as f: 602 with openio(args['diff']) as f:
|
D | summary.py | 553 def openio(path, mode='r', buffering=-1): function 614 with openio(path) as f: 665 with openio(args['output'], 'w') as f: 677 with openio(args['diff']) as f:
|
D | cov.py | 203 def openio(path, mode='r', buffering=-1): function 601 with openio(args['use']) as f: 633 with openio(args['output'], 'w') as f: 650 with openio(args['diff']) as f:
|
D | bench.py | 38 def openio(path, mode='r', buffering=-1): function 281 with openio(args['output'], 'w') as f: 712 self.f = openio(path, 'w+', 1) 1023 stdout = openio(args['stdout'], 'w', 1) 1026 trace = openio(args['trace'], 'w', 1)
|
D | perfbd.py | 135 def openio(path, mode='r', buffering=-1): function 392 with openio(path) as f: 1023 with openio(args['use']) as f: 1053 with openio(args['output'], 'w') as f: 1070 with openio(args['diff']) as f:
|
D | test.py | 38 def openio(path, mode='r', buffering=-1): function 289 with openio(args['output'], 'w') as f: 729 self.f = openio(path, 'w+', 1) 1029 stdout = openio(args['stdout'], 'w', 1) 1032 trace = openio(args['trace'], 'w', 1)
|
D | perf.py | 149 def openio(path, mode='r', buffering=-1): function 1043 with openio(args['use']) as f: 1073 with openio(args['output'], 'w') as f: 1090 with openio(args['diff']) as f:
|
D | watch.py | 33 def openio(path, mode='r', buffering=-1): function
|
D | tracebd.py | 44 def openio(path, mode='r', buffering=-1): function 835 with openio(path) as f:
|
D | plotmpl.py | 157 def openio(path, mode='r', buffering=-1): function 197 with openio(path) as f:
|
D | plot.py | 133 def openio(path, mode='r', buffering=-1): function 451 with openio(path) as f:
|