Searched refs:pKey (Results 1 - 17 of 17) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dfx_basic_maps.cpp450 _CompactString* pKey = (_CompactString*)m_Buffer.GetAt(i); local
451 if (pKey->m_CompactLen != 0xfe) {
463 _CompactString* pKey = (_CompactString*)m_Buffer.GetAt(index); local
464 rKey = _CompactStringGet(pKey);
465 rValue = *(void**)(pKey + 1);
469 pKey = (_CompactString*)m_Buffer.GetAt(index);
470 if (pKey->m_CompactLen != 0xfe) {
484 _CompactString* pKey = (_CompactString*)m_Buffer.GetAt(index); local
485 FX_LPVOID rValue = *(void**)(pKey + 1);
489 pKey
518 _CompactString* pKey = (_CompactString*)m_Buffer.GetAt(index); local
526 _CompactString* pKey = (_CompactString*)m_Buffer.GetAt(index); local
534 _CompactString* pKey = (_CompactString*)m_Buffer.Add(); local
541 _CompactString* pKey = (_CompactString*)m_Buffer.Add(); local
550 _CompactString* pKey = (_CompactString*)m_Buffer.GetAt(index); local
564 _CompactString* pKey = (_CompactString*)m_Buffer.GetAt(i); local
[all...]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
H A DKeyStore_Impl1Test.java465 KeyStore.PrivateKeyEntry pKey = new KeyStore.PrivateKeyEntry(privKey,
477 kss[i].setEntry(aliases[j], pKey, pPath);
490 Key key = pKey.getPrivateKey();
535 kss[i].setEntry("ZZZ", pKey, pPath);
838 KeyStore.PrivateKeyEntry pKey = new KeyStore.PrivateKeyEntry(tkp
851 kss[i].setEntry(aliases[1], pKey, pp);
852 kss[i].setEntry(aliases[2], pKey, pp);
902 KeyStore.PrivateKeyEntry pKey = new KeyStore.PrivateKeyEntry(privKey, certs);
914 kss[i].setEntry(aliases[j], pKey, pp);
918 kss[i].entryInstanceOf(null, pKey
[all...]
H A DKeyStore_Impl3Test.java113 KeyStore.PrivateKeyEntry pKey = new KeyStore.PrivateKeyEntry(pk, certs);
126 kss[i].setEntry(aliases[1], pKey, pPath);
127 kss[i].setEntry(aliases[2], pKey, pPath);
H A DKSBuilder_ImplTest.java146 KeyStore.PrivateKeyEntry pKey = new KeyStore.PrivateKeyEntry(privKey,
160 ks.setEntry("aaa", pKey, pp[0]);
/external/valgrind/include/
H A Dpub_tool_wordfm.h145 /*OUT*/UWord* pKey, /*OUT*/UWord* pVal );
/external/icu/icu4c/source/tools/toolutil/
H A Ducmstate.c206 char *line, char **pKey, char **pValue) {
240 *pKey=++s;
263 if(uprv_strcmp(*pKey, "uconv_class")==0) {
277 } else if(uprv_strcmp(*pKey, "mb_cur_max")==0) {
287 } else if(uprv_strcmp(*pKey, "mb_cur_min")==0) {
296 } else if(uprv_strcmp(*pKey, "icu:state")==0) {
317 } else if(uprv_strcmp(*pKey, "icu:base")==0) {
205 ucm_parseHeaderLine(UCMFile *ucm, char *line, char **pKey, char **pValue) argument
H A Ducm.h127 char *line, char **pKey, char **pValue);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.el_1.0.0.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/icu4c/source/common/
H A Duloc_tag.c1363 const char *pKey = NULL; /* LDML key */ local
1380 pKey = uloc_toLegacyKey(bcpKeyBuf);
1381 if (pKey == NULL) {
1385 if (pKey == bcpKeyBuf) {
1393 pKey = buf + bufIdx;
1415 pType = uloc_toLegacyType(pKey, bcpTypeBuf);
1445 if (!variantExists && !uprv_strcmp(pKey, POSIX_KEY) && !uprv_strcmp(pType, POSIX_VALUE) ) {
1455 kwd->key = pKey;
/external/sqlite/dist/orig/
H A Dsqlite3.h4784 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 */
H A Dsqlite3.c4991 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 in struct:HashElem
8625 SQLITE_PRIVATE void *sqlite3HashInsert(Hash*, const char *pKey, void *pData);
8626 SQLITE_PRIVATE void *sqlite3HashFind(const Hash*, const char *pKey);
8644 /* #define sqliteHashKey(E) ((E)->pKey) // NOT USED */
9531 SQLITE_PRIVATE int sqlite3BtreeInsert(BtCursor*, const void *pKey, i64 nKey,
24934 unsigned int h = strHash(elem->pKey)
24945 findElementWithHash( const Hash *pH, const char *pKey, unsigned int *pHash ) argument
25014 sqlite3HashFind(const Hash *pH, const char *pKey) argument
25038 sqlite3HashInsert(Hash *pH, const char *pKey, void *data) argument
52592 void *pKey; /* Saved key that was cursor last known position */ member in struct:BtCursor
53673 void *pKey = sqlite3Malloc( pCur->nKey ); local
53763 btreeMoveto( BtCursor *pCur, const void *pKey, i64 nKey, int bias, int *pRes ) argument
58856 fillInCell( MemPage *pPage, unsigned char *pCell, const void *pKey, i64 nKey, const void *pData,int nData, int nZero, int *pnSize ) argument
60599 sqlite3BtreeInsert( BtCursor *pCur, const void *pKey, i64 nKey, const void *pData, int nData, int nZero, int appendBias, int seekResult ) argument
68003 sqlite3VdbeRecordUnpack( KeyInfo *pKeyInfo, int nKey, const void *pKey, UnpackedRecord *p ) argument
68153 vdbeAssertFieldCountWithinLimits( int nKey, const void *pKey, const KeyInfo *pKeyInfo ) argument
75002 Mem *pKey; /* MEM cell holding key for the record */ local
80537 void *pKey; local
80562 void *pKey; int nKey; /* Sorter key to copy into pOut */ local
80601 void *pKey; int nKey; /* Sorter key to compare pVal with */ local
90361 sqlite3Attach(Parse *pParse, Expr *p, Expr *pDbname, Expr *pKey) argument
93513 KeyInfo *pKey; /* KeyInfo for index */ local
95011 KeyInfo *pKey; local
132655 void *pKey; int nKey; /* Key associated with this element */ member in struct:Fts3HashElem
139874 const struct Fts3Keyword *pKey = &aKeyword[ii]; local
140821 fts3StrHash(const void *pKey, int nKey) argument
140839 fts3BinHash(const void *pKey, int nKey) argument
140944 fts3FindElementByHash( const Fts3Hash *pH, const void *pKey, int nKey, int h ) argument
141006 sqlite3Fts3HashFindElem( const Fts3Hash *pH, const void *pKey, int nKey ) argument
141027 sqlite3Fts3HashFind(const Fts3Hash *pH, const void *pKey, int nKey) argument
141049 sqlite3Fts3HashInsert( Fts3Hash *pH, const void *pKey, int nKey, void *data ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.h4784 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 */
H A Dsqlite3.c4991 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 in struct:HashElem
8625 SQLITE_PRIVATE void *sqlite3HashInsert(Hash*, const char *pKey, void *pData);
8626 SQLITE_PRIVATE void *sqlite3HashFind(const Hash*, const char *pKey);
8644 /* #define sqliteHashKey(E) ((E)->pKey) // NOT USED */
9531 SQLITE_PRIVATE int sqlite3BtreeInsert(BtCursor*, const void *pKey, i64 nKey,
24934 unsigned int h = strHash(elem->pKey)
24945 findElementWithHash( const Hash *pH, const char *pKey, unsigned int *pHash ) argument
25014 sqlite3HashFind(const Hash *pH, const char *pKey) argument
25038 sqlite3HashInsert(Hash *pH, const char *pKey, void *data) argument
52610 void *pKey; /* Saved key that was cursor last known position */ member in struct:BtCursor
53691 void *pKey = sqlite3Malloc( pCur->nKey ); local
53781 btreeMoveto( BtCursor *pCur, const void *pKey, i64 nKey, int bias, int *pRes ) argument
58874 fillInCell( MemPage *pPage, unsigned char *pCell, const void *pKey, i64 nKey, const void *pData,int nData, int nZero, int *pnSize ) argument
60617 sqlite3BtreeInsert( BtCursor *pCur, const void *pKey, i64 nKey, const void *pData, int nData, int nZero, int appendBias, int seekResult ) argument
68021 sqlite3VdbeRecordUnpack( KeyInfo *pKeyInfo, int nKey, const void *pKey, UnpackedRecord *p ) argument
68171 vdbeAssertFieldCountWithinLimits( int nKey, const void *pKey, const KeyInfo *pKeyInfo ) argument
75020 Mem *pKey; /* MEM cell holding key for the record */ local
80555 void *pKey; local
80580 void *pKey; int nKey; /* Sorter key to copy into pOut */ local
80619 void *pKey; int nKey; /* Sorter key to compare pVal with */ local
90379 sqlite3Attach(Parse *pParse, Expr *p, Expr *pDbname, Expr *pKey) argument
93531 KeyInfo *pKey; /* KeyInfo for index */ local
95029 KeyInfo *pKey; local
132673 void *pKey; int nKey; /* Key associated with this element */ member in struct:Fts3HashElem
139904 const struct Fts3Keyword *pKey = &aKeyword[ii]; local
140851 fts3StrHash(const void *pKey, int nKey) argument
140869 fts3BinHash(const void *pKey, int nKey) argument
140974 fts3FindElementByHash( const Fts3Hash *pH, const void *pKey, int nKey, int h ) argument
141036 sqlite3Fts3HashFindElem( const Fts3Hash *pH, const void *pKey, int nKey ) argument
141057 sqlite3Fts3HashFind(const Fts3Hash *pH, const void *pKey, int nKey) argument
141079 sqlite3Fts3HashInsert( Fts3Hash *pH, const void *pKey, int nKey, void *data ) argument
[all...]
/external/valgrind/cachegrind/
H A Dcg_merge.c95 Bool nextIterFM ( WordFM* fm, /*OUT*/Word* pKey, /*OUT*/Word* pVal );
1511 Bool nextIterFM ( WordFM* fm, /*OUT*/Word* pKey, /*OUT*/Word* pVal ) argument
1530 if (pKey) *pKey = n->key;
/external/valgrind/coregrind/
H A Dm_wordfm.c755 Bool VG_(nextIterFM) ( WordFM* fm, /*OUT*/UWord* pKey, /*OUT*/UWord* pVal ) argument
775 if (pKey) *pKey = n->key;
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h886 void* pKey = NULL; local
888 CFX_MapPtrToPtr::GetNextAssoc(rNextPosition, pKey, pValue);
889 rKey = (KeyType)(FX_UINTPTR)pKey;
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...

Completed in 1533 milliseconds