/external/webrtc/webrtc/common_audio/resampler/ |
D | push_sinc_resampler.cc | 36 int16_t* destination, in Resample() 51 float* destination, in Resample() 81 void PushSincResampler::Run(size_t frames, float* destination) { in Run()
|
/external/gemmlowp/meta/generators/ |
D | neon_emitter.py | 287 def EmitAdd(self, destination, source, param): argument 290 def EmitSubs(self, destination, source, param): argument 293 def EmitSub(self, destination, source, param): argument 296 def EmitMul(self, destination, source, param): argument 326 def EmitVAdd(self, add_type, destination, source_1, source_2): argument 331 def EmitVAddw(self, add_type, destination, source_1, source_2): argument 334 def EmitVSub(self, sub_type, destination, source_1, source_2): argument 339 def EmitVCvt(self, cvt_to, cvt_from, destination, source): argument 342 def EmitVDup(self, dup_type, destination, source): argument 345 def EmitVMax(self, size, destination, source_1, source_2): argument [all …]
|
D | neon_emitter_64.py | 523 def EmitAdd(self, destination, source, param): argument 526 def EmitSubs(self, destination, source, param): argument 529 def EmitSub(self, destination, source, param): argument 532 def EmitMul(self, destination, source, param): argument 538 def EmitVMovl(self, mov_type, destination, source): argument 569 def EmitVMax(self, max_type, destination, source_1, source_2): argument 581 def EmitVMin(self, min_type, destination, source_1, source_2): argument 617 def EmitVAdd(self, add_type, destination, source_1, source_2): argument 631 def EmitVAddw(self, add_type, destination, source_1, source_2): argument 641 def EmitVSub(self, sub_type, destination, source_1, source_2): argument [all …]
|
/external/vogar/src/vogar/ |
D | HostFileCache.java | 35 private void cp(File source, File destination) { in cp() 44 private void mv(File source, File destination) { in mv() 53 public void copyFromCache(String key, File destination) { in copyFromCache()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
D | resample_input_audio_file.cc | 21 int16_t* destination) { in Read() 37 bool ResampleInputAudioFile::Read(size_t samples, int16_t* destination) { in Read()
|
D | input_audio_file.cc | 24 bool InputAudioFile::Read(size_t samples, int16_t* destination) { in Read() 65 int16_t* destination) { in DuplicateInterleaved()
|
/external/google-breakpad/src/common/windows/ |
D | string_utils-inl.h | 105 inline void WindowsStringUtils::safe_wcscpy(wchar_t *destination, in safe_wcscpy() 121 inline void WindowsStringUtils::safe_wcsncpy(wchar_t *destination, in safe_wcsncpy()
|
/external/r8/buildSrc/src/main/java/dx/ |
D | DexMerger.java | 19 private File destination; field in DexMerger 36 public void setDestination(File destination) { in setDestination()
|
D | Dx.java | 19 private File destination; field in Dx 36 public void setDestination(File destination) { in setDestination()
|
/external/r8/buildSrc/src/main/java/smali/ |
D | Smali.java | 18 private File destination; field in Smali 34 public void setDestination(File destination) { in setDestination()
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | MessageLog.java | 51 private String destination; field in MessageLog 85 String destination, in MessageLog() 118 String destination, in MessageLog()
|
D | DefaultMessageLogFactory.java | 16 String destination, String timeStamp, boolean isSender, in createLogRecord() 23 String destination, long timeStamp, boolean isSender, in createLogRecord()
|
/external/libmojo/mojo/common/ |
D | data_pipe_file_utils.cc | 20 ScopedDataPipeProducerHandle destination, in BlockingCopyFromFile() 70 ScopedDataPipeProducerHandle destination, in CopyFromFile()
|
D | data_pipe_utils.cc | 79 const ScopedDataPipeProducerHandle& destination) { in BlockingCopyFromString() 111 const base::FilePath& destination) { in BlockingCopyToFile() 120 const base::FilePath& destination, in CopyToFile()
|
/external/parameter-framework/upstream/test/test-subsystem/ |
D | TESTSubsystemBinary.cpp | 58 auto destination = MAKE_ARRAY_ITERATOR(reinterpret_cast<uint8_t *>(&uiValue), sizeof(uiValue)); in toString() local 78 auto destination = MAKE_ARRAY_ITERATOR(static_cast<uint8_t *>(pvValue), size); in fromString() local
|
/external/libchrome/sandbox/win/src/ |
D | policy_engine_params.h | 65 bool Get(uint32_t* destination) const { in Get() 74 bool Get(const void** destination) const { in Get() 83 bool Get(const wchar_t** destination) const { in Get()
|
/external/webrtc/webrtc/base/ |
D | socketaddresspair.h | 27 const SocketAddress& destination() const { return dest_; } in destination() function
|
/external/v8/src/crankshaft/x87/ |
D | lithium-gap-resolver-x87.cc | 79 LOperand* destination = moves_[index].destination(); in PerformMove() local 134 LOperand* destination = move.destination(); in AddMove() local 148 LOperand* destination = moves_[index].destination(); in RemoveMove() local 200 LOperand* destination = moves_[i].destination(); in Verify() local 261 LOperand* destination = moves_[index].destination(); in EmitMove() local 364 LOperand* destination = moves_[index].destination(); in EmitSwap() local
|
/external/libchrome/sandbox/win/src/sidestep/ |
D | preamble_patcher_with_stub.cpp | 23 inline void* RawMemcpy(void* destination, const void* source, size_t bytes) { in RawMemcpy() 36 inline void* RawMemset(void* destination, int value, size_t bytes) { in RawMemset()
|
/external/tpm2/ |
D | MemoryLib_fp.h | 18 #define MemoryCopy(destination, source, size, destSize) \ argument
|
/external/jcommander/src/test/java/com/beust/jcommander/args/ |
D | ArgsLongDescription.java | 18 public String destination; field in ArgsLongDescription
|
/external/autotest/server/cros/ |
D | gsutil_wrapper.py | 11 def copy_private_bucket(host, bucket, filename, destination, timeout_s=30): argument
|
/external/parameter-framework/upstream/utility/ |
D | BinaryCopy.hpp | 65 Destination_ destination; in binaryCopy() member
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-gap-resolver-ia32.cc | 78 LOperand* destination = moves_[index].destination(); in PerformMove() local 133 LOperand* destination = move.destination(); in AddMove() local 147 LOperand* destination = moves_[index].destination(); in RemoveMove() local 199 LOperand* destination = moves_[i].destination(); in Verify() local 260 LOperand* destination = moves_[index].destination(); in EmitMove() local 359 LOperand* destination = moves_[index].destination(); in EmitSwap() local
|
/external/v8/src/crankshaft/x64/ |
D | lithium-gap-resolver-x64.cc | 75 LOperand* destination = moves_[index].destination(); in PerformMove() local 130 LOperand* destination = moves_[i].destination(); in Verify() local 144 LOperand* destination = moves_[index].destination(); in EmitMove() local 240 LOperand* destination = moves_[index].destination(); in EmitSwap() local
|