Home
last modified time | relevance | path

Searched refs:SetLength (Results 1 - 25 of 45) sorted by relevance

12

/third_party/skia/tests/
H A DDescriptorTest.cpp17 static void SetLength(SkDescriptor* desc, size_t length) { desc->fLength = length; } in SetLength() function in SkDescriptorTestHelper
39 SkDescriptorTestHelper::SetLength(desc.get(), size - 4); in DEF_TEST()
54 SkDescriptorTestHelper::SetLength(desc.get(), size - 4); in DEF_TEST()
72 SkDescriptorTestHelper::SetLength(desc.get(), size - 4); in DEF_TEST()
94 SkDescriptorTestHelper::SetLength(desc.get(), size); in DEF_TEST()
97 SkDescriptorTestHelper::SetLength(desc.get(), size + effect_size); in DEF_TEST()
110 SkDescriptorTestHelper::SetLength(desc.get(), size); in DEF_TEST()
114 SkDescriptorTestHelper::SetLength(desc.get(), size); in DEF_TEST()
127 SkDescriptorTestHelper::SetLength(desc.get(), 36); in DEF_TEST()
/third_party/node/src/
H A Dnode_i18n.cc165 result.SetLength(target - &result[0]); in Transcode()
210 destbuf.SetLength(len); in TranscodeFromUcs2()
229 destbuf.SetLength(result_length); in TranscodeUcs2FromUtf8()
237 destbuf.SetLength(result_length); in TranscodeUcs2FromUtf8()
260 destbuf.SetLength(result_length); in TranscodeUtf8FromUcs2()
268 destbuf.SetLength(result_length); in TranscodeUtf8FromUcs2()
503 result.SetLength(target - &result[0]); in Decode()
633 buf->SetLength(0); in ToUnicode()
635 buf->SetLength(len); in ToUnicode()
708 buf->SetLength( in ToASCII()
[all...]
H A Dnode_report_utils.cc97 buffer.SetLength(buffer_size); in ReportPipeEndpoints()
111 buffer.SetLength(buffer_size); in ReportPipeEndpoints()
150 buffer.SetLength(size); in ReportPath()
H A Dstring_bytes.h51 SetLength(length); in Decode()
H A Dutil.h406 // Current maximum capacity of the buffer with which SetLength() can be used
418 void SetLength(size_t length) { in SetLength() function in node::MaybeStackBuffer
427 SetLength(length); in SetLengthAndZeroTerminate()
/third_party/node/test/cctest/
H A Dtest_util.cc147 // SetLength() expansion. in MaybeStackBufferBasic()
148 buf.SetLength(buf.capacity()); in MaybeStackBufferBasic()
167 buf.SetLength(buf.capacity()); in MaybeStackBufferBasic()
180 // SetLength() reduction and expansion. in MaybeStackBufferBasic()
183 buf.SetLength(10); in MaybeStackBufferBasic()
186 buf.SetLength(buf.capacity()); in MaybeStackBufferBasic()
225 buf.SetLength(buf.capacity()); in TEST()
/third_party/lzma/CPP/Windows/
H A DFileIO.h278 bool SetLength(UInt64 length) throw();
374 bool SetLength(UInt64 length) throw();
377 return SetLength(length);
H A DFileIO.cpp586 bool COutFile::SetLength(UInt64 length) throw() in SetLength() function in NWindows::NFile::NIO::COutFile
602 const bool result = SetLength(length); in SetLength_KeepPosition()
844 bool COutFile::SetLength(UInt64 length) throw()
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DLimitedInputStream.cs100 public override void SetLength(long value) in SetLength() method in Google.Protobuf.LimitedInputStream
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A DnsStyleAutoArray.hpp48 mOtherElements.SetLength(aNewLen - 1); in SetLengthNonZero()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_stream.cpp362 void dng_stream::SetLength (uint64 length) in SetLength() function in dng_stream
1160 dstStream.SetLength (Length ()); in DuplicateStream()
1171 dstStream.SetLength (Length ()); in DuplicateStream()
H A Ddng_stream.h248 void SetLength (uint64 length);
/third_party/gn/src/base/files/
H A Dfile.h203 bool SetLength(int64_t length);
H A Dfile_win.cc141 bool File::SetLength(int64_t length) { in SetLength() function in base::File
/third_party/node/deps/v8/src/objects/
H A Djs-array.h60 V8_EXPORT_PRIVATE static Maybe<bool> SetLength(Handle<JSArray> array,
H A Delements.h69 V8_WARN_UNUSED_RESULT virtual Maybe<bool> SetLength(Handle<JSArray> holder,
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
H A DBrotliInputStream.cs208 public override void SetLength(long value){ in SetLength() method in Org.Brotli.Dec.BrotliInputStream
/third_party/zlib/contrib/dotzlib/DotZLib/
H A DGZipStream.cs243 public override void SetLength(long value) in SetLength() method in DotZLib.GZipStream
/third_party/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaBench.cs133 public override void SetLength(long value) { } in SetLength() method in SevenZip.LzmaBench.CrcOutStream
H A DLzmaAlone.cs54 public override void SetLength(long value) in SetLength() method in SevenZip.CDoubleStream
56 throw (new Exception("can't SetLength")); in SetLength()
/third_party/node/src/quic/
H A Dpacket.cc85 data_->data_.SetLength(len); in Truncate()
/third_party/skia/third_party/externals/zlib/google/
H A Dzip_reader.cc453 if (!file_->SetLength(file_length_)) { in ~FileWriterDelegate()
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_unittest.cc1296 ASSERT_TRUE(f.SetLength(5000)); in TEST_F()
1329 ASSERT_TRUE(f.SetLength(src_size)); in TEST_F()
1383 ASSERT_TRUE(f.SetLength(src_size));
H A Dzip_reader.cc627 file_->SetLength(0); in OnError()
/third_party/node/deps/zlib/google/
H A Dzip_unittest.cc1296 ASSERT_TRUE(f.SetLength(5000)); in TEST_F()
1329 ASSERT_TRUE(f.SetLength(src_size)); in TEST_F()
1383 ASSERT_TRUE(f.SetLength(src_size));

Completed in 21 milliseconds

12