/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/llvm-project/lldb/packages/Python/lldbsuite/test/ |
D | lldbinline.py | 188 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/ |
D | builtin-source-location.cpp | 22 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/ |
D | track-control-dependency-conditions.cpp | 733 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,
|
D | objc-indirect-copy-restore.m | 6 extern void __assert_fail (__const char *__assertion, __const char *__file,
|
D | constraint_manager_negate_difference.c | 13 extern void __assert_fail (__const char *__assertion, __const char *__file,
|
D | null-deref-ps.c | 6 extern void __assert_fail (__const char *__assertion, __const char *__file,
|
D | hangs.c | 6 extern void __assert_fail(__const char *__assertion, __const char *__file,
|
/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/llvm-project/clang/lib/Headers/ |
D | __clang_cuda_runtime_wrapper.h | 352 __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/ |
D | cgi.py | 698 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/ |
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/llvm-project/clang/test/Sema/ |
D | function.c | 8 int foo(__const char *__restrict __file);
|
/external/clang/test/Sema/ |
D | function.c | 7 int foo(__const char *__restrict __file);
|
/external/llvm-project/clang/test/Analysis/inlining/ |
D | inline-defensive-checks.cpp | 4 extern void __assert_fail (__const char *__assertion, __const char *__file,
|
/external/libwebsockets/lib/core/ |
D | libwebsockets.c | 159 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/ |
D | cppcoreguidelines-prefer-member-initializer.cpp | 3 extern void __assert_fail (__const char *__assertion, __const char *__file,
|
/external/clang/test/Analysis/ |
D | null-deref-ps.c | 6 extern void __assert_fail (__const char *__assertion, __const char *__file,
|
/external/llvm-project/clang/test/SemaCXX/ |
D | source_location.cpp | 21 const char *__file = __builtin_FILE(), in current() 28 __loc.__m_file = __file; in current()
|
/external/libwebsockets/include/libwebsockets/ |
D | lws-misc.h | 635 lws_open(const char *__file, int __oflag, ...);
|
/external/rust/crates/libz-sys/src/zlib/test/ |
D | minigzip.c | 54 # define fileno(file) file->__file
|
/external/python/cpython2/Modules/zlib/ |
D | minigzip.c | 54 # define fileno(file) file->__file
|
/external/zstd/zlibWrapper/examples/ |
D | minigzip.c | 59 # define fileno(file) file->__file
|
/external/zlib/contrib/minigzip/ |
D | minigzip.c | 54 # define fileno(file) file->__file
|