Home
last modified time | relevance | path

Searched defs:getPredictions (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/frameworks/native/services/surfaceflinger/FrameTimeline/
H A DFrameTimeline.h182 TimelineItem getPredictions() const { return mPredictions; }; in getPredictions() function
438 TimelineItem getPredictions() const { return mSurfaceFlingerPredictions; }; in getPredictions() function
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/
H A DPredictResponseOrBuilder.java55 com.google.protobuf.Value getPredictions(int index); in getPredictions() method
H A DExplainResponseOrBuilder.java146 com.google.protobuf.Value getPredictions(int index); in getPredictions() method
H A DExplainResponse.java278 public com.google.protobuf.Value getPredictions(int index) { in getPredictions() method in ExplainResponse
1376 public com.google.protobuf.Value getPredictions(int index) { in getPredictions() method in ExplainResponse.Builder
H A DEvaluatedAnnotationOrBuilder.java102 com.google.protobuf.Value getPredictions(int index); in getPredictions() method
H A DPredictResponse.java149 public com.google.protobuf.Value getPredictions(int index) { in getPredictions() method in PredictResponse
945 public com.google.protobuf.Value getPredictions(int index) { in getPredictions() method in PredictResponse.Builder
H A DEvaluatedAnnotation.java421 public com.google.protobuf.Value getPredictions(int index) { in getPredictions() method in EvaluatedAnnotation
1815 public com.google.protobuf.Value getPredictions(int index) { in getPredictions() method in EvaluatedAnnotation.Builder
/aosp_15_r20/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/
H A DPredictResponseOrBuilder.java53 com.google.protobuf.Value getPredictions(int index); in getPredictions() method
H A DExplainResponseOrBuilder.java146 com.google.protobuf.Value getPredictions(int index); in getPredictions() method
H A DExplainResponse.java277 public com.google.protobuf.Value getPredictions(int index) { in getPredictions() method in ExplainResponse
1367 public com.google.protobuf.Value getPredictions(int index) { in getPredictions() method in ExplainResponse.Builder
H A DEvaluatedAnnotationOrBuilder.java102 com.google.protobuf.Value getPredictions(int index); in getPredictions() method
H A DPredictResponse.java145 public com.google.protobuf.Value getPredictions(int index) { in getPredictions() method in PredictResponse
935 public com.google.protobuf.Value getPredictions(int index) { in getPredictions() method in PredictResponse.Builder
H A DEvaluatedAnnotation.java418 public com.google.protobuf.Value getPredictions(int index) { in getPredictions() method in EvaluatedAnnotation
1802 public com.google.protobuf.Value getPredictions(int index) { in getPredictions() method in EvaluatedAnnotation.Builder
/aosp_15_r20/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
Ddictionary.cpp91 void Dictionary::getPredictions(const NgramContext *const ngramContext, in getPredictions() function in latinime::Dictionary
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/
H A DFrameTimelineTest.cpp170 const std::map<int64_t, TimelineItem>& getPredictions() const { in getPredictions() function in android::frametimeline::FrameTimelineTest