HomeSort by relevance Sort by last modified time
    Searched refs:Prediction (Results 1 - 25 of 30) sorted by null

1 2

  /frameworks/base/core/java/android/gesture/
Prediction.java 19 public class Prediction {
24 Prediction(String label, double predictionScore) {
InstanceLearner.java 29 private static final Comparator<Prediction> sComparator = new Comparator<Prediction>() {
30 public int compare(Prediction object1, Prediction object2) {
44 ArrayList<Prediction> classify(int sequenceType, int orientationType, float[] vector) {
45 ArrayList<Prediction> predictions = new ArrayList<Prediction>();
76 predictions.add(new Prediction(name, score));
80 // for (Prediction prediction : predictions)
    [all...]
GestureLibrary.java 63 public ArrayList<Prediction> recognize(Gesture gesture) {
Learner.java 83 abstract ArrayList<Prediction> classify(int sequenceType, int orientationType, float[] vector);
GestureStore.java 136 public ArrayList<Prediction> recognize(Gesture gesture) {
  /cts/tests/tests/gesture/src/android/gesture/cts/
GestureStorageAccessor.java 19 import android.gesture.Prediction;
42 ArrayList<Prediction> recognize(Gesture gesture);
GestureLibraryTest.java 21 import android.gesture.Prediction;
63 public ArrayList<Prediction> recognize(Gesture gesture) {
GestureStorageTester.java 20 import android.gesture.Prediction;
73 ArrayList<Prediction> predictions = mFixture.recognize(newLineGesture);
GestureStoreTest.java 21 import android.gesture.Prediction;
66 public ArrayList<Prediction> recognize(Gesture gesture) {
  /external/llvm/lib/CodeGen/
IfConversion.cpp 189 const BranchProbability &Prediction) const;
192 const BranchProbability &Prediction) const;
218 const BranchProbability &Prediction) const {
220 Prediction);
227 const BranchProbability &Prediction) const {
230 Prediction);
474 const BranchProbability &Prediction) const {
485 Prediction))
501 const BranchProbability &Prediction) const {
523 if (!TII->isProfitableToDupForIfCvt(*TrueBBI.BB, Size, Prediction))
    [all...]
  /external/oprofile/events/mips/20K/
events 17 event:0xb counters:0 um:zero minimum:500 name:REPLAYS : Total number of LSU requested replays, Load-dependent speculative dispatch or FPU exception prediction replays.
18 event:0xc counters:0 um:zero minimum:500 name:RPS_MISSPREDICTS : JR instructions that mispredicted using the Return Prediction Stack (RPS)
  /external/llvm/lib/Target/Hexagon/
HexagonNewValueJump.cpp 295 const BranchProbability Prediction =
298 if (Prediction >= BranchProbability(1,2))
HexagonInstrInfo.cpp     [all...]
  /external/oprofile/events/i386/nehalem/
unit_masks 206 0x02 mru Instruction Length Decoder stall cycles due to Brand Prediction Unit (PBU) Most Recently Used (MRU) bypass
321 0x01 clear Counts the number of times the front end is resteered, mainly when the Branch Prediction Unit cannot provide a correct prediction and this is corrected by the Branch Address Calculator at the front end
324 0x01 early Counts early (normal) Branch Prediction Unit clears: BPU predicted a taken branch after incorrectly assuming that it was not taken
325 0x02 late Counts late Branch Prediction Unit clears due to Most Recently Used conflicts
events 72 event:0xA7 counters:0,1,2,3 um:one minimum:6000 name:BACLEAR_FORCE_IQ : Counts number of times a BACLEAR was forced by the Instruction Queue. The IQ is also responsible for providing conditional branch prediciton direction based on a static scheme and dynamic data provided by the L2 Branch Prediction Unit. If the conditional branch target is not found in the Target Array and the IQ predicts that the branch is taken, then the IQ will force the Branch Address Calculator to issue a BACLEAR. Each BACLEAR asserted by the BAC generates approximately an 8 cycle bubble in the instruction fetch pipeline.
98 event:0xE8 counters:0,1,2,3 um:bpu_clears minimum:6000 name:BPU_CLEARS : Counts Branch Prediction Unit clears.
  /external/oprofile/events/mips/25K/
events 25 # Branch/Jump Prediction:
29 event:0xf counters:0,1 um:zero minimum:500 name:JR_RPD_MISSPREDICTED : JR instructions that mispredicted using the Return Prediction Stack
71 event:0x21 counters:0,1 um:zero minimum:500 name:REPLAYS_LSU_LOAD_DEP_FPU : LSU requested replays, load-dependent speculative dispatch, FPU exception prediction
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
TouchExplorer.java 26 import android.gesture.Prediction;
    [all...]
  /external/oprofile/events/i386/westmere/
unit_masks 25 0x01 early Early Branch Prediction Unit clears
26 0x02 late Late Branch Prediction Unit clears
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 322 milliseconds

1 2