Home
last modified time | relevance | path

Searched defs:getIndex (Results 1 – 25 of 179) sorted by relevance

12345678

/external/llvm/include/llvm/Analysis/
DModuleSummaryAnalysis.h44 ModuleSummaryIndex &getIndex() const { return *Index; } in getIndex() function
68 ModuleSummaryIndex &getIndex() { return IndexBuilder->getIndex(); } in getIndex() function
69 const ModuleSummaryIndex &getIndex() const { in getIndex() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DModuleSummaryAnalysis.h64 ModuleSummaryIndex &getIndex() { return *Index; } in getIndex() function
65 const ModuleSummaryIndex &getIndex() const { return *Index; } in getIndex() function
/external/llvm/include/llvm/Object/
DModuleSummaryIndexObjectFile.h62 const ModuleSummaryIndex &getIndex() const { in getIndex() function
65 ModuleSummaryIndex &getIndex() { return *Index; } in getIndex() function
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
DBuilderReference.java37 int getIndex(); in getIndex() method
DBuilderStringReference.java51 @Override public int getIndex() { in getIndex() method in BuilderStringReference
DBuilderTypeReference.java51 @Override public int getIndex() { in getIndex() method in BuilderTypeReference
DBuilderMethodHandleReference.java58 @Override public int getIndex() { in getIndex() method in BuilderMethodHandleReference
DBuilderMethodProtoReference.java68 public int getIndex() { in getIndex() method in BuilderMethodProtoReference
DBuilderCallSiteReference.java81 @Override public int getIndex() { in getIndex() method in BuilderCallSiteReference
DBuilderFieldReference.java65 @Override public int getIndex() { in getIndex() method in BuilderFieldReference
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DFunctionId.h24 uint32_t getIndex() const { return Index; } in getIndex() function
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DIndexedInstruction.java28 int getIndex(); in getIndex() method
/external/llvm/include/llvm/DebugInfo/CodeView/
DFunctionId.h24 uint32_t getIndex() const { return Index; } in getIndex() function
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DAttributesImplSerializer.java71 public final int getIndex(String qname) in getIndex() method in AttributesImplSerializer
213 public final int getIndex(String uri, String localName) in getIndex() method in AttributesImplSerializer
/external/apache-xml/src/main/java/org/apache/xml/utils/
DAttList.java223 public int getIndex(String uri, String localPart) in getIndex() method in AttList
244 public int getIndex(String qName) in getIndex() method in AttList
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DAttList.java232 public int getIndex(String uri, String localPart) in getIndex() method in AttList
253 public int getIndex(String qName) in getIndex() method in AttList
/external/llvm/lib/CodeGen/AsmPrinter/
DAddressPool.cpp19 unsigned AddressPool::getIndex(const MCSymbol *Sym, bool TLS) { in getIndex() function in AddressPool
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DByteSequence.java41 public final int getIndex() { in getIndex() method in ByteSequence
/external/exoplayer/tree/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
DRepresentation.java168 public abstract DashSegmentIndex getIndex(); in getIndex() method in Representation
260 public DashSegmentIndex getIndex() { in getIndex() method in Representation.SingleSegmentRepresentation
304 public DashSegmentIndex getIndex() { in getIndex() method in Representation.MultiSegmentRepresentation
/external/icu/icu4c/source/common/unicode/
Dparsepos.h211 ParsePosition::getIndex() const in getIndex() function
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DClassElementValue.java41 public int getIndex() in getIndex() method in ClassElementValue
/external/llvm/include/llvm/CodeGen/
DSlotIndexes.h51 unsigned getIndex() const { return index; } in getIndex() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAddressPool.cpp20 unsigned AddressPool::getIndex(const MCSymbol *Sym, bool TLS) { in getIndex() function in AddressPool
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSelectionDAGAddressAnalysis.h48 SDValue getIndex() { return Index; } in getIndex() function
DSlotIndexes.h59 unsigned getIndex() const { return index; } in getIndex() function

12345678