Home
last modified time | relevance | path

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

12345678910>>...14

/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-16.0/llvm/include/llvm/Analysis/
DModuleSummaryAnalysis.h66 ModuleSummaryIndex &getIndex() { return *Index; } in getIndex() function
67 const ModuleSummaryIndex &getIndex() const { return *Index; } in getIndex() function
90 const ModuleSummaryIndex *getIndex() const { return Index; } in getIndex() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DModuleSummaryAnalysis.h63 ModuleSummaryIndex &getIndex() { return *Index; } in getIndex() function
64 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/skia/src/gpu/ganesh/d3d/
DGrD3DDescriptorHeap.h42 size_t getIndex(const CPUHandle& handle) { in getIndex() function
50 size_t getIndex(const GPUHandle& handle) { in getIndex() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DSelectionDAGAddressAnalysis.h50 SDValue getIndex() { return Index; } in getIndex() function
51 SDValue getIndex() const { return Index; } in getIndex() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DSelectionDAGAddressAnalysis.h50 SDValue getIndex() { return Index; } in getIndex() function
51 SDValue 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/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DIndexedInstruction.java28 int getIndex(); in getIndex() method
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
DFunctionId.h23 uint32_t getIndex() const { return Index; } in getIndex() function
/external/llvm/include/llvm/DebugInfo/CodeView/
DFunctionId.h24 uint32_t getIndex() const { return Index; } in getIndex() function
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/builder/
DBuilderReference.java36 int getIndex(); in getIndex() method
DBuilderStringReference.java50 @Override public int getIndex() { in getIndex() method in BuilderStringReference
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DFunctionId.h23 uint32_t getIndex() const { return Index; } in getIndex() function
/external/google-cloud-java/java-video-live-stream/proto-google-cloud-live-stream-v1/src/main/java/com/google/cloud/video/livestream/v1/
DVideoStreamPropertyOrBuilder.java37 int getIndex(); in getIndex() method
DAudioStreamPropertyOrBuilder.java37 int getIndex(); in getIndex() method
/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/
DCreateIndexRequestOrBuilder.java84 com.google.cloud.aiplatform.v1beta1.Index getIndex(); in getIndex() method
DUpdateIndexRequestOrBuilder.java53 com.google.cloud.aiplatform.v1beta1.Index getIndex(); in getIndex() method
DRemoveDatapointsRequestOrBuilder.java41 java.lang.String getIndex(); in getIndex() method
/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/
DCreateIndexRequestOrBuilder.java82 com.google.cloud.aiplatform.v1.Index getIndex(); in getIndex() method
DUpdateIndexRequestOrBuilder.java51 com.google.cloud.aiplatform.v1.Index getIndex(); in getIndex() method
DRemoveDatapointsRequestOrBuilder.java41 java.lang.String getIndex(); in getIndex() method
/external/llvm/lib/CodeGen/AsmPrinter/
DAddressPool.cpp19 unsigned AddressPool::getIndex(const MCSymbol *Sym, bool TLS) { in getIndex() function in AddressPool

12345678910>>...14