/external/strace/tests/ |
D | qual_fault.c | 105 open_file(const char *prefix, int proc) in open_file() function 163 int pidfd = open_file(pid_prefix, proc); in main() 177 exp_fd = open_file(exp_prefix, proc); in main() 178 got_fd = open_file(got_prefix, proc); in main() 179 out_fd = open_file(out_prefix, proc); in main()
|
/external/strace/tests-mx32/ |
D | qual_fault.c | 105 open_file(const char *prefix, int proc) in open_file() function 163 int pidfd = open_file(pid_prefix, proc); in main() 177 exp_fd = open_file(exp_prefix, proc); in main() 178 got_fd = open_file(got_prefix, proc); in main() 179 out_fd = open_file(out_prefix, proc); in main()
|
/external/strace/tests-m32/ |
D | qual_fault.c | 105 open_file(const char *prefix, int proc) in open_file() function 163 int pidfd = open_file(pid_prefix, proc); in main() 177 exp_fd = open_file(exp_prefix, proc); in main() 178 got_fd = open_file(got_prefix, proc); in main() 179 out_fd = open_file(out_prefix, proc); in main()
|
/external/libxcam/tests/ |
D | test-poll-thread.cpp | 47 open_file(); in PollCB() 54 open_file(); 80 void open_file (); 114 PollCB::open_file () in open_file() function in PollCB
|
D | test-soft-image.cpp | 106 XCamReturn open_file (const char *option); 160 SoftElement::open_file (const char *option) in open_file() function in SoftElement 320 ret = elements[i]->open_file (option); in elements_open_file() 690 CHECK (ins[i]->open_file ("rb"), "open file(%s) failed", ins[i]->get_file_name ()); in main() 697 CHECK (outs[0]->open_file ("wb"), "open file(%s) failed", outs[0]->get_file_name ()); in main()
|
D | test-device-manager.cpp | 126 void open_file (); 178 open_file (); in handle_buffer() 214 MainDeviceManager::open_file () in open_file() function in MainDeviceManager
|
/external/python/cpython3/Lib/test/ |
D | test_modulefinder.py | 222 def open_file(path): function 241 ofi = open_file(os.path.join(TEST_DIR, line.strip())) 306 with open_file(source_path) as file:
|
D | test_devpoll.py | 92 open_file = open(__file__, "rb") 93 self.addCleanup(open_file.close) 94 fd = open_file.fileno()
|
D | test_epoll.py | 234 open_file = open(__file__, "rb") 235 self.addCleanup(open_file.close) 236 fd = open_file.fileno()
|
D | test_kqueue.py | 236 open_file = open(__file__, "rb") 237 self.addCleanup(open_file.close) 238 fd = open_file.fileno()
|
/external/python/cpython3/Doc/tools/extensions/ |
D | escape4chm.py | 44 with app.builder.open_file(outdir, outname + '.hhk', 'r') as f: 46 with app.builder.open_file(outdir, outname + '.hhk', 'w') as f:
|
/external/python/cpython2/Demo/tkinter/matt/ |
D | menu-simple.py | 40 def open_file(): function 58 command=open_file)
|
D | menu-all-types-of-entries.py | 40 def open_file(): function 74 command=open_file)
|
/external/autotest/contrib/ |
D | dhcp_failed_machines.py | 45 def open_file(f): function 51 with open_file(sys.argv[1]) as f:
|
/external/ltp/testcases/kernel/sched/sched_stress/ |
D | sched_tc6.c | 121 int open_file(char *, int); 180 fd = open_file(filename, O_RDWR); in main() 260 int open_file(char *file, int open_mode) in open_file() function
|
/external/python/cpython2/Lib/test/ |
D | test_modulefinder.py | 206 def open_file(path): function 221 ofi = open_file(os.path.join(TEST_DIR, line.strip()))
|
/external/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify04.c | 100 static void open_file(char *file) in open_file() function 207 open_file(fname); in test01()
|
/external/autotest/client/tests/rmaptest/src/ |
D | rmap-test.c | 39 void open_file() in open_file() function 189 open_file(); in main()
|
/external/libxcam/plugins/smart/sample/ |
D | sample_smart_analysis.cpp | 53 void open_file (); 100 open_file (); in save_frame() 126 FrameSaver::open_file () in open_file() function in FrameSaver
|
/external/tensorflow/tensorflow/python/data/kernel_tests/ |
D | text_line_dataset_test.py | 161 self.assertNotIn(filename, [open_file.path for open_file in open_files])
|
/external/fsverity-utils/ |
D | cmd_enable.c | 26 if (!open_file(&file, argv[1], O_RDONLY, 0)) in fsverity_cmd_enable()
|
D | cmd_measure.c | 38 if (!open_file(&file, argv[i], O_RDONLY, 0)) in fsverity_cmd_measure()
|
D | sign.c | 432 if (!open_file(&file, signature_file, O_RDONLY, 0)) in read_signature() 474 if (!open_file(&file, signature_file, O_WRONLY|O_CREAT|O_TRUNC, 0644)) in write_signature()
|
/external/autotest/client/common_lib/ |
D | pidfile.py | 12 def open_file(self): member in PidFileManager
|
/external/elfutils/src/ |
D | elfcmp.c | 41 static Elf *open_file (const char *fname, int *fdp, Ebl **eblp); 162 Elf *elf1 = open_file (fname1, &fd1, &ebl1); in main() 167 Elf *elf2 = open_file (fname2, &fd2, &ebl2); in main() 730 open_file (const char *fname, int *fdp, Ebl **eblp) in open_file() function
|