/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/ |
H A D | std_file.cpp | 207 const auto beg = file_.seekg(0, std::ios_base::beg).tellg(); in GetLength() local 209 return static_cast<uint64_t>(end - beg); in GetLength() 214 file_.seekg(static_cast<decltype(file_)::off_type>(offset), std::ios_base::beg); in Seek() member in std::ios_base
|
/foundation/communication/netmanager_base/frameworks/js/napi/common/ |
H A D | napi_common.cpp | 218 for (auto beg = valueTypes.begin(); beg != valueTypes.end(); ++beg) { in MatchParameters() 219 if (!MatchValueType(env, parameters[i], *beg)) { in MatchParameters() 372 for (auto beg = pairList.begin(); beg != pairList.end(); ++beg) { in MatchObjectProperty() 373 if (!HasNamedTypeProperty(env, object, beg->second, beg->first)) { in MatchObjectProperty()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_utils.cpp | 442 g_recordInMemory.seekg(0, std::ios_base::beg); in FileOpen() 443 g_recordInMemory.seekp(0, std::ios_base::beg); in FileOpen() 472 g_recordInMemory.seekg(0, std::ios_base::beg); in FileClose() 473 g_recordInMemory.seekp(0, std::ios_base::beg); in FileClose() 496 g_recordInMemory.seekg(0, std::ios_base::beg); in FileSize() 499 g_recordInMemory.seekg(position, std::ios_base::beg); in FileSize() 532 g_recordInMemory.seekg(offset, std::ios_base::beg); in FileSeek() 533 g_recordInMemory.seekp(offset, std::ios_base::beg); in FileSeek()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/ |
H A D | container_modal_utils.cpp | 41 readFile.seekg(0, std::ios::beg); in ExecuteCustomTitleAbc()
|
/foundation/ai/intelligent_voice_framework/tests/unittest/intell_voice_test/src/ |
H A D | trigger_manager_test.cpp | 85 infile.seekg(0, infile.beg); in ReadFile()
|
H A D | engine_event_callback.cpp | 88 infile.seekg(0, infile.beg); in ReadFile()
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/ |
H A D | file_source.cpp | 86 fileIn_->seekg(0, fileIn_->beg); in ReadThread()
|
/foundation/ability/ability_runtime/services/common/src/ |
H A D | json_utils.cpp | 84 in.seekg(0, std::ios::beg); in ReadFileInfoJson()
|
/foundation/bundlemanager/app_domain_verify/interfaces/kits/js/src/ |
H A D | config_parser.cpp | 42 file.seekg(0, std::ios::beg); in load()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | package_file.cpp | 81 fileHandle.seekg(static_cast<int64_t>(MAGIC_LEN + Parcel::GetUInt32Len() + CHECKSUM_LEN), ios_base::beg); in GetChecksum() member in DistributedDB::ios_base 347 file.seekg(0, ios_base::beg); in PackFileContent() 397 targetHandle.seekp(static_cast<int64_t>(MAGIC_LEN + Parcel::GetUInt32Len()), ios_base::beg); in WriteChecksum() member in DistributedDB::ios_base 542 sourceHandle.seekg(static_cast<int64_t>(FILE_HEADER_LEN), ios_base::beg); in UnpackFile() member in DistributedDB::ios_base
|
/foundation/CastEngine/castengine_wifi_display/tests/demo/rtp/ |
H A D | rtp_enc_demo.cpp | 153 infile.seekg(0, std::ios::beg); in ReadH264File() 215 infile.seekg(0, std::ios::beg); in ReadAacFile() 259 infile.seekg(0, std::ios::beg); in ReadG711File()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/ |
H A D | exif_getfilterarea_test.cpp | 132 fileStream.seekg(range.first, std::ios::beg); in HWTEST_F() 178 fileStream.seekg(range.first, std::ios::beg); in HWTEST_F() 224 fileStream.seekg(range.first, std::ios::beg); in HWTEST_F() 270 fileStream.seekg(range.first, std::ios::beg); in HWTEST_F() 432 fileOutStream.seekg(range.first, std::ios::beg); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/ |
H A D | bms_extension_profile.cpp | 72 in.seekg(0, std::ios::beg); in ReadFileIntoJson()
|
/foundation/graphic/graphic_surface/utils/hebc_white_list/ |
H A D | hebc_white_list.cpp | 125 ifs.seekg(0, std::ios::beg);
|
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/data_producer/data_producer_base/ |
H A D | data_producer_base.cpp | 67 inputFile_->seekg(position, std::ios::beg); in Seek()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_register_font.cpp | 111 ifs.seekg(ifs.beg); in LoadFontDataFromFile()
|
/foundation/ai/intelligent_voice_framework/llt/hdt/depend_libs/src/ |
H A D | file_ex.cpp | 52 file.seekg(0, ios::beg); in LoadStringFromFile() 242 file.seekg(0, std::ios::beg); in LoadBufferFromFile()
|
/foundation/ai/intelligent_voice_framework/utils/ |
H A D | intell_voice_util.cpp | 90 file.seekg(0, file.beg); in ReadFile()
|
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/tools/ |
H A D | bitmap_helpers.cpp | 87 file.seekg(0, std::ios::beg); in ReadBmp()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/photo_editor_extension_ability/ |
H A D | photo_editor_extension_context.cpp | 136 sourceFile.seekg(0, sourceFile.beg); in CopyImageToPanel()
|
/foundation/CastEngine/castengine_wifi_display/tests/demo/codec/ |
H A D | codec_demo.cpp | 185 infile.seekg(0, std::ios::beg); in main()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/rdb/ |
H A D | parser_util.cpp | 179 fin.seekg(0, std::ios::beg); in ReadFileIntoJson()
|
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/ |
H A D | json.h | 445 char* beg = data;
in parse_number() local 520 if (data != beg) {
in parse_number() 522 res = value(strtod(beg, &end));
in parse_number()
|
/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/json/ |
H A D | json.h | 580 const char* beg = data; 647 if (data != beg) { 650 res = value_t<T>(strtod(beg, &end)); 652 res = value_t<T>(strtoll(beg, &end, 10)); 654 res = value_t<T>(strtoull(beg, &end, 10));
|
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_double_write_test.cpp | 496 file.seekp(30, std::ios::beg); in HWTEST_F() 556 file.seekp(30, std::ios::beg); in HWTEST_F() 599 file.seekp(30, std::ios::beg); in HWTEST_F() 756 file.seekp(30, std::ios::beg); in HWTEST_F() 971 file.seekp(30, std::ios::beg); in HWTEST_F()
|