/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | package_file.cpp | 71 if (!fileHandle.good()) { in GetChecksum() 208 if (!targetFile.good()) { in PackFileHeader() 232 if (!sourceFile.good()) { in UnpackFileHeader() 301 if (!targetFile.good()) { in PackFileContext() 311 if (!sourceFile.good()) { in UnpackFileContext() 333 if (!file.good()) { in PackFileContent() 338 if (!file.good()) { in PackFileContent() 348 if (!file.good()) { in PackFileContent() 373 if (!file.good()) { in UnpackFileContent() 392 if (!targetHandle.good()) { in WriteChecksum() [all …]
|
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/ |
H A D | text_gen.cpp | 80 return ofs_.good(); in HeaderOutput() 102 return ofs_.good(); in HeaderOutputTraversal() 129 return ofs_.good(); in ImplOutput() 243 return ofs_.good() ? NOERR : EOUTPUT; in GenNodeDefinition() 278 return ofs_.good(); in GenObjectDefinitionGen() 312 return ofs_.good(); in GenTermDefinition() 377 return ofs_.good() ? NOERR : EOUTPUT; in ImplementCloseBraceGen() 454 return ofs_.good(); in TemplateObjectImplGen() 535 return ofs_.good(); in PrintBaseTypeValue() 564 return ofs_.good(); in PrintArrayImplInSubClass() [all …]
|
H A D | decompile_gen.cpp | 172 return file_.good() ? NOERR : EOUTPUT; in CloseBrace() 191 return file_.good(); in OutPut()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/assets/render/shaders/shader/ |
H A D | fullscreen_fxaa.frag | 81 …0, // unused FxaaFloat fxaaQualityEdgeThreshold, on the range [0.063 (slow, overkill, good) to 0.3… 83 …ed FxaaFloat fxaaQualityEdgeThresholdMin, on the range [0.0833 (fast) to 0.0312 (good), with 0.0625 85 …, // FxaaFloat fxaaConsoleEdgeSharpness, // 8.0 is sharper, 4.0 is softer, 2.0 is really soft (good 87 …shold.x, // FxaaFloat fxaaConsoleEdgeThreshold, on the range [0.063 (slow, overkill, good) to 0.333 89 …old.y, // FxaaFloat fxaaConsoleEdgeThresholdMin, on the range [0.0833 (fast) to 0.0312 (good), with
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_register_font.cpp | 57 return f.good(); in StdFilesystemExists() 111 if (!ifs.good()) { in LoadFontDataFromFile() 125 if (!ifs.good()) { in LoadFontDataFromFile() 131 if (!ifs.good()) { in LoadFontDataFromFile()
|
/ohos5.0/base/hiviewdfx/hiview/core/param_update/src/ |
H A D | param_reader.cpp | 47 if (!file.good()) { in VerifyCertFile() 77 if (!file.good()) { in VerifyParamFile() 83 if (!paramFile.good()) { in VerifyParamFile()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/font/ |
H A D | rosen_font_collection.cpp | 180 if (!ifs.good()) { in LoadFontFamily() 192 if (!ifs.good()) { in LoadFontFamily() 199 if (!ifs.good()) { in LoadFontFamily() 212 return f.good(); in StdFilesystemExists()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/log/ |
H A D | dump_log.cpp | 28 if (!ostream_ || !ostream_->good()) { in Print() 114 if (!ostream_->good()) { in OutPutBySize() 139 if (!ostream_ || !ostream_->good()) { in OutPutDefault()
|
/ohos5.0/base/hiviewdfx/hiview/base/utility/ |
H A D | file_util.cpp | 350 while (fin.good() && fin.peek() == fin.widen('\n') && fin.tellg() > 0 && count < maxLen) { in GetLastLine() 354 if (!fin.good() || count >= maxLen) { in GetLastLine() 361 while (fin.good() && fin.peek() != fin.widen('\n') && fin.tellg() > 0 && count < maxLen) { in GetLastLine() 365 if (!fin.good() || count >= maxLen) { in GetLastLine()
|
/ohos5.0/commonlibrary/memory_utils/libmeminfo/src/ |
H A D | meminfo.cpp | 72 while (in.good() && getline(in, content)) { in GetPssByPid() 100 while (in.good() && getline(in, content)) { in GetSwapPssByPid()
|
/ohos5.0/base/global/i18n/frameworks/intl/src/ |
H A D | signature_verifier.cpp | 94 if (!file.good()) { in VerifyCertFile() 122 if (!file.good()) { in VerifyParamFile() 279 if (!file.good()) { in GetFileStream()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_double_write_test.cpp | 498 ASSERT_TRUE(file.good() == true); 501 ASSERT_TRUE(file.good() == true); 558 ASSERT_TRUE(file.good() == true); 561 ASSERT_TRUE(file.good() == true); 601 ASSERT_TRUE(file.good() == true); 604 ASSERT_TRUE(file.good() == true); 758 ASSERT_TRUE(file.good() == true); 761 ASSERT_TRUE(file.good() == true); 1156 ASSERT_TRUE(file.good() == true); 1159 ASSERT_TRUE(file.good() == true);
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/fontcollection_napi/ |
H A D | js_fontcollection.cpp | 320 if (!f.good()) { in GetFontFileProperties() 330 if (!ifs.good()) { in GetFontFileProperties() 342 if (!ifs.good()) { in GetFontFileProperties() 349 if (!ifs.good()) { in GetFontFileProperties()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/ |
H A D | std_file.cpp | 204 if (!file_.good()) { in GetLength() 215 return file_.good(); in Seek()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/ |
H A D | faultlog_formatter.cpp | 192 if (!logFile.good()) { in WriteStackTraceFromLog() 299 if (!logFile.good()) { in ParseFaultLogInfoFromFile() 331 if (!logFile.good()) { in WriteLogToFile()
|
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/common/ |
H A D | faultlog_util.cpp | 215 if (!logFile.good()) { in GetThreadStack() 225 if (!logFile.good()) { in GetThreadStack()
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | nncompiled_cache.cpp | 364 if (!ifs.good()) { in ReadCacheModelFile() 378 if (!ifs.good()) { in ReadCacheModelFile() 415 if (!ifs.good()) { in GetCacheFileLength()
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | extractor_util.cpp | 61 if ((!zipFile_.ExtractFile(fileName, fileStream)) || (!fileStream.good())) { in ExtractFileToPath()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/load/src/ |
H A D | loader.cpp | 75 while (fin.good()) { in LoadConfig()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/src/ |
H A D | config_factory.cpp | 41 while (fin.good()) { in Initialize()
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | custom_utd_store.cpp | 54 while (fin.good()) { in GetHapTypeCfgs() 77 while (fin.good()) { in GetTypeCfgs()
|
/ohos5.0/docs/zh-cn/design/ |
H A D | hdi-design-specifications.md | 218 /* good */ 231 /* good */
|
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/update/ |
H A D | update_engine_utils.cpp | 49 if (!file.good()) { in GetWakeupVesion()
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_provider_data_test/ |
H A D | fms_form_provider_data_test.cpp | 90 if (f.good() == false) { in CreateJsonFileByJsonData1() 106 if (f.good() == false) { in CreateJsonFileByJsonData2() 122 if (f.good() == false) { in CreateMergeJsonFileByJsonData3()
|
/ohos5.0/base/time/time_service/services/time/src/ |
H A D | time_zone_info.cpp | 96 if (!file.good()) { in GetTimeZoneAvailableIDs()
|