Home
last modified time | relevance | path

Searched defs:SetLength (Results 1 – 25 of 27) sorted by relevance

12

/external/chromium_org/ppapi/c/
Dppb_var_array.h86 PP_Bool (*SetLength)(struct PP_Var array, uint32_t length); member
Dppb_file_io.h241 int32_t (*SetLength)(PP_Resource file_io, member
326 int32_t (*SetLength)(PP_Resource file_io, member
/external/chromium_org/ppapi/shared_impl/
Darray_var.cc70 PP_Bool ArrayVar::SetLength(uint32_t length) { in SetLength() function in ppapi::ArrayVar
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
Dfake_var_array_interface.cc57 PP_Bool FakeVarArrayInterface::SetLength(PP_Var var, uint32_t length) { in SetLength() function in FakeVarArrayInterface
Dfake_pepper_interface_html5_fs.cc117 int32_t FakeHtml5FsNode::SetLength(int64_t length) { in SetLength() function in FakeHtml5FsNode
414 int32_t FakeFileIoInterface::SetLength(PP_Resource file_io, in SetLength() function in FakeFileIoInterface
/external/chromium_org/ppapi/cpp/
Dvar_array.cc89 bool VarArray::SetLength(uint32_t length) { in SetLength() function in pp::VarArray
Dfile_io.cc147 int32_t FileIO::SetLength(int64_t length, in SetLength() function in pp::FileIO
/external/chromium_org/ppapi/thunk/
Dppb_var_array_thunk.cc50 PP_Bool SetLength(PP_Var array, uint32_t length) { in SetLength() function
Dppb_file_io_thunk.cc100 int32_t SetLength(PP_Resource file_io, in SetLength() function
/external/chromium_org/third_party/webrtc/base/
Dbuffer.h68 void SetLength(size_t length) { in SetLength() function
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.cs54 public override void SetLength(long value) in SetLength() method in SevenZip.CDoubleStream
DLzmaBench.cs133 public override void SetLength(long value) { } in SetLength() method in SevenZip.LzmaBench.CrcOutStream
/external/chromium_org/base/files/
Dfile_proxy.cc69 void SetLength(int64 length) { in SetLength() function in base::__anon2b9e0b630211::GenericFileHelper
341 bool FileProxy::SetLength(int64 length, const StatusCallback& callback) { in SetLength() function in base::FileProxy
Dfile_win.cc230 bool File::SetLength(int64 length) { in SetLength() function in base::File
Dfile_posix.cc411 bool File::SetLength(int64 length) { in SetLength() function in base::File
/external/zlib/src/contrib/dotzlib/DotZLib/
DGZipStream.cs243 public override void SetLength(long value) in SetLength() method in DotZLib.GZipStream
/external/chromium_org/net/disk_cache/blockfile/
Dfile_posix.cc126 bool File::SetLength(size_t length) { in SetLength() function in disk_cache::File
Dfile_win.cc218 bool File::SetLength(size_t length) { in SetLength() function in disk_cache::File
Dfile_ios.cc245 bool File::SetLength(size_t length) { in SetLength() function in disk_cache::File
/external/chromium_org/ppapi/proxy/
Dnacl_message_scanner_unittest.cc209 TEST_F(NaClMessageScannerTest, SetLength) { in TEST_F() argument
Dfile_io_resource.cc324 int32_t FileIOResource::SetLength(int64_t length, in SetLength() function in ppapi::proxy::FileIOResource
/external/lzma/CPP/Windows/
DFileIO.cpp424 bool COutFile::SetLength(UInt64 length) in SetLength() function in NWindows::NFile::NIO::COutFile
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dstun.h261 void SetLength(uint16 length) { length_ = length; } in SetLength() function
/external/webrtc/src/modules/interface/
Dmodule_common_types.h586 VideoFrame::SetLength(const WebRtc_UWord32 newLength) in SetLength() function
/external/chromium_org/third_party/webrtc/modules/interface/
Dmodule_common_types.h548 inline int32_t VideoFrame::SetLength(const uint32_t newLength) { in SetLength() function

12