Searched refs:rootIndex (Results 1 - 7 of 7) sorted by relevance

/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
H A DDocument.java33 protected int rootIndex = -1; field in class:Document
64 // if (rootIndex != -1)
67 rootIndex = index;
69 else if (rootIndex >= index)
70 rootIndex++;
98 if (index == rootIndex)
99 rootIndex = -1;
100 else if (index < rootIndex)
101 rootIndex--;
109 if (rootIndex
[all...]
/external/icu/icu4c/source/i18n/
H A Dcollationbuilder.cpp852 int32_t rootIndex = binarySearchForRootPrimaryNode( local
854 if(rootIndex >= 0) {
855 return rootPrimaryIndexes.elementAti(rootIndex);
860 rootPrimaryIndexes.insertElementAt(index, ~rootIndex, errorCode);
/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 ...
/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/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 246 milliseconds