/third_party/skia/tests/ |
H A D | DescriptorTest.cpp | 17 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 D | node_i18n.cc | 165 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 D | node_report_utils.cc | 97 buffer.SetLength(buffer_size); in ReportPipeEndpoints() 111 buffer.SetLength(buffer_size); in ReportPipeEndpoints() 150 buffer.SetLength(size); in ReportPath()
|
H A D | string_bytes.h | 51 SetLength(length); in Decode()
|
H A D | util.h | 406 // 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 D | test_util.cc | 147 // 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 D | FileIO.h | 278 bool SetLength(UInt64 length) throw();
374 bool SetLength(UInt64 length) throw();
377 return SetLength(length);
|
H A D | FileIO.cpp | 586 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 D | LimitedInputStream.cs | 100 public override void SetLength(long value) in SetLength() method in Google.Protobuf.LimitedInputStream
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | nsStyleAutoArray.hpp | 48 mOtherElements.SetLength(aNewLen - 1); in SetLengthNonZero()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_stream.cpp | 362 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 D | dng_stream.h | 248 void SetLength (uint64 length);
|
/third_party/gn/src/base/files/ |
H A D | file.h | 203 bool SetLength(int64_t length);
|
H A D | file_win.cc | 141 bool File::SetLength(int64_t length) { in SetLength() function in base::File
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-array.h | 60 V8_EXPORT_PRIVATE static Maybe<bool> SetLength(Handle<JSArray> array,
|
H A D | elements.h | 69 V8_WARN_UNUSED_RESULT virtual Maybe<bool> SetLength(Handle<JSArray> holder,
|
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
H A D | BrotliInputStream.cs | 208 public override void SetLength(long value){ in SetLength() method in Org.Brotli.Dec.BrotliInputStream
|
/third_party/zlib/contrib/dotzlib/DotZLib/ |
H A D | GZipStream.cs | 243 public override void SetLength(long value)
in SetLength() method in DotZLib.GZipStream
|
/third_party/lzma/CS/7zip/Compress/LzmaAlone/ |
H A D | LzmaBench.cs | 133 public override void SetLength(long value) { }
in SetLength() method in SevenZip.LzmaBench.CrcOutStream
|
H A D | LzmaAlone.cs | 54 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 D | packet.cc | 85 data_->data_.SetLength(len); in Truncate()
|
/third_party/skia/third_party/externals/zlib/google/ |
H A D | zip_reader.cc | 453 if (!file_->SetLength(file_length_)) { in ~FileWriterDelegate()
|
/third_party/node/deps/v8/third_party/zlib/google/ |
H A D | zip_unittest.cc | 1296 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 D | zip_reader.cc | 627 file_->SetLength(0); in OnError()
|
/third_party/node/deps/zlib/google/ |
H A D | zip_unittest.cc | 1296 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));
|