Home
last modified time | relevance | path

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

12

/frameworks/base/services/core/jni/
Dcom_android_server_tv_TvKeys.h11 struct Key { struct
12 int linuxKeyCode; argument
13 int32_t androidKeyCode; argument
/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.h167 struct Key { struct
173 char16_t label;
176 char16_t number;
203 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.h46 explicit SparseWeightVector(const SparseWeightVector<Key, Hash> &other) { in SparseWeightVector()
52 void CopyFrom(const SparseWeightVector<Key, Hash> &other) { in CopyFrom()
116 void LoadWeightVector(const SparseWeightVector<Key, Hash> &vec) { in LoadWeightVector()
Dstochastic_linear_ranker.h169 void LoadWeights(const SparseWeightVector<Key, Hash> &model) { in LoadWeights()
173 void SaveWeights(SparseWeightVector<Key, Hash> *model) { in SaveWeights()
177 double ScoreSample(const SparseWeightVector<Key, Hash> &sample) { in ScoreSample()
/frameworks/base/core/java/android/hardware/camera2/
DCaptureResult.java73 public final static class Key<T> { class in CaptureResult
81 public Key(String name, Class<T> type, long vendorId) { in Key() method in CaptureResult.Key
90 public Key(String name, Class<T> type) { in Key() method in CaptureResult.Key
99 public Key(String name, TypeReference<T> typeReference) { in Key() method in CaptureResult.Key
173 /*package*/ Key(CameraMetadataNative.Key<?> nativeKey) { in Key() method in CaptureResult.Key
DCaptureRequest.java96 public final static class Key<T> { class in CaptureRequest
104 public Key(String name, Class<T> type, long vendorId) { in Key() method in CaptureRequest.Key
113 public Key(String name, Class<T> type) { in Key() method in CaptureRequest.Key
122 public Key(String name, TypeReference<T> typeReference) { in Key() method in CaptureRequest.Key
196 /*package*/ Key(CameraMetadataNative.Key<?> nativeKey) { in Key() method in CaptureRequest.Key
DCameraCharacteristics.java62 public static final class Key<T> { class in CameraCharacteristics
70 public Key(String name, Class<T> type, long vendorId) { in Key() method in CameraCharacteristics.Key
79 public Key(String name, Class<T> type) { in Key() method in CameraCharacteristics.Key
88 public Key(String name, TypeReference<T> typeReference) { in Key() method in CameraCharacteristics.Key
164 private Key(CameraMetadataNative.Key<?> nativeKey) { in Key() method in CameraCharacteristics.Key
/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/services/core/java/com/android/server/accounts/
DTokenCache.java48 private static class Key { class in TokenCache
54 public Key(Account account, String tokenType, String packageName, byte[] sigDigest) { in Key() method in TokenCache.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/services/core/java/com/android/server/am/
DPendingIntentRecord.java62 final static class Key { class in PendingIntentRecord
79 Key(int _t, String _p, ActivityRecord _a, String _w, in Key() method in PendingIntentRecord.Key
/frameworks/av/include/media/
DMediaAnalyticsItem.h68 typedef AString Key; typedef
/frameworks/av/media/libmediametrics/include/
DMediaAnalyticsItem.h68 typedef AString Key; typedef
/frameworks/base/core/java/android/inputmethodservice/
DKeyboard.java231 public static class Key { class in Keyboard
314 public Key(Row parent) { in Key() method in Keyboard.Key
331 public Key(Resources res, Row parent, int x, int y, XmlResourceParser parser) { in Key() method in Keyboard.Key
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DPrefs.java51 public @interface Key { annotation in Prefs
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraMetadataNative.java79 public static class Key<T> { class in CameraMetadataNative
91 public Key(String name, Class<T> type, long vendorId) { in Key() method in CameraMetadataNative.Key
110 public Key(String name, Class<T> type) { in Key() method in CameraMetadataNative.Key
129 public Key(String name, TypeReference<T> typeReference) { in Key() method in CameraMetadataNative.Key
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dencoding.h472 const std::map<Key, T, Compare, Allocator>& value) { in EncodeType()
479 const std::unordered_map<Key, T, Hash, KeyEqual, Allocator>& value) { in EncodeType()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsCollection.java645 private static class Key implements Comparable<Key> { class in NetworkStatsCollection
653 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

12