/frameworks/base/services/core/jni/ |
D | com_android_server_tv_TvKeys.h | 11 struct Key { struct 12 int linuxKeyCode; argument 13 int32_t androidKeyCode; argument
|
/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 | 167 struct Key { struct 173 char16_t label; 176 char16_t number; 203 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 | 46 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()
|
D | stochastic_linear_ranker.h | 169 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/ |
D | CaptureResult.java | 73 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
|
D | CaptureRequest.java | 96 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
|
D | CameraCharacteristics.java | 62 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/ |
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/services/core/java/com/android/server/accounts/ |
D | TokenCache.java | 48 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/ |
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/services/core/java/com/android/server/am/ |
D | PendingIntentRecord.java | 62 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/ |
D | MediaAnalyticsItem.h | 68 typedef AString Key; typedef
|
/frameworks/av/media/libmediametrics/include/ |
D | MediaAnalyticsItem.h | 68 typedef AString Key; typedef
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | Keyboard.java | 231 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/ |
D | Prefs.java | 51 public @interface Key { annotation in Prefs
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
D | CameraMetadataNative.java | 79 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/ |
D | encoding.h | 472 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/ |
D | NetworkStatsCollection.java | 645 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/ |
D | AesCtrDecryptorUnittest.cpp | 31 typedef uint8_t Key[kBlockSize]; typedef in clearkeydrm::AesCtrDecryptorTest
|