Searched refs:aKey (Results 1 - 13 of 13) sorted by relevance

/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DAMutableDictionary.h43 - (id) objectForKey:(id)aKey;
44 - (void) setObject:(id)obj forKey:(id)aKey;
45 - (void) removeObjectForKey:(id)aKey;
H A DACBTree.h34 + (ACBKey *)newKeyWithKStr:(NSString *)aKey;
36 - (id) initWithKStr:(NSString *)aKey;
/external/clang/test/SemaCXX/
H A Dreturn-noreturn.cpp117 void test_PR9380(const PR9380& aKey) { argument
118 const PR9380& flatKey = PR9380_B(aKey);
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/crypto/
H A DCipherFactoryTest.java112 byte[] aKey = mNumberProvider.getBytes(CipherFactory.NUM_BYTES, (byte) 100);
114 aBundle.putByteArray(CipherFactory.BUNDLE_KEY, aKey);
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_malloc.c751 int aKey[MALLOC_LOG_KEYINTS]; local
754 memset(aKey, 0, nKey);
758 memcpy(aKey, aFrame, nKey);
760 pEntry = Tcl_CreateHashEntry(&aMallocLog, (const char *)aKey, &isNew);
842 Tcl_WideInt *aKey = (Tcl_WideInt *)Tcl_GetHashKey(&aMallocLog, pEntry); local
848 apElem[ii+2] = Tcl_NewWideIntObj(aKey[ii]);
H A Dvdbeaux.c2811 const unsigned char *aKey = (const unsigned char *)pKey; local
2842 idx = getVarint32(aKey, szHdr);
2848 idx += getVarint32(&aKey[idx], serial_type);
2853 d += sqlite3VdbeSerialGet(&aKey[d], serial_type, pMem);
2914 int d1; /* Offset into aKey[] of next data element */
2915 u32 idx1; /* Offset into aKey[] of next header element */
/external/chromium_org/third_party/icu/source/common/
H A Duresbund.cpp937 char *aKey = parent->fResPath; local
938 if(aKey) {
939 uprv_strcpy(chAlias, aKey); /* allocated large enough above */
940 aKey = chAlias;
941 r = res_findResource(&(mainRes->fResData), mainRes->fRes, &aKey, &temp);
964 aKey = chAlias;
965 r = res_findResource(&(mainRes->fResData), r, &aKey, &temp);
971 r = res_getTableItemByIndex(&(mainRes->fResData), r, idx, (const char **)&aKey);
/external/icu/icu4c/source/common/
H A Duresbund.cpp937 char *aKey = parent->fResPath; local
938 if(aKey) {
939 uprv_strcpy(chAlias, aKey); /* allocated large enough above */
940 aKey = chAlias;
941 r = res_findResource(&(mainRes->fResData), mainRes->fRes, &aKey, &temp);
964 aKey = chAlias;
965 r = res_findResource(&(mainRes->fResData), r, &aKey, &temp);
971 r = res_getTableItemByIndex(&(mainRes->fResData), r, idx, (const char **)&aKey);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/sqlite/dist/orig/
H A Dsqlite3.c65332 const unsigned char *aKey = (const unsigned char *)pKey; local
65587 vdbeRecordDecodeInt(u32 serial_type, const u8 *aKey) argument
65839 const u8 *aKey = &((const u8*)pKey1)[*(const u8*)pKey1 & 0x3F]; local
75120 u8 *aKey; /* Pointer to current key */ member in struct:VdbeSorterIter
[all...]
/external/sqlite/dist/
H A Dsqlite3.c65352 const unsigned char *aKey = (const unsigned char *)pKey; local
65607 vdbeRecordDecodeInt(u32 serial_type, const u8 *aKey) argument
65859 const u8 *aKey = &((const u8*)pKey1)[*(const u8*)pKey1 & 0x3F]; local
75140 u8 *aKey; /* Pointer to current key */ member in struct:VdbeSorterIter
[all...]
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c59936 const unsigned char *aKey = (const unsigned char *)pKey; local
[all...]

Completed in 773 milliseconds