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

1 2 3 4 5 6 7

  /external/pdfium/core/src/fxcrt/
fxcrt_posix.cpp 75 FX_FILESIZE CFXCRT_FileAccess_Posix::SetPosition(FX_FILESIZE pos) {
102 if (SetPosition(pos) == (FX_FILESIZE)-1) {
113 if (SetPosition(pos) == (FX_FILESIZE)-1) {
fxcrt_posix.h 27 FX_FILESIZE SetPosition(FX_FILESIZE pos) override;
fxcrt_windows.cpp 102 FX_FILESIZE CFXCRT_FileAccess_Win64::SetPosition(FX_FILESIZE pos) {
144 if (SetPosition(pos) == (FX_FILESIZE)-1) {
155 if (SetPosition(pos) == (FX_FILESIZE)-1) {
167 if (SetPosition(szFile) == (FX_FILESIZE)-1) {
fxcrt_windows.h 25 FX_FILESIZE SetPosition(FX_FILESIZE pos) override;
fxcrt_platforms.h 27 FX_FILESIZE SetPosition(FX_FILESIZE pos) override;
fxcrt_platforms.cpp 86 FX_FILESIZE CFXCRT_FileAccess_CRT::SetPosition(FX_FILESIZE pos) {
  /external/webrtc/webrtc/libjingle/xmllite/
xmlparser.cc 98 context_.SetPosition(XML_GetCurrentLineNumber(expat_),
109 context_.SetPosition(XML_GetCurrentLineNumber(expat_),
119 context_.SetPosition(XML_GetCurrentLineNumber(expat_),
157 context_.SetPosition(XML_GetCurrentLineNumber(expat_),
234 XmlParser::ParseContext::SetPosition(int line, int column,
xmlparser.h 85 void SetPosition(int line, int column, long byte_index);
  /external/webrtc/webrtc/base/
multipart.h 61 bool SetPosition(size_t position) override;
stream.h 168 virtual bool SetPosition(size_t position);
203 inline bool Rewind() { return SetPosition(0); }
286 bool SetPosition(size_t position) override;
394 bool SetPosition(size_t position) override;
440 bool SetPosition(size_t position) override;
612 bool SetPosition(size_t position) override;
multipart.cc 177 bool MultipartStream::SetPosition(size_t position) {
192 if (!parts_[i]->SetPosition(position - part_offset)) {
  /frameworks/wilhelm/tests/listening/
seekTorture.c 103 result = (*playerSeek)->SetPosition(playerSeek, (SLmillisecond) position,
126 result = (*playerSeek)->SetPosition(playerSeek, newPos, SL_SEEKMODE_ACCURATE);
  /external/webrtc/talk/media/devices/
filevideocapturer.cc 200 if (!video_file_.SetPosition(0)) {
239 } else if (!video_file_.SetPosition(0)) {
341 if (video_file_.SetPosition(0)) {
  /external/webrtc/webrtc/p2p/base/
pseudotcp_unittest.cc 297 send_stream_.SetPosition(position + sent);
300 send_stream_.SetPosition(position);
417 send_stream_.SetPosition(position + sent);
420 send_stream_.SetPosition(position);
544 send_stream_.SetPosition(position + sent);
547 send_stream_.SetPosition(position);
  /external/pdfium/fpdfsdk/include/
fsdk_define.h 85 virtual void SetPosition(FX_FILESIZE pos) { m_nCurPos = pos; }
  /frameworks/native/include/media/openmax/
OMX_ContentPipe.h 167 CPresult (*SetPosition)( CPhandle hContent, CPint nOffset, CP_ORIGINTYPE eOrigin);
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_ContentPipe.h 150 CPresult (*SetPosition)( CPhandle hContent, CPint nOffset, CP_ORIGINTYPE eOrigin);
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_ContentPipe.h 150 CPresult (*SetPosition)( CPhandle hContent, CPint nOffset, CP_ORIGINTYPE eOrigin);
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_ContentPipe.h 150 CPresult (*SetPosition)( CPhandle hContent, CPint nOffset, CP_ORIGINTYPE eOrigin);
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_ContentPipe.h 150 CPresult (*SetPosition)( CPhandle hContent, CPint nOffset, CP_ORIGINTYPE eOrigin);
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_ContentPipe.h 167 CPresult (*SetPosition)( CPhandle hContent, CPint nOffset, CP_ORIGINTYPE eOrigin);
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_ContentPipe.h 150 CPresult (*SetPosition)( CPhandle hContent, CPint nOffset, CP_ORIGINTYPE eOrigin);
  /external/v8/src/third_party/vtune/
vtune-jit.cc 92 void SetPosition(intptr_t pc, int pos) {
252 line_info->SetPosition(static_cast<intptr_t>(event->line_info.offset),
  /external/libbrillo/brillo/streams/
stream.h 129 // returns false. However SetPosition() will almost always fail in such
167 bool SetPosition(uint64_t position, ErrorPtr* error);
stream_unittest.cc 81 TEST(Stream, SetPosition) {
85 EXPECT_TRUE(stream_mock.SetPosition(12345, nullptr));
92 EXPECT_TRUE(stream_mock.SetPosition(max_offset, nullptr));
94 EXPECT_FALSE(stream_mock.SetPosition(max_offset + 1, &error));

Completed in 987 milliseconds

1 2 3 4 5 6 7