| /third_party/cef/libcef/browser/extensions/ |
| D | extension_function_details.cc | 37 const std::string& file, in CefGetExtensionLoadFileCallbackImpl() 79 static void RunNow(const std::string& file, in RunNow() 96 const std::string& file, in LoadFileFromStream() 162 CefRefPtr<CefExtensionHandler> handler = GetCefExtension()->GetHandler(); in GetCurrentBrowser() local 204 CefRefPtr<CefExtensionHandler> handler = GetCefExtension()->GetHandler(); in CanAccessBrowser() local 268 bool CefExtensionFunctionDetails::LoadFile(const std::string& file, in LoadFile() 273 CefRefPtr<CefExtensionHandler> handler = GetCefExtension()->GetHandler(); in LoadFile() local 372 CefRefPtr<CefExtensionHandler> handler = cef_extension->GetHandler(); in OpenTab() local
|
| /third_party/iowow/src/utils/ |
| D | iwini.c | 99 iwini_reader reader, void *stream, iwini_handler handler, in iwini_parse_stream() 252 int iwini_parse_file(FILE *file, iwini_handler handler, void *user) { in iwini_parse_file() 257 int iwini_parse(const char *filename, iwini_handler handler, void *user) { in iwini_parse() 258 FILE *file; in iwini_parse() local 300 int iwini_parse_string(const char *string, iwini_handler handler, void *user) { in iwini_parse_string()
|
| /third_party/vk-gl-cts/framework/qphelper/ |
| D | qpCrashHandler.c | 77 const char* file; member 89 …rashInfo_set (qpCrashInfo* info, qpCrashType type, const char* message, const char* file, int line) in qpCrashInfo_set() 237 static void assertFailureCallback (const char* expr, const char* file, int line) in assertFailureCallback() 264 qpCrashHandler* handler = (qpCrashHandler*)deCalloc(sizeof(qpCrashHandler)); in qpCrashHandler_create() local 303 void qpCrashHandler_destroy (qpCrashHandler* handler) in qpCrashHandler_destroy() 321 void qpCrashHandler_writeCrashInfo (qpCrashHandler* handler, qpWriteCrashInfoFunc writeInfo, void* … in qpCrashHandler_writeCrashInfo() 429 static void assertFailureCallback (const char* expr, const char* file, int line) in assertFailureCallback() 469 qpCrashHandler* handler = (qpCrashHandler*)deCalloc(sizeof(qpCrashHandler)); in qpCrashHandler_create() local 504 void qpCrashHandler_destroy (qpCrashHandler* handler) in qpCrashHandler_destroy()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
| D | ErrorHandling.cpp | 48 void llvm::install_fatal_error_handler(fatal_error_handler_t handler, in install_fatal_error_handler() 75 llvm::fatal_error_handler_t handler = nullptr; in report_fatal_error() local 107 void llvm::llvm_unreachable_internal(const char *msg, const char *file, in llvm_unreachable_internal() 128 LLVMFatalErrorHandler handler = in bindingsErrorHandler() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
| D | ungetwc.c | 23 void handler(int sig) in handler() function 37 FILE *file = fopen(path, "a+"); in ungetwc_0100() local
|
| /third_party/libxml2/doc/examples/ |
| D | testWriter.c | 337 testXmlwriterMemory(const char *file) in testXmlwriterMemory() 623 testXmlwriterDoc(const char *file) in testXmlwriterDoc() 875 testXmlwriterTree(const char *file) in testXmlwriterTree() 1151 xmlCharEncodingHandlerPtr handler; in ConvertInput() local
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
| D | SerializableChecker.java | 69 File file = new File(path + File.separator + className + ".dat"); in writeFile() local 112 … SerializableTestUtility.Handler handler = SerializableTestUtility.getHandler(className); in visit() local 194 URLHandler handler = URLHandler.get(url); in main() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/ |
| D | SerializableChecker.java | 72 File file = new File(path + File.separator + className + ".dat"); in writeFile() local 115 … SerializableTestUtility.Handler handler = SerializableTestUtility.getHandler(className); in visit() local 197 URLHandler handler = URLHandler.get(url); in main() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | ErrorHandling.cpp | 64 void llvm::install_fatal_error_handler(fatal_error_handler_t handler, in install_fatal_error_handler() 95 llvm::fatal_error_handler_t handler = nullptr; in report_fatal_error() local 129 void llvm::install_bad_alloc_error_handler(fatal_error_handler_t handler, in install_bad_alloc_error_handler() 199 void llvm::llvm_unreachable_internal(const char *msg, const char *file, in llvm_unreachable_internal() 220 LLVMFatalErrorHandler handler = in bindingsErrorHandler() local
|
| /third_party/cef/libcef/browser/ |
| D | stream_impl.cc | 21 FILE* file = base::OpenFile(base::FilePath(fileName), "rb"); in CreateForFile() local 38 CefRefPtr<CefReadHandler> handler) { in CreateForHandler() 54 FILE* file = base::OpenFile(base::FilePath(fileName), "wb"); in CreateForFile() local 61 CefRefPtr<CefWriteHandler> handler) { in CreateForHandler() 71 CefFileReader::CefFileReader(FILE* file, bool close) in CefFileReader() 110 CefFileWriter::CefFileWriter(FILE* file, bool close) in CefFileWriter()
|
| /third_party/alsa-lib/src/ |
| D | error.c | 98 static void snd_lib_error_default(const char *file, int line, const char *function, int err, const … in snd_lib_error_default() 129 int snd_lib_error_set_handler(snd_lib_error_handler_t handler) in snd_lib_error_set_handler() 152 static void snd_err_msg_default(const char *file, int line, const char *function, int err, const ch… in snd_err_msg_default()
|
| /third_party/python/Modules/ |
| D | faulthandler.c | 53 PyObject *file; member 63 PyObject *file; member 82 PyObject *file; member 152 PyObject *file = *file_ptr; in faulthandler_get_fileno() local 260 PyObject *file = NULL; in faulthandler_dump_traceback_py() local 297 faulthandler_disable_fatal_handler(fault_handler_t *handler) in faulthandler_disable_fatal_handler() 328 fault_handler_t *handler = NULL; in faulthandler_fatal_error() local 419 fault_handler_t *handler = &faulthandler_handlers[i]; in faulthandler_exc_handler() local 482 fault_handler_t *handler; in faulthandler_enable() local 525 PyObject *file = NULL; in faulthandler_py_enable() local [all …]
|
| /third_party/libxml2/ |
| D | error.c | 90 initGenericErrorDefaultFunc(xmlGenericErrorFunc * handler) in initGenericErrorDefaultFunc() 113 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler) { in xmlSetGenericErrorFunc() 134 xmlSetStructuredErrorFunc(void *ctx, xmlStructuredErrorFunc handler) { in xmlSetStructuredErrorFunc() 248 char *file = NULL; in xmlReportError() local 458 const char *file, int line, const char *str1, in __xmlRaiseError() 958 char *message, *file, *str1, *str2, *str3; in xmlCopyError() local
|
| /third_party/libxml2/python/ |
| D | libxml.c | 253 PyObject *file, *ret; in xmlPythonFileCloseRaw() local 280 PyObject *file; in xmlPythonFileReadRaw() local 345 PyObject *file; in xmlPythonFileRead() local 410 PyObject *file; in xmlPythonFileWrite() local 454 PyObject *file, *ret = NULL; in xmlPythonFileClose() local 484 xmlOutputBufferCreatePythonFile(PyObject *file, in xmlOutputBufferCreatePythonFile() 504 PyObject *file; in libxml_xmlCreateOutputBuffer() local 506 xmlCharEncodingHandlerPtr handler = NULL; in libxml_xmlCreateOutputBuffer() local 535 PyObject *file; in libxml_outputBufferGetPythonFile() local 661 xmlParserInputBufferCreatePythonFile(PyObject *file, in xmlParserInputBufferCreatePythonFile() [all …]
|
| /third_party/cef/libcef/browser/printing/ |
| D | print_dialog_linux.cc | 123 if (auto handler = browser->GetClient()->GetPrintHandler()) { in GetPdfPaperSize() local 143 if (auto handler = browser->GetClient()->GetPrintHandler()) { in OnPrintStart() local 213 base::File file; in PrintDocument() local
|
| /third_party/ntfs-3g/libntfs-3g/ |
| D | logging.c | 288 void ntfs_log_set_handler(ntfs_log_handler *handler) in ntfs_log_set_handler() 317 int ntfs_log_redirect(const char *function, const char *file, in ntfs_log_redirect() 360 const char *file __attribute__((unused)), in ntfs_log_handler_syslog() 436 int ntfs_log_handler_fprintf(const char *function, const char *file, in ntfs_log_handler_fprintf() 506 int ntfs_log_handler_null(const char *function __attribute__((unused)), const char *file __attribut… in ntfs_log_handler_null() 534 int ntfs_log_handler_stdout(const char *function, const char *file, in ntfs_log_handler_stdout() 565 int ntfs_log_handler_outerr(const char *function, const char *file, in ntfs_log_handler_outerr() 595 int ntfs_log_handler_stderr(const char *function, const char *file, in ntfs_log_handler_stderr()
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| D | URLHandler.java | 117 URLHandler handler = (URLHandler)m.invoke(null, new Object[] { url }); in get() local 139 URLHandler handler = null; in getDefault() local 155 File file; field in URLHandler.FileURLHandler
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| D | URLHandler.java | 113 URLHandler handler = (URLHandler)m.invoke(null, new Object[] { url }); in get() local 135 URLHandler handler = null; in getDefault() local 151 File file; field in URLHandler.FileURLHandler
|
| /third_party/ltp/lib/ |
| D | tst_safe_macros.c | 22 int safe_setpgid(const char *file, const int lineno, pid_t pid, pid_t pgid) in safe_setpgid() 40 pid_t safe_getpgid(const char *file, const int lineno, pid_t pid) in safe_getpgid() 57 int safe_setgroups(const char *file, const int lineno, size_t size, const gid_t *list) in safe_setgroups() 75 int safe_getgroups(const char *file, const int lineno, int size, gid_t list[]) in safe_getgroups() 110 int safe_setregid(const char *file, const int lineno, in safe_setregid() 129 int safe_setreuid(const char *file, const int lineno, in safe_setreuid() 148 int safe_setresgid(const char *file, const int lineno, in safe_setresgid() 168 int safe_setresuid(const char *file, const int lineno, in safe_setresuid() 188 int safe_sigaction(const char *file, const int lineno, in safe_sigaction() 209 int safe_sigaddset(const char *file, const int lineno, in safe_sigaddset() [all …]
|
| /third_party/cef/tests/ceftests/ |
| D | request_unittest.cc | 41 CefString file = "c:\\path\\to\\file.ext"; in TEST() local 374 CefRefPtr<RequestSendRecvTestHandler> handler = in TEST() local 387 const char* file; member 436 const std::string& file = url.substr(sizeof(kTypeTestOrigin) - 1); in GotRequest() local 485 int GetExpectedIndex(const std::string& file, in GetExpectedIndex() 624 CefRefPtr<TypeTestHandler> handler = new TypeTestHandler(); in TEST() local
|
| /third_party/python/Lib/ |
| D | cgitb.py | 261 def __init__(self, display=1, logdir=None, context=5, file=None, argument 313 handler = Hook().handle variable
|
| /third_party/cef/libcef_dll/wrapper/ |
| D | cef_resource_manager.cc | 158 CefRefPtr<CefStreamResourceHandler> handler; in ContinueOpenOnIOThread() local 265 CefRefPtr<CefResourceHandler> handler; in ContinueRequest() local 271 CefRefPtr<CefZipArchive::File> file = archive_->GetFile(relative_path); in ContinueRequest() local 335 CefRefPtr<CefResourceHandler> handler) { in Continue() 405 CefRefPtr<CefResourceHandler> handler) { in ContinueOnIOThread() 611 CefRefPtr<CefResourceHandler> handler; in GetResourceHandler() local 650 CefRefPtr<CefResourceHandler> handler) { in ContinueRequest()
|
| /third_party/flutter/skia/third_party/externals/sdl/src/ |
| D | SDL_assert.c | 263 SDL_ReportAssertion(SDL_assert_data *data, const char *func, const char *file, in SDL_ReportAssertion() 341 void SDL_SetAssertionHandler(SDL_AssertionHandler handler, void *userdata) in SDL_SetAssertionHandler()
|
| /third_party/benchmark/src/ |
| D | check.h | 17 static AbortHandlerT* handler = &std::abort; in GetAbortHandler() local 31 CheckHandler(const char* check, const char* file, const char* func, int line) in CheckHandler()
|
| /third_party/skia/third_party/externals/freetype/builds/windows/ |
| D | ftdebug.c | 146 const char* file ) in FT_Throw() 597 FT_Set_Log_Handler( FT_Custom_Log_Handler handler ) in FT_Set_Log_Handler() 642 FT_Set_Log_Handler( FT_Custom_Log_Handler handler ) in FT_Set_Log_Handler()
|