HomeSort by relevance Sort by last modified time
    Searched refs:GetPosition (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /external/pdfium/core/fxcrt/xml/
cxml_databufacc.h 18 FX_FILESIZE GetPosition() const {
  /external/libbrillo/brillo/streams/
memory_stream_unittest.cc 120 EXPECT_EQ(0, stream_->GetPosition());
129 EXPECT_EQ(2, stream_->GetPosition());
133 EXPECT_EQ(4, stream_->GetPosition());
136 EXPECT_EQ(198, stream_->GetPosition());
140 EXPECT_EQ(kSizeMax, stream_->GetPosition());
153 EXPECT_EQ(5, stream_->GetPosition());
162 EXPECT_EQ(105, stream_->GetPosition());
171 EXPECT_EQ(105, stream_->GetPosition());
184 EXPECT_EQ(5, stream_->GetPosition());
192 EXPECT_EQ(105, stream_->GetPosition());
    [all...]
mock_stream.h 29 MOCK_CONST_METHOD0(GetPosition, uint64_t());
input_stream_set.h 73 uint64_t GetPosition() const override { return 0; }
tls_stream.h 47 uint64_t GetPosition() const override { return 0; }
file_stream.h 108 uint64_t GetPosition() const override;
  /external/pdfium/core/fxcrt/
cfx_seekablemultistream.h 24 FX_FILESIZE GetPosition() override;
fx_stream.h 54 virtual FX_FILESIZE GetPosition() = 0;
77 FX_FILESIZE GetPosition() override;
96 FX_FILESIZE GetPosition() override = 0;
cfx_fileaccess_posix.h 25 FX_FILESIZE GetPosition() const override;
cfx_fileaccess_windows.h 23 FX_FILESIZE GetPosition() const override;
cfx_seekablestreamproxy.h 27 FX_FILESIZE GetPosition() { return m_iPosition; }
fx_stream.cpp 27 bool IsEOF() override { return GetPosition() >= GetSize(); }
28 FX_FILESIZE GetPosition() override { return m_pFile->GetPosition(); }
86 FX_FILESIZE IFX_SeekableReadStream::GetPosition() {
ifx_fileaccess.h 26 virtual FX_FILESIZE GetPosition() const = 0;
cfx_memorystream.h 24 FX_FILESIZE GetPosition() override;
cfx_seekablemultistream.cpp 67 FX_FILESIZE CFX_SeekableMultiStream::GetPosition() {
cfx_fileaccess_posix.cpp 89 FX_FILESIZE CFX_FileAccess_Posix::GetPosition() const {
  /external/webrtc/webrtc/libjingle/xmllite/
xmlparser.h 37 virtual void GetPosition(unsigned long * line, unsigned long * column,
77 virtual void GetPosition(unsigned long * line, unsigned long * column,
  /art/compiler/optimizing/
ssa_liveness_analysis.h 124 size_t GetPosition() const { return position_; }
176 size_t GetPosition() const { return position_; }
205 first, last, [position](const value_type& use) { return use.GetPosition() >= position; });
212 return lhs.GetPosition() < rhs.GetPosition();
237 size_t GetPosition() const {
332 (uses_.front().GetPosition() < position)) {
336 DCHECK(uses_.front().GetPosition() + 1 == position);
342 } while (next_pos != uses_.end() && next_pos->GetPosition() < position);
345 if (first_range_->GetEnd() == uses_.front().GetPosition()) {
    [all...]
load_store_analysis.h 47 size_t GetPosition() const {
229 DCHECK_EQ(i, ref_info->GetPosition());
337 return ref_info2->GetPosition() >= ref_info1->GetPosition();
  /external/webrtc/webrtc/base/
multipart.h 62 bool GetPosition(size_t* position) const override;
stream.h 119 // be tempted to use GetSize() and GetPosition() to deduce the result of
172 virtual bool GetPosition(size_t* position) const;
287 bool GetPosition(size_t* position) const override;
395 bool GetPosition(size_t* position) const override;
441 bool GetPosition(size_t* position) const override;
613 bool GetPosition(size_t* position) const override;
  /external/webrtc/webrtc/p2p/base/
pseudotcp_unittest.cc 254 recv_stream_.GetPosition(&received);
281 recv_stream_.GetPosition(&position);
291 send_stream_.GetPosition(&position);
366 recv_stream_.GetPosition(&position);
400 recv_stream_.GetPosition(&position);
410 send_stream_.GetPosition(&position);
516 recv_stream_.GetPosition(&position);
521 recv_stream_.GetPosition(&position);
538 send_stream_.GetPosition(&position);
572 send_stream_.GetPosition(&position)
    [all...]
  /frameworks/wilhelm/tests/mimeUri/
slesTestGetPositionUri.cpp 100 res = (*caller)->GetPosition(caller, &posMsec); CheckErr(res);
101 fprintf(stdout, "after getPosition in SL_PLAYEVENT_HEADATEND handler\n");
113 res = (*caller)->GetPosition(caller, &posMsec); CheckErr(res);
118 res = (*caller)->GetPosition(caller, &posMsec); CheckErr(res);
268 /* Test GetPosition every second */
272 res = (*playItf)->GetPosition(playItf, &posInMsec); CheckErr(res);
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
object_tracker.cc 482 BoundingBox box = object_iter->second->GetPosition();
506 const float overlap = tracked_object->GetPosition().PascalScore(
518 (tracked_object->GetPosition().GetCenter() -
615 const BoundingBox& position = tracked_object->GetPosition();
624 tracked_object->GetPosition(),
660 object->GetPosition(), frame_pairs_[GetNthIndexFromEnd(0)]);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleFileSystem/
SimpleFileSystem.h 368 EFI_FILE_GET_POSITION GetPosition;

Completed in 212 milliseconds

1 2 3 4 5