Searched refs:__file (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython2/Tools/freeze/ |
D | bkfile.py | 16 self.__file = _orig_open(file, mode, bufsize) 17 self.closed = self.__file.closed 18 self.fileno = self.__file.fileno 19 self.flush = self.__file.flush 20 self.isatty = self.__file.isatty 21 self.mode = self.__file.mode 22 self.name = self.__file.name 23 self.read = self.__file.read 24 self.readinto = self.__file.readinto 25 self.readline = self.__file.readline [all …]
|
/external/clang/lib/Headers/ |
D | __clang_cuda_runtime_wrapper.h | 245 __device__ void __assertfail(const char *__message, const char *__file, 252 const char *__file, unsigned __line, in __assert_fail() argument 254 __assertfail(__message, __file, __line, __function, sizeof(char)); in __assert_fail()
|
/external/python/cpython3/Lib/ |
D | cgi.py | 710 self.file = self.__file = BytesIO() # store data as bytes for files 712 self.file = self.__file = StringIO() # as strings for other fields 720 if self.__file is not None: 721 if self.__file.tell() + len(line) > 1000: 723 data = self.__file.getvalue() 725 self.__file = None
|
/external/python/cpython2/Lib/ |
D | cgi.py | 666 self.file = self.__file = StringIO() 673 if self.__file is not None: 674 if self.__file.tell() + len(line) > 1000: 676 self.file.write(self.__file.getvalue()) 677 self.__file = None
|
/external/clang/test/Analysis/inlining/ |
D | inline-defensive-checks.cpp | 4 extern void __assert_fail (__const char *__assertion, __const char *__file,
|
/external/clang/test/Sema/ |
D | function.c | 7 int foo(__const char *__restrict __file);
|
/external/clang/test/Analysis/ |
D | null-deref-ps.c | 6 extern void __assert_fail (__const char *__assertion, __const char *__file,
|
D | objc_invalidation.m | 3 extern void __assert_fail (__const char *__assertion, __const char *__file,
|
D | malloc.c | 1007 extern void __assert_fail (__const char *__assertion, __const char *__file,
|
/external/python/cpython2/Modules/zlib/ |
D | minigzip.c | 54 # define fileno(file) file->__file
|
/external/zlib/src/test/ |
D | minigzip.c | 54 # define fileno(file) file->__file
|