Home
last modified time | relevance | path

Searched refs:pos_ (Results 76 - 100 of 115) sorted by relevance

12345

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dlexer.h97 uint32_t pos_ = 0; member in tint::reader::wgsl::Lexer
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/muxer/
H A Dffmpeg_muxer_plugin.cpp997 ioContext->pos_ = 0; in InitAvIoCtx()
1028 if (ioCtx->pos_ >= ioCtx->end_) { in IoRead()
1031 int64_t ret = ioCtx->dataSink_->Seek(ioCtx->pos_, SEEK_SET); in IoRead()
1037 ioCtx->pos_ += size; in IoRead()
1049 int64_t ret = ioCtx->dataSink_->Seek(ioCtx->pos_, SEEK_SET); in IoWrite()
1055 ioCtx->pos_ += size; in IoWrite()
1056 if (ioCtx->pos_ > ioCtx->end_) { in IoWrite()
1057 ioCtx->end_ = ioCtx->pos_; in IoWrite()
1073 ioContext->pos_ = newPos; in IoSeek()
1076 newPos = ioContext->pos_ in IoSeek()
[all...]
H A Dffmpeg_muxer_plugin.h86 int64_t pos_ {0};
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Duntar_file.cpp104 if (fseeko(tarFilePtr_, pos_ + tarFileBlockCnt_ * BLOCK_SIZE, SEEK_SET) != 0) { in ReadLongName()
168 pos_ = ftello(tarFilePtr_); in HandleTarBuffer()
383 if (fseeko(tarFilePtr_, pos_ + tarFileBlockCnt_ * BLOCK_SIZE, SEEK_SET) != 0) { in DealFileTag()
485 fseeko(tarFilePtr_, pos_ + tarFileBlockCnt_ * BLOCK_SIZE, SEEK_SET); in ParseRegularFile()
/third_party/node/deps/v8/src/compiler/backend/
H A Dcode-generator.h44 : instr_(instr), pos_(pos) {} in InstructionOperandIterator()
47 InstructionOperand* Advance() { return instr_->InputAt(pos_++); } in Advance()
51 size_t pos_; member in v8::internal::compiler::InstructionOperandIterator
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H A Dserialisation_utils.h43 size_t pos_ {};
/foundation/multimedia/player_framework/frameworks/js/metadatahelper/
H A Dhelper_data_source_callback.cpp140 if (event->pos_ != -1) { in UvWork()
142 CHECK_AND_BREAK_LOG(napi_create_int64(ref->env_, event->pos_, &args[2]) == napi_ok, // 2 parameters in UvWork()
/foundation/multimedia/player_framework/frameworks/js/avplayer/
H A Dmedia_data_source_callback.cpp140 if (event->pos_ != -1) { in UvWork()
142 CHECK_AND_BREAK_LOG(napi_create_int64(ref->env_, event->pos_, &args[2]) == napi_ok, // 2 parameters in UvWork()
/foundation/window/window_manager/test/fuzztest/window_scene/sessioninterface_fuzzer/
H A Dsessioninterface_fuzzer.cpp94 auto rawSize = source.size_ - source.pos_; in IPCFuzzTest()
175 auto rawSize = source.size_ - source.pos_; in IPCInterfaceFuzzTest()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H A Ditem_property_hvcc_box.h133 uint32_t pos_ = 0; member in OHOS::ImagePlugin::HeifHvccBox
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/
H A Dheif_stream.h56 int64_t pos_; member in OHOS::ImagePlugin::HeifBufferInputStream
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/muxer/
H A Dffmpeg_muxer_plugin.h74 int64_t pos_ {0};
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Duntar_file.h200 off_t pos_ {0};
/third_party/gn/src/base/json/
H A Djson_parser.h118 const char* pos_; member in base::internal::JSONParser::StringBuilder
120 // Number of bytes in |pos_| that make up the string being built.
/third_party/node/deps/v8/src/ast/
H A Dprettyprinter.h150 int pos_; // current printing position member in v8::internal::final
H A Dprettyprinter.cc644 pos_ = 0; in Init()
651 int n = base::VSNPrintF(base::Vector<char>(output_, size_) + pos_, format, in Print()
657 pos_ += n; in Print()
664 MemCopy(new_output, output_, pos_); in Print()
758 : output_(nullptr), size_(0), pos_(0), indent_(0) { in AstPrinter()
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dtransport.h136 int32_t pos_; member in v8::internal::wasm::gdb_server::Transport
/third_party/node/test/cctest/
H A Dtest_environment.cc79 fgetpos(stderr, &pos_); in RedirectStdErr()
90 fsetpos(stderr, &pos_); in ~RedirectStdErr()
95 fpos_t pos_; member in RedirectStdErr
/foundation/communication/netmanager_ext/services/mdnsmanager/include/
H A Dmdns_packet_parser.h236 const uint8_t *pos_ = nullptr; member in OHOS::NetManagerStandard::MDnsPayloadParser
/foundation/window/window_manager/test/fuzztest/window_scene/screensessionmanager_fuzzer/
H A Dscreensessionmanager_fuzzer.cpp76 auto rawSize = source.size_ - source.pos_; in IPCFuzzTest()
208 auto rawSize = source.size_ - source.pos_; in IPCInterfaceFuzzTest()
/foundation/filemanagement/app_file_service/tests/unittests/backup_ext/
H A Duntar_file_sup_test.cpp44 UntarFile::GetInstance().pos_ = 0; in ClearCache()
H A Duntar_file_test.cpp51 UntarFile::GetInstance().pos_ = 0; in ClearCache()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_session.h150 size_t pos_ = 0; member in OHOS::bluetooth::ObexSetPathObject
/third_party/node/deps/v8/src/parsing/
H A Dparser.h470 : cooked_(8, zone), raw_(8, zone), expressions_(8, zone), pos_(pos) {} in TemplateLiteral()
475 int position() const { return pos_; } in position()
492 int pos_; member in v8::internal::Parser::TemplateLiteral
/third_party/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc1362 : s_(s), pos_(pos) {} in ConstIter()
1364 const value_type& operator*() const { return *pos_; } in operator *()
1365 const value_type* operator->() const { return &*pos_; } in operator ->()
1367 s_->remainder_.erase(pos_++); in operator ++()
1388 return a.s_ == b.s_ && a.pos_ == b.pos_; in operator ==()
1396 typename std::list<value_type>::iterator pos_; member in testing::gmock_matchers_test::__anon3003::Streamlike::ConstIter

Completed in 23 milliseconds

12345