Home
last modified time | relevance | path

Searched defs:errMsg (Results 1 – 25 of 34) sorted by relevance

12

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_ipc.cc27 std::string errMsg = "Unable to create a ftok token. Errno = " + std::to_string(errno); in PortToFtok() local
48 std::string errMsg = "Unable to create a message queue. Errno = " + std::to_string(errno); in Create() local
65 std::string errMsg = "Failed to call msgsnd. Errno = " + std::to_string(errno); in SendStatus() local
77 std::string errMsg = "Failed to call msgrcv. Errno = " + std::to_string(errno); in ReceiveStatus() local
142 std::string errMsg = "Unable to remove shared memory with id " + std::to_string(shm_id_); in Destroy() local
155 std::string errMsg = "Unable to query shared memory with id " + std::to_string(shm_id_); in GetNumAttached() local
Dcache_main.cc113 std::string errMsg = "Failed to setsid(). Errno = " + std::to_string(errno); in Fork() local
122 std::string errMsg = "Failed to fork process for cache server. Errno = " + std::to_string(errno); in Fork() local
152 std::string errMsg = "Unable to change directory to /. Errno = " + std::to_string(errno); in StartServer() local
196 auto errMsg = rc.ToString(); in main() local
Dcache_service.cc43 std::string errMsg = "Requesting cache size " + std::to_string(cache_mem_sz_) + in DoServiceStart() local
99 std::string errMsg = "Expect positive row id: " + std::to_string(msg->row_id()); in CacheRow() local
109 …std::string errMsg = "Column count does not match. Expect " + std::to_string(column_hdr->size() + … in CacheRow() local
169 std::string errMsg = "Expect positive row id: " + std::to_string(msg->row_id()); in FastCacheRow() local
275 …std::string errMsg = "Unexpected length. Read " + std::to_string(bytesRead) + ". Expected " + std:… in InternalFetchRow() local
Dcache_server.cc299 std::string errMsg = "Cache id " + std::to_string(connection_id) + " not found"; in CacheRow() local
349 std::string errMsg = "Cache id " + std::to_string(connection_id) + " not found"; in FastCacheRow() local
413 std::string errMsg = "Connection " + std::to_string(connection_id) + " not found"; in InternalFetchRow() local
500 std::string errMsg = "Cache id " + std::to_string(connection_id) + " not found"; in BatchFetchRows() local
575 std::string errMsg = "Connection " + std::to_string(connection_id) + " not found"; in GetStat() local
602 std::string errMsg = "Connection " + std::to_string(connection_id) + " not found"; in CacheSchema() local
618 std::string errMsg = "Connection " + std::to_string(connection_id) + " not found"; in FetchSchema() local
637 std::string errMsg = "Connection " + std::to_string(connection_id) + " not found"; in BuildPhaseDone() local
659 std::string errMsg = "Connection " + std::to_string(connection_id) + " not found"; in GetCacheMissKeys() local
687 std::string errMsg = "Connection " + std::to_string(connection_id) + " not found"; in ToggleWriteMode() local
[all …]
Dcache_grpc_server.cc69 std::string errMsg = "Fail to start server. "; in Run() local
186 …std::string errMsg = "Detecting unix socket has changed. Previous key " + std::to_string(shm_key) + in MonitorUnixSocket() local
Dstorage_manager.cc139 std::string errMsg = "Destination buffer too small. Expect at least " + std::to_string(sz) + in Read() local
Dcache_admin_arg.cc540 std::string errMsg = in StopServer() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/cache/perf/
Dcache_msg.cc27 std::string errMsg = "Failed to call msgsnd. Errno = " + std::to_string(errno); in Send() local
41 std::string errMsg = "Failed to call msgrcv. Errno = " + std::to_string(errno); in Receive() local
Dcache_perf_run.cc336 std::string errMsg = "waitpid fails. errno = " + std::to_string(errno); in ~CachePerfRun() local
484 std::string errMsg = "Failed to fork process for cache pipeline: " + std::to_string(errno); in StartPipelines() local
528 std::string errMsg = "Unable to create a message queue. Errno = " + std::to_string(errno); in Run() local
534 std::string errMsg = "Unable to create a message queue. Errno = " + std::to_string(errno); in Run() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/cxx_api/model/model_converter_utils/
Dshared_memory.cc59 std::string errMsg = "Unable to remove shared memory with id " + std::to_string(shm_id_); in Destroy() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/
Djagged_connector.h52 std::string errMsg = "ERROR: popping from a finished queue in JaggedConnector"; in Pop() local
Dgpu_item_connector.h60 std::string errMsg = "ERROR: popping from a finished queue in GpuConnector"; in Pop() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Dcache_merge_op.cc151 std::string errMsg = in CacheMissWorkerEntry() local
Dcache_base_op.cc195 … std::string errMsg = "[Internal ERROR] Row id " + std::to_string(row_id) + " not found."; in FetchFromCache() local
/third_party/icu/icu4c/source/test/intltest/
Dtsnmfmt.cpp292 UnicodeString errMsg; in tryIt() local
Dtmsgfmt.cpp656 UnicodeString expected, const char* errMsg) in internalFormat()
676 UnicodeString pattern ,Locale locale ,UErrorCode &status , char* errMsg) in internalCreate()
Dtzregts.cpp839 UnicodeString errMsg; in Test4154650() local
/third_party/skia/m133/third_party/externals/icu/source/test/intltest/
Dtsnmfmt.cpp292 UnicodeString errMsg; in tryIt() local
Dtmsgfmt.cpp656 UnicodeString expected, const char* errMsg) in internalFormat()
676 UnicodeString pattern ,Locale locale ,UErrorCode &status , char* errMsg) in internalCreate()
/third_party/mesa3d/src/gfxstream/codegen/scripts/cereal/
Dtesting.py79 def compareWithConsequence(self, compareExpr, vulkanType, errMsg=""): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dtf_reader_op.cc445 std::string errMsg = "This tfrecord file: " + filename + in HelperLoadCompGZIPFile() local
528 std::string errMsg = "This tfrecord file: " + filename + in HelperLoadCompZLIBFile() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DTimeZoneFormatTest.java669 String errMsg = null; in TestParse() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOModule.cpp207 std::string errMsg; in makeLTOModule() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTimeZoneFormatTest.java666 String errMsg = null; in TestParse() local
/third_party/vk-gl-cts/execserver/tools/
DxsTest.cpp285 string errMsg = deProcess_getLastError(serverProc); in runCase() local

12