OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Prediction
(Results
1 - 21
of
21
) sorted by null
/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
22
import android.gesture.
Prediction
;
65
public ArrayList<
Prediction
> recognize(Gesture gesture) {
GestureStorageTester.java
20
import android.gesture.
Prediction
;
73
ArrayList<
Prediction
> predictions = mFixture.recognize(newLineGesture);
GestureStoreTest.java
22
import android.gesture.
Prediction
;
68
public ArrayList<
Prediction
> recognize(Gesture gesture) {
/external/llvm/lib/CodeGen/
IfConversion.cpp
177
const BranchProbability &
Prediction
) const;
180
const BranchProbability &
Prediction
) const;
207
const BranchProbability &
Prediction
) const {
209
Prediction
);
216
const BranchProbability &
Prediction
) const {
219
Prediction
);
454
const BranchProbability &
Prediction
) const {
465
Prediction
))
481
const BranchProbability &
Prediction
) const {
503
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/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
/external/oprofile/events/i386/westmere/
unit_masks
25
0x01 early Early Branch
Prediction
Unit clears
26
0x02 late Late Branch
Prediction
Unit clears
/prebuilt/sdk/11/
android.jar
/prebuilt/sdk/14/
android.jar
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/9/
android.jar
Completed in 1159 milliseconds