Home
last modified time | relevance | path

Searched refs:c_str (Results 1 – 25 of 212) sorted by relevance

123456789

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/
H A DRkAiqCamProfiles.cpp39 if (-1 == access(ini_path.c_str(), R_OK)) { in ParseFromIni()
40 XCAM_LOG_ERROR("Failed to access profile config file %s\n", ini_path.c_str(), in ParseFromIni()
44 auto* ini = rkaiq_ini_load(ini_path.c_str()); in ParseFromIni()
52 if (rkaiq_ini_sget(ini, section.c_str(), "master_cam", "%d", &val)) { in ParseFromIni()
55 if (rkaiq_ini_sget(ini, section.c_str(), "sync", "%d", &val)) { in ParseFromIni()
63 if (rkaiq_ini_sget(ini, section.c_str(), cam.c_str(), "%d", &val)) { in ParseFromIni()
78 if (rkaiq_ini_sget(ini, policy.c_str(), "ae", "%d", &val)) { in ParseFromIni()
81 if (rkaiq_ini_sget(ini, policy.c_str(), "awb", "%d", &val)) { in ParseFromIni()
84 if (rkaiq_ini_sget(ini, policy.c_str(), "af", "%d", &val)) { in ParseFromIni()
87 if (rkaiq_ini_sget(ini, policy.c_str(), "bls", "%d", &val)) { in ParseFromIni()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/fdisk/gptfdisk/
H A D0001-gptcurses-correct-ncurses-6.3-errors.patch20 - printw(BytesToIeee((space->lastLBA - space->firstLBA + 1), blockSize).c_str());
21 + printw("%s",BytesToIeee((space->lastLBA - space->firstLBA + 1), blockSize).c_str());
29 - printw(BytesToIeee((space->lastLBA - space->firstLBA + 1), blockSize).c_str());
30 + printw("%s",BytesToIeee((space->lastLBA - space->firstLBA + 1), blockSize).c_str());
32 - printw(space->origPart->GetTypeName().c_str());
33 + printw("%s",space->origPart->GetTypeName().c_str());
40 - printw(space->origPart->GetDescription().c_str());
41 + printw("%s",space->origPart->GetDescription().c_str());
49 - printw(theLine.c_str());
50 + printw("%s",theLine.c_str());
[all …]
/OK3568_Linux_fs/buildroot/package/lshw/
H A D0001-Fix-musl-build-basename-is-in-libgen.h.patch30 - "/devices/" + basename(path.c_str());
31 + "/devices/" + basename(const_cast<char*>(path.c_str()));
39 - string name = basename(path.c_str());
40 + string name = basename(const_cast<char*>(path.c_str()));
48 - string name = basename(path.c_str());
49 + string name = basename(const_cast<char*>(path.c_str()));
57 - return string("vio@") + basename(path.c_str());
58 + return string("vio@") + basename(const_cast<char*>(path.c_str()));
61 - return string("ccw@") + basename(path.c_str());
62 + return string("ccw@") + basename(const_cast<char*>(path.c_str()));
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/lshw/files/
H A D0001-Fix-musl-build.patch54 - "/devices/" + basename(path.c_str());
55 + "/devices/" + basename(const_cast<char*>(path.c_str()));
63 - string name = basename(path.c_str());
64 + string name = basename(const_cast<char*>(path.c_str()));
72 - string name = basename(path.c_str());
73 + string name = basename(const_cast<char*>(path.c_str()));
81 - return string("vio@") + basename(path.c_str());
82 + return string("vio@") + basename(const_cast<char*>(path.c_str()));
85 - return string("ccw@") + basename(path.c_str());
86 + return string("ccw@") + basename(const_cast<char*>(path.c_str()));
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Dcollator.cpp37 return nu_strcoll(lhs.c_str(), rhs.c_str(), in compare()
40 return nu_strcasecoll(lhs.c_str(), rhs.c_str(), in compare()
43 return nu_strcoll(platform::unaccent(lhs).c_str(), platform::unaccent(rhs).c_str(), in compare()
46 return nu_strcasecoll(platform::unaccent(lhs).c_str(), platform::unaccent(rhs).c_str(), in compare()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dhdf5.h87 file_id = H5Fopen(filename.c_str(), H5F_ACC_RDWR, H5P_DEFAULT); in save_to_file()
89 file_id = H5Fcreate(filename.c_str(), H5F_ACC_EXCL, H5P_DEFAULT, H5P_DEFAULT); in save_to_file()
102 …dataset_id = H5Dcreate2(file_id, name.c_str(), get_hdf5_type<T>(), space_id, H5P_DEFAULT, H5P_DEFA… in save_to_file()
104 dataset_id = H5Dcreate(file_id, name.c_str(), get_hdf5_type<T>(), space_id, H5P_DEFAULT); in save_to_file()
109 dataset_id = H5Dopen2(file_id, name.c_str(), H5P_DEFAULT); in save_to_file()
111 dataset_id = H5Dopen(file_id, name.c_str()); in save_to_file()
131 hid_t file_id = H5Fopen(filename.c_str(), H5F_ACC_RDWR, H5P_DEFAULT); in load_from_file()
136 dataset_id = H5Dopen2(file_id, name.c_str(), H5P_DEFAULT); in load_from_file()
138 dataset_id = H5Dopen(file_id, name.c_str()); in load_from_file()
182 hid_t file_id = H5Fopen(filename.c_str(), H5F_ACC_RDWR, plist_id); in load_from_file()
[all …]
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Derror_diag.cc101 printf("%s%s\n", spacer.c_str(), itr->first.c_str()); in PrettyPrint()
198 os_->ErrorReport(dimm_string.c_str(), "miscompare", count); in AddMiscompareError()
238 "known bad source: %s\n", devicename.c_str(), src_dimm.c_str()); in AddHDDMiscompareError()
248 "known bad destination: %s\n", devicename.c_str(), in AddHDDMiscompareError()
249 dst_dimm.c_str()); in AddHDDMiscompareError()
258 os_->ErrorReport(devicename.c_str(), "miscompare", 1); in AddHDDMiscompareError()
292 "known bad source: %s\n", devicename.c_str(), src_dimm.c_str()); in AddHDDSectorTagError()
302 "known bad destination: %s\n", devicename.c_str(), in AddHDDSectorTagError()
303 dst_dimm.c_str()); in AddHDDSectorTagError()
312 os_->ErrorReport(devicename.c_str(), "sector", 1); in AddHDDSectorTagError()
H A Dworker.cc320 cpuset_format(&cpu_mask_).c_str()); in InitPriority()
324 CurrentCpusFormat().c_str(), in InitPriority()
325 cpuset_format(&cpu_mask_).c_str()); in InitPriority()
446 cpuset_format(&process_mask).c_str()); in BindToCpus()
450 cpuset_format(thread_mask).c_str(), in BindToCpus()
451 cpuset_format(&process_mask).c_str()); in BindToCpus()
697 devicename_.c_str(), in ProcessError()
836 ProcessError(&recorded[0], 0, errormessage.c_str()); in CheckRegion()
854 ProcessError(&recorded[err], priority, errormessage.c_str()); in CheckRegion()
885 ProcessError(&er, 12, errormessage.c_str()); in CheckRegion()
[all …]
H A Dos.cc161 kPagemapPath, err, errtxt.c_str()); in VirtualToPhysical()
244 drop_caches_file, err, errtxt.c_str()); in FlushPageCache()
255 drop_caches_file, err, errtxt.c_str()); in FlushPageCache()
307 snprintf(buf, len, "%s", name.c_str()); in FindDimm()
348 region, FindCoreMaskFormat(region).c_str()); in FindCoreMask()
551 err, errtxt.c_str()); in AllocateTestMem()
562 err, errtxt.c_str()); in AllocateTestMem()
568 err, errtxt.c_str()); in AllocateTestMem()
591 err, errtxt.c_str()); in AllocateTestMem()
600 err, errtxt.c_str()); in AllocateTestMem()
[all …]
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A DRkAiqCalibParser.cpp37 #define INFO_PRINT(TAG_NAME) LOG1("[Line:%d, Tag: %s]\n",__LINE__,TAG_NAME.c_str())
1640 LOGW("unknown cell tag: %s", tagname.c_str()); in parseEntryCell()
1694 LOGW("unknown cell tag: %s", tagname.c_str()); in parseEntryCell2()
1759 LOG1("unknown cell tag: %s", tagname.c_str()); in parseEntryCell3()
1843 LOG1("unknown cell tag: %s", tagname.c_str()); in parseEntryCell4()
1897 XML_CHECK_WHILE_SUBTAG_MARK((char *)(tagname.c_str()), tag.Type(), tag.Size()); in parseEntryHeader()
1900 LOG1("tag: %s", tagname.c_str()); in parseEntryHeader()
1931 LOGW("parse error in header section (unknow tag: %s)", tagname.c_str()); in parseEntryHeader()
1962 XML_CHECK_WHILE_SUBTAG_MARK((char *)(tagname.c_str()), tag.Type(), tag.Size()); in parseEntrySensor()
2121 LOGE("parse error in bayernrV2 (%s)", tagname.c_str()); in parseEntrySensor()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/utils/
H A Dlogger.hpp63 …logging::internal::writeLogMessage(cv::utils::logging::LOG_LEVEL_FATAL, ss.str().c_str()); break; }
64 …logging::internal::writeLogMessage(cv::utils::logging::LOG_LEVEL_ERROR, ss.str().c_str()); break; }
65 …gging::internal::writeLogMessage(cv::utils::logging::LOG_LEVEL_WARNING, ss.str().c_str()); break; }
69 …:logging::internal::writeLogMessage(cv::utils::logging::LOG_LEVEL_INFO, ss.str().c_str()); break; }
74 …logging::internal::writeLogMessage(cv::utils::logging::LOG_LEVEL_DEBUG, ss.str().c_str()); break; }
79 …gging::internal::writeLogMessage(cv::utils::logging::LOG_LEVEL_VERBOSE, ss.str().c_str()); break; }
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/utils/
H A Dlogger.hpp63 …logging::internal::writeLogMessage(cv::utils::logging::LOG_LEVEL_FATAL, ss.str().c_str()); break; }
64 …logging::internal::writeLogMessage(cv::utils::logging::LOG_LEVEL_ERROR, ss.str().c_str()); break; }
65 …gging::internal::writeLogMessage(cv::utils::logging::LOG_LEVEL_WARNING, ss.str().c_str()); break; }
69 …:logging::internal::writeLogMessage(cv::utils::logging::LOG_LEVEL_INFO, ss.str().c_str()); break; }
74 …logging::internal::writeLogMessage(cv::utils::logging::LOG_LEVEL_DEBUG, ss.str().c_str()); break; }
79 …gging::internal::writeLogMessage(cv::utils::logging::LOG_LEVEL_VERBOSE, ss.str().c_str()); break; }
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/utils/
H A Dlogger.hpp63 …logging::internal::writeLogMessage(cv::utils::logging::LOG_LEVEL_FATAL, ss.str().c_str()); break; }
64 …logging::internal::writeLogMessage(cv::utils::logging::LOG_LEVEL_ERROR, ss.str().c_str()); break; }
65 …gging::internal::writeLogMessage(cv::utils::logging::LOG_LEVEL_WARNING, ss.str().c_str()); break; }
69 …:logging::internal::writeLogMessage(cv::utils::logging::LOG_LEVEL_INFO, ss.str().c_str()); break; }
74 …logging::internal::writeLogMessage(cv::utils::logging::LOG_LEVEL_DEBUG, ss.str().c_str()); break; }
79 …gging::internal::writeLogMessage(cv::utils::logging::LOG_LEVEL_VERBOSE, ss.str().c_str()); break; }
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/opencl/
H A Dopencl_info.hpp73 DUMP_MESSAGE_STDOUT(" " << platform->name().c_str()); in dumpOpenCLInformation()
80 …" << deviceTypeStr << ": " << current_device.name().c_str() << " (" << current_device.version().c_… in dumpOpenCLInformation()
83 …platform->name().c_str(), deviceTypeStr, current_device.name().c_str(), current_device.version().c… in dumpOpenCLInformation()
159 DUMP_CONFIG_PROPERTY("cv_ocl_current_extensions", extensionsStr.c_str()); in dumpOpenCLInformation()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/opencl/
H A Dopencl_info.hpp73 DUMP_MESSAGE_STDOUT(" " << platform->name().c_str()); in dumpOpenCLInformation()
80 …" << deviceTypeStr << ": " << current_device.name().c_str() << " (" << current_device.version().c_… in dumpOpenCLInformation()
83 …platform->name().c_str(), deviceTypeStr, current_device.name().c_str(), current_device.version().c… in dumpOpenCLInformation()
159 DUMP_CONFIG_PROPERTY("cv_ocl_current_extensions", extensionsStr.c_str()); in dumpOpenCLInformation()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/opencl/
H A Dopencl_info.hpp73 DUMP_MESSAGE_STDOUT(" " << platform->name().c_str()); in dumpOpenCLInformation()
80 …" << deviceTypeStr << ": " << current_device.name().c_str() << " (" << current_device.version().c_… in dumpOpenCLInformation()
83 …platform->name().c_str(), deviceTypeStr, current_device.name().c_str(), current_device.version().c… in dumpOpenCLInformation()
159 DUMP_CONFIG_PROPERTY("cv_ocl_current_extensions", extensionsStr.c_str()); in dumpOpenCLInformation()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rk_stream/stream_cfg/
H A DMediaInfo.cpp118 V4l2SubDevice vdev(sensor_info->device_name.c_str()); in get_sensor_caps()
121 LOGE_RKSTREAM("failed to open dev (%s)", sensor_info->device_name.c_str()); in get_sensor_caps()
127 …_RKSTREAM("@%s %s: Get sensor module info failed", __FUNCTION__, sensor_info->device_name.c_str()); in get_sensor_caps()
144 …TREAM("@%s %s: Enum sensor frame interval failed", __FUNCTION__, sensor_info->device_name.c_str()); in get_sensor_caps()
164 __LINE__, entity_name.c_str(), parse_index); in parse_module_info()
175 __LINE__, entity_name.c_str(), parse_index); in parse_module_info()
184 __LINE__, entity_name.c_str(), parse_index); in parse_module_info()
193 __LINE__, entity_name.c_str(), parse_index); in parse_module_info()
202 __LINE__, entity_name.c_str(), parse_index); in parse_module_info()
210 __FUNCTION__, __LINE__, sensor_info->module_real_sensor_name.c_str(), in parse_module_info()
[all …]
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/android-tools/core-debian/
H A Dhard-code-build-number.patch18 - PLATFORM_TOOLS_VERSION, android::build::GetBuildNumber().c_str(),
20 android::base::GetExecutablePath().c_str());
39 …out, "fastboot version %s-%s\n", PLATFORM_TOOLS_VERSION, android::build::GetBuildNumber().c_str());
41 fprintf(stdout, "Installed as %s\n", android::base::GetExecutablePath().c_str());
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dparser.cpp31 document.Parse<0>(json.c_str()); in parse()
199 Log::Warning(Event::ParseStyle, "duplicate layer id %s", layerID.c_str()); in parseLayers()
232 Log::Warning(Event::ParseStyle, "layer reference of '%s' is circular", id.c_str()); in parseLayer()
240 Log::Warning(Event::ParseStyle, "layer ref of '%s' must be a string", id.c_str()); in parseLayer()
247 …Log::Warning(Event::ParseStyle, "layer '%s' references unknown layer %s", id.c_str(), ref.c_str()); in parseLayer()
293 …line. Output values must be contained as literals within the expression.", layer->getID().c_str()); in fontStacks()
H A Dstyle_impl.cpp65 Log::Error(Event::Setup, message.c_str()); in loadURL()
81 Log::Error(Event::ParseStyle, message.c_str()); in parse()
141 throw std::runtime_error(msg.c_str()); in addSource()
170 Log::Warning(Event::General, "Source '%s' is in use, cannot remove", id.c_str()); in removeSource()
302 source.getID().c_str(), util::toString(error).c_str()); in onSourceError()
325 Log::Error(Event::Style, "Failed to load sprite: %s", util::toString(error).c_str()); in onSpriteError()
339 Log::Info(Event::General, "styleURL: %s", url.c_str()); in dumpDebugLogs()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dcvstd.inl.hpp81 if (len) memcpy(allocate(len), str.c_str(), len); in String()
92 memcpy(allocate(len), str.c_str() + pos, len); in String()
100 if (len) memcpy(allocate(len), str.c_str(), len); in operator =()
124 if (rhslen) memcpy(s.cstr_ + lhs.len_, rhs.c_str(), rhslen); in operator +()
134 if (lhslen) memcpy(s.cstr_, lhs.c_str(), lhslen); in operator +()
162 return os << str.c_str(); in operator <<()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcvstd.inl.hpp81 if (len) memcpy(allocate(len), str.c_str(), len); in String()
92 memcpy(allocate(len), str.c_str() + pos, len); in String()
100 if (len) memcpy(allocate(len), str.c_str(), len); in operator =()
124 if (rhslen) memcpy(s.cstr_ + lhs.len_, rhs.c_str(), rhslen); in operator +()
134 if (lhslen) memcpy(s.cstr_, lhs.c_str(), lhslen); in operator +()
162 return os << str.c_str(); in operator <<()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dcvstd.inl.hpp81 if (len) memcpy(allocate(len), str.c_str(), len); in String()
92 memcpy(allocate(len), str.c_str() + pos, len); in String()
100 if (len) memcpy(allocate(len), str.c_str(), len); in operator =()
124 if (rhslen) memcpy(s.cstr_ + lhs.len_, rhs.c_str(), rhslen); in operator +()
134 if (lhslen) memcpy(s.cstr_, lhs.c_str(), lhslen); in operator +()
162 return os << str.c_str(); in operator <<()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Ddebugging_extension.cpp50 …vent::OpenGL, "GL_%s GL_%s %u GL_%s - %s", strSource.c_str(), strType.c_str(), id, strSeverity.c_s… in DebugCallback()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/
H A Dthrow_allocator.h128 std::__throw_logic_error(error.c_str()); in _GLIBCXX_VISIBILITY()
138 std::__throw_logic_error(error.c_str()); in _GLIBCXX_VISIBILITY()
153 std::__throw_logic_error(error.c_str()); in _GLIBCXX_VISIBILITY()
162 std::__throw_logic_error(error.c_str()); in _GLIBCXX_VISIBILITY()
181 std::__throw_logic_error(error.c_str()); in _GLIBCXX_VISIBILITY()
190 std::__throw_logic_error(error.c_str()); in _GLIBCXX_VISIBILITY()
229 std::__throw_logic_error(error.c_str()); in _GLIBCXX_VISIBILITY()
264 std::__throw_logic_error(error.c_str()); in _GLIBCXX_VISIBILITY()
278 std::__throw_logic_error(error.c_str()); in _GLIBCXX_VISIBILITY()
301 std::__throw_logic_error(error.c_str()); in _GLIBCXX_VISIBILITY()
[all …]

123456789