Searched defs:destination (Results 126 - 150 of 180) sorted by relevance

12345678

/external/sonivox/arm-wt-22k/lib_src/
H A Deas_mdls.c250 EAS_U16 destination; member in struct:s_connection_tag
1920 EAS_U16 destination; local
1950 if ((result = EAS_HWGetWord(pDLSData->hwInstData, pDLSData->fileHandle, &destination, EAS_FALSE)) != EAS_SUCCESS)
1961 (connTable[i].destination == destination) &&
/external/webkit/Source/JavaScriptCore/assembler/
H A DMacroAssemblerARMv7.h385 // Loads are of the form load(address, destination) and stores of the form
1349 static void repatchCall(CodeLocationCall call, CodeLocationLabel destination) argument
1351 ARMv7Assembler::relinkCall(call.dataLocation(), destination.executableAddress());
1354 static void repatchCall(CodeLocationCall call, FunctionPtr destination) argument
1356 ARMv7Assembler::relinkCall(call.dataLocation(), destination.executableAddress());
H A DARMv7Assembler.h1614 static void* getRelocatedAddress(void* code, JmpDst destination) argument
1616 ASSERT(destination.m_offset != -1);
1618 return reinterpret_cast<void*>(reinterpret_cast<ptrdiff_t>(code) + destination.m_offset);
H A DSH4Assembler.h1493 static void* getRelocatedAddress(void* code, JmpDst destination) argument
1495 ASSERT(destination.m_offset != -1);
1496 return reinterpret_cast<void*>(reinterpret_cast<uint32_t>(code) + destination.m_offset);
H A DX86Assembler.h1611 static void* getRelocatedAddress(void* code, JmpDst destination) argument
1613 ASSERT(destination.m_offset != -1);
1615 return reinterpret_cast<void*>(reinterpret_cast<ptrdiff_t>(code) + destination.m_offset);
/external/webkit/Source/WebCore/editing/
H A DCompositeEditCommand.cpp833 void CompositeEditCommand::cleanupAfterDeletion(VisiblePosition destination) argument
836 if (caretAfterDelete != destination && isStartOfParagraph(caretAfterDelete) && isEndOfParagraph(caretAfterDelete)) {
910 void CompositeEditCommand::moveParagraph(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, const VisiblePosition& destination, bool preserveSelection, bool preserveStyle) argument
914 moveParagraphs(startOfParagraphToMove, endOfParagraphToMove, destination, preserveSelection, preserveStyle);
917 void CompositeEditCommand::moveParagraphs(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, const VisiblePosition& destination, bool preserveSelection, bool preserveStyle) argument
919 if (startOfParagraphToMove == destination)
977 // The moved paragraph should assume the block style of the destination.
987 ASSERT(destination.deepEquivalent().anchorNode()->inDocument());
988 cleanupAfterDeletion(destination);
989 ASSERT(destination
[all...]
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontAndroid.cpp505 UChar* destination, int length);
888 UChar* destination, int length)
905 U16_APPEND(destination, position, length, character, error);
887 normalizeSpacesAndMirrorChars(const UChar* source, bool rtl, UChar* destination, int length) argument
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp979 void DumpRenderTreeSupportQt::addURLToRedirect(const QString& origin, const QString& destination) argument
981 FrameLoaderClientQt::URLsToRedirect[origin] = destination;
/external/webkit/Tools/DumpRenderTree/qt/
H A DLayoutTestControllerQt.cpp864 void LayoutTestController::addURLToRedirect(const QString& origin, const QString& destination) argument
866 DumpRenderTreeSupportQt::addURLToRedirect(origin, destination);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar ... .artifact.IArtifactDescriptor descriptor java.io.OutputStream destination org.eclipse.core.runtime.IProgressMonitor monitor ...
H A Dorg.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar ... .artifact.IArtifactDescriptor descriptor java.io.OutputStream destination org.eclipse.core.runtime.IProgressMonitor monitor
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu4c/i18n/
H A Dusearch.cpp200 * Adds a uint32_t value to a destination array.
204 * before calling this method. destination not to be NULL and has at least
206 * @param destination target array
207 * @param offset destination offset to add value
213 * @return new destination array, destination if there was no new allocation
216 inline int32_t * addTouint32_tArray(int32_t *destination, argument
231 uprv_memcpy(temp, destination, sizeof(int32_t) * offset);
233 destination = temp;
235 destination[offse
256 addTouint64_tArray(int64_t *destination, uint32_t offset, uint32_t *destinationlength, uint64_t value, uint32_t increments, UErrorCode *status) argument
1369 addToUCharArray( UChar *destination, int32_t *destinationlength, const UChar *source1, const UChar *source2, int32_t source2length, const UChar *source3, UErrorCode *status) argument
[all...]
/external/netperf/
H A Dnettest_bsd.c1161 print_top_test_header(char test_name[], struct addrinfo *source, struct addrinfo *destination)
1184 inet_ntop(destination->ai_family,get_address_address(destination),address_buf,sizeof(address_buf));
1187 destination->ai_canonname,
1189 get_port_number(destination),
1190 inet_ftos(destination->ai_family));
6847 /* the default destination address on this socket. With UDP, this */
1154 print_top_test_header(char test_name[], struct addrinfo *source, struct addrinfo *destination) argument
/external/v8/src/arm/
H A Dstub-cache-arm.cc944 // Move sign bit from source to destination. This works because the sign
3722 // r3 mostly holds the elements array or the destination external array.
3778 FloatingPointHelper::Destination destination; local
3780 destination = FloatingPointHelper::kVFPRegisters;
3782 destination = FloatingPointHelper::kCoreRegisters;
3785 masm, r5, destination,
3788 if (destination == FloatingPointHelper::kVFPRegisters) {
3932 // r7: effective address of destination element.
H A Dcode-stubs-arm.cc468 // Move sign bit from source to destination. This works because the sign bit
519 FloatingPointHelper::Destination destination,
530 if (destination == kCoreRegisters) {
535 ASSERT(destination == kCoreRegisters);
552 FloatingPointHelper::Destination destination,
559 LoadNumber(masm, destination,
563 LoadNumber(masm, destination,
569 Destination destination,
593 destination == kVFPRegisters) {
599 ASSERT(destination
518 LoadSmis(MacroAssembler* masm, FloatingPointHelper::Destination destination, Register scratch1, Register scratch2) argument
550 LoadOperands( MacroAssembler* masm, FloatingPointHelper::Destination destination, Register heap_number_map, Register scratch1, Register scratch2, Label* slow) argument
568 LoadNumber(MacroAssembler* masm, Destination destination, Register object, DwVfpRegister dst, Register dst1, Register dst2, Register heap_number_map, Register scratch1, Register scratch2, Label* not_number) argument
671 ConvertIntToDouble(MacroAssembler* masm, Register int_scratch, Destination destination, DwVfpRegister double_dst, Register dst1, Register dst2, Register scratch2, SwVfpRegister single_scratch) argument
745 LoadNumberAsInt32Double(MacroAssembler* masm, Register object, Destination destination, DwVfpRegister double_dst, Register dst1, Register dst2, Register heap_number_map, Register scratch1, Register scratch2, SwVfpRegister single_scratch, Label* not_int32) argument
2444 FloatingPointHelper::Destination destination = local
2761 FloatingPointHelper::Destination destination = local
[all...]
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.cc175 // Array access: calculate the destination address in the same manner as
1490 // Copy memory, byte-by-byte, from source to destination. Not optimized for
1492 // Source and destination are incremented by length.
1499 Register destination,
1508 ASSERT(destination.is(edi));
1515 mov(Operand(destination, length, times_1, -4), scratch);
1520 add(destination, scratch);
1529 mov_b(Operand(destination, 0), scratch);
1531 inc(destination);
2136 // destination registe
1498 CopyBytes(Register source, Register destination, Register length, Register scratch) argument
[all...]
/external/v8/src/mips/
H A Dmacro-assembler-mips.cc54 void MacroAssembler::LoadRoot(Register destination, argument
56 lw(destination, MemOperand(s6, index << kPointerSizeLog2));
60 void MacroAssembler::LoadRoot(Register destination, argument
65 lw(destination, MemOperand(s6, index << kPointerSizeLog2));
3434 FloatingPointHelper::Destination destination;
3436 destination = FloatingPointHelper::kFPURegisters;
3438 destination = FloatingPointHelper::kCoreRegisters;
3445 destination,
3451 if (destination == FloatingPointHelper::kFPURegisters) {
4428 // destination registe
[all...]
H A Dstub-cache-mips.cc940 // Move sign bit from source to destination. This works because the sign
3725 // a3 mostly holds the elements array or the destination external array.
3802 FloatingPointHelper::Destination destination; local
3804 destination = FloatingPointHelper::kFPURegisters;
3806 destination = FloatingPointHelper::kCoreRegisters;
3809 masm, t1, destination,
3812 if (destination == FloatingPointHelper::kFPURegisters) {
3973 // t8: effective address of destination element.
H A Dcode-stubs-mips.cc469 // Move sign bit from source to destination. This works because the sign bit
519 FloatingPointHelper::Destination destination,
530 if (destination == kCoreRegisters) {
535 ASSERT(destination == kCoreRegisters);
552 FloatingPointHelper::Destination destination,
559 LoadNumber(masm, destination,
563 LoadNumber(masm, destination,
569 Destination destination,
593 destination == kFPURegisters) {
602 ASSERT(destination
518 LoadSmis(MacroAssembler* masm, FloatingPointHelper::Destination destination, Register scratch1, Register scratch2) argument
550 LoadOperands( MacroAssembler* masm, FloatingPointHelper::Destination destination, Register heap_number_map, Register scratch1, Register scratch2, Label* slow) argument
568 LoadNumber(MacroAssembler* masm, Destination destination, Register object, FPURegister dst, Register dst1, Register dst2, Register heap_number_map, Register scratch1, Register scratch2, Label* not_number) argument
676 ConvertIntToDouble(MacroAssembler* masm, Register int_scratch, Destination destination, FPURegister double_dst, Register dst1, Register dst2, Register scratch2, FPURegister single_scratch) argument
758 LoadNumberAsInt32Double(MacroAssembler* masm, Register object, Destination destination, DoubleRegister double_dst, Register dst1, Register dst2, Register heap_number_map, Register scratch1, Register scratch2, FPURegister single_scratch, Label* not_int32) argument
2558 FloatingPointHelper::Destination destination = local
2876 FloatingPointHelper::Destination destination = local
[all...]
/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.cpp375 JSRetainPtr<JSStringRef> destination(Adopt, JSValueToStringCopy(context, arguments[1], exception));
382 maxLength = JSStringGetMaximumUTF8CStringSize(destination.get());
384 JSStringGetUTF8CString(destination.get(), destinationBuffer.get(), maxLength + 1);
2391 void LayoutTestController::addURLToRedirect(std::string origin, std::string destination) argument
2393 m_URLsToRedirect[origin] = destination;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/internal/ ...
/external/v8/src/x64/
H A Dmacro-assembler-x64.cc78 void MacroAssembler::Load(Register destination, ExternalReference source) { argument
83 movq(destination, Operand(kRootRegister, static_cast<int32_t>(delta)));
88 if (destination.is(rax)) {
92 movq(destination, Operand(kScratchRegister, 0));
97 void MacroAssembler::Store(ExternalReference destination, Register source) { argument
99 intptr_t delta = RootRegisterDelta(destination, isolate());
108 store_rax(destination);
110 movq(kScratchRegister, destination);
116 void MacroAssembler::LoadAddress(Register destination, argument
122 lea(destination, Operan
153 LoadRoot(Register destination, Heap::RootListIndex index) argument
160 LoadRootIndexed(Register destination, Register variable_offset, int fixed_offset) argument
3938 CopyBytes(Register destination, Register source, Register length, int min_length, Register scratch) argument
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 625 milliseconds

12345678