/aosp_15_r20/external/llvm/include/llvm/Analysis/ |
H A D | ModuleSummaryAnalysis.h | 44 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/ |
D | ModuleSummaryAnalysis.h | 66 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/ |
D | ModuleSummaryAnalysis.h | 66 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/ |
D | ModuleSummaryAnalysis.h | 66 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 D | ModuleSummaryAnalysis.h | 66 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/ |
D | ModuleSummaryAnalysis.h | 66 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 D | ExpatAttributes.java | 83 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 D | IndexServiceGrpc.java | 423 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 D | IndexServiceGrpc.java | 416 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 D | ModuleSummaryAnalysis.h | 63 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 D | Representation.java | 171 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 D | Representation.java | 171 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 D | ModuleSummaryIndexObjectFile.h | 62 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 D | GrD3DDescriptorHeap.h | 42 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 D | Attributes.java | 184 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 D | SelectionDAGAddressAnalysis.h | 50 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 D | Descriptors.java | 665 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 D | Descriptors.java | 665 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/ |
D | SelectionDAGAddressAnalysis.h | 51 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/ |
D | SelectionDAGAddressAnalysis.h | 51 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 D | SelectionDAGAddressAnalysis.h | 50 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/ |
D | SelectionDAGAddressAnalysis.h | 50 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/ |
D | SelectionDAGAddressAnalysis.h | 51 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 D | AttributesImplSerializer.java | 71 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/ |
D | LoadStoreOpt.h | 48 Register getIndex() { return IndexReg; } in getIndex() function 49 Register getIndex() const { return IndexReg; } in getIndex() function
|