HomeSort by relevance Sort by last modified time
    Searched defs:fieldIndex (Results 1 - 23 of 23) sorted by null

  /external/icu4c/layout/
DeviceTables.cpp 32 le_uint16 fieldIndex = sizeIndex % count;
33 le_uint16 shift = 16 - (bits * (fieldIndex + 1));
  /external/proguard/src/proguard/classfile/editor/
ClassEditor.java 154 int fieldIndex = findFieldIndex(field);
157 System.arraycopy(fields, fieldIndex+1,
158 fields, fieldIndex,
159 fieldsCount - fieldIndex - 1);
  /libcore/dex/src/main/java/com/android/dex/
ClassData.java 64 private final int fieldIndex;
67 public Field(int fieldIndex, int accessFlags) {
68 this.fieldIndex = fieldIndex;
73 return fieldIndex;
Dex.java 336 public int nameIndexFromFieldIndex(int fieldIndex) {
337 checkBounds(fieldIndex, tableOfContents.fieldIds.size);
338 int position = tableOfContents.fieldIds.off + (SizeOf.MEMBER_ID_ITEM * fieldIndex);
377 public int typeIndexFromFieldIndex(int fieldIndex) {
378 checkBounds(fieldIndex, tableOfContents.fieldIds.size);
379 int position = tableOfContents.fieldIds.off + (SizeOf.MEMBER_ID_ITEM * fieldIndex);
734 int fieldIndex = 0;
736 fieldIndex += readUleb128(); // field index diff
738 result[i] = new ClassData.Field(fieldIndex, accessFlags);
    [all...]
  /dalvik/dx/src/com/android/dx/command/findusages/
FindUsages.java 128 int fieldIndex = field.getFieldIndex();
129 if (fieldIds.contains(fieldIndex)) {
130 out.println(location() + " field declared " + dex.fieldIds().get(fieldIndex));
156 int fieldIndex = 0;
160 fields.add(fieldIndex);
162 fieldIndex++;
  /external/stlport/test/unit/
money_facets_test.cpp 83 size_t fieldIndex = 0;
87 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
88 ++fieldIndex;
105 CPPUNIT_ASSERT( intl_fmp.pos_format().field[fieldIndex] == money_base::symbol );
115 ++fieldIndex;
119 if (intl_fmp.pos_format().field[fieldIndex] == money_base::space ||
120 intl_fmp.pos_format().field[fieldIndex] == money_base::none) {
124 ++fieldIndex;
128 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
129 ++fieldIndex;
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
money_facets_test.cpp 83 size_t fieldIndex = 0;
87 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
88 ++fieldIndex;
105 CPPUNIT_ASSERT( intl_fmp.pos_format().field[fieldIndex] == money_base::symbol );
115 ++fieldIndex;
119 if (intl_fmp.pos_format().field[fieldIndex] == money_base::space ||
120 intl_fmp.pos_format().field[fieldIndex] == money_base::none) {
124 ++fieldIndex;
128 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
129 ++fieldIndex;
    [all...]
  /ndk/tests/device/test-stlport/unit/
money_facets_test.cpp 83 size_t fieldIndex = 0;
87 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
88 ++fieldIndex;
105 CPPUNIT_ASSERT( intl_fmp.pos_format().field[fieldIndex] == money_base::symbol );
115 ++fieldIndex;
119 if (intl_fmp.pos_format().field[fieldIndex] == money_base::space ||
120 intl_fmp.pos_format().field[fieldIndex] == money_base::none) {
124 ++fieldIndex;
128 if (intl_fmp.pos_format().field[fieldIndex] == money_base::sign) {
129 ++fieldIndex;
    [all...]
  /libcore/luni/src/main/java/libcore/reflect/
AnnotationAccess.java 231 int fieldIndex = element instanceof Field ? ((Field) element).getDexFieldIndex() : -1;
235 if (candidateFieldIndex == fieldIndex) {
709 int fieldIndex = reader.readEnum();
710 FieldId fieldId = dex.fieldIds().get(fieldIndex);
  /external/chromium_org/third_party/icu/source/common/
unames.c 273 int fieldIndex= nameChoice==U_ISO_COMMENT ? 2 : nameChoice;
281 } while(--fieldIndex>0);
367 int fieldIndex= nameChoice==U_ISO_COMMENT ? 2 : nameChoice;
375 } while(--fieldIndex>0);
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
  /external/icu4c/common/
unames.cpp 275 int fieldIndex= nameChoice==U_ISO_COMMENT ? 2 : nameChoice;
283 } while(--fieldIndex>0);
369 int fieldIndex= nameChoice==U_ISO_COMMENT ? 2 : nameChoice;
377 } while(--fieldIndex>0);
    [all...]
  /prebuilts/runtime/common/dex/
dex-host-prebuilt.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 579 milliseconds