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

1 2 3 4 5 6 7 8 9

  /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/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,
  /external/pdfium/core/include/fxcrt/
fx_stream.h 75 virtual FX_FILESIZE GetPosition() = 0;
84 FX_FILESIZE GetPosition() override { return 0; }
101 FX_FILESIZE GetPosition() override = 0;
154 FX_FILESIZE GetPosition() override = 0;
  /external/pdfium/core/src/fxcrt/
fxcrt_posix.h 26 FX_FILESIZE GetPosition() const override;
fxcrt_windows.h 24 FX_FILESIZE GetPosition() const override;
fxcrt_platforms.h 26 FX_FILESIZE GetPosition() const override;
xml_int.h 26 FX_FILESIZE GetPosition() override { return (FX_FILESIZE)m_dwCurPos; }
60 FX_FILESIZE GetPosition() override {
extension.h 23 virtual FX_FILESIZE GetPosition() const = 0;
80 FX_FILESIZE GetPosition() override;
140 FX_FILESIZE GetPosition() override { return (FX_FILESIZE)m_nCurPos; }
fxcrt_platforms.cpp 80 FX_FILESIZE CFXCRT_FileAccess_CRT::GetPosition() const {
fxcrt_posix.cpp 69 FX_FILESIZE CFXCRT_FileAccess_Posix::GetPosition() const {
  /art/compiler/optimizing/
ssa_liveness_analysis.h 117 DCHECK(next_ == nullptr || next->GetPosition() >= GetPosition());
122 size_t GetPosition() const { return position_; }
178 size_t GetPosition() const {
277 && (first_use_->GetPosition() < position)) {
282 while ((cursor->GetNext() != nullptr) && (cursor->GetNext()->GetPosition() < position)) {
285 DCHECK(first_use_->GetPosition() + 1 == position);
289 if (first_range_->GetEnd() == first_use_->GetPosition()) {
495 while (use != nullptr && use->GetPosition() <= end) {
496 size_t use_position = use->GetPosition();
    [all...]
  /external/pdfium/xfa/src/fgas/src/crt/
fx_stream.h 26 virtual int32_t GetPosition() = 0;
49 virtual int32_t GetPosition();
69 virtual int32_t GetPosition();
91 virtual int32_t GetPosition() { return m_iPosition; }
121 virtual int32_t GetPosition() { return m_iPosition; }
148 virtual int32_t GetPosition() { return m_iPosition; }
189 virtual int32_t GetPosition();
229 virtual int32_t GetPosition();
fx_stream.cpp 187 int32_t CFX_FileStreamImp::GetPosition() {
556 int32_t CFX_BufferStreamImp::GetPosition() {
651 int32_t iPosition = m_pStreamImp->GetPosition();
713 int32_t CFX_TextStream::GetPosition() {
714 return m_pStreamImp->GetPosition();
791 int32_t pos = m_pStreamImp->GetPosition();
1004 int32_t CFX_Stream::GetPosition() {
1010 return m_iPosition = m_pStreamImp->GetPosition();
1034 if (m_pStreamImp->GetPosition() != m_iPosition) {
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_basic_imp.h 29 virtual int32_t 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...]
  /external/pdfium/xfa/src/fgas/include/
fx_stm.h 52 virtual int32_t GetPosition() = 0;
  /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/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/
b2MotorJoint.cpp 39 b2Vec2 xB = bodyB->GetPosition();
208 return m_bodyA->GetPosition();
213 return m_bodyB->GetPosition();
  /external/pdfium/fpdfsdk/include/
fsdk_define.h 84 virtual FX_FILESIZE GetPosition() { return m_nCurPos; }

Completed in 646 milliseconds

1 2 3 4 5 6 7 8 9