Home
last modified time | relevance | path

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

12

/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/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbinline.py188 def MakeInlineTest(__file, __globals, decorators=None, name=None, argument
192 if __file is not None and __file.endswith(".pyc"):
194 __file = __file[0:-1]
198 file_basename = os.path.basename(__file)
211 test_class.test_filename = __file
212 test_class.mydir = TestBase.compute_mydir(__file)
/external/llvm-project/clang/test/CodeGenCXX/
Dbuiltin-source-location.cpp22 const char *__file = __builtin_FILE(), in current()
25 __loc.set(__line, __col, __file, __func); in current()
31 const char *__file = __builtin_FILE(), in bad_current()
34 __loc.set(__line, __col, __file, __func); in bad_current()
/external/llvm-project/clang/test/Analysis/
Dtrack-control-dependency-conditions.cpp733 extern void __assert_fail(__const char *__assertion, __const char *__file,
768 extern void __assert_fail(__const char *__assertion, __const char *__file,
808 extern void __assert_fail(__const char *__assertion, __const char *__file,
846 extern void __assert_fail(__const char *__assertion, __const char *__file,
885 extern void __assert_fail(__const char *__assertion, __const char *__file,
929 extern void __assert_fail(__const char *__assertion, __const char *__file,
Dobjc-indirect-copy-restore.m6 extern void __assert_fail (__const char *__assertion, __const char *__file,
Dconstraint_manager_negate_difference.c13 extern void __assert_fail (__const char *__assertion, __const char *__file,
Dnull-deref-ps.c6 extern void __assert_fail (__const char *__assertion, __const char *__file,
Dhangs.c6 extern void __assert_fail(__const char *__assertion, __const char *__file,
/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/llvm-project/clang/lib/Headers/
D__clang_cuda_runtime_wrapper.h352 __device__ void __assertfail(const char *__message, const char *__file,
359 const char *__file, unsigned __line, in __assert_fail() argument
361 __assertfail(__message, __file, __line, __function, sizeof(char)); in __assert_fail()
/external/python/cpython3/Lib/
Dcgi.py698 self.file = self.__file = BytesIO() # store data as bytes for files
700 self.file = self.__file = StringIO() # as strings for other fields
708 if self.__file is not None:
709 if self.__file.tell() + len(line) > 1000:
711 data = self.__file.getvalue()
713 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/llvm-project/clang/test/Sema/
Dfunction.c8 int foo(__const char *__restrict __file);
/external/clang/test/Sema/
Dfunction.c7 int foo(__const char *__restrict __file);
/external/llvm-project/clang/test/Analysis/inlining/
Dinline-defensive-checks.cpp4 extern void __assert_fail (__const char *__assertion, __const char *__file,
/external/libwebsockets/lib/core/
Dlibwebsockets.c159 int lws_open(const char *__file, int __oflag, ...) in lws_open() argument
171 n = open(__file, __oflag, va_arg(ap, uint32_t)); in lws_open()
173 n = open(__file, __oflag); in lws_open()
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dcppcoreguidelines-prefer-member-initializer.cpp3 extern void __assert_fail (__const char *__assertion, __const char *__file,
/external/clang/test/Analysis/
Dnull-deref-ps.c6 extern void __assert_fail (__const char *__assertion, __const char *__file,
/external/llvm-project/clang/test/SemaCXX/
Dsource_location.cpp21 const char *__file = __builtin_FILE(), in current()
28 __loc.__m_file = __file; in current()
/external/libwebsockets/include/libwebsockets/
Dlws-misc.h635 lws_open(const char *__file, int __oflag, ...);
/external/rust/crates/libz-sys/src/zlib/test/
Dminigzip.c54 # define fileno(file) file->__file
/external/python/cpython2/Modules/zlib/
Dminigzip.c54 # define fileno(file) file->__file
/external/zstd/zlibWrapper/examples/
Dminigzip.c59 # define fileno(file) file->__file
/external/zlib/contrib/minigzip/
Dminigzip.c54 # define fileno(file) file->__file

12