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

1 2

  /system/media/wilhelm/src/itf/
IMetadataExtraction.c 64 SLuint32 index, SLuint32 keySize, SLMetadataInfo *pKey)
68 if (NULL == pKey) {
74 index, keySize, pKey);
127 SLuint32 keySize, const void *pKey, SLuint32 keyEncoding,
132 if (NULL == pKey || NULL == pValueLangCountry || (filterMask & ~(SL_METADATA_FILTER_KEY |
139 thiz->mKey = pKey;
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KeyStore_Impl1Test.java 468 KeyStore.PrivateKeyEntry pKey = new KeyStore.PrivateKeyEntry(privKey,
480 kss[i].setEntry(aliases[j], pKey, pPath);
493 Key key = pKey.getPrivateKey();
538 kss[i].setEntry("ZZZ", pKey, pPath);
    [all...]
KeyStore_Impl3Test.java 113 KeyStore.PrivateKeyEntry pKey = new KeyStore.PrivateKeyEntry(pk, certs);
126 kss[i].setEntry(aliases[1], pKey, pPath);
127 kss[i].setEntry(aliases[2], pKey, pPath);
KSBuilder_ImplTest.java 146 KeyStore.PrivateKeyEntry pKey = new KeyStore.PrivateKeyEntry(privKey,
160 ks.setEntry("aaa", pKey, pp[0]);
  /system/media/wilhelm/src/android/
AudioPlayer_to_android.h 97 * input pointers != NULL (pItemCount, pKeySize, pKey, pValueSize, pValue)
109 SLuint32 index, SLuint32 size, SLMetadataInfo *pKey);
AudioPlayer_to_android.cpp     [all...]
  /external/guava/src/com/google/common/collect/
CustomConcurrentHashMap.java     [all...]
  /external/valgrind/main/include/
pub_tool_wordfm.h 147 /*OUT*/UWord* pKey, /*OUT*/UWord* pVal );
  /external/icu4c/tools/toolutil/
ucmstate.c 206 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) {
    [all...]
ucm.h 126 char *line, char **pKey, char **pValue);
  /external/bouncycastle/src/main/java/org/bouncycastle/openssl/
PEMReader.java 331 ECPrivateKeyStructure pKey = new ECPrivateKeyStructure(seq);
332 AlgorithmIdentifier algId = new AlgorithmIdentifier(X9ObjectIdentifiers.id_ecPublicKey, pKey.getParameters());
333 PrivateKeyInfo privInfo = new PrivateKeyInfo(algId, pKey.getDERObject());
334 SubjectPublicKeyInfo pubInfo = new SubjectPublicKeyInfo(algId, pKey.getPublicKey().getBytes());
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h     [all...]
  /external/valgrind/main/cachegrind/
cg_merge.c 95 Bool nextIterFM ( WordFM* fm, /*OUT*/Word* pKey, /*OUT*/Word* pVal );
    [all...]
  /external/valgrind/main/coregrind/
m_wordfm.c 764 Bool VG_(nextIterFM) ( WordFM* fm, /*OUT*/UWord* pKey, /*OUT*/UWord* pVal )
784 if (pKey) *pKey = n->key;
  /external/icu4c/common/
uloc_tag.c     [all...]
  /external/sqlite/dist/
sqlite3.h     [all...]
sqlite3.h.orig     [all...]
sqlite3.c     [all...]
sqlite3.c.orig     [all...]
  /development/ndk/platforms/android-14/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/OMXAL/
OpenMAXAL.h     [all...]
  /system/media/wilhelm/include/OMXAL/
OpenMAXAL.h     [all...]
  /development/ndk/platforms/android-14/include/SLES/
OpenSLES.h 779 SLMetadataInfo *pKey
795 const void *pKey,
    [all...]
  /development/ndk/platforms/android-9/include/SLES/
OpenSLES.h 779 SLMetadataInfo *pKey
795 const void *pKey,
    [all...]

Completed in 1242 milliseconds

1 2