/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
H A D | lexer.h | 97 uint32_t pos_ = 0; member in tint::reader::wgsl::Lexer
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/muxer/ |
H A D | ffmpeg_muxer_plugin.cpp | 997 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 D | ffmpeg_muxer_plugin.h | 86 int64_t pos_ {0};
|
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
H A D | untar_file.cpp | 104 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 D | code-generator.h | 44 : 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 D | serialisation_utils.h | 43 size_t pos_ {};
|
/foundation/multimedia/player_framework/frameworks/js/metadatahelper/ |
H A D | helper_data_source_callback.cpp | 140 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 D | media_data_source_callback.cpp | 140 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 D | sessioninterface_fuzzer.cpp | 94 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 D | item_property_hvcc_box.h | 133 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 D | heif_stream.h | 56 int64_t pos_; member in OHOS::ImagePlugin::HeifBufferInputStream
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/muxer/ |
H A D | ffmpeg_muxer_plugin.h | 74 int64_t pos_ {0};
|
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/ |
H A D | untar_file.h | 200 off_t pos_ {0};
|
/third_party/gn/src/base/json/ |
H A D | json_parser.h | 118 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 D | prettyprinter.h | 150 int pos_; // current printing position member in v8::internal::final
|
H A D | prettyprinter.cc | 644 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 D | transport.h | 136 int32_t pos_; member in v8::internal::wasm::gdb_server::Transport
|
/third_party/node/test/cctest/ |
H A D | test_environment.cc | 79 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 D | mdns_packet_parser.h | 236 const uint8_t *pos_ = nullptr; member in OHOS::NetManagerStandard::MDnsPayloadParser
|
/foundation/window/window_manager/test/fuzztest/window_scene/screensessionmanager_fuzzer/ |
H A D | screensessionmanager_fuzzer.cpp | 76 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 D | untar_file_sup_test.cpp | 44 UntarFile::GetInstance().pos_ = 0; in ClearCache()
|
H A D | untar_file_test.cpp | 51 UntarFile::GetInstance().pos_ = 0; in ClearCache()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_session.h | 150 size_t pos_ = 0; member in OHOS::bluetooth::ObexSetPathObject
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parser.h | 470 : 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 D | gmock-matchers-containers_test.cc | 1362 : 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
|