Home
last modified time | relevance | path

Searched refs:destinationIndex (Results 1 – 4 of 4) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DJSystem.cs60 …copy<T>( T[] sourceArray, int sourceIndex, T[] destinationArray, int destinationIndex, int length ) in arraycopy() argument
62 Array.Copy( sourceArray, sourceIndex, destinationArray, destinationIndex, length ); in arraycopy()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DJSystem.cs59 …copy<T>( T[] sourceArray, int sourceIndex, T[] destinationArray, int destinationIndex, int length ) in arraycopy() argument
61 Array.Copy( sourceArray, sourceIndex, destinationArray, destinationIndex, length ); in arraycopy()
/external/chromium/chrome/browser/resources/ntp/
Dmost_visited.js90 var destinationIndex = getThumbnailIndex(destination);
94 addPinnedUrl(sourceData, destinationIndex);
98 var destinationData = this.data[destinationIndex];
103 this.data[destinationIndex] = sourceData;
/external/webkit/Source/WebCore/editing/
DCompositeEditCommand.cpp924 int destinationIndex = -1; in moveParagraphs() local
1008 destinationIndex = TextIterator::rangeLength(startToDestinationRange.get(), true); in moveParagraphs()
1030 …Iterator::rangeFromLocationAndLength(document()->documentElement(), destinationIndex + startIndex,… in moveParagraphs()
1031 …Iterator::rangeFromLocationAndLength(document()->documentElement(), destinationIndex + endIndex, 0… in moveParagraphs()