Home
last modified time | relevance | path

Searched defs:unwrap (Results 1 – 25 of 58) sorted by relevance

123

/external/llvm/lib/Object/
DObject.cpp22 inline OwningBinary<ObjectFile> *unwrap(LLVMObjectFileRef OF) { in unwrap() function
31 inline section_iterator *unwrap(LLVMSectionIteratorRef SI) { in unwrap() function
41 inline symbol_iterator *unwrap(LLVMSymbolIteratorRef SI) { in unwrap() function
51 inline relocation_iterator *unwrap(LLVMRelocationIteratorRef SI) { in unwrap() function
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
DWrapper.java16 public byte[] unwrap(byte[] in, int inOff, int inLen) in unwrap() method
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DCollationKeyICU.java28 public CollationKey unwrap() { in unwrap() method in CollationKeyICU
DBreakIteratorICU.java29 public BreakIterator unwrap() { in unwrap() method in BreakIteratorICU
DCollatorICU.java29 public Collator unwrap() { in unwrap() method in CollatorICU
DTimeZoneICU.java36 public TimeZone unwrap() { in unwrap() method in TimeZoneICU
DDateFormatSymbolsICU.java47 public DateFormatSymbols unwrap() { in unwrap() method in DateFormatSymbolsICU
DNumberFormatICU.java39 public NumberFormat unwrap() { in unwrap() method in NumberFormatICU
DDecimalFormatSymbolsICU.java31 public DecimalFormatSymbols unwrap() { in unwrap() method in DecimalFormatSymbolsICU
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DRFC3394WrapEngine.java136 public byte[] unwrap( in unwrap() method in RFC3394WrapEngine
DDESedeWrapEngine.java211 public byte[] unwrap(byte[] in, int inOff, int inLen) in unwrap() method in DESedeWrapEngine
/external/llvm/include/llvm/Support/
DCodeGen.h58 inline CodeModel::Model unwrap(LLVMCodeModel Model) { in unwrap() function
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneAdapter.java52 public com.ibm.icu.util.TimeZone unwrap() { in unwrap() method in TimeZoneAdapter
DJavaTimeZone.java211 public java.util.TimeZone unwrap() { in unwrap() method in JavaTimeZone
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTimeZoneAdapter.java53 public android.icu.util.TimeZone unwrap() { in unwrap() method in TimeZoneAdapter
DJavaTimeZone.java213 public java.util.TimeZone unwrap() { in unwrap() method in JavaTimeZone
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
DSSLEngineTest.java482 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts, in unwrap() method in mySSLEngine
518 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer dst) in unwrap() method in mySSLEngine1
527 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts) in unwrap() method in mySSLEngine1
/external/llvm/lib/Target/
DTargetMachineC.cpp44 static TargetMachine *unwrap(LLVMTargetMachineRef P) { in unwrap() function
47 static Target *unwrap(LLVMTargetRef P) { in unwrap() function
DTarget.cpp27 inline TargetLibraryInfoImpl *unwrap(LLVMTargetLibraryInfoRef P) { in unwrap() function
/external/jetty/src/java/org/eclipse/jetty/io/nio/
DSslConnection.java516 private synchronized boolean unwrap(final Buffer buffer) throws IOException in unwrap() method in SslConnection
853 Buffer unwrap = _unwrapBuf; in toString() local
/external/javasqlite/src/main/java/SQLite/JDBC2z/
DJDBCResultSetMetaData.java215 public <T> T unwrap(java.lang.Class<T> iface) throws SQLException { in unwrap() method in JDBCResultSetMetaData
/external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
DMySSLContextSpi.java234 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts, in unwrap() method in MySSLContextSpi.tmpSSLEngine
/external/guava/guava/src/com/google/common/primitives/
DPrimitives.java126 public static <T> Class<T> unwrap(Class<T> type) { in unwrap() method in Primitives
/external/apache-harmony/x-net/src/test/java/javax/net/ssl/
DMySSLContextSpi.java223 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts, in unwrap() method in MySSLContextSpi.tmpSSLEngine
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/
DTimeZoneJDK.java54 public TimeZone unwrap() { in unwrap() method in TimeZoneJDK

123