HomeSort by relevance Sort by last modified time
    Searched refs:keyRef (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebKit2/Shared/API/c/
WKMutableDictionary.cpp 45 bool WKDictionaryAddItem(WKMutableDictionaryRef dictionaryRef, WKStringRef keyRef, WKTypeRef itemRef)
47 return toImpl(dictionaryRef)->add(toImpl(keyRef)->string(), toImpl(itemRef));
50 bool WKDictionarySetItem(WKMutableDictionaryRef dictionaryRef, WKStringRef keyRef, WKTypeRef itemRef)
52 return toImpl(dictionaryRef)->set(toImpl(keyRef)->string(), toImpl(itemRef));
55 void WKDictionaryRemoveItem(WKMutableDictionaryRef dictionaryRef, WKStringRef keyRef)
57 toImpl(dictionaryRef)->remove(toImpl(keyRef)->string());
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLEngine.java 67 final long keyRef = NativeCrypto.ENGINE_load_private_key(ctx, id);
68 if (keyRef == 0) {
72 OpenSSLKey pkey = new OpenSSLKey(keyRef, this, id);
85 final long keyRef = NativeCrypto.ENGINE_load_private_key(ctx, id);
86 if (keyRef == 0) {
90 OpenSSLKey pkey = new OpenSSLKey(keyRef, this, id);
NativeCrypto.java 228 public static native byte[] EC_KEY_get_private_key(long keyRef);
230 public static native long EC_KEY_get_public_key(long keyRef);
    [all...]
  /external/webrtc/src/system_wrappers/test/TestSort/
TestSort.cpp 132 KeyType keyRef[DataLength];
158 memcpy(keyRef, key, sizeof(key));
192 std::sort(keyRef, keyRef + DataLength);
227 if (memcmp(key, keyRef, sizeof(key)) != 0)
  /external/apache-http/src/org/apache/commons/logging/impl/
WeakHashtable.java 241 Referenced keyRef = new Referenced(key, queue);
242 return super.put(keyRef, value);
  /external/robolectric/lib/main/
commons-logging-1.1.1.jar 
  /prebuilts/devtools/tools/lib/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/commons-logging/commons-logging/1.1.1/
commons-logging-1.1.1.jar 
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]

Completed in 223 milliseconds