Searched defs:firstIndex (Results 1 - 14 of 14) sorted by relevance

/external/proguard/src/proguard/classfile/util/
H A DInternalTypeEnumeration.java37 private int firstIndex; field in class:InternalTypeEnumeration
48 this.firstIndex = descriptor.indexOf(ClassConstants.INTERNAL_METHOD_ARGUMENTS_OPEN);
50 this.index = firstIndex + 1;
65 return descriptor.substring(0, firstIndex);
183 if (enumeration.firstIndex >= 0)
/external/skia/src/core/
H A DSkAdvancedTypefaceMetrics.cpp155 int firstIndex = 0; local
158 firstIndex = static_cast<int>(subsetGlyphIDs[0]);
162 curRange = appendRange(&result, firstIndex);
164 for (int gId = firstIndex; gId <= lastIndex; gId++) {
H A DSkPath.cpp1953 int firstIndex = 0; local
1958 firstIndex = i;
1961 return firstIndex;
/external/skia/src/pdf/
H A DSkPDFDocument.cpp17 // Add the resources, starting at firstIndex to the catalog, removing any dupes.
19 void addResourcesToCatalog(int firstIndex, bool firstPage, argument
22 for (int i = firstIndex; i < resourceList->count(); i++) {
/external/icu4c/samples/cal/
H A Dcal.c51 int32_t firstIndex,
282 * firstIndex is the index of the symbol to place first in
291 int32_t firstIndex,
307 int32_t idx = (i + firstIndex) % arrayLength;
286 get_symbols(const UDateFormat *fmt, UDateFormatSymbolType type, UChar *array[], int32_t arrayLength, int32_t lowestIndex, int32_t firstIndex, UErrorCode *status) argument
/external/mesa3d/src/glsl/
H A Dlinker.cpp1002 int firstIndex = add_uniform(mem_ctx, uniforms, ht, field_name, field_type, local
1005 index = firstIndex;
1018 int firstIndex = add_uniform(mem_ctx, uniforms, ht, elem_name, array_elem_type, local
1021 index = firstIndex;
/external/webkit/Source/WebCore/rendering/
H A DRenderListBox.cpp163 int firstIndex = select->activeSelectionStartListIndex(); local
164 if (firstIndex >= 0 && !listIndexIsVisible(select->activeSelectionEndListIndex()))
165 scrollToRevealElementAtListIndex(firstIndex);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
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.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 336 milliseconds