HomeSort by relevance Sort by last modified time
    Searched defs:KeyType (Results 1 - 15 of 15) sorted by null

  /bootable/recovery/
verifier.h 32 } KeyType;
35 KeyType key_type;
  /external/lldb/include/lldb/DataFormatters/
TypeCategoryMap.h 28 typedef ConstString KeyType;
35 typedef std::map<KeyType, ValueSP> MapType;
47 Add (KeyType name,
51 Delete (KeyType name);
54 Enable (KeyType category_name,
58 Disable (KeyType category_name);
71 Get (KeyType name,
143 friend class FormatNavigator<KeyType, ValueType>;
  /external/vixl/test/
test-invalset.cc 37 typedef ptrdiff_t KeyType;
44 Obj(KeyType key, ValType val) : key_(key), val_(val) {}
45 KeyType key_;
66 static const KeyType kInvalidKey = PTRDIFF_MAX;
72 KeyType,
78 inline KeyType InvalSet<Obj,
80 KeyType,
89 KeyType,
92 kReclaimFactor>::SetKey(Obj* obj, KeyType key) {
  /system/keymaster/
operation.h 40 struct KeyType {
41 KeyType(keymaster_algorithm_t alg, keymaster_purpose_t purp)
47 bool operator==(const KeyType& rhs) const {
51 virtual KeyType registry_key() const = 0;
  /frameworks/compile/mclinker/include/mcld/Target/
KeyEntryMap.h 18 * \brief KeyEntryMap is a <const KeyType*, ENTRY*> map.
23 typedef KEY KeyType;
43 const KeyType* key;
56 const EntryType* lookUp(const KeyType& pKey) const;
57 EntryType* lookUp(const KeyType& pKey);
60 const EntryType* lookUpFirstEntry(const KeyType& pKey) const;
61 EntryType* lookUpFirstEntry(const KeyType& pKey);
64 const EntryType* lookUpSecondEntry(const KeyType& pKey) const;
65 EntryType* lookUpSecondEntry(const KeyType& pKey);
67 void record(const KeyType& pKey, EntryType& pEntry)
    [all...]
  /external/eigen/unsupported/Eigen/src/SparseExtra/
RandomSetter.h 21 typedef int KeyType;
22 typedef std::map<KeyType,Scalar> Type;
27 static void setInvalidKey(Type&, const KeyType&) {}
49 typedef int KeyType;
50 typedef std::unordered_map<KeyType,Scalar> Type;
55 static void setInvalidKey(Type&, const KeyType&) {}
66 typedef int KeyType;
67 typedef google::dense_hash_map<KeyType,Scalar> Type;
72 static void setInvalidKey(Type& map, const KeyType& k)
84 typedef int KeyType;
    [all...]
  /external/google-breakpad/src/processor/
static_map_unittest.cc 42 typedef int KeyType;
43 typedef google_breakpad::StaticMap< KeyType, ValueType > TestMap;
44 typedef std::map< KeyType, ValueType > StdMap;
107 sizeof(uint32_t) + kNumNodes * (sizeof(uint32_t) + sizeof(KeyType));
124 sizeof(uint32_t) + kNumNodes * (sizeof(uint32_t) + sizeof(KeyType));
129 KeyType* keys = reinterpret_cast<KeyType*>(
174 sizeof(uint32_t) + sizeof(KeyType) + sizeof(ValueType);
240 void FindTester(int test_case, const KeyType &key) {
246 void LowerBoundTester(int test_case, const KeyType &key)
    [all...]
  /frameworks/native/include/media/drm/
DrmAPI.h 93 enum KeyType {
142 // specified keyType. When the keyType is kKeyType_Offline or
144 // provided to. When the keyType is kKeyType_Release, scope should be set to
152 // in generating the key request. Init may be null when keyType is
157 // keyType specifies if the keys are to be used for streaming or offline content
166 String8 const &mimeType, KeyType keyType,
  /external/vixl/src/vixl/
invalset.h 69 // 'ElementType' and 'KeyType' are respectively the types of the elements and
76 class KeyType, \
77 KeyType INVALID_KEY, \
83 KeyType, INVALID_KEY, RECLAIM_FROM, RECLAIM_FACTOR
93 static const KeyType kInvalidKey = INVALID_KEY;
114 KeyType min_element_key();
117 static KeyType Key(const ElementType& element);
118 static void SetKey(ElementType* element, KeyType key);
188 KeyType cached_min_key_; // Valid iff `valid_cached_min_` is true.
220 typedef KeyType _KeyType
    [all...]
  /external/lldb/include/lldb/Core/
MappedHash.h 183 typedef __KeyType KeyType;
189 KeyType key;
195 typedef std::map<KeyType, ValueArrayType> HashData;
199 virtual KeyType
359 typedef __KeyType KeyType;
372 KeyType key;
480 // The KeyType is user specified and must somehow result in a string
481 // value. For example, the KeyType might be a string offset in a string
488 GetStringForKeyType (KeyType key) const = 0;
  /frameworks/base/media/java/android/media/
MediaDrm.java 658 public @interface KeyType {}
747 * @param scope may be a sessionId or a keySetId, depending on the specified keyType.
748 * When the keyType is KEY_TYPE_STREAMING or KEY_TYPE_OFFLINE,
749 * scope should be set to the sessionId the keys will be provided to. When the keyType
755 * required in generating the key request. init may be null when keyType is
758 * @param keyType specifes the type of the request. The request may be to acquire
770 @Nullable String mimeType, @KeyType int keyType,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddcdvd.h 139 DVD_KEY_TYPE KeyType;
ntsecapi.h     [all...]
strmif.h     [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h     [all...]

Completed in 360 milliseconds