Home
last modified time | relevance | path

Searched refs:__file (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Tools/freeze/
Dbkfile.py16 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.h245 __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/
Dcgi.py710 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/
Dcgi.py666 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/
Dinline-defensive-checks.cpp4 extern void __assert_fail (__const char *__assertion, __const char *__file,
/external/clang/test/Sema/
Dfunction.c7 int foo(__const char *__restrict __file);
/external/clang/test/Analysis/
Dnull-deref-ps.c6 extern void __assert_fail (__const char *__assertion, __const char *__file,
Dobjc_invalidation.m3 extern void __assert_fail (__const char *__assertion, __const char *__file,
Dmalloc.c1007 extern void __assert_fail (__const char *__assertion, __const char *__file,
/external/python/cpython2/Modules/zlib/
Dminigzip.c54 # define fileno(file) file->__file
/external/zlib/src/test/
Dminigzip.c54 # define fileno(file) file->__file