Searched defs:pKey (Results 1 - 23 of 23) sorted by relevance

/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
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_maps.cpp237 _CompactString* pKey = (_CompactString*)m_Buffer.GetAt(i); local
238 if (pKey->m_CompactLen != kFreeLength) {
251 _CompactString* pKey = (_CompactString*)m_Buffer.GetAt(index); local
252 rKey = _CompactStringGet(pKey);
253 rValue = *(void**)(pKey + 1);
257 pKey = (_CompactString*)m_Buffer.GetAt(index);
258 if (pKey->m_CompactLen != kFreeLength) {
271 _CompactString* pKey = (_CompactString*)m_Buffer.GetAt(index); local
272 void* rValue = *(void**)(pKey + 1);
276 pKey
305 _CompactString* pKey = (_CompactString*)m_Buffer.GetAt(index); local
313 _CompactString* pKey = (_CompactString*)m_Buffer.GetAt(index); local
321 _CompactString* pKey = (_CompactString*)m_Buffer.Add(); local
328 _CompactString* pKey = (_CompactString*)m_Buffer.Add(); local
336 _CompactString* pKey = (_CompactString*)m_Buffer.GetAt(index); local
349 _CompactString* pKey = (_CompactString*)m_Buffer.GetAt(i); local
[all...]
/external/pdfium/xfa/src/fwl/src/basewidget/
H A Dfwl_pushbuttonimp.cpp438 CFWL_MsgKey* pKey = static_cast<CFWL_MsgKey*>(pMessage); local
439 if (pKey->m_dwCmd == FWL_MSGKEYCMD_KeyDown) {
440 OnKeyDown(pKey);
H A Dfwl_spinbuttonimp.cpp235 CFWL_MsgKey* pKey = static_cast<CFWL_MsgKey*>(pMessage); local
236 if (pKey->m_dwCmd == FWL_MSGKEYCMD_KeyDown) {
237 OnKeyDown(pKey);
H A Dfwl_checkboximp.cpp445 CFWL_MsgKey* pKey = static_cast<CFWL_MsgKey*>(pMessage); local
446 if (pKey->m_dwCmd == FWL_MSGKEYCMD_KeyDown) {
447 OnKeyDown(pKey);
H A Dfwl_comboboximp.cpp406 int32_t CFWL_ComboListImpDelegate::OnDropListKey(CFWL_MsgKey* pKey) { argument
410 if (pKey->m_dwCmd == FWL_MSGKEYCMD_KeyDown) {
411 FX_DWORD dwKeyCode = pKey->m_dwKeyCode;
420 OnDropListKeyDown(pKey);
427 } else if (pKey->m_dwCmd == FWL_MSGKEYCMD_Char) {
431 pKey->m_pDstTarget = m_pOwner->m_pOuter;
432 pOuter->m_pDelegate->OnProcessMessage(pKey);
437 void CFWL_ComboListImpDelegate::OnDropListKeyDown(CFWL_MsgKey* pKey) { argument
438 FX_DWORD dwKeyCode = pKey->m_dwKeyCode;
1617 CFWL_MsgKey* pKey local
[all...]
H A Dfwl_editimp.cpp1816 CFWL_MsgKey* pKey = static_cast<CFWL_MsgKey*>(pMessage); local
1817 FX_DWORD dwCmd = pKey->m_dwCmd;
1819 OnKeyDown(pKey);
1821 OnChar(pKey);
/external/pdfium/xfa/src/fxfa/src/common/
H A Dxfa_utils.h179 void* pKey = NULL; local
181 CFX_MapPtrToPtr::GetNextAssoc(rNextPosition, pKey, pValue);
182 rKey = (KeyType)(uintptr_t)pKey;
H A Dxfa_object.h236 FX_BOOL SetUserData(void* pKey,
239 FX_BOOL TryUserData(void* pKey, void*& pData, FX_BOOL bProtoAlso = FALSE);
240 void* GetUserData(void* pKey, FX_BOOL bProtoAlso = FALSE) { argument
242 return TryUserData(pKey, pData, bProtoAlso) ? pData : NULL;
602 void SetMapModuleValue(void* pKey, void* pValue);
603 FX_BOOL GetMapModuleValue(void* pKey, void*& pValue);
604 void SetMapModuleString(void* pKey, const CFX_WideStringC& wsValue);
605 FX_BOOL GetMapModuleString(void* pKey, CFX_WideStringC& wsValue);
606 void SetMapModuleBuffer(void* pKey,
610 FX_BOOL GetMapModuleBuffer(void* pKey,
[all...]
/external/pdfium/xfa/src/fdp/src/css/
H A Dfde_cssdeclaration.cpp53 void* pKey = NULL; local
56 pKey =
58 if (pCache->Lookup(pKey, pszCached)) {
70 pCache->SetAt(pKey, psz);
H A Dfde_cssstyleselector.cpp182 void* pKey = (void*)(uintptr_t)dwKey; local
185 if (!map.Lookup(pKey, (void*&)pList)) {
186 map.SetAt(pKey, pData);
188 map.SetAt(pKey, pList);
/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/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/pdfium/xfa/src/fgas/src/font/
H A Dfx_stdfontmgr.cpp293 void* pKey; local
297 fontMap.GetNextAssoc(pos, pKey, pFind);
301 fontMap.RemoveKey(pKey);
/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/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/pdfium/core/include/fxcrt/
H A Dfx_basic.h737 void* pKey = NULL; local
739 CFX_MapPtrToPtr::GetNextAssoc(rNextPosition, pKey, pValue);
740 rKey = (KeyType)(uintptr_t)pKey;
/external/guice/extensions/struts2/lib/
H A Djsp-api-2.1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/resources/ ...
/external/pdfium/xfa/src/fxfa/src/parser/
H A Dxfa_object_imp.cpp3756 void*& pKey) {
3757 pKey = XFA_GetMapKey_Element(eElem, eAttr);
3761 void* pKey = NULL; local
3762 if (!XFA_NodeData_PrepareKey(GetClassID(), eAttr, pKey)) {
3765 return HasMapModuleKey(pKey, bCanInherit);
3870 void* pKey = XFA_GetMapKey_Custom(wsAttr); local
3871 SetMapModuleString(pKey, wsValue);
3881 void* pKey = XFA_GetMapKey_Custom(wsAttr); local
3883 if (GetMapModuleString(pKey, wsValueC)) {
3889 void* pKey local
3754 XFA_NodeData_PrepareKey(XFA_ELEMENT eElem, XFA_ATTRIBUTE eAttr, void*& pKey) argument
3926 void* pKey = NULL; local
3938 void* pKey = NULL; local
3960 void* pKey = NULL; local
4037 void* pKey = NULL; local
4086 void* pKey = NULL; local
4118 void* pKey = NULL; local
4147 void* pKey = NULL; local
4154 void* pKey = NULL; local
4165 void* pKey = NULL; local
4204 void* pKey = NULL; local
4220 SetUserData(void* pKey, void* pData, XFA_MAPDATABLOCKCALLBACKINFO* pCallbackInfo) argument
4227 TryUserData(void* pKey, void*& pData, FX_BOOL bProtoAlso) argument
5035 SetMapModuleValue(void* pKey, void* pValue) argument
5042 GetMapModuleValue(void* pKey, void*& pValue) argument
5055 SetMapModuleString(void* pKey, const CFX_WideStringC& wsValue) argument
5059 GetMapModuleString(void* pKey, CFX_WideStringC& wsValue) argument
5068 SetMapModuleBuffer( void* pKey, void* pValue, int32_t iBytes, XFA_MAPDATABLOCKCALLBACKINFO* pCallbackInfo) argument
5097 GetMapModuleBuffer(void* pKey, void*& pValue, int32_t& iBytes, FX_BOOL bProtoAlso) argument
5119 HasMapModuleKey(void* pKey, FX_BOOL bProtoAlso) argument
5135 RemoveMapModuleKey(void* pKey) argument
5183 void* pKey; local
5192 void* pKey; local
5230 MoveBufferMapData(CXFA_Node* pDstModule, void* pKey) argument
5272 MoveBufferMapData(CXFA_Node* pSrcModule, CXFA_Node* pDstModule, void* pKey, FX_BOOL bRecursive) argument
[all...]
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/sqlite/dist/orig/
H A Dsqlite3.c5057 const void *pKey, int nKey /* The key */
5062 const void *pKey, int nKey /* The key */
5075 const void *pKey, int nKey /* The new key */
5080 const void *pKey, int nKey /* The new key */
9255 const char *pKey; /* Key associated with this element */ member in struct:HashElem
9262 SQLITE_PRIVATE void *sqlite3HashInsert(Hash*, const char *pKey, void *pData);
9263 SQLITE_PRIVATE void *sqlite3HashFind(const Hash*, const char *pKey);
9281 /* #define sqliteHashKey(E) ((E)->pKey) // NOT USED */
10180 SQLITE_PRIVATE int sqlite3BtreeInsert(BtCursor*, const void *pKey, i64 nKey,
26108 unsigned int h = strHash(elem->pKey)
26119 findElementWithHash( const Hash *pH, const char *pKey, unsigned int *pHash ) argument
26188 sqlite3HashFind(const Hash *pH, const char *pKey) argument
26212 sqlite3HashInsert(Hash *pH, const char *pKey, void *data) argument
54017 void *pKey; /* Saved key that was cursor last known position */ member in struct:BtCursor
55125 void *pKey = sqlite3Malloc( pCur->nKey ); local
55249 btreeMoveto( BtCursor *pCur, const void *pKey, i64 nKey, int bias, int *pRes ) argument
60524 fillInCell( MemPage *pPage, unsigned char *pCell, const void *pKey, i64 nKey, const void *pData,int nData, int nZero, int *pnSize ) argument
62408 sqlite3BtreeInsert( BtCursor *pCur, const void *pKey, i64 nKey, const void *pData, int nData, int nZero, int appendBias, int seekResult ) argument
69969 sqlite3VdbeRecordUnpack( KeyInfo *pKeyInfo, int nKey, const void *pKey, UnpackedRecord *p ) argument
70120 vdbeAssertFieldCountWithinLimits( int nKey, const void *pKey, const KeyInfo *pKeyInfo ) argument
77122 Mem *pKey; /* MEM cell holding key for the record */ local
82717 void *pKey; local
82742 void *pKey; int nKey; /* Sorter key to copy into pOut */ local
82781 void *pKey; int nKey; /* Sorter key to compare pVal with */ local
92320 sqlite3Attach(Parse *pParse, Expr *p, Expr *pDbname, Expr *pKey) argument
95542 KeyInfo *pKey; /* KeyInfo for index */ local
97102 KeyInfo *pKey; local
135508 void *pKey; int nKey; /* Key associated with this element */ member in struct:Fts3HashElem
142767 const struct Fts3Keyword *pKey = &aKeyword[ii]; local
143742 fts3StrHash(const void *pKey, int nKey) argument
143760 fts3BinHash(const void *pKey, int nKey) argument
143865 fts3FindElementByHash( const Fts3Hash *pH, const void *pKey, int nKey, int h ) argument
143927 sqlite3Fts3HashFindElem( const Fts3Hash *pH, const void *pKey, int nKey ) argument
143948 sqlite3Fts3HashFind(const Fts3Hash *pH, const void *pKey, int nKey) argument
143970 sqlite3Fts3HashInsert( Fts3Hash *pH, const void *pKey, int nKey, void *data ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c5057 const void *pKey, int nKey /* The key */
5062 const void *pKey, int nKey /* The key */
5075 const void *pKey, int nKey /* The new key */
5080 const void *pKey, int nKey /* The new key */
9255 const char *pKey; /* Key associated with this element */ member in struct:HashElem
9262 SQLITE_PRIVATE void *sqlite3HashInsert(Hash*, const char *pKey, void *pData);
9263 SQLITE_PRIVATE void *sqlite3HashFind(const Hash*, const char *pKey);
9281 /* #define sqliteHashKey(E) ((E)->pKey) // NOT USED */
10180 SQLITE_PRIVATE int sqlite3BtreeInsert(BtCursor*, const void *pKey, i64 nKey,
26108 unsigned int h = strHash(elem->pKey)
26119 findElementWithHash( const Hash *pH, const char *pKey, unsigned int *pHash ) argument
26188 sqlite3HashFind(const Hash *pH, const char *pKey) argument
26212 sqlite3HashInsert(Hash *pH, const char *pKey, void *data) argument
54035 void *pKey; /* Saved key that was cursor last known position */ member in struct:BtCursor
55143 void *pKey = sqlite3Malloc( pCur->nKey ); local
55267 btreeMoveto( BtCursor *pCur, const void *pKey, i64 nKey, int bias, int *pRes ) argument
60542 fillInCell( MemPage *pPage, unsigned char *pCell, const void *pKey, i64 nKey, const void *pData,int nData, int nZero, int *pnSize ) argument
62426 sqlite3BtreeInsert( BtCursor *pCur, const void *pKey, i64 nKey, const void *pData, int nData, int nZero, int appendBias, int seekResult ) argument
69987 sqlite3VdbeRecordUnpack( KeyInfo *pKeyInfo, int nKey, const void *pKey, UnpackedRecord *p ) argument
70138 vdbeAssertFieldCountWithinLimits( int nKey, const void *pKey, const KeyInfo *pKeyInfo ) argument
77140 Mem *pKey; /* MEM cell holding key for the record */ local
82735 void *pKey; local
82760 void *pKey; int nKey; /* Sorter key to copy into pOut */ local
82799 void *pKey; int nKey; /* Sorter key to compare pVal with */ local
92338 sqlite3Attach(Parse *pParse, Expr *p, Expr *pDbname, Expr *pKey) argument
95560 KeyInfo *pKey; /* KeyInfo for index */ local
97120 KeyInfo *pKey; local
135526 void *pKey; int nKey; /* Key associated with this element */ member in struct:Fts3HashElem
142797 const struct Fts3Keyword *pKey = &aKeyword[ii]; local
143772 fts3StrHash(const void *pKey, int nKey) argument
143790 fts3BinHash(const void *pKey, int nKey) argument
143895 fts3FindElementByHash( const Fts3Hash *pH, const void *pKey, int nKey, int h ) argument
143957 sqlite3Fts3HashFindElem( const Fts3Hash *pH, const void *pKey, int nKey ) argument
143978 sqlite3Fts3HashFind(const Fts3Hash *pH, const void *pKey, int nKey) argument
144000 sqlite3Fts3HashInsert( Fts3Hash *pH, const void *pKey, int nKey, void *data ) argument
[all...]
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...

Completed in 1261 milliseconds