Home
last modified time | relevance | path

Searched defs:Key (Results 1 – 13 of 13) sorted by relevance

/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
Dstochastic_linear_ranker.cpp26 const SparseWeightVector<Key, Hash> &positive, in UpdateSubGradient()
63 const SparseWeightVector<Key, Hash> &positive, in UpdateClassifier()
Dsparse_weight_vector.cpp50 const SparseWeightVector<Key, Hash> &w1, in AdditiveWeightUpdate()
64 const SparseWeightVector<Key, Hash> &w1, in AdditiveSquaredWeightUpdate()
79 const SparseWeightVector<Key, Hash> &w1, in AdditiveInvSqrtWeightUpdate()
96 const SparseWeightVector<Key, Hash> &w1, in AdditiveWeightUpdateBounded()
123 const SparseWeightVector<Key, Hash> &w1) { in MultWeightUpdate()
135 const SparseWeightVector<Key, Hash> &w1) { in MultWeightUpdateBounded()
195 const SparseWeightVector<Key, Hash> &w1) const { in DotProduct() argument
Dsparse_weight_vector.h45 explicit SparseWeightVector(const SparseWeightVector<Key, Hash> &other) { in SparseWeightVector()
51 void CopyFrom(const SparseWeightVector<Key, Hash> &other) { in CopyFrom()
115 void LoadWeightVector(const SparseWeightVector<Key, Hash> &vec) { in LoadWeightVector()
Dstochastic_linear_ranker.h168 void LoadWeights(const SparseWeightVector<Key, Hash> &model) { in LoadWeights()
172 void SaveWeights(SparseWeightVector<Key, Hash> *model) { in SaveWeights()
176 double ScoreSample(const SparseWeightVector<Key, Hash> &sample) { in ScoreSample()
/frameworks/base/include/androidfw/
DInputTransport.h56 struct Key { struct
57 uint32_t seq;
58 nsecs_t eventTime;
59 int32_t deviceId;
60 int32_t source;
61 int32_t action;
62 int32_t flags;
63 int32_t keyCode;
64 int32_t scanCode;
65 int32_t metaState;
[all …]
DKeyLayoutMap.h77 struct Key { struct
82 KeyedVector<int32_t, Key> mKeysByScanCode; argument
DKeyCharacterMap.h156 struct Key { struct
162 char16_t label;
165 char16_t number;
192 KeyCharacterMap* mMap; argument
/frameworks/base/core/java/android/net/
DLinkCapabilities.java54 public static final class Key { class in LinkCapabilities
56 private Key() {} in Key() method in LinkCapabilities.Key
/frameworks/base/services/java/com/android/server/am/
DPendingIntentRecord.java44 final static class Key { class in PendingIntentRecord
60 Key(int _t, String _p, ActivityRecord _a, String _w, in Key() method in PendingIntentRecord.Key
/frameworks/compile/libbcc/lib/ExecutionEngine/
DRuntime.c66 const RuntimeFunction Key = { Name, NULL }; in FindRuntimeFunction() local
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java230 public static class Key { class in Keyboard
313 public Key(Row parent) { in Key() method in Keyboard.Key
330 public Key(Resources res, Row parent, int x, int y, XmlResourceParser parser) { in Key() method in Keyboard.Key
/frameworks/base/services/java/com/android/server/net/
DNetworkStatsCollection.java497 private static class Key implements Comparable<Key> { class in NetworkStatsCollection
505 public Key(NetworkIdentitySet ident, int uid, int set, int tag) { in Key() method in NetworkStatsCollection.Key
/frameworks/base/libs/androidfw/
DKeyCharacterMap.cpp634 KeyCharacterMap::Key::Key() : in Key() function in android::KeyCharacterMap::Key
638 KeyCharacterMap::Key::Key(const Key& other) : in Key() function in android::KeyCharacterMap::Key