/frameworks/native/include/input/ |
D | InputTransport.h | 63 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 …]
|
D | KeyLayoutMap.h | 79 struct Key { struct 89 KeyedVector<int32_t, Key> mKeysByScanCode; argument
|
D | KeyCharacterMap.h | 156 struct Key { struct 162 char16_t label; 165 char16_t number; 192 KeyCharacterMap* mMap; argument
|
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/ |
D | stochastic_linear_ranker.cpp | 26 const SparseWeightVector<Key, Hash> &positive, in UpdateSubGradient() 63 const SparseWeightVector<Key, Hash> &positive, in UpdateClassifier()
|
D | sparse_weight_vector.cpp | 50 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
|
D | sparse_weight_vector.h | 45 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()
|
D | stochastic_linear_ranker.h | 168 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/ |
D | ProgramCache.h | 74 inline Key() : mKey(0) { } in Key() function 75 inline Key(const Key& rhs) : mKey(rhs.mKey) { } in Key() function
|
D | Program.cpp | 28 Program::Program(const ProgramCache::Key& /*needs*/, const char* vertex, const char* fragment) in Program()
|
/frameworks/base/core/java/android/hardware/camera2/ |
D | CaptureResult.java | 71 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
|
D | CaptureRequest.java | 86 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
|
D | CameraCharacteristics.java | 60 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/ |
D | PendingIntentRecord.java | 47 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/ |
D | Rule.h | 48 enum Key { enum
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | BranchIsland.h | 108 Key(const Stub* pPrototype, const LDSymbol* pSymbol, Stub::SWord pAddend) in Key() function
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | Keyboard.java | 230 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/ |
D | NetworkStatsCollection.java | 552 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/ |
D | AesCtrDecryptorUnittest.cpp | 31 typedef uint8_t Key[kBlockSize]; typedef in clearkeydrm::AesCtrDecryptorTest
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | CameraMetadataNative.java | 77 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/ |
D | KeyCharacterMap.cpp | 636 KeyCharacterMap::Key::Key() : in Key() function in android::KeyCharacterMap::Key 640 KeyCharacterMap::Key::Key(const Key& other) : in Key() function in android::KeyCharacterMap::Key
|