Searched refs:destination (Results 426 - 450 of 539) sorted by relevance

<<11121314151617181920>>

/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTIL.h1124 // Source is a pointer, destination is the value to store.
1132 SExpr *destination() { return Dest.get(); } // Address to store to function in class:clang::threadSafety::Store
1133 const SExpr *destination() const { return Dest.get(); } function in class:clang::threadSafety::Store
1146 typename C::CType Ct = Cmp.compare(destination(), E->destination());
/external/icu/icu4c/source/tools/gensprep/
H A DfilterRFC3454.pl642 --dest-filename=<name of destination file>
/external/iproute2/doc/
H A Dip-tunnels.tex191 to this destination, and {\bf NBMA} (i.e. Non-Broadcast Multi-Access) tunnels,
354 tunnel destination 10.10.13.2
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_mmx.asm40 movsxd rax, dword ptr arg(1) ;src_pixel_step ; destination pitch?
253 movsxd rax, dword ptr arg(1) ;src_pixel_step ; destination pitch?
/external/mdnsresponder/mDNSPosix/
H A DmDNSUNP.c565 #warning CMSG_FIRSTHDR not defined. Will not be able to determine destination address, received interface, etc.
/external/chromium_org/net/http/
H A Dhttp_stream_factory_impl_job.cc757 HostPortPair destination = proxy_info_.is_quic() ? local
762 destination, secure_quic, request_info_.privacy_mode,
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DHarfBuzzShaper.cpp343 static void normalizeCharacters(const TextRun& run, unsigned length, UChar* destination, unsigned* destinationLength)
367 U16_APPEND(destination, *destinationLength, length, character, error);
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dconfigure.sh1361 destination=$1
1365 cat <<EOF > ${destination}
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm102 ; Combine-add results with current destination content
136 ; Combine-add results with current destination content
170 ; Combine-add results with current destination content
204 ; Combine-add results with current destination content
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jsch.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libvpx/libvpx/build/make/
H A Dconfigure.sh1298 local destination=$1
1302 cat <<EOF > ${destination}
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_idct32x32_add_neon.asm102 ; Combine-add results with current destination content
136 ; Combine-add results with current destination content
170 ; Combine-add results with current destination content
204 ; Combine-add results with current destination content
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Dprototype-1.7.js194 function extend(destination, source) {
196 destination[property] = source[property];
197 return destination;
3000 function copy(methods, destination, onlyIfAbsent) {
3005 if (!onlyIfAbsent || !(property in destination))
3006 destination[property] = value.methodize();
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Dvariance_impl_sse2.asm750 add edi, dword ptr arg(3) ;src_pixels_per_line ; next destination
973 add edi, dword ptr arg(3) ;src_pixels_per_line ; next destination
1187 add edi, dword ptr arg(3) ;src_pixels_per_line ; next destination
/external/libvpx/libvpx/vp8/common/x86/
H A Dvariance_impl_sse2.asm750 add edi, dword ptr arg(3) ;src_pixels_per_line ; next destination
973 add edi, dword ptr arg(3) ;src_pixels_per_line ; next destination
1187 add edi, dword ptr arg(3) ;src_pixels_per_line ; next destination
/external/chromium_org/v8/src/arm64/
H A Dlithium-codegen-arm64.cc5385 Register destination; local
5387 destination = object;
5391 destination = temp0;
5399 __ Ldr(temp0, FieldMemOperand(destination, offset));
5401 // If destination aliased temp0, restore it to the address calculated
5403 if (destination.Is(temp0)) {
5405 __ Ldr(destination, FieldMemOperand(object, JSObject::kPropertiesOffset));
5410 __ Store(value, UntagSmiFieldMemOperand(destination, offset),
5413 __ Store(value, FieldMemOperand(destination, offset), representation);
5416 __ RecordWriteField(destination,
[all...]
/external/llvm/test/MC/ARM/
H A Dbasic-arm-instructions.s178 @ destination register is optional
250 @ destination register is optional
363 @ destination register is optional
749 @ destination register is optional
1300 @ destination register is optional
1585 @ destination register is optional
1641 @ destination register is optional
1742 @ destination register is optional
2397 @ destination register is optional
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.cpp1108 size_t destination = 0;
1115 if (source != destination)
1116 attributeVector[destination] = attributeVector[source];
1118 ++destination;
1120 attributeVector.shrink(destination);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTextIterator.cpp2050 UChar* destination = m_buffer.data() + oldLength; local
2051 StringImpl::copyChars(destination, characters, usableLength);
2052 foldQuoteMarksAndSoftHyphens(destination, usableLength);
/external/chromium_org/v8/src/
H A Dcode-stubs.h1885 DoubleToIStub(Isolate* isolate, Register source, Register destination, argument
1889 DestinationRegisterBits::encode(destination.code()) |
1902 Register destination() const { function in class:DoubleToIStub
H A Dlithium-allocator.cc738 LOperand* cur_to = cur.destination();
903 LOperand* to = cur->destination();
1289 LOperand* to = move->move_operands()->at(j).destination();
/external/chromium_org/v8/src/compiler/
H A Dregister-allocator.cc719 InstructionOperand* cur_to = cur.destination();
968 InstructionOperand* to = cur->destination();
1314 InstructionOperand* to = move->move_operands()->at(j).destination();
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js106 Object.extend = function(destination, source) {
108 destination[property] = source[property];
109 return destination;
2634 function copy(methods, destination, onlyIfAbsent) {
2639 if (!onlyIfAbsent || !(property in destination))
2640 destination[property] = value.methodize();

Completed in 1160 milliseconds

<<11121314151617181920>>