HomeSort by relevance Sort by last modified time
    Searched refs:pKey (Results 1 - 25 of 60) sorted by null

1 2 3

  /frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/vo/
ObjectPKeyEntity.java 27 public String pKey;
30 public ObjectPKeyEntity(String pKey, String data) {
31 this.pKey = pKey;
IntAutoIncPKeyEntity.java 25 public int pKey;
IntegerAutoIncPKeyEntity.java 25 public Integer pKey;
IntegerPKeyEntity.java 25 public Integer pKey;
  /frameworks/compile/mclinker/include/mcld/ADT/
HashTable.h 71 entry_type* insert(const key_type& pKey, bool& pExist);
74 size_type erase(const key_type& pKey);
77 /// find - finds an element with key pKey
79 iterator find(const key_type& pKey);
81 /// find - finds an element with key pKey, constant version
83 const_iterator find(const key_type& pKey) const;
85 size_type count(const key_type& pKey) const;
105 chain_iterator begin(const key_type& pKey);
106 chain_iterator end(const key_type& pKey);
107 const_chain_iterator begin(const key_type& pKey) const
    [all...]
StringHash.h 30 uint32_t operator()(const llvm::StringRef pKey) const {
42 uint32_t operator()(const llvm::StringRef pKey) const {
47 for (unsigned int i = 0; i < pKey.size(); ++i) {
48 hash_val = hash_val * a + pKey[i];
61 uint32_t operator()(const llvm::StringRef pKey) const {
64 for (unsigned int i = 0; i < pKey.size(); ++i) {
65 hash_val ^= ((hash_val << 5) + pKey[i] + (hash_val >> 2));
77 uint32_t operator()(const llvm::StringRef pKey) const {
88 for (unsigned int i = 0; i < pKey.size(); ++i) {
89 hash_val = (hash_val << OneEighth) + pKey[i]
    [all...]
HashEntryFactory.h 25 entry_type* produce(const key_type& pKey) {
26 return HashEntryTy::Create(pKey);
HashEntry.h 44 explicit HashEntry(const KeyType& pKey);
58 bool compare(const key_type& pKey);
76 HashEntryTy* produce(const key_type& pKey);
HashBase.h 100 unsigned int lookUpBucketFor(const key_type& pKey);
102 /// findKey - finds an element with key pKey
104 int findKey(const key_type& pKey) const;
StringEntry.h 53 explicit StringEntry(const key_type& pKey);
96 explicit StringEntry(const key_type& pKey);
119 StringEntry<DataType>* produce(const key_type& pKey);
HashIterator.h 31 ChainIteratorBase(HashTableImplTy* pTable, const key_type& pKey)
33 m_HashValue = pTable->hash()(pKey);
41 if (bucket.Entry->compare(pKey)) {
271 const typename IteratorBase::key_type& pKey,
273 : IteratorBase(pTable, pKey) {}
  /frameworks/compile/mclinker/include/mcld/Support/
UniqueGCFactory.h 40 DataType* find(const KeyType& pKey) {
41 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey);
47 const DataType* find(const KeyType& pKey) const {
48 typename KeyMap::const_iterator dataIter = f_KeyMap.find(pKey);
54 DataType* produce(const KeyType& pKey, bool& pExist) {
55 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey);
62 f_KeyMap.insert(std::make_pair(pKey, data));
67 DataType* produce(const KeyType& pKey, const DataType& pValue, bool& pExist) {
68 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey);
75 f_KeyMap.insert(std::make_pair(pKey, data))
    [all...]
  /frameworks/compile/mclinker/include/mcld/Target/
KeyEntryMap.h 55 /// lookUp - look up the entry mapping to pKey
56 const EntryType* lookUp(const KeyType& pKey) const;
57 EntryType* lookUp(const KeyType& pKey);
59 /// lookUpFirstEntry - look up the first entry mapping to pKey
60 const EntryType* lookUpFirstEntry(const KeyType& pKey) const;
61 EntryType* lookUpFirstEntry(const KeyType& pKey);
63 /// lookUpSecondEntry - look up the second entry mapping to pKey
64 const EntryType* lookUpSecondEntry(const KeyType& pKey) const;
65 EntryType* lookUpSecondEntry(const KeyType& pKey);
67 void record(const KeyType& pKey, EntryType& pEntry)
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
SectionSymbolSet.h 56 size_t operator()(const LDSection* pKey) const {
57 return (unsigned((uintptr_t)pKey) >> 4) ^
58 (unsigned((uintptr_t)pKey) >> 9);
Archive.h 58 size_t operator()(uint32_t pKey) const {
59 pKey ^= pKey >> 16;
60 pKey *= 0x85ebca6b;
61 pKey ^= pKey >> 13;
62 pKey *= 0xc2b2ae35;
63 pKey ^= pKey >> 16;
64 return pKey;
    [all...]
  /external/pdfium/xfa/fwl/
cfwl_combolist.h 37 bool OnDropListKey(CFWL_MessageKey* pKey);
38 void OnDropListKeyDown(CFWL_MessageKey* pKey);
cfwl_combolist.cpp 185 bool CFWL_ComboList::OnDropListKey(CFWL_MessageKey* pKey) {
188 if (pKey->m_dwCmd == FWL_KeyCommand::KeyDown) {
189 uint32_t dwKeyCode = pKey->m_dwKeyCode;
198 OnDropListKeyDown(pKey);
207 } else if (pKey->m_dwCmd == FWL_KeyCommand::Char) {
211 pKey->m_pDstTarget = m_pOuter;
212 pOuter->GetDelegate()->OnProcessMessage(pKey);
218 void CFWL_ComboList::OnDropListKeyDown(CFWL_MessageKey* pKey) {
219 uint32_t dwKeyCode = pKey->m_dwKeyCode;
  /frameworks/wilhelm/src/itf/
IMetadataExtraction.cpp 72 SLuint32 index, SLuint32 keySize, SLMetadataInfo *pKey)
76 if (NULL == pKey) {
83 index, keySize, pKey);
147 SLuint32 keySize, const void *pKey, SLuint32 keyEncoding,
152 if (NULL == pKey || NULL == pValueLangCountry || (filterMask & ~(SL_METADATA_FILTER_KEY |
159 thiz->mKey = pKey;
  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 213 bool ResolveInfo::compare(const ResolveInfo::key_type& pKey) {
215 if (length != pKey.size())
217 return (std::memcmp(m_Name, pKey.data(), length) == 0);
236 ResolveInfo* ResolveInfo::Create(const ResolveInfo::key_type& pKey) {
238 static_cast<ResolveInfo*>(malloc(sizeof(ResolveInfo) + pKey.size() + 1));
243 std::memcpy(info->m_Name, pKey.data(), pKey.size());
244 info->m_Name[pKey.size()] = '\0';
246 info->m_BitField |= (pKey.size() << ResolveInfo::NAME_LENGTH_OFFSET);
  /external/pdfium/fxjs/xfa/
cjx_object.cpp 215 void* pKey = GetMapKey_Element(GetXFAObject()->GetElementType(), eAttr);
216 return HasMapModuleKey(pKey);
248 void CJX_Object::SetMapModuleString(void* pKey, const WideStringView& wsValue) {
249 SetMapModuleBuffer(pKey, (void*)wsValue.unterminated_c_str(),
260 void* pKey = GetMapKey_Custom(wsAttr);
261 SetMapModuleString(pKey, wsValue);
317 void* pKey = GetMapKey_Custom(wsAttr);
319 if (!GetMapModuleString(pKey, wsValueC))
326 void* pKey = GetMapKey_Custom(wsAttr);
327 if (pKey)
    [all...]
cjx_object.h 223 void SetMapModuleString(void* pKey, const WideStringView& wsValue);
243 bool SetUserData(void* pKey,
257 void SetMapModuleValue(void* pKey, void* pValue);
258 bool GetMapModuleValue(void* pKey, void*& pValue);
259 bool GetMapModuleString(void* pKey, WideStringView& wsValue);
260 void SetMapModuleBuffer(void* pKey,
264 bool GetMapModuleBuffer(void* pKey,
268 bool HasMapModuleKey(void* pKey);
270 void RemoveMapModuleKey(void* pKey);
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/include/
AlaLib.h 83 unsigned char ALA_GetCertificateKey(UINT8 *pKey, INT32 *pKeylen);
  /frameworks/compile/mclinker/lib/ADT/
StringEntry.cpp 19 StringEntry<llvm::StringRef>::StringEntry(const StringEntry::key_type& pKey) {
  /frameworks/compile/mclinker/unittests/
HashTableTest.cpp 47 size_t operator()(const int* pKey) const {
48 return (unsigned((uintptr_t)pKey) >> 4) ^ (unsigned((uintptr_t)pKey) >> 9);
53 size_t operator()(int pKey) const { return pKey; }
57 size_t operator()(int pKey) const { return pKey % 3; }
283 size_t operator()(int pKey) const { return 10; }
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
AlaLib.cpp 217 tJBL_STATUS ALA_GetCertificateKey(UINT8 *pKey, INT32 *pKeylen)
222 if(pKey != NULL)
224 status = GetJsbl_Certificate_Refkey(pKey, pKeylen);

Completed in 595 milliseconds

1 2 3