/external/v8/src/crankshaft/x64/ |
D | lithium-gap-resolver-x64.cc | 74 LOperand* destination = moves_[index].destination(); in PerformMove() local 83 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove() 99 moves_[index].set_destination(destination); in PerformMove() 103 if (moves_[index].source()->Equals(destination)) { in PerformMove() 113 if (other_move.Blocks(destination)) { in PerformMove() 129 LOperand* destination = moves_[i].destination(); in Verify() local 131 SLOW_DCHECK(!destination->Equals(moves_[j].destination())); in Verify() 143 LOperand* destination = moves_[index].destination(); in EmitMove() local 149 if (destination->IsRegister()) { in EmitMove() 150 Register dst = cgen_->ToRegister(destination); in EmitMove() [all …]
|
/external/v8/src/crankshaft/ia32/ |
D | lithium-gap-resolver-ia32.cc | 78 LOperand* destination = moves_[index].destination(); in PerformMove() local 87 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove() 103 moves_[index].set_destination(destination); in PerformMove() 107 if (moves_[index].source()->Equals(destination)) { in PerformMove() 117 if (other_move.Blocks(destination)) { in PerformMove() 133 LOperand* destination = move.destination(); in AddMove() local 134 if (destination->IsRegister()) ++destination_uses_[destination->index()]; in AddMove() 147 LOperand* destination = moves_[index].destination(); in RemoveMove() local 148 if (destination->IsRegister()) { in RemoveMove() 149 --destination_uses_[destination->index()]; in RemoveMove() [all …]
|
/external/v8/src/crankshaft/x87/ |
D | lithium-gap-resolver-x87.cc | 79 LOperand* destination = moves_[index].destination(); in PerformMove() local 88 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove() 104 moves_[index].set_destination(destination); in PerformMove() 108 if (moves_[index].source()->Equals(destination)) { in PerformMove() 118 if (other_move.Blocks(destination)) { in PerformMove() 134 LOperand* destination = move.destination(); in AddMove() local 135 if (destination->IsRegister()) ++destination_uses_[destination->index()]; in AddMove() 148 LOperand* destination = moves_[index].destination(); in RemoveMove() local 149 if (destination->IsRegister()) { in RemoveMove() 150 --destination_uses_[destination->index()]; in RemoveMove() [all …]
|
/external/v8/src/crankshaft/mips64/ |
D | lithium-gap-resolver-mips64.cc | 87 LOperand* destination = moves_[index].destination(); in PerformMove() local 96 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove() 106 moves_[index].set_destination(destination); in PerformMove() 112 if (other_move.Blocks(destination)) { in PerformMove() 127 LOperand* destination = moves_[i].destination(); in Verify() local 129 SLOW_DCHECK(!destination->Equals(moves_[j].destination())); in Verify() 141 DCHECK(moves_[index].destination()->Equals(moves_[root_index_].source())); in BreakCycle() 145 saved_destination_ = moves_[index].destination(); in BreakCycle() 188 LOperand* destination = moves_[index].destination(); in EmitMove() local 195 if (destination->IsRegister()) { in EmitMove() [all …]
|
/external/v8/src/crankshaft/arm64/ |
D | lithium-gap-resolver-arm64.cc | 96 LOperand* destination = current_move.destination(); in PerformMove() local 105 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove() 115 current_move.set_destination(destination); in PerformMove() 121 if (other_move.Blocks(destination)) { in PerformMove() 136 LOperand* destination = moves_[i].destination(); in Verify() local 138 SLOW_DCHECK(!destination->Equals(moves_[j].destination())); in Verify() 146 DCHECK(moves_[index].destination()->Equals(moves_[root_index_].source())); in BreakCycle() 154 saved_destination_ = moves_[index].destination(); in BreakCycle() 203 LOperand* destination = moves_[index].destination(); in EmitMove() local 210 if (destination->IsRegister()) { in EmitMove() [all …]
|
/external/v8/src/crankshaft/ppc/ |
D | lithium-gap-resolver-ppc.cc | 89 LOperand* destination = moves_[index].destination(); in PerformMove() local 98 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove() 108 moves_[index].set_destination(destination); in PerformMove() 114 if (other_move.Blocks(destination)) { in PerformMove() 129 LOperand* destination = moves_[i].destination(); in Verify() local 131 SLOW_DCHECK(!destination->Equals(moves_[j].destination())); in Verify() 143 DCHECK(moves_[index].destination()->Equals(moves_[root_index_].source())); in BreakCycle() 147 saved_destination_ = moves_[index].destination(); in BreakCycle() 188 LOperand* destination = moves_[index].destination(); in EmitMove() local 195 if (destination->IsRegister()) { in EmitMove() [all …]
|
/external/v8/src/crankshaft/mips/ |
D | lithium-gap-resolver-mips.cc | 87 LOperand* destination = moves_[index].destination(); in PerformMove() local 96 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove() 106 moves_[index].set_destination(destination); in PerformMove() 112 if (other_move.Blocks(destination)) { in PerformMove() 127 LOperand* destination = moves_[i].destination(); in Verify() local 129 SLOW_DCHECK(!destination->Equals(moves_[j].destination())); in Verify() 141 DCHECK(moves_[index].destination()->Equals(moves_[root_index_].source())); in BreakCycle() 145 saved_destination_ = moves_[index].destination(); in BreakCycle() 188 LOperand* destination = moves_[index].destination(); in EmitMove() local 195 if (destination->IsRegister()) { in EmitMove() [all …]
|
/external/v8/src/crankshaft/arm/ |
D | lithium-gap-resolver-arm.cc | 102 LOperand* destination = moves_[index].destination(); in PerformMove() local 111 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove() 121 moves_[index].set_destination(destination); in PerformMove() 127 if (other_move.Blocks(destination)) { in PerformMove() 142 LOperand* destination = moves_[i].destination(); in Verify() local 144 SLOW_DCHECK(!destination->Equals(moves_[j].destination())); in Verify() 155 DCHECK(moves_[index].destination()->Equals(moves_[root_index_].source())); in BreakCycle() 159 saved_destination_ = moves_[index].destination(); in BreakCycle() 201 LOperand* destination = moves_[index].destination(); in EmitMove() local 208 if (destination->IsRegister()) { in EmitMove() [all …]
|
/external/gemmlowp/meta/generators/ |
D | neon_emitter.py | 242 def EmitAdd(self, destination, source, param): argument 243 self.EmitOp3('add', destination, source, param) 245 def EmitSubs(self, destination, source, param): argument 246 self.EmitOp3('subs', destination, source, param) 248 def EmitSub(self, destination, source, param): argument 249 self.EmitOp3('sub', destination, source, param) 251 def EmitMul(self, destination, source, param): argument 252 self.EmitOp3('mul', destination, source, param) 272 def EmitVAdd(self, add_type, destination, source_1, source_2): argument 273 self.EmitOp3('vadd.%s' % add_type, destination, source_1, source_2) [all …]
|
/external/google-breakpad/src/common/windows/ |
D | string_utils-inl.h | 75 static void safe_wcscpy(wchar_t *destination, size_t destination_size, 82 static void safe_wcsncpy(wchar_t *destination, size_t destination_size, 105 inline void WindowsStringUtils::safe_wcscpy(wchar_t *destination, in safe_wcscpy() argument 109 wcscpy_s(destination, destination_size, source); in safe_wcscpy() 114 wcsncpy(destination, source, destination_size); in safe_wcscpy() 115 if (destination && destination_size) in safe_wcscpy() 116 destination[destination_size - 1] = 0; in safe_wcscpy() 121 inline void WindowsStringUtils::safe_wcsncpy(wchar_t *destination, in safe_wcsncpy() argument 126 wcsncpy_s(destination, destination_size, source, count); in safe_wcsncpy() 134 wcsncpy(destination, source, count); in safe_wcsncpy() [all …]
|
/external/v8/src/compiler/ |
D | gap-resolver.cc | 17 inline bool Blocks(MoveOperands* move, InstructionOperand destination) { in Blocks() argument 18 return move->Blocks(destination); in Blocks() 50 InstructionOperand destination = move->destination(); in PerformMove() local 57 if (other->Blocks(destination) && !other->IsPending()) { in PerformMove() 73 move->set_destination(destination); in PerformMove() 78 if (source.EqualsCanonicalized(destination)) { in PerformMove() 87 std::bind2nd(std::ptr_fun(&Blocks), destination)); in PerformMove() 90 assembler_->AssembleMove(&source, &destination); in PerformMove() 98 std::swap(source, destination); in PerformMove() 100 assembler_->AssembleSwap(&source, &destination); in PerformMove() [all …]
|
/external/autotest/client/site_tests/security_RootfsStatefulSymlinks/ |
D | baseline | 4 "destination": "/home/chronos/user/var/browser-policies", 11 "destination": "/var/run/l2tpipsec_vpn/current/ipsec.conf", 18 "destination": "/var/run/l2tpipsec_vpn/current/cacert.der", 25 "destination": "/var/run/l2tpipsec_vpn/current/ipsec.secrets", 32 "destination": "/var/lib/timezone/localtime", 39 "destination": "/var/lib/dbus/machine-id", 46 "destination": "/home/chronos/user/var/browser-policies", 53 "destination": "/var/run/shill/resolv.conf", 60 "destination": "/var/run/l2tpipsec_vpn/current/strongswan.conf", 67 "destination": "/usr/local/bin/python2.7", [all …]
|
/external/webrtc/webrtc/common_audio/resampler/ |
D | push_sinc_resampler.cc | 36 int16_t* destination, in Resample() argument 44 FloatS16ToS16(float_buffer_.get(), destination_frames_, destination); in Resample() 51 float* destination, in Resample() argument 74 resampler_->Resample(resampler_->ChunkSize(), destination); in Resample() 76 resampler_->Resample(destination_frames_, destination); in Resample() 81 void PushSincResampler::Run(size_t frames, float* destination) { in Run() argument 89 std::memset(destination, 0, frames * sizeof(*destination)); in Run() 95 std::memcpy(destination, source_ptr_, frames * sizeof(*destination)); in Run() 98 destination[i] = static_cast<float>(source_ptr_int_[i]); in Run()
|
/external/skia/src/animator/ |
D | SkMatrixParts.cpp | 161 SK_MEMBER(destination, Rect), 170 source(nullptr), destination(nullptr) { in SkRectToRect() 177 if (source == nullptr || destination == nullptr) in add() 180 temp.setRectToRect(source->fRect, destination->fRect, in add() 198 if (destination) { in dump() 201 destination->dump(maker); in dump() 214 SkASSERT(destination == nullptr); in preferredChild() 223 SK_MEMBER(destination, Polygon), 231 SkPolyToPoly::SkPolyToPoly() : source(nullptr), destination(nullptr) { in SkPolyToPoly() 239 SkASSERT(destination); in add() [all …]
|
/external/jetty/src/java/org/eclipse/jetty/client/ |
D | SocketConnector.java | 50 public void startConnection(final HttpDestination destination) throws IOException in startConnection() argument 52 Socket socket= destination.isSecure() in startConnection() 53 ? destination.getSslContextFactory().newSslSocket() in startConnection() 59 … Address address = destination.isProxied() ? destination.getProxy() : destination.getAddress(); in startConnection() 65 connection.setDestination(destination); in startConnection() 66 destination.onNewConnection(connection); in startConnection() 92 destination.onException(e); in startConnection() 99 destination.returnConnection(connection,true); in startConnection()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
D | packet.cc | 149 void Packet::CopyToHeader(RTPHeader* destination) const { in CopyToHeader() 150 destination->markerBit = header_.markerBit; in CopyToHeader() 151 destination->payloadType = header_.payloadType; in CopyToHeader() 152 destination->sequenceNumber = header_.sequenceNumber; in CopyToHeader() 153 destination->timestamp = header_.timestamp; in CopyToHeader() 154 destination->ssrc = header_.ssrc; in CopyToHeader() 155 destination->numCSRCs = header_.numCSRCs; in CopyToHeader() 156 destination->paddingLength = header_.paddingLength; in CopyToHeader() 157 destination->headerLength = header_.headerLength; in CopyToHeader() 158 destination->payload_type_frequency = header_.payload_type_frequency; in CopyToHeader() [all …]
|
/external/autotest/client/tests/kvm/ |
D | get_started.py | 15 def check_iso(url, destination, hash): argument 27 if not destination: 28 os.makedirs(destination) 29 iso_path = os.path.join(destination, os.path.basename(url)) 36 utils.unmap_url_cache(destination, url, hash, method="sha1") 52 utils.unmap_url_cache(destination, url, hash, method="sha1") 107 destination = os.path.join(base_dir, 'isos', 'linux') variable 108 path = os.path.join(destination, iso_name) 109 check_iso(url, destination, hash) 120 destination = os.path.join(base_dir, 'isos', 'windows') variable [all …]
|
/external/vogar/src/vogar/ |
D | HostFileCache.java | 35 private void cp(File source, File destination) { in cp() argument 36 List<String> rawResult = new Command.Builder(log).args("cp", source, destination).execute(); in cp() 39 throw new RuntimeException("Couldn't copy " + source + " to " + destination in cp() 44 private void mv(File source, File destination) { in mv() argument 45 List<String> rawResult = new Command.Builder(log).args("mv", source, destination).execute(); in mv() 48 throw new RuntimeException("Couldn't move " + source + " to " + destination in mv() 53 public void copyFromCache(String key, File destination) { in copyFromCache() argument 55 cp(cachedFile, destination); in copyFromCache()
|
/external/opencv3/samples/cpp/ |
D | cloning_demo.cpp | 62 Mat destination = imread(original_path2, IMREAD_COLOR); in main() local 70 if(destination.empty()) in main() 86 seamlessClone(source, destination, mask, p, result, 1); in main() 99 Mat destination = imread(original_path2, IMREAD_COLOR); in main() local 107 if(destination.empty()) in main() 120 p.x = destination.size().width/2; in main() 121 p.y = destination.size().height/2; in main() 123 seamlessClone(source, destination, mask, p, result, 2); in main() 136 Mat destination = imread(original_path2, IMREAD_COLOR); in main() local 144 if(destination.empty()) in main() [all …]
|
/external/opencv3/samples/cpp/tutorial_code/photo/seamless_cloning/ |
D | cloning_demo.cpp | 61 Mat destination = imread(original_path2, IMREAD_COLOR); in main() local 69 if(destination.empty()) in main() 85 seamlessClone(source, destination, mask, p, result, 1); in main() 98 Mat destination = imread(original_path2, IMREAD_COLOR); in main() local 106 if(destination.empty()) in main() 119 p.x = destination.size().width/2; in main() 120 p.y = destination.size().height/2; in main() 122 seamlessClone(source, destination, mask, p, result, 2); in main() 135 Mat destination = imread(original_path2, IMREAD_COLOR); in main() local 143 if(destination.empty()) in main() [all …]
|
/external/opencv3/modules/photo/test/ |
D | test_cloning.cpp | 70 Mat destination = imread(original_path2, IMREAD_COLOR); in TEST() local 74 ASSERT_FALSE(destination.empty()) << "Could not load destination image " << original_path2; in TEST() 79 p.x = destination.size().width/2; in TEST() 80 p.y = destination.size().height/2; in TEST() 81 seamlessClone(source, destination, mask, p, result, 1); in TEST() 101 Mat destination = imread(original_path2, IMREAD_COLOR); in TEST() local 105 ASSERT_FALSE(destination.empty()) << "Could not load destination image " << original_path2; in TEST() 110 p.x = destination.size().width/2; in TEST() 111 p.y = destination.size().height/2; in TEST() 112 seamlessClone(source, destination, mask, p, result, 2); in TEST() [all …]
|
/external/libavc/common/arm/ |
D | ih264_default_weighted_pred_a9q.s | 51 @* stores it in the destination block. 60 @* UWORD8 pointer to the destination where the output block is stored. 69 @* Stride of the destination buffer 136 vst1.32 d0[0], [r2], r5 @load row 1 in destination 137 vst1.32 d0[1], [r2], r5 @load row 2 in destination 139 vst1.32 d1[0], [r2], r5 @load row 3 in destination 140 vst1.32 d1[1], [r2], r5 @load row 4 in destination 160 vst1.8 d0, [r2], r5 @load row 1 in destination 162 vst1.8 d1, [r2], r5 @load row 2 in destination 163 vst1.8 d2, [r2], r5 @load row 3 in destination [all …]
|
/external/protobuf/src/google/protobuf/ |
D | repeated_field_unittest.cc | 250 RepeatedField<int> source, destination; in TEST() local 253 destination.Add(1); in TEST() 254 destination.Add(2); in TEST() 255 destination.Add(3); in TEST() 257 destination.MergeFrom(source); in TEST() 259 ASSERT_EQ(5, destination.size()); in TEST() 260 EXPECT_EQ(1, destination.Get(0)); in TEST() 261 EXPECT_EQ(2, destination.Get(1)); in TEST() 262 EXPECT_EQ(3, destination.Get(2)); in TEST() 263 EXPECT_EQ(4, destination.Get(3)); in TEST() [all …]
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
D | MessageLog.java | 51 private String destination; field in MessageLog 85 String destination, in MessageLog() argument 96 this.destination = destination; in MessageLog() 118 String destination, in MessageLog() argument 129 this.destination = destination; in MessageLog() 153 + destination in toString()
|
/external/valgrind/memcheck/tests/ |
D | overlap.stderr.exp | 1 Source and destination overlap in memcpy(0x........, 0x........, 21) 5 Source and destination overlap in memcpy(0x........, 0x........, 21) 9 Source and destination overlap in strncpy(0x........, 0x........, 21) 13 Source and destination overlap in strncpy(0x........, 0x........, 21) 17 Source and destination overlap in strcpy(0x........, 0x........) 21 Source and destination overlap in strncat(0x........, 0x........, 21) 25 Source and destination overlap in strncat(0x........, 0x........, 21)
|