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

/external/proguard/src/proguard/classfile/editor/
H A DClassEditor.java122 int fieldsCount = targetClass.u2fieldsCount;
126 if (fields.length <= fieldsCount)
128 targetClass.fields = new ProgramField[fieldsCount+1];
131 fieldsCount);
151 int fieldsCount = targetClass.u2fieldsCount;
159 fieldsCount - fieldIndex - 1);
172 int fieldsCount = targetClass.u2fieldsCount;
175 for (int index = 0; index < fieldsCount; index++)
183 return fieldsCount;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
H A DFieldsSet.java22 protected FieldsSet(int whichEnum, int fieldsCount) { argument
23 if (fieldsCount <= 0 && whichEnum != NO_ENUM) {
24 fieldsCount = DebugUtilities.enumCount(whichEnum);
27 fFieldsCount = fieldsCount;
28 if(fieldsCount<0) {
29 throw new InternalError("Preposterous field count " + fieldsCount);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DFieldsSet.java21 protected FieldsSet(int whichEnum, int fieldsCount) { argument
22 if (fieldsCount <= 0 && whichEnum != NO_ENUM) {
23 fieldsCount = DebugUtilities.enumCount(whichEnum);
26 fFieldsCount = fieldsCount;
27 if(fieldsCount<0) {
28 throw new InternalError("Preposterous field count " + fieldsCount);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
H A DInvokeMethod002Test.java189 int fieldsCount = reply.getNextValueAsInt();
190 assertTrue("Invalid fieldsCount=" + fieldsCount + ", must be >= " + fieldValues.length
191 , fieldsCount >= fieldValues.length);
193 for (int i = 0; i < fieldsCount; i++) {
/external/icu/icu4c/source/test/intltest/
H A Dfldset.h46 FieldsSet(int32_t fieldsCount);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DVmMirror.java2386 int fieldsCount = fieldIDs.length;
2387 if (fieldsCount == 0) {
2395 command.setNextValueAsInt(fieldsCount);
2396 for (int i = 0; i < fieldsCount; i++) {
2402 Value[] values = new Value[fieldsCount];
2403 for (int i = 0; i < fieldsCount; i++) {
2420 int fieldsCount = fieldIDs.length;
2421 if (fieldsCount == 0) {
2429 command.setNextValueAsInt(fieldsCount);
2430 for (int i = 0; i < fieldsCount;
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djdepend-2.9.jarMETA-INF/ META-INF/MANIFEST.MF jdepend/ jdepend/framework/ jdepend/framework/AbstractParser.class AbstractParser. ...
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.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 ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/lib/build/
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 271 milliseconds