/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
D | byte_array.cc | 60 void ByteArray::Put(int32_t index, uint8_t b) { in Put() function in sfntly::ByteArray 73 int32_t ByteArray::Put(int index, std::vector<uint8_t>* b) { in Put() function in sfntly::ByteArray 75 return Put(index, &((*b)[0]), 0, b->size()); in Put() 78 int32_t ByteArray::Put(int32_t index, in Put() function in sfntly::ByteArray 119 int bytes_written = array->Put(index + dst_offset, &(b[0]), 0, bytes_read); in CopyTo() 151 if (Put(index, &(b[0]), 0, bytes_read) != bytes_read) { in CopyFrom() 171 if (Put(index, &b[0], 0, bytes_read) != bytes_read) { in CopyFrom()
|
D | writable_font_data.cc | 52 ba->Put(0, b); in CreateWritableFontData() 58 array_->Put(BoundOffset(index), b); in WriteByte() 66 return array_->Put(BoundOffset(index), in WriteBytes() 83 array_->Put(BoundOffset(index), in WriteBytesPad() 99 array_->Put(index + i, pad); in WritePadding()
|
D | byte_array.h | 75 virtual void Put(int32_t index, uint8_t b); 80 virtual int32_t Put(int32_t index, std::vector<uint8_t>* b); 91 virtual int32_t Put(int32_t index,
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
D | byte_array.cc | 60 void ByteArray::Put(int32_t index, uint8_t b) { in Put() function in sfntly::ByteArray 73 int32_t ByteArray::Put(int index, std::vector<uint8_t>* b) { in Put() function in sfntly::ByteArray 75 return Put(index, &((*b)[0]), 0, b->size()); in Put() 78 int32_t ByteArray::Put(int32_t index, in Put() function in sfntly::ByteArray 119 int bytes_written = array->Put(index + dst_offset, &(b[0]), 0, bytes_read); in CopyTo() 151 if (Put(index, &(b[0]), 0, bytes_read) != bytes_read) { in CopyFrom() 171 if (Put(index, &b[0], 0, bytes_read) != bytes_read) { in CopyFrom()
|
D | writable_font_data.cc | 52 ba->Put(0, b); in CreateWritableFontData() 58 array_->Put(BoundOffset(index), b); in WriteByte() 66 return array_->Put(BoundOffset(index), in WriteBytes() 83 array_->Put(BoundOffset(index), in WriteBytesPad() 99 array_->Put(index + i, pad); in WritePadding()
|
D | byte_array.h | 75 virtual void Put(int32_t index, uint8_t b); 80 virtual int32_t Put(int32_t index, std::vector<uint8_t>* b); 91 virtual int32_t Put(int32_t index,
|
/third_party/grpc/test/core/iomgr/ |
D | mpmcqueue_test.cc | 66 queue_->Put(items_[i]); in Run() 112 large_queue.Put(static_cast<void*>(new WorkItem(i))); in test_FIFO() 128 queue.Put(static_cast<void*>(new WorkItem(i))); in test_space_efficiency() 134 queue.Put(item); in test_space_efficiency() 146 queue.Put(static_cast<void*>(new WorkItem(i))); in test_space_efficiency() 159 queue.Put(static_cast<void*>(new WorkItem(i))); in test_space_efficiency() 203 queue.Put(nullptr); in test_many_thread()
|
/third_party/skia/third_party/externals/tint/test/intrinsics/ |
D | intrinsics.wgsl.tmpl | 83 {{ $args.Put $i (printf "&arg_%v" $i) -}} 86 {{ $args.Put $i (printf "&arg_%v" $i) -}} 89 {{ $args.Put $i (printf "&arg_%v" $i) -}} 95 {{ $args.Put $i (printf "arg_%v" $i) -}} 98 {{ $args.Put $i (printf "arg_%v" $i) -}} 101 {{ $args.Put $i (printf "arg_%v" $i) -}} 116 {{ $args.Put $i (printf "&arg_%v" $i) -}} 118 {{- $args.Put $i (Eval "ArgumentValue" $p) -}} 183 {{ $args.Put $i (printf "&%v.arg_%v" $var_name $i) -}} 186 {{ $args.Put $i (printf "%v.arg_%v" $var_name $i) -}}
|
/third_party/flutter/engine/flutter/testing/scenario_app/ios/Scenarios/ScenariosTests/ |
D | ScenariosTests.m | 18 // Put setup code here. This method is called before the invocation of each test method in the 23 // Put teardown code here. This method is called after the invocation of each test method in the 35 // Put the code you want to measure the time of here.
|
/third_party/skia/third_party/externals/tint/src/transform/ |
D | transform.h | 74 void Put(std::unique_ptr<T>&& data) { in Put() function 85 Put(std::make_unique<T>(std::forward<ARGS>(args)...)); in Add() 111 Put(std::forward<T0>(first)); in PutAll() 116 Put(std::forward<T0>(first)); in PutAll()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_stream.cpp | 380 void dng_stream::Put (const void *data, in Put() function in dng_stream 480 Put (&x, 2); in Put_uint16() 516 Put (&x, 4); in Put_uint32() 573 Put (&x, 8); in Put_uint64() 619 Put (&x, 4); in Put_real32() 678 Put (&x, 8); in Put_real64() 752 Put (zeroBuffer.Buffer (), (uint32) blockSize); in PutZeros() 1113 dstStream.Put (smallBuffer, (uint32) count); in CopyToStream() 1134 dstStream.Put (bigBuffer.Buffer (), in CopyToStream()
|
D | dng_image_writer.h | 114 virtual void Put (dng_stream &stream) const = 0; 154 virtual void Put (dng_stream &stream) const; 181 virtual void Put (dng_stream &stream) const; 201 virtual void Put (dng_stream &stream) const; 527 virtual void Put (dng_stream &stream) const; 571 virtual void Put (dng_stream &stream) const; 654 void Put (dng_stream &stream, 972 void Put (dng_stream &stream) const in Put() function 974 fExifIFD.Put (stream); in Put() 975 fGPSIFD .Put (stream); in Put() [all …]
|
D | dng_iptc.cpp | 660 stream.Put (ss.Get (), len); in SpoolString() 714 stream.Put (buffer.Buffer_char (), len); in SpoolString() 772 stream.Put (s, 1); in Spool() 825 stream.Put (dateString.Get (), 8); in Spool() 839 stream.Put (timeString.Get (), timeString.Length ()); in Spool() 860 stream.Put (dateString.Get (), 8); in Spool() 874 stream.Put (timeString.Get (), timeString.Length ()); in Spool()
|
/third_party/grpc/test/core/tsi/ |
D | ssl_session_cache_test.cc | 105 cache->Put("first.dropbox.com", std::move(sess2)); in TEST() 112 cache->Put("first.dropbox.com", std::move(sess3)); in TEST() 121 cache->Put(domain.c_str(), tracker.NewSession(id)); in TEST() 132 cache->Put("7.random.domain", tracker.NewSession(7)); in TEST()
|
/third_party/benchmark/test/ |
D | benchmark_random_interleaving_gtest.cc | 22 void Put(const std::string& event) { push(event); } in Put() function in benchmark::internal::__anon8cdf6d770111::EventQueue 59 queue->Put("DONE"); // End marker in Execute() 68 queue->Put(StrFormat("BM_Match1/%d", static_cast<int>(arg))); in BM_Match1()
|
/third_party/flatbuffers/net/FlatBuffers/ |
D | FlatBufferBuilder.cs | 207 public void Put<T>(T[] x) 210 _space = _bb.Put(_space, x); 220 public void Put<T>(Span<T> x) 223 _space = _bb.Put(_space, x); 321 Put(x); in Put() method 342 Put(x); in Put() method 678 _space = _bb.Put(_space, chars); in CreateUTF8String()
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/dotzlib/DotZLib/ |
D | UnitTests.cs | 54 Assert.IsTrue(buf.Put( 1 )); in SinglePutGet() 66 Assert.AreEqual( 10, buf.Put(arr,0,10) ); in BlockPutGet() 68 Assert.IsFalse( buf.Put(11) ); in BlockPutGet() 70 Assert.IsTrue( buf.Put(11) ); in BlockPutGet()
|
D | CircularBuffer.cs | 39 public int Put(byte[] source, int offset, int count) in Put() method in DotZLib.CircularBuffer 51 public bool Put(byte b) in Put() method in DotZLib.CircularBuffer
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/dotzlib/DotZLib/ |
D | UnitTests.cs | 54 Assert.IsTrue(buf.Put( 1 )); in SinglePutGet() 66 Assert.AreEqual( 10, buf.Put(arr,0,10) ); in BlockPutGet() 68 Assert.IsFalse( buf.Put(11) ); in BlockPutGet() 70 Assert.IsTrue( buf.Put(11) ); in BlockPutGet()
|
D | CircularBuffer.cs | 39 public int Put(byte[] source, int offset, int count) in Put() method in DotZLib.CircularBuffer 51 public bool Put(byte b) in Put() method in DotZLib.CircularBuffer
|
/third_party/zlib/contrib/dotzlib/DotZLib/ |
D | UnitTests.cs | 54 Assert.IsTrue(buf.Put( 1 )); in SinglePutGet() 66 Assert.AreEqual( 10, buf.Put(arr,0,10) ); in BlockPutGet() 68 Assert.IsFalse( buf.Put(11) ); in BlockPutGet() 70 Assert.IsTrue( buf.Put(11) ); in BlockPutGet()
|
D | CircularBuffer.cs | 39 public int Put(byte[] source, int offset, int count) in Put() method in DotZLib.CircularBuffer 51 public bool Put(byte b) in Put() method in DotZLib.CircularBuffer
|
/third_party/grpc/src/core/lib/iomgr/executor/ |
D | mpmcqueue.h | 40 virtual void Put(void* elem) = 0; 62 void Put(void* elem) override;
|
D | threadpool.cc | 109 queue_->Put(nullptr); in ~ThreadPool() 125 queue_->Put(static_cast<void*>(closure)); in Add()
|
/third_party/flutter/engine/flutter/testing/scenario_app/ios/Scenarios/ScenariosUITests/ |
D | ScenariosUITests.m | 18 // Put setup code here. This method is called before the invocation of each test method in the 33 // Put teardown code here. This method is called after the invocation of each test method in the
|