HomeSort by relevance Sort by last modified time
    Searched refs:fieldsCount (Results 1 - 25 of 48) sorted by null

1 2

  /external/proguard/src/proguard/classfile/editor/
ClassEditor.java 122 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/
FieldsSet.java 22 protected FieldsSet(int whichEnum, int fieldsCount) {
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/
FieldsSet.java 21 protected FieldsSet(int whichEnum, int fieldsCount) {
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);
  /frameworks/rs/driver/runtime/
rs_element.c 13 return element->mHal.state.fieldsCount;
19 if (element == NULL || index >= element->mHal.state.fieldsCount) {
37 if (element == NULL || index >= element->mHal.state.fieldsCount) {
46 if (element == NULL || index >= element->mHal.state.fieldsCount ||
68 if (element == NULL || index >= element->mHal.state.fieldsCount) {
77 if (element == NULL || index >= element->mHal.state.fieldsCount) {
rs_structs.h 222 uint32_t fieldsCount;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
InvokeMethod002Test.java 189 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++) {
  /frameworks/rs/driver/
rsdShader.cpp 147 for (uint32_t field=0; field < e->mHal.state.fieldsCount; field++) {
151 rsAssert(!f->mHal.state.fieldsCount);
171 for (uint32_t field=0; field < e->mHal.state.fieldsCount; field++) {
176 rsAssert(!f->mHal.state.fieldsCount);
281 for (uint32_t field=0; field < e->mHal.state.fieldsCount; field++) {
286 rsAssert(!f->mHal.state.fieldsCount);
540 for (uint32_t field=0; field < e->mHal.state.fieldsCount; field++) {
583 mAttribCount += elem->mHal.state.fieldsCount;
589 mUniformCount += elem->mHal.state.fieldsCount;
607 rsAssert(e->mHal.state.fieldsCount);
    [all...]
rsdMeshObj.cpp 83 for (uint32_t ct=0; ct < elem->mHal.state.fieldsCount; ct++) {
107 for (uint32_t fieldI=0; fieldI < elem->mHal.state.fieldsCount; fieldI++) {
  /external/icu/icu4c/source/test/intltest/
fldset.h 46 FieldsSet(int32_t fieldsCount);
  /frameworks/rs/
rsElement.h 56 uint32_t fieldsCount;
rsElement.cpp 198 mHal.state.fieldsCount = noPaddingFieldCount;
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
VmMirror.java     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
jdepend-2.9.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.3.1/
proguard-base-5.3.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.3.2/
proguard-base-5.3.2.jar 

Completed in 2511 milliseconds

1 2