Home
last modified time | relevance | path

Searched defs:destination (Results 1 - 25 of 150) sorted by relevance

123456

/third_party/node/deps/npm/node_modules/socks-proxy-agent/dist/
H A Dindex.js
/third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/
H A DStreamExtensions.cs51 public static void CopyTo(this Stream source, Stream destination) in CopyTo() argument
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
H A DObjectBaseTests.cpp112 Object destination; in TEST() local
128 Object destination; in TEST() local
174 Object destination; TEST() local
[all...]
H A DRefCountedTests.cpp165 Ref<RCTest> destination; in TEST() local
212 Ref<RCTest> destination; TEST() local
334 Ref<RCTest> destination; TEST() local
382 Ref<RCTest> destination; TEST() local
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DFieldMaskTreeTest.cs162 private void Merge(FieldMaskTree tree, IMessage source, IMessage destination, FieldMask.MergeOptions options, bool useDynamicMessage) in Merge() argument
[all...]
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/
H A DBrotliOutputStream.java29 public BrotliOutputStream(OutputStream destination, Encoder.Parameters params, int bufferSize) in BrotliOutputStream() argument
34 public BrotliOutputStream(OutputStream destination, Encoder.Parameters params) in BrotliOutputStream() argument
39 public BrotliOutputStream(OutputStream destination) throws IOException { in BrotliOutputStream() argument
H A DBrotliEncoderChannel.java31 public BrotliEncoderChannel(WritableByteChannel destination, Encoder.Parameters params, in BrotliEncoderChannel() argument
36 public BrotliEncoderChannel(WritableByteChannel destination, Encoder.Parameters params) in BrotliEncoderChannel() argument
41 public BrotliEncoderChannel(WritableByteChannel destination) throws IOException { in BrotliEncoderChannel() argument
H A DEncoder.java19 private final WritableByteChannel destination; field in Encoder
69 Encoder(WritableByteChannel destination, Parameters params, int inputBufferSize) in Encoder() argument
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dopen_type_data_test.cc56 WritableFontDataPtr destination = new WritableFontData(destination_array); in TestOTFCopy() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dnumbers_test_common.h33 inline bool Itoa(IntType value, int base, std::string* destination) { in Itoa() argument
/third_party/zlib/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs61 public int Get(byte[] destination, int offset, int count) in Get() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DQueueGL.cpp55 MaybeError Queue::WriteTextureImpl(const ImageCopyTexture& destination, in WriteTextureImpl() argument
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dsync-streaming-decoder.cc38 uint8_t* destination = bytes.get(); variable
/third_party/node/deps/v8/src/codegen/
H A Dturbo-assembler.cc42 void TurboAssemblerBase::IndirectLoadConstant(Register destination, in IndirectLoadConstant() argument
75 IndirectLoadExternalReference( Register destination, ExternalReference reference) IndirectLoadExternalReference() argument
/third_party/musl/libc-test/src/functional/
H A Dtest-malloc-stats-print.c27 static int parse_amount(const char **s, long long *destination) in parse_amount() argument
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DFieldMaskTree.cs231 public void Merge(IMessage source, IMessage destination, FieldMask.MergeOptions options) in Merge() argument
249 Merge( Node node, string path, IMessage source, IMessage destination, FieldMask.MergeOptions options) Merge() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
H A DServerQueue.cpp76 DoQueueWriteTexture(ObjectId queueId, const WGPUImageCopyTexture* destination, const uint8_t* data, uint64_t dataSize, const WGPUTextureDataLayout* dataLayout, const WGPUExtent3D* writeSize) DoQueueWriteTexture() argument
/third_party/skia/third_party/externals/dawn/src/dawn_wire/client/
H A DQueue.cpp70 void Queue::WriteTexture(const WGPUImageCopyTexture* destination, in WriteTexture() argument
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DFieldMaskTree.java240 void merge(Message source, Message.Builder destination, FieldMaskUtil.MergeOptions options) { in merge() argument
253 merge( Node node, String path, Message source, Message.Builder destination, FieldMaskUtil.MergeOptions options) merge() argument
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dgap-resolver.cc166 InstructionOperand destination = move->destination(); PerformMove() local
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DFieldMaskPartial.cs321 public void Merge(IMessage source, IMessage destination, MergeOptions options) in Merge() argument
329 public void Merge(IMessage source, IMessage destination) in Merge() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/common/
H A Dvector_utils.h260 void VectorBase<Dimension, Type>::Store(const Vector<Dimension, Type> &source, Type *destination) in Store() argument
/third_party/skia/third_party/externals/oboe/src/common/
H A DUtilities.cpp34 void convertFloatToPcm16(const float *source, int16_t *destination, int32_t numSamples) { in convertFloatToPcm16() argument
48 void convertPcm16ToFloat(const int16_t *source, float *destination, int32_t numSamples) { in convertPcm16ToFloat() argument
/third_party/skia/third_party/externals/oboe/src/fifo/
H A DFifoBuffer.cpp79 uint8_t *destination = reinterpret_cast<uint8_t *>(buffer); in read() local
123 uint8_t *destination = &mStorage[byteIndex]; in write() local
164 uint8_t *destination = reinterpret_cast<uint8_t *>(buffer); readNow() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUQueue.cpp97 writeTexture(Napi::Env env, interop::GPUImageCopyTexture destination, interop::BufferSource data, interop::GPUImageDataLayout dataLayout, interop::GPUExtent3D size) writeTexture() argument
117 copyExternalImageToTexture(Napi::Env, interop::GPUImageCopyExternalImage source, interop::GPUImageCopyTextureTagged destination, interop::GPUExtent3D copySize) copyExternalImageToTexture() argument

Completed in 17 milliseconds

123456