/third_party/node/deps/npm/node_modules/socks-proxy-agent/dist/ |
H A D | index.js | |
/third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/ |
H A D | StreamExtensions.cs | 51 public static void CopyTo(this Stream source, Stream destination) in CopyTo() argument
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
H A D | ObjectBaseTests.cpp | 112 Object destination; in TEST() local 128 Object destination; in TEST() local 174 Object destination; TEST() local [all...] |
H A D | RefCountedTests.cpp | 165 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 D | FieldMaskTreeTest.cs | 162 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 D | BrotliOutputStream.java | 29 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 D | BrotliEncoderChannel.java | 31 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 D | Encoder.java | 19 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 D | open_type_data_test.cc | 56 WritableFontDataPtr destination = new WritableFontData(destination_array); in TestOTFCopy() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | numbers_test_common.h | 33 inline bool Itoa(IntType value, int base, std::string* destination) { in Itoa() argument
|
/third_party/zlib/contrib/dotzlib/DotZLib/ |
H A D | CircularBuffer.cs | 61 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 D | QueueGL.cpp | 55 MaybeError Queue::WriteTextureImpl(const ImageCopyTexture& destination, in WriteTextureImpl() argument [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | sync-streaming-decoder.cc | 38 uint8_t* destination = bytes.get(); variable
|
/third_party/node/deps/v8/src/codegen/ |
H A D | turbo-assembler.cc | 42 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 D | test-malloc-stats-print.c | 27 static int parse_amount(const char **s, long long *destination) in parse_amount() argument
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | FieldMaskTree.cs | 231 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 D | ServerQueue.cpp | 76 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 D | Queue.cpp | 70 void Queue::WriteTexture(const WGPUImageCopyTexture* destination, in WriteTexture() argument
|
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/ |
H A D | FieldMaskTree.java | 240 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 D | gap-resolver.cc | 166 InstructionOperand destination = move->destination(); PerformMove() local [all...] |
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
H A D | FieldMaskPartial.cs | 321 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 D | vector_utils.h | 260 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 D | Utilities.cpp | 34 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 D | FifoBuffer.cpp | 79 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 D | GPUQueue.cpp | 97 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
|