Searched defs:destination (Results 176 - 200 of 251) sorted by relevance

1234567891011

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
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/chromium_org/ash/shelf/
H A Dshelf_view_unittest.cc448 views::View* destination = test_api_->GetButton(destination_index); local
450 gfx::Point(destination->x() - button->x(),
451 destination->y() - button->y()),
452 destination->GetBoundsInScreen().origin(), 0, 0);
/external/chromium_org/dbus/
H A Dmessage.cc242 // destination if any, followed by a blank line, and the message
245 // destination: com.example.Service
259 AppendStringHeader("destination", GetDestination(), &headers);
274 bool Message::SetDestination(const std::string& destination) { argument
275 return dbus_message_set_destination(raw_message_, destination.c_str());
307 const char* destination = dbus_message_get_destination(raw_message_); local
308 return destination ? destination : "";
/external/chromium_org/net/disk_cache/blockfile/
H A Dindex_table_v3.cc333 void EntryCell::SerializaForTest(IndexCell* destination) { argument
335 Serialize(destination);
399 void EntryCell::Serialize(IndexCell* destination) const {
400 *destination = cell_;
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DCompositeEditCommand.cpp1060 void CompositeEditCommand::cleanupAfterDeletion(VisiblePosition destination) argument
1063 Node* destinationNode = destination.deepEquivalent().anchorNode();
1064 if (caretAfterDelete != destination && isStartOfParagraph(caretAfterDelete) && isEndOfParagraph(caretAfterDelete)) {
1069 // Bail if we'd remove an ancestor of our destination.
1082 // If caret position after deletion and destination position coincides,
1084 if (!position.rendersInDifferentPosition(destination.deepEquivalent())) {
1151 void CompositeEditCommand::moveParagraph(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, const VisiblePosition& destination, bool preserveSelection, bool preserveStyle, Node* constrainingAncestor) argument
1155 moveParagraphs(startOfParagraphToMove, endOfParagraphToMove, destination, preserveSelection, preserveStyle, constrainingAncestor);
1158 void CompositeEditCommand::moveParagraphs(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, const VisiblePosition& destination, bool preserveSelection, bool preserveStyle, Node* constrainingAncestor) argument
1160 if (startOfParagraphToMove == destination || startOfParagraphToMov
[all...]
H A DReplaceSelectionCommand.cpp452 bool ReplaceSelectionCommand::shouldMerge(const VisiblePosition& source, const VisiblePosition& destination) argument
454 if (source.isNull() || destination.isNull())
458 Node* destinationNode = destination.deepEquivalent().deprecatedNode();
464 enclosingTableCell(source.deepEquivalent()) == enclosingTableCell(destination.deepEquivalent()) &&
827 VisiblePosition destination = mergeForward ? endOfInsertedContent.next() : endOfInsertedContent; local
830 // Merging forward could result in deleting the destination anchor node.
832 if (endOfParagraph(startOfParagraphToMove) == destination) {
835 destination = VisiblePosition(positionBeforeNode(placeholder.get()));
838 moveParagraph(startOfParagraphToMove, endOfParagraph(startOfParagraphToMove), destination);
1037 // We don't want the destination t
1173 VisiblePosition destination = startOfParagraphToMove.previous(); local
[all...]
H A DTextIterator.cpp1860 UChar* destination = m_buffer.data() + oldLength; local
1861 StringImpl::copyChars(destination, characters, usableLength);
1862 foldQuoteMarksAndSoftHyphens(destination, usableLength);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderListBox.cpp583 int RenderListBox::scrollToward(const IntPoint& destination) argument
587 IntSize positionOffset = roundedIntSize(destination - absPos);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp586 IDXGISurface *destination)
631 * a CopyResource/CopySubresourceRegion destination.
585 GetDisplaySurfaceData( IDXGISurface *destination) argument
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_provider_win.cc586 STGMEDIUM* destination) {
589 destination->hGlobal =
594 destination->hMetaFilePict =
599 destination->hBitmap =
604 destination->hEnhMetaFile =
609 destination->lpszFileName =
614 destination->pstm = source->pstm;
615 destination->pstm->AddRef();
618 destination->pstg = source->pstg;
619 destination
584 DuplicateMedium(CLIPFORMAT source_clipformat, STGMEDIUM* source, STGMEDIUM* destination) argument
[all...]
/external/chromium_org/v8/src/
H A Ddeoptimizer.h43 HeapNumberMaterializationDescriptor(T destination, double value) argument
44 : destination_(destination), value_(value) { }
46 T destination() const { return destination_; } function in class:v8::internal::BASE_EMBEDDED
H A Dlithium.h259 LMoveOperands(LOperand* source, LOperand* destination) argument
260 : source_(source), destination_(destination) {
266 LOperand* destination() const { return destination_; } function in class:v8::internal::BASE_EMBEDDED
270 // destination (but not the source).
275 // True if this move a move into the given destination operand.
281 // destination are the same, or if its destination is unneeded.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/
H A Drepository-tools-ant.jar ... .internal.repository.tools.tasks.DestinationRepository destination public org.eclipse.equinox.p2.internal ...
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp586 IDXGISurface *destination)
631 * a CopyResource/CopySubresourceRegion destination.
585 GetDisplaySurfaceData( IDXGISurface *destination) argument
/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/chromium_org/third_party/icu/source/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/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/i18n/
H A Dusearch.cpp192 * Adds a uint32_t value to a destination array.
196 * before calling this method. destination not to be NULL and has at least
198 * @param destination target array
199 * @param offset destination offset to add value
205 * @return new destination array, destination if there was no new allocation
208 inline int32_t * addTouint32_tArray(int32_t *destination, argument
223 uprv_memcpy(temp, destination, sizeof(int32_t) * offset);
225 destination = temp;
227 destination[offse
248 addTouint64_tArray(int64_t *destination, uint32_t offset, uint32_t *destinationlength, uint64_t value, uint32_t increments, UErrorCode *status) argument
1356 addToUCharArray( UChar *destination, int32_t *destinationlength, const UChar *source1, const UChar *source2, int32_t source2length, const UChar *source3, UErrorCode *status) argument
[all...]
/external/lldb/source/Core/
H A DValueObject.cpp751 std::string& destination)
753 destination.clear();
775 summary_ptr->FormatObject(this, destination);
822 destination.assign (1, '(');
823 destination.append (sstr.GetData(), sstr.GetSize());
824 destination.append (1, ')');
831 return !destination.empty();
1305 std::string& destination)
1329 destination.swap(reg_sstr.GetString());
1376 destination
750 GetSummaryAsCString(TypeSummaryImpl* summary_ptr, std::string& destination) argument
1304 GetValueAsCString(lldb::Format format, std::string& destination) 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/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/ ...

Completed in 738 milliseconds

1234567891011