/external/proguard/src/proguard/classfile/editor/ |
D | ComparableConstant.java | 62 private final int thisIndex; field in ComparableConstant 72 this.thisIndex = index; in ComparableConstant() 79 return thisIndex; in getIndex() 101 int otherIndex = otherComparableConstant.thisIndex; in compareTo() 103 return thisIndex < otherIndex ? -1 : in compareTo() 104 thisIndex == otherIndex ? 0 : in compareTo()
|
/external/javassist/src/main/javassist/bytecode/ |
D | ConstPool.java | 1666 public MemberrefInfo(int cindex, int ntindex, int thisIndex) in MemberrefInfo() argument 1668 super(thisIndex); in MemberrefInfo() 1673 public MemberrefInfo(DataInputStream in, int thisIndex) in MemberrefInfo() argument 1676 super(thisIndex); in MemberrefInfo() 1729 public FieldrefInfo(int cindex, int ntindex, int thisIndex) in FieldrefInfo() argument 1731 super(cindex, ntindex, thisIndex); in FieldrefInfo() 1734 public FieldrefInfo(DataInputStream in, int thisIndex) in FieldrefInfo() argument 1737 super(in, thisIndex); in FieldrefInfo() 1757 public MethodrefInfo(int cindex, int ntindex, int thisIndex) in MethodrefInfo() argument 1759 super(cindex, ntindex, thisIndex); in MethodrefInfo() [all …]
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 553 const SlotIndex &thisIndex = beginIndex(); variable 555 return thisIndex < otherIndex; 733 const SlotIndex &thisIndex = beginIndex(); variable 735 return std::tie(thisIndex, reg) < std::tie(otherIndex, other.reg);
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | ByteString.java | 1456 for (int thisIndex = getOffsetIntoBytes(), in equalsRange() 1458 (thisIndex < thisLimit); in equalsRange() 1459 ++thisIndex, ++otherIndex) { in equalsRange() 1460 if (thisBytes[thisIndex] != otherBytes[otherIndex]) { in equalsRange()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 591 const SlotIndex &thisIndex = beginIndex(); variable 593 return thisIndex < otherIndex; 870 const SlotIndex &thisIndex = beginIndex(); variable 872 return std::tie(thisIndex, reg) < std::tie(otherIndex, other.reg);
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 592 const SlotIndex &thisIndex = beginIndex(); variable 594 return thisIndex < otherIndex; 872 const SlotIndex &thisIndex = beginIndex(); variable 874 return std::tie(thisIndex, Reg) < std::tie(otherIndex, other.Reg);
|
/external/llvm-project/clang/include/clang/AST/ |
D | VTableBuilder.h | 312 size_t thisIndex = VTableIndices[i]; in getVTableSize() local 316 return nextIndex - thisIndex; in getVTableSize()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/ |
D | javassist-3.19.0-GA.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/external/proguard/lib/ |
D | proguard.jar | META-INF/
META-INF/MANIFEST.MF
proguard/
proguard/FileWordReader.class
FileWordReader ... |
/external/kotlinx.metadata/ |
D | kotlinx-metadata-jvm-0.1.0.jar | META-INF/
META-INF/MANIFEST.MF
kotlinx/
kotlinx/metadata/
kotlinx/ ... |
/external/kotlinc/lib/ |
D | kotlin-reflect.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/com.android. ... |
D | kotlin-compiler.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/backend-common. ... |
/external/error_prone/error_prone/ |
D | error_prone_core-2.3.2-with-dependencies.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
META- ... |
/external/dagger2/java/dagger/internal/codegen/kythe/ |
D | kythe_plugin_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |