/external/pdfium/core/src/fxcrt/ |
D | fx_basic_maps.cpp | 450 _CompactString* pKey = (_CompactString*)m_Buffer.GetAt(i); in GetStartPosition() local 451 if (pKey->m_CompactLen != 0xfe) { in GetStartPosition() 463 _CompactString* pKey = (_CompactString*)m_Buffer.GetAt(index); in GetNextAssoc() local 464 rKey = _CompactStringGet(pKey); in GetNextAssoc() 465 rValue = *(void**)(pKey + 1); in GetNextAssoc() 469 pKey = (_CompactString*)m_Buffer.GetAt(index); in GetNextAssoc() 470 if (pKey->m_CompactLen != 0xfe) { in GetNextAssoc() 484 _CompactString* pKey = (_CompactString*)m_Buffer.GetAt(index); in GetNextValue() local 485 FX_LPVOID rValue = *(void**)(pKey + 1); in GetNextValue() 489 pKey = (_CompactString*)m_Buffer.GetAt(index); in GetNextValue() [all …]
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/ |
D | KeyStore_Impl1Test.java | 465 KeyStore.PrivateKeyEntry pKey = new KeyStore.PrivateKeyEntry(privKey, in testEntry02() local 477 kss[i].setEntry(aliases[j], pKey, pPath); in testEntry02() 490 Key key = pKey.getPrivateKey(); in testEntry02() 535 kss[i].setEntry("ZZZ", pKey, pPath); in testEntry02() 838 KeyStore.PrivateKeyEntry pKey = new KeyStore.PrivateKeyEntry(tkp in testEntry06() local 851 kss[i].setEntry(aliases[1], pKey, pp); in testEntry06() 852 kss[i].setEntry(aliases[2], pKey, pp); in testEntry06() 902 KeyStore.PrivateKeyEntry pKey = new KeyStore.PrivateKeyEntry(privKey, certs); in testEntry07() local 914 kss[i].setEntry(aliases[j], pKey, pp); in testEntry07() 918 kss[i].entryInstanceOf(null, pKey.getClass()); in testEntry07() [all …]
|
D | KeyStore_Impl3Test.java | 113 KeyStore.PrivateKeyEntry pKey = new KeyStore.PrivateKeyEntry(pk, certs); in testLoadStore01() local 126 kss[i].setEntry(aliases[1], pKey, pPath); in testLoadStore01() 127 kss[i].setEntry(aliases[2], pKey, pPath); in testLoadStore01()
|
D | KSBuilder_ImplTest.java | 146 KeyStore.PrivateKeyEntry pKey = new KeyStore.PrivateKeyEntry(privKey, in testNewInstanceKeyStoreProtectionParameter() local 160 ks.setEntry("aaa", pKey, pp[0]); in testNewInstanceKeyStoreProtectionParameter()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | ucmstate.c | 206 char *line, char **pKey, char **pValue) { in ucm_parseHeaderLine() argument 240 *pKey=++s; in ucm_parseHeaderLine() 263 if(uprv_strcmp(*pKey, "uconv_class")==0) { in ucm_parseHeaderLine() 277 } else if(uprv_strcmp(*pKey, "mb_cur_max")==0) { in ucm_parseHeaderLine() 287 } else if(uprv_strcmp(*pKey, "mb_cur_min")==0) { in ucm_parseHeaderLine() 296 } else if(uprv_strcmp(*pKey, "icu:state")==0) { in ucm_parseHeaderLine() 317 } else if(uprv_strcmp(*pKey, "icu:base")==0) { in ucm_parseHeaderLine()
|
D | ucm.h | 127 char *line, char **pKey, char **pValue);
|
/external/valgrind/include/ |
D | pub_tool_wordfm.h | 145 /*OUT*/UWord* pKey, /*OUT*/UWord* pVal );
|
/external/icu/icu4c/source/common/ |
D | uloc_tag.c | 1363 const char *pKey = NULL; /* LDML key */ in _appendLDMLExtensionAsKeywords() local 1380 pKey = uloc_toLegacyKey(bcpKeyBuf); in _appendLDMLExtensionAsKeywords() 1381 if (pKey == NULL) { in _appendLDMLExtensionAsKeywords() 1385 if (pKey == bcpKeyBuf) { in _appendLDMLExtensionAsKeywords() 1393 pKey = buf + bufIdx; in _appendLDMLExtensionAsKeywords() 1415 pType = uloc_toLegacyType(pKey, bcpTypeBuf); in _appendLDMLExtensionAsKeywords() 1445 … if (!variantExists && !uprv_strcmp(pKey, POSIX_KEY) && !uprv_strcmp(pType, POSIX_VALUE) ) { in _appendLDMLExtensionAsKeywords() 1455 kwd->key = pKey; in _appendLDMLExtensionAsKeywords()
|
/external/sqlite/dist/orig/ |
D | sqlite3.h | 4784 const void *pKey, int nKey /* The key */ 4789 const void *pKey, int nKey /* The key */ 4802 const void *pKey, int nKey /* The new key */ 4807 const void *pKey, int nKey /* The new key */
|
D | sqlite3.c | 4991 const void *pKey, int nKey /* The key */ 4996 const void *pKey, int nKey /* The key */ 5009 const void *pKey, int nKey /* The new key */ 5014 const void *pKey, int nKey /* The new key */ 8618 const char *pKey; /* Key associated with this element */ member 8625 SQLITE_PRIVATE void *sqlite3HashInsert(Hash*, const char *pKey, void *pData); 8626 SQLITE_PRIVATE void *sqlite3HashFind(const Hash*, const char *pKey); 9531 SQLITE_PRIVATE int sqlite3BtreeInsert(BtCursor*, const void *pKey, i64 nKey, 24934 unsigned int h = strHash(elem->pKey) % new_size; 24947 const char *pKey, /* The key we are searching for */ [all …]
|
/external/sqlite/dist/ |
D | sqlite3.h | 4784 const void *pKey, int nKey /* The key */ 4789 const void *pKey, int nKey /* The key */ 4802 const void *pKey, int nKey /* The new key */ 4807 const void *pKey, int nKey /* The new key */
|
D | sqlite3.c | 4991 const void *pKey, int nKey /* The key */ 4996 const void *pKey, int nKey /* The key */ 5009 const void *pKey, int nKey /* The new key */ 5014 const void *pKey, int nKey /* The new key */ 8618 const char *pKey; /* Key associated with this element */ member 8625 SQLITE_PRIVATE void *sqlite3HashInsert(Hash*, const char *pKey, void *pData); 8626 SQLITE_PRIVATE void *sqlite3HashFind(const Hash*, const char *pKey); 9531 SQLITE_PRIVATE int sqlite3BtreeInsert(BtCursor*, const void *pKey, i64 nKey, 24934 unsigned int h = strHash(elem->pKey) % new_size; 24947 const char *pKey, /* The key we are searching for */ [all …]
|
/external/valgrind/coregrind/ |
D | m_wordfm.c | 755 Bool VG_(nextIterFM) ( WordFM* fm, /*OUT*/UWord* pKey, /*OUT*/UWord* pVal ) in VG_() 775 if (pKey) *pKey = n->key; in VG_()
|
/external/valgrind/cachegrind/ |
D | cg_merge.c | 95 Bool nextIterFM ( WordFM* fm, /*OUT*/Word* pKey, /*OUT*/Word* pVal ); 1511 Bool nextIterFM ( WordFM* fm, /*OUT*/Word* pKey, /*OUT*/Word* pVal ) in nextIterFM() argument 1530 if (pKey) *pKey = n->key; in nextIterFM()
|
/external/pdfium/core/include/fxcrt/ |
D | fx_basic.h | 886 void* pKey = NULL; in GetNextAssoc() local 888 CFX_MapPtrToPtr::GetNextAssoc(rNextPosition, pKey, pValue); in GetNextAssoc() 889 rKey = (KeyType)(FX_UINTPTR)pKey; in GetNextAssoc()
|