Searched refs:mywrite (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lldb/test/Shell/Commands/CommandScriptImmediateOutput/ |
D | CommandScriptImmediateOutputFile.test | 13 # RUN: -o 'command script add -f custom_command.write_file mywrite' \ 14 # RUN: -o 'mywrite %t.read.txt r' \ 15 # RUN: -o 'mywrite %t.write.txt w' \ 16 # RUN: -o 'mywrite %t.append.txt a' \ 17 # RUN: -o 'mywrite %t.write_plus.txt w+' \ 18 # RUN: -o 'mywrite %t.read_plus.txt r+' \ 19 # RUN: -o 'mywrite %t.append_plus.txt a+' \ 20 # RUN: -o 'command script delete mywrite'
|
/external/python/cpython3/Lib/idlelib/ |
D | squeezer.py | 243 def mywrite(s, tags=(), write=editwin.write): function 273 editwin.write = mywrite
|
/external/python/cpython2/Lib/test/ |
D | test_thread.py | 143 def mywrite(self, *args): function 153 stderr.write = mywrite
|
/external/llvm-project/lldb/test/API/python_api/file_handle/ |
D | TestFileHandle.py | 507 def mywrite(x): function 510 f.write = mywrite 529 def mywrite(x): function 532 f.write = mywrite
|
/external/python/cpython2/Python/ |
D | sysmodule.c | 1754 mywrite(char *name, FILE *fp, const char *format, va_list va) in mywrite() function 1788 mywrite("stdout", stdout, format, va); in PySys_WriteStdout() 1798 mywrite("stderr", stderr, format, va); in PySys_WriteStderr()
|
/external/python/cpython3/Misc/ |
D | HISTORY | 12796 indirectly Python signal handlers anymore because mywrite() ignores exceptions
|