Searched refs:insertIndex (Results 1 - 15 of 15) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/
H A DNodeSetDTM.java788 * @return insertIndex.
798 int insertIndex = -1;
828 insertIndex = i + 1;
830 insertElementAt(node, insertIndex);
835 insertIndex = this.size();
839 for (int i = 0; i < insertIndex; i++)
854 return insertIndex;
H A DNodeSet.java628 * @return insertIndex.
638 int insertIndex = -1;
667 insertIndex = i + 1;
669 insertElementAt(node, insertIndex);
674 insertIndex = this.size();
678 for (int i = 0; i < insertIndex; i++)
693 return insertIndex;
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DNodeSequence.java347 int insertIndex = addNodeInDocOrder(next);
348 if(insertIndex >= 0)
717 * @return insertIndex.
725 int insertIndex = -1;
754 insertIndex = i + 1;
756 vec.insertElementAt(node, insertIndex);
760 return insertIndex;
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/
H A DTabModelBase.java267 // we hit the 4 in the rewound list. An insertIndex of -1 represents the beginning of the
281 int insertIndex = prevIndex + 1;
282 if (mIndex >= insertIndex) mIndex++;
283 mTabs.add(insertIndex, tab);
290 setIndex(insertIndex);
292 mIndex = insertIndex;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentMarkerController.cpp342 size_t insertIndex = i - list->begin(); local
343 list->insert(insertIndex, RenderedDocumentMarker::create(newLeft));
345 i = list->begin() + insertIndex + 1;
350 size_t insertIndex = i - list->begin(); local
351 list->insert(insertIndex, RenderedDocumentMarker::create(newRight));
353 i = list->begin() + insertIndex + 1;
/external/guava/guava/src/com/google/common/collect/
H A DMinMaxPriorityQueue.java273 int insertIndex = size++;
279 heapForIndex(insertIndex).bubbleUp(insertIndex, element);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1382 milliseconds