/external/gemmlowp/meta/generators/ |
D | neon_emitter.py | 242 def EmitAdd(self, destination, source, param): argument 245 def EmitSubs(self, destination, source, param): argument 248 def EmitSub(self, destination, source, param): argument 251 def EmitMul(self, destination, source, param): argument 272 def EmitVAdd(self, add_type, destination, source_1, source_2): argument 275 def EmitVAddw(self, add_type, destination, source_1, source_2): argument 278 def EmitVCvt(self, cvt_to, cvt_from, destination, source): argument 281 def EmitVDup(self, dup_type, destination, source): argument 284 def EmitVMov(self, mov_type, destination, source): argument 287 def EmitVQmovn(self, mov_type, destination, source): argument [all …]
|
/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/autotest/client/tests/kvm/ |
D | get_started.py | 15 def check_iso(url, destination, hash): argument 107 destination = os.path.join(base_dir, 'isos', 'linux') variable 120 destination = os.path.join(base_dir, 'isos', 'windows') variable
|
/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/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/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/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/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/opencv3/samples/cpp/ |
D | cloning_demo.cpp | 62 Mat destination = imread(original_path2, IMREAD_COLOR); in main() local 99 Mat destination = imread(original_path2, IMREAD_COLOR); in main() local 136 Mat destination = imread(original_path2, IMREAD_COLOR); in main() local
|
/external/opencv3/samples/cpp/tutorial_code/photo/seamless_cloning/ |
D | cloning_demo.cpp | 61 Mat destination = imread(original_path2, IMREAD_COLOR); in main() local 98 Mat destination = imread(original_path2, IMREAD_COLOR); in main() local 135 Mat destination = imread(original_path2, IMREAD_COLOR); in main() local
|
/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 202 LOperand* destination = moves_[i].destination(); in Verify() local 264 LOperand* destination = moves_[index].destination(); in EmitMove() local 367 LOperand* destination = moves_[index].destination(); in EmitSwap() local
|
/external/v8/src/compiler/ |
D | gap-resolver.cc | 17 inline bool Blocks(MoveOperands* move, InstructionOperand destination) { in Blocks() 50 InstructionOperand destination = move->destination(); in PerformMove() local
|
/external/jetty/src/java/org/eclipse/jetty/util/resource/ |
D | FileResource.java | 386 public void copyTo(File destination) in copyTo() 391 IO.copyDir(getFile(),destination); in copyTo() local 397 IO.copy(getFile(),destination); in copyTo() local
|
/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/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 201 LOperand* destination = moves_[i].destination(); in Verify() local 263 LOperand* destination = moves_[index].destination(); in EmitMove() local 362 LOperand* destination = moves_[index].destination(); in EmitSwap() local
|
/external/skia/src/animator/ |
D | SkMatrixParts.h | 99 SkDrawRect* destination; variable 114 SkPolygon* destination; variable
|
/external/v8/src/crankshaft/x64/ |
D | lithium-gap-resolver-x64.cc | 74 LOperand* destination = moves_[index].destination(); in PerformMove() local 129 LOperand* destination = moves_[i].destination(); in Verify() local 143 LOperand* destination = moves_[index].destination(); in EmitMove() local 239 LOperand* destination = moves_[index].destination(); in EmitSwap() local
|
/external/protobuf/src/google/protobuf/ |
D | extension_set_unittest.cc | 343 unittest::TestAllTypes destination; in TEST() local 364 unittest::TestAllTypes destination; in TEST() local 387 unittest::TestPackedTypes destination; in TEST() local 408 unittest::TestPackedTypes destination; in TEST() local 426 unittest::TestAllExtensions destination; in TEST() local 439 unittest::TestPackedExtensions destination; in TEST() local 450 unittest::TestUnpackedExtensions destination; in TEST() local 471 unittest::TestPackedExtensions destination; in TEST() local
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-gap-resolver-arm64.cc | 96 LOperand* destination = current_move.destination(); in PerformMove() local 136 LOperand* destination = moves_[i].destination(); in Verify() local 203 LOperand* destination = moves_[index].destination(); in EmitMove() local
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-gap-resolver-ppc.cc | 89 LOperand* destination = moves_[index].destination(); in PerformMove() local 129 LOperand* destination = moves_[i].destination(); in Verify() local 188 LOperand* destination = moves_[index].destination(); in EmitMove() 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/jetty/src/java/org/eclipse/jetty/client/ |
D | RedirectListener.java | 43 public RedirectListener(HttpDestination destination, HttpExchange ex) in RedirectListener() 128 …HttpDestination destination=_destination.getHttpClient().getDestination(_exchange.getAddress(),isH… in checkExchangeComplete() local
|
/external/v8/src/crankshaft/arm/ |
D | lithium-gap-resolver-arm.cc | 102 LOperand* destination = moves_[index].destination(); in PerformMove() local 142 LOperand* destination = moves_[i].destination(); in Verify() local 201 LOperand* destination = moves_[index].destination(); in EmitMove() local
|