HomeSort by relevance Sort by last modified time
    Searched defs:unwrap (Results 51 - 75 of 111) sorted by null

1 23 4 5

  /external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java 511 public <T> T unwrap(java.lang.Class<T> iface) throws SQLException { method in class:JDBCConnection
JDBCDatabaseMetaData.java 1680 public <T> T unwrap(java.lang.Class<T> iface) throws SQLException { method in class:JDBCDatabaseMetaData
    [all...]
  /external/llvm/include/llvm/IR/
Module.h 601 inline Module *unwrap(LLVMModuleProviderRef MP) { function in namespace:llvm
  /libcore/crypto/src/main/java/org/conscrypt/
ClientHandshakeImpl.java 146 public void unwrap(byte[] bytes) { method in class:ClientHandshakeImpl
HandshakeProtocol.java 252 public abstract void unwrap(byte[] bytes); method in class:HandshakeProtocol
  /ndk/tests/device/test-stlport_shared-exception/jni/
unroll1.cpp 27 Domain_t &unwrap() { return *static_cast<Domain_t *>(this); } function in class:DomainBase
29 const Domain_t &unwrap() const { function in class:DomainBase
48 Domain_t &operator[](int) { return this->unwrap(); }
50 const Domain_t &operator[](int) const { return this->unwrap(); }
  /ndk/tests/device/test-stlport_static-exception/jni/
unroll1.cpp 27 Domain_t &unwrap() { return *static_cast<Domain_t *>(this); } function in class:DomainBase
29 const Domain_t &unwrap() const { function in class:DomainBase
48 Domain_t &operator[](int) { return this->unwrap(); }
50 const Domain_t &operator[](int) const { return this->unwrap(); }
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
Impl_RowSet.java 770 public <T> T unwrap(Class<T> iface) throws SQLException { method in class:Impl_RowSet
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLEngineImplTest.java 545 print(client.unwrap(buffer, app_data_buffer));
600 print(server.unwrap(ByteBuffer.allocate(40), app_data_buffer));
619 "\nServer tries to unwrap the data after error");
622 server.unwrap(ByteBuffer.allocate(40), app_data_buffer));
663 print(client.unwrap(buffer, app_data_buffer));
803 // current engine, try to wrap the application data and unwrap
818 // unwrap it by another peer
826 print(result = engines[(step+1)%2].unwrap
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherTest.java 806 c.unwrap(arDES, "DES", Cipher.SECRET_KEY);
812 assertTrue(CIPHER_KEY_DES.equals(c.unwrap(arDES, "DES", Cipher.SECRET_KEY)));
813 assertFalse(CIPHER_KEY_DES.equals(c.unwrap(ar, "DES", Cipher.SECRET_KEY)));
816 c.unwrap(arDES, "RSA38", Cipher.PUBLIC_KEY);
824 c.unwrap(arDES, "DESede", Cipher.SECRET_KEY);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 38 "localhost", "thishost", "ftperrors", "basejoin", "unwrap",
180 fullurl = unwrap(toBytes(fullurl))
228 url = unwrap(toBytes(url))
1055 def unwrap(url): function
    [all...]
urllib2.py 112 from urllib import (unwrap, unquote, splittype, splithost, quote, namespace
201 # unwrap('<URL:type://host/path>') --> 'type://host/path'
202 self.__original = unwrap(url)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 38 "localhost", "thishost", "ftperrors", "basejoin", "unwrap",
180 fullurl = unwrap(toBytes(fullurl))
228 url = unwrap(toBytes(url))
1055 def unwrap(url): function
    [all...]
urllib2.py 112 from urllib import (unwrap, unquote, splittype, splithost, quote, namespace
201 # unwrap('<URL:type://host/path>') --> 'type://host/path'
202 self.__original = unwrap(url)
    [all...]
  /external/doclava/src/com/google/doclava/
Doclava.java 1417 private static Object unwrap(Object proxy) { method in class:Doclava.HideHandler
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 1950 private View unwrap() { method in class:ConversationItemView
    [all...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 632 milliseconds

1 23 4 5