/external/proguard/src/proguard/classfile/editor/ |
D | ClassEditor.java | 122 int fieldsCount = targetClass.u2fieldsCount; in addField() local 126 if (fields.length <= fieldsCount) in addField() 128 targetClass.fields = new ProgramField[fieldsCount+1]; in addField() 131 fieldsCount); in addField() 151 int fieldsCount = targetClass.u2fieldsCount; in removeField() local 159 fieldsCount - fieldIndex - 1); in removeField() 172 int fieldsCount = targetClass.u2fieldsCount; in findFieldIndex() local 175 for (int index = 0; index < fieldsCount; index++) in findFieldIndex() 183 return fieldsCount; in findFieldIndex()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/ |
D | ExceptionsConstuctor.kt | 74 private fun Class<*>.fieldsCountOrDefault(defaultValue: Int) = kotlin.runCatching { fieldsCount() }… in <lambda>() 76 private tailrec fun Class<*>.fieldsCount(accumulator: Int = 0): Int { in fieldsCount() method 77 val fieldsCount = declaredFields.count { !Modifier.isStatic(it.modifiers) } in fieldsCount() constant 78 val totalFields = accumulator + fieldsCount in fieldsCount() 80 return superClass.fieldsCount(totalFields) in fieldsCount()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | FieldsSet.java | 21 protected FieldsSet(int whichEnum, int fieldsCount) { in FieldsSet() argument 22 if (fieldsCount <= 0 && whichEnum != NO_ENUM) { in FieldsSet() 23 fieldsCount = DebugUtilities.enumCount(whichEnum); in FieldsSet() 26 fFieldsCount = fieldsCount; in FieldsSet() 27 if(fieldsCount<0) { in FieldsSet() 28 throw new InternalError("Preposterous field count " + fieldsCount); in FieldsSet()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | FieldsSet.java | 24 protected FieldsSet(int whichEnum, int fieldsCount) { in FieldsSet() argument 25 if (fieldsCount <= 0 && whichEnum != NO_ENUM) { in FieldsSet() 26 fieldsCount = DebugUtilities.enumCount(whichEnum); in FieldsSet() 29 fFieldsCount = fieldsCount; in FieldsSet() 30 if(fieldsCount<0) { in FieldsSet() 31 throw new InternalError("Preposterous field count " + fieldsCount); in FieldsSet()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/ |
D | InvokeMethod002Test.java | 163 int fieldsCount = fields.length; in testInvokeMethod() local 164 assertTrue("Invalid fieldsCount=" + fieldsCount + ", must be >= " + fieldValues.length in testInvokeMethod() 165 , fieldsCount >= fieldValues.length); in testInvokeMethod()
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | VmMirror.java | 2054 int fieldsCount = fieldIDs.length; in getObjectReferenceValues() local 2055 if (fieldsCount == 0) { in getObjectReferenceValues() 2063 command.setNextValueAsInt(fieldsCount); in getObjectReferenceValues() 2064 for (int i = 0; i < fieldsCount; i++) { in getObjectReferenceValues() 2070 Value[] values = new Value[fieldsCount]; in getObjectReferenceValues() 2071 for (int i = 0; i < fieldsCount; i++) { in getObjectReferenceValues() 2088 int fieldsCount = fieldIDs.length; in getReferenceTypeValues() local 2089 if (fieldsCount == 0) { in getReferenceTypeValues() 2097 command.setNextValueAsInt(fieldsCount); in getReferenceTypeValues() 2098 for (int i = 0; i < fieldsCount; i++) { in getReferenceTypeValues() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | fldset.h | 46 FieldsSet(int32_t fieldsCount);
|
/external/turbine/java/com/google/turbine/bytecode/ |
D | ClassReader.java | 469 int fieldsCount = reader.u2(); in readFields() local 471 for (int i = 0; i < fieldsCount; i++) { in readFields()
|
/external/kotlinc/lib/ |
D | kotlin-main-kts.jar | META-INF/
META-INF/MANIFEST.MF
DebugProbesKt.bin
META-INF/LICENSE
... |
D | kotlinx-coroutines-core.jar | META-INF/
META-INF/MANIFEST.MF
kotlinx/
kotlinx/coroutines/
kotlinx/ ... |
D | kotlin-compiler.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/backend-common. ... |
/external/guice/lib/build/ |
D | bnd-0.0.384.jar | META-INF/MANIFEST.MF
LICENSE
OSGI-OPT/
OSGI-OPT/bnd.bnd
... |
/external/mockito/lib/ |
D | byte-buddy-1.8.15.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/maven/
META- ... |
/external/guice/extensions/struts2/lib/ |
D | core-3.1.1.jar | META-INF/
org/
org/eclipse/
org/eclipse/jdt/
org/eclipse ... |
/external/icu/tools/srcgen/currysrc/libs/ |
D | org.eclipse.jdt.core_3.14.0.v20180528-0519.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |