/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | Path.cpp | 982 return std::error_code(errno, std::generic_category()); 1032 return std::error_code(errno, std::generic_category()); 1160 std::error_code EC = std::error_code(errno, std::generic_category()); 1219 std::error_code EC(errno, std::generic_category()); 1242 std::error_code EC(errno, std::generic_category());
|
/third_party/python/Lib/xmlrpc/ |
H A D | client.py | 139 import errno namespace 1171 if i or e.errno not in (errno.ECONNRESET, errno.ECONNABORTED, 1172 errno.EPIPE):
|
/third_party/glfw/src/ |
H A D | wl_window.c | 35 #include <errno.h> 85 * for the file at the given size. If disk space is insufficient, errno 117 errno = ENOENT; in createAnonymousFile() 140 errno = ret; in createAnonymousFile() 156 length, strerror(errno)); in createShmBuffer() 164 "Wayland: Failed to map file: %s", strerror(errno)); in createShmBuffer() 1144 if (errno != EAGAIN) in flushDisplay() 1151 if (errno != EINTR && errno != EAGAIN) in flushDisplay() 1310 strerror(errno)); in readDataOfferAsString() [all...] |
/third_party/backends/backend/ |
H A D | test.c | 50 #include <errno.h> 1349 errno = 0; in read_option() 1357 else if (errno) in read_option() 1360 "(%s)\n", option_string, word, strerror (errno)); in read_option() 1379 errno = 0; in read_option() 1387 else if (errno) in read_option() 1390 "(%s)\n", option_string, word, strerror (errno)); in read_option() 1471 strerror (errno)); in reader_process() 1558 strerror (errno)); in finish_pass() 2842 DBG (1, "sane_start: pipe failed (%s)\n", strerror (errno)); in sane_start() [all...] |
/third_party/musl/ldso/ |
H A D | dynlink.c | 14 #include <errno.h> 634 if (errno==EINTR) continue; in read_loop() 650 if (!DL_NOMMU_SUPPORT || q != MAP_FAILED || errno != EINVAL) in mmap_fixed() 663 if (r < 0 && errno != EINTR) return MAP_FAILED; in mmap_fixed() 818 errno = EBUSY; in map_library() 872 && errno != ENOSYS) in map_library() 883 errno = ENOEXEC; in map_library() 900 switch (errno) { in path_open() 946 if (l == -1) switch (errno) { in fixup_rpath() 1088 errno [all...] |
/base/hiviewdfx/hiview/core/param_update/src/ |
H A D | log_sign_tools.cpp | 88 return errno; // if file not exist, errno will be ENOENT in CalcFileSha()
|
/base/hiviewdfx/hiview/base/event_store/store/ |
H A D | sys_event_doc.cpp | 173 HIVIEW_LOGE("failed to create file=%{public}s, errno=%{public}d", filePath.c_str(), errno);
in CreateCurFile()
|
/base/powermgr/powermgr_lite/utils/src/ |
H A D | power_mgr_timer_util.c | 19 #include <errno.h>
|
/base/powermgr/thermal_manager/application/protector/src/ |
H A D | thermal_protector_timer.cpp | 83 THERMAL_HILOGE(FEATURE_PROTECTOR, "epoll_ctl failed, error num =%{public}d", errno); in RegisterCallback()
|
/base/powermgr/battery_manager/charger/src/ |
H A D | battery_thread.cpp | 80 BATTERY_HILOGE(FEATURE_CHARGING, "epoll_ctl failed, error num =%{public}d", errno); in RegisterCallback()
|
/base/startup/appspawn/lite/ |
H A D | appspawn_message.c | 17 #include <errno.h>
|
H A D | appspawn_service.c | 18 #include <errno.h>
|
/base/startup/appspawn/util/include/ |
H A D | appspawn_utils.h | 20 #include <errno.h>
|
/base/startup/init/services/loopevent/signal/ |
H A D | le_signal.c | 35 LE_CHECK(s == sizeof(fdsi), return LE_FAILURE, "Failed to read sign %d %d", s, errno);
in HandleSignalEvent_()
|
/base/startup/init/services/modules/reboot/ |
H A D | reboot_static.c | 15 #include <errno.h>
|
/base/startup/appspawn/common/ |
H A D | appspawn_server.c | 209 APPSPAWN_CHECK(pid >= 0, return APPSPAWN_FORK_FAIL, "fork child process error: %{public}d", errno);
|
/base/startup/hvb/test/ |
H A D | hvb_main.c | 24 #include <errno.h>
|
/base/update/updater/test/unittest/mount_test/ |
H A D | mount_unittest.cpp | 157 std::cout << "Cannot open \"/vendor/etc/fstab.updater\" file: " << errno << "\n"; in HWTEST_F() local
|
/drivers/hdf_core/adapter/khdf/linux/osal/src/ |
H A D | osal_thread.c | 20 #include <linux/errno.h>
|
H A D | osal_timer.c | 20 #include <linux/errno.h>
|
/drivers/peripheral/audio/hal/hdi_binder/server/src/ |
H A D | hdf_audio_pnp_uevent_hdmi.c | 128 AUDIO_FUNC_LOGE("new socket failed, %{public}d", errno); in AudioHdmiOpenEventPoll()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | dump_runtime_helper.cpp | 166 TAG_LOGE(AAFwkTag::APPKIT, "write failed, fd:%{public}d, errno:%{public}d.\n", fd, errno); in WriteCheckList()
|
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/ |
H A D | utils.cpp | 120 if (errno == ERANGE || *nextPtr != '\0') { in StringToInt()
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/ |
H A D | utils.cpp | 120 if (errno == ERANGE || *nextPtr != '\0') {
in StringToInt()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/rdb/ |
H A D | parser_util.cpp | 161 TAG_LOGE(AAFwkTag::ABILITYMGR, "realpath error:%{public}d", errno); in ReadFileIntoJson()
|