/art/runtime/base/unix_file/ |
null_file.cc | 43 int NullFile::SetLength(int64_t new_length) {
|
string_file.cc | 54 int StringFile::SetLength(int64_t new_length) {
|
mapped_file.cc | 114 int MappedFile::SetLength(int64_t new_length) { 116 return FdFile::SetLength(new_length);
|
fd_file.cc | 81 int FdFile::SetLength(int64_t new_length) {
|
/external/chromium_org/ppapi/c/ |
ppb_var_array.h | 86 PP_Bool (*SetLength)(struct PP_Var array, uint32_t length);
|
ppb_file_io.h | 226 * SetLength() sets the length of the file. If the file size is extended, 235 * completion of SetLength(). 241 int32_t (*SetLength)(PP_Resource file_io, 326 int32_t (*SetLength)(PP_Resource file_io,
|
/external/chromium_org/ppapi/cpp/ |
var_array.cc | 89 bool VarArray::SetLength(uint32_t length) { 93 return PP_ToBool(get_interface<PPB_VarArray_1_0>()->SetLength(var_, length));
|
file_io.cc | 148 int32_t FileIO::SetLength(int64_t length, 151 return get_interface<PPB_FileIO_1_1>()->SetLength( 154 return get_interface<PPB_FileIO_1_0>()->SetLength(
|
/external/chromium_org/ppapi/shared_impl/ |
array_var.cc | 76 PP_Bool ArrayVar::SetLength(uint32_t length) {
|
/external/chromium_org/ppapi/thunk/ |
ppb_var_array_thunk.cc | 50 PP_Bool SetLength(PP_Var array, uint32_t length) { 56 return array_var->SetLength(length); 64 &SetLength
|
ppb_file_io_thunk.cc | 102 int32_t SetLength(PP_Resource file_io, 105 VLOG(4) << "PPB_FileIO::SetLength()"; 109 return enter.SetResult(enter.object()->SetLength(length, enter.callback())); 151 &SetLength, 164 &SetLength,
|
/external/chromium/third_party/libjingle/source/talk/base/ |
buffer.h | 76 SetLength(length); 82 SetLength(length_ + length); 85 void SetLength(size_t length) {
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
buffer.h | 76 SetLength(length); 82 SetLength(length_ + length); 85 void SetLength(size_t length) {
|
/art/runtime/mirror/ |
array.h | 45 void SetLength(int32_t length) {
|
/external/chromium/net/disk_cache/ |
file_win.cc | 232 bool File::SetLength(size_t length) {
|
file_posix.cc | 254 bool File::SetLength(size_t length) {
|
/external/chromium_org/net/disk_cache/ |
file_posix.cc | 142 bool File::SetLength(size_t length) {
|
file_ios.cc | 261 bool File::SetLength(size_t length) {
|
file_win.cc | 235 bool File::SetLength(size_t length) {
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
LzmaAlone.cs | 54 public override void SetLength(long value)
56 throw (new Exception("can't SetLength"));
|
LzmaBench.cs | 133 public override void SetLength(long value) { }
|
/external/chromium_org/ppapi/proxy/ |
file_io_resource.cc | 260 int32_t FileIOResource::SetLength(int64_t length,
|
/external/lzma/CPP/Windows/ |
FileIO.cpp | 424 bool COutFile::SetLength(UInt64 length)
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
fake_pepper_interface_html5fs.cc | 117 int32_t FakeHtml5FsNode::SetLength(int64_t length) { 340 return RunCompletionCallback(&callback, node->SetLength(0)); 414 int32_t FakeFileIoInterface::SetLength(PP_Resource file_io, 430 int32_t result = file_io_resource->node->SetLength(length);
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
stun.h | 188 void SetLength(uint16 length) { length_ = length; }
|