Home
last modified time | relevance | path

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

12345678910>>...84

/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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
/aosp_15_r20/libcore/luni/src/main/java/org/apache/harmony/xml/
H A DExpatAttributes.java83 public int getIndex(String uri, String localName) { in getIndex() method in ExpatAttributes
97 public int getIndex(String qName) { in getIndex() method in ExpatAttributes
151 private static native int getIndex(long attributePointer, String uri, String localName); in getIndex() method in ExpatAttributes
/aosp_15_r20/external/google-cloud-java/java-aiplatform/grpc-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/
H A DIndexServiceGrpc.java423 default void getIndex( in getIndex() method
563 public void getIndex( in getIndex() method in IndexServiceGrpc.IndexServiceStub
696 public com.google.cloud.aiplatform.v1beta1.Index getIndex( in getIndex() method in IndexServiceGrpc.IndexServiceBlockingStub
812 getIndex(com.google.cloud.aiplatform.v1beta1.GetIndexRequest request) { in getIndex() method in IndexServiceGrpc.IndexServiceFutureStub
/aosp_15_r20/external/google-cloud-java/java-aiplatform/grpc-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/
H A DIndexServiceGrpc.java416 default void getIndex( in getIndex() method
556 public void getIndex( in getIndex() method in IndexServiceGrpc.IndexServiceStub
689 public com.google.cloud.aiplatform.v1.Index getIndex( in getIndex() method in IndexServiceGrpc.IndexServiceBlockingStub
804 getIndex(com.google.cloud.aiplatform.v1.GetIndexRequest request) { in getIndex() method in IndexServiceGrpc.IndexServiceFutureStub
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DModuleSummaryAnalysis.h63 ModuleSummaryIndex &getIndex() { return *Index; } in getIndex() function
64 const ModuleSummaryIndex &getIndex() const { return *Index; } in getIndex() function
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
H A DRepresentation.java171 public abstract DashSegmentIndex getIndex(); in getIndex() method in Representation
276 public DashSegmentIndex getIndex() { in getIndex() method in Representation.SingleSegmentRepresentation
330 public DashSegmentIndex getIndex() { in getIndex() method in Representation.MultiSegmentRepresentation
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
H A DRepresentation.java171 public abstract DashSegmentIndex getIndex(); in getIndex() method in Representation
276 public DashSegmentIndex getIndex() { in getIndex() method in Representation.SingleSegmentRepresentation
330 public DashSegmentIndex getIndex() { in getIndex() method in Representation.MultiSegmentRepresentation
/aosp_15_r20/external/llvm/include/llvm/Object/
H A DModuleSummaryIndexObjectFile.h62 const ModuleSummaryIndex &getIndex() const { in getIndex() function
65 ModuleSummaryIndex &getIndex() { return *Index; } in getIndex() function
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DDescriptorHeap.h42 size_t getIndex(const CPUHandle& handle) { in getIndex() function
50 size_t getIndex(const GPUHandle& handle) { in getIndex() function
/aosp_15_r20/libcore/luni/src/main/java/org/xml/sax/
H A DAttributes.java184 public int getIndex (String uri, String localName); in getIndex() method
194 public int getIndex (String qName); in getIndex() method
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h50 SDValue getIndex() { return Index; } in getIndex() function
51 SDValue getIndex() const { return Index; } in getIndex() function
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptors.java665 public int getIndex() { in getIndex() method in Descriptors.Descriptor
1072 public int getIndex() { in getIndex() method in Descriptors.FieldDescriptor
1744 public int getIndex() { in getIndex() method in Descriptors.EnumDescriptor
1961 public int getIndex() { in getIndex() method in Descriptors.EnumValueDescriptor
2060 public int getIndex() { in getIndex() method in Descriptors.ServiceDescriptor
2162 public int getIndex() { in getIndex() method in Descriptors.MethodDescriptor
2711 public int getIndex() { in getIndex() method in Descriptors.OneofDescriptor
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptors.java665 public int getIndex() { in getIndex() method in Descriptors.Descriptor
1072 public int getIndex() { in getIndex() method in Descriptors.FieldDescriptor
1744 public int getIndex() { in getIndex() method in Descriptors.EnumDescriptor
1961 public int getIndex() { in getIndex() method in Descriptors.EnumValueDescriptor
2060 public int getIndex() { in getIndex() method in Descriptors.ServiceDescriptor
2162 public int getIndex() { in getIndex() method in Descriptors.MethodDescriptor
2711 public int getIndex() { in getIndex() method in Descriptors.OneofDescriptor
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DSelectionDAGAddressAnalysis.h51 SDValue getIndex() { return Index; } in getIndex() function
52 SDValue getIndex() const { return Index; } in getIndex() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DSelectionDAGAddressAnalysis.h51 SDValue getIndex() { return Index; } in getIndex() function
52 SDValue getIndex() const { return Index; } in getIndex() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DSelectionDAGAddressAnalysis.h50 SDValue getIndex() { return Index; } in getIndex() function
51 SDValue getIndex() const { return Index; } in getIndex() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DSelectionDAGAddressAnalysis.h50 SDValue getIndex() { return Index; } in getIndex() function
51 SDValue getIndex() const { return Index; } in getIndex() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DSelectionDAGAddressAnalysis.h51 SDValue getIndex() { return Index; } in getIndex() function
52 SDValue getIndex() const { return Index; } in getIndex() function
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/GlobalISel/
DLoadStoreOpt.h48 Register getIndex() { return IndexReg; } in getIndex() function
49 Register getIndex() const { return IndexReg; } in getIndex() function

12345678910>>...84