HomeSort by relevance Sort by last modified time
    Searched refs:classIndex (Results 1 - 19 of 19) sorted by null

  /dalvik/dx/src/com/android/dx/dex/code/
CstInsn.java 41 private int classIndex;
64 this.classIndex = -1;
77 if (classIndex >= 0) {
78 result.setClassIndex(classIndex);
94 if (classIndex >= 0) {
95 result.setClassIndex(classIndex);
160 if (classIndex < 0) {
164 return classIndex;
176 return (classIndex >= 0);
193 if (this.classIndex >= 0)
    [all...]
  /external/proguard/src/proguard/optimize/
MemberDescriptorSpecializer.java 108 int classIndex = 0;
117 if (programMethod.referencedClasses[classIndex] != referencedClass)
122 System.out.println(" "+programMethod.referencedClasses[classIndex].getName()+" -> "+referencedClass.getName());
125 programMethod.referencedClasses[classIndex] = referencedClass;
134 classIndex++;
  /external/proguard/src/proguard/classfile/attribute/preverification/
VerificationTypeFactory.java 108 public static ObjectType createObjectType(int classIndex)
110 return new ObjectType(classIndex);
  /external/proguard/src/proguard/classfile/editor/
ConstantPoolEditor.java 257 public int addFieldrefConstant(int classIndex,
263 return addFieldrefConstant(classIndex,
276 public int addFieldrefConstant(int classIndex,
293 if (fieldrefConstant.u2classIndex == classIndex &&
301 return addConstant(new FieldrefConstant(classIndex,
364 public int addInterfaceMethodrefConstant(int classIndex,
370 return addInterfaceMethodrefConstant(classIndex,
383 public int addInterfaceMethodrefConstant(int classIndex,
400 if (methodrefConstant.u2classIndex == classIndex &&
408 return addConstant(new InterfaceMethodrefConstant(classIndex,
    [all...]
  /external/webkit/WebCore/bindings/v8/
V8DOMWindowShell.h 83 int classIndex = V8ClassIndex::ToInt(type);
84 v8::Local<v8::Object> clone(m_wrapperBoilerplates->CloneElementAt(classIndex));
V8DOMWindowShell.cpp 554 int classIndex = V8ClassIndex::ToInt(type);
560 m_wrapperBoilerplates->Set(v8::Integer::New(classIndex), instance);
V8DOMWrapper.cpp 96 V8ClassIndex::V8WrapperType classIndex = V8ClassIndex::FromInt(index);
97 switch (classIndex) {
  /external/webkit/WebCore/bindings/v8/custom/
V8WebGLArrayCustom.h 46 int classIndex)
100 V8DOMWrapper::setDOMWrapper(args.Holder(), classIndex, array.get());
102 classIndex,
133 V8DOMWrapper::setDOMWrapper(args.Holder(), classIndex, array.get());
135 classIndex,
  /dalvik/dx/src/com/android/dx/cf/cst/
ConstantPoolParser.java 268 int classIndex = bytes.getUnsignedShort(at + 1);
269 CstType type = (CstType) parse0(classIndex);
276 int classIndex = bytes.getUnsignedShort(at + 1);
277 CstType type = (CstType) parse0(classIndex);
284 int classIndex = bytes.getUnsignedShort(at + 1);
285 CstType type = (CstType) parse0(classIndex);
  /build/tools/droiddoc/src/
TodoFile.java 73 int classIndex = 0;
80 String classBase = "classes." + classIndex;
169 classIndex++;
  /external/webkit/WebCore/bindings/scripts/
CodeGeneratorV8.pm 584 my $classIndex = shift;
594 if ($classIndex eq "DOMWINDOW") {
601 } elsif ($classIndex eq "DEDICATEDWORKERCONTEXT" or $classIndex eq "WORKERCONTEXT" or $classIndex eq "SHAREDWORKERCONTEXT") {
    [all...]
  /external/jdiff/src/jdiff/
HTMLReportGenerator.java 438 public void reportChangedClass(String pkgName, ClassDiff[] classDiffs, int classIndex) {
439 ClassDiff classDiff = classDiffs[classIndex];
476 if (classIndex != 0) {
477 prevClassRef = pkgName + "." + classDiffs[classIndex-1].name_ + reportFileExt;
481 if (classIndex < classDiffs.length - 1) {
482 nextClassRef = pkgName + "." + classDiffs[classIndex+1].name_ + reportFileExt;
    [all...]
  /frameworks/base/tools/aapt/
XMLNode.cpp     [all...]
  /frameworks/base/include/utils/
ResourceTypes.h 585 uint16_t classIndex;
    [all...]
  /dalvik/vm/oo/
Class.c 837 int classIndex = clazz->serialNumber-INITIAL_CLASS_SERIAL_NUMBER;
839 classIndex < ZYGOTE_CLASS_CUTOFF) {
840 return &(gDvm.initiatingLoaderList[classIndex]);
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 
  /frameworks/base/libs/utils/
ResourceTypes.cpp 932 const ssize_t idx = dtohs(((const ResXMLTree_attrExt*)mCurExt)->classIndex);
    [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 161 milliseconds