Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputTransport.h63 struct Key { struct
64 uint32_t seq;
65 nsecs_t eventTime __attribute__((aligned(8)));
66 int32_t deviceId;
67 int32_t source;
68 int32_t action;
69 int32_t flags;
70 int32_t keyCode;
71 int32_t scanCode;
72 int32_t metaState;
[all …]
DKeyLayoutMap.h79 struct Key { struct
89 KeyedVector<int32_t, Key> mKeysByScanCode; argument
DKeyCharacterMap.h156 struct Key { struct
162 char16_t label;
165 char16_t number;
192 KeyCharacterMap* mMap; argument
/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/native/services/surfaceflinger/RenderEngine/
DProgramCache.h74 inline Key() : mKey(0) { } in Key() function
75 inline Key(const Key& rhs) : mKey(rhs.mKey) { } in Key() function
DProgram.cpp28 Program::Program(const ProgramCache::Key& /*needs*/, const char* vertex, const char* fragment) in Program()
/frameworks/base/core/java/android/hardware/camera2/
DCaptureResult.java71 public final static class Key<T> { class in CaptureResult
79 public Key(String name, Class<T> type) { in Key() method in CaptureResult.Key
88 public Key(String name, TypeReference<T> typeReference) { in Key() method in CaptureResult.Key
138 /*package*/ Key(CameraMetadataNative.Key<?> nativeKey) { in Key() method in CaptureResult.Key
DCaptureRequest.java86 public final static class Key<T> { class in CaptureRequest
94 public Key(String name, Class<T> type) { in Key() method in CaptureRequest.Key
103 public Key(String name, TypeReference<T> typeReference) { in Key() method in CaptureRequest.Key
153 /*package*/ Key(CameraMetadataNative.Key<?> nativeKey) { in Key() method in CaptureRequest.Key
DCameraCharacteristics.java60 public static final class Key<T> { class in CameraCharacteristics
68 public Key(String name, Class<T> type) { in Key() method in CameraCharacteristics.Key
77 public Key(String name, TypeReference<T> typeReference) { in Key() method in CameraCharacteristics.Key
129 private Key(CameraMetadataNative.Key<?> nativeKey) { in Key() method in CameraCharacteristics.Key
/frameworks/base/services/core/java/com/android/server/am/
DPendingIntentRecord.java47 final static class Key { class in PendingIntentRecord
64 Key(int _t, String _p, ActivityRecord _a, String _w, in Key() method in PendingIntentRecord.Key
/frameworks/base/tools/split-select/
DRule.h48 enum Key { enum
/frameworks/compile/mclinker/include/mcld/LD/
DBranchIsland.h108 Key(const Stub* pPrototype, const LDSymbol* pSymbol, Stub::SWord pAddend) in Key() function
/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/core/java/com/android/server/net/
DNetworkStatsCollection.java552 private static class Key implements Comparable<Key> { class in NetworkStatsCollection
560 public Key(NetworkIdentitySet ident, int uid, int set, int tag) { in Key() method in NetworkStatsCollection.Key
/frameworks/av/drm/mediadrm/plugins/clearkey/tests/
DAesCtrDecryptorUnittest.cpp31 typedef uint8_t Key[kBlockSize]; typedef in clearkeydrm::AesCtrDecryptorTest
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraMetadataNative.java77 public static class Key<T> { class in CameraMetadataNative
90 public Key(String name, Class<T> type) { in Key() method in CameraMetadataNative.Key
109 public Key(String name, TypeReference<T> typeReference) { in Key() method in CameraMetadataNative.Key
/frameworks/native/libs/input/
DKeyCharacterMap.cpp636 KeyCharacterMap::Key::Key() : in Key() function in android::KeyCharacterMap::Key
640 KeyCharacterMap::Key::Key(const Key& other) : in Key() function in android::KeyCharacterMap::Key