Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/LLVM/include/llvm-c/
DObject.h54 inline ObjectFile *unwrap(LLVMObjectFileRef OF) { in unwrap() function
62 inline section_iterator *unwrap(LLVMSectionIteratorRef SI) { in unwrap() function
DTarget.h168 inline TargetData *unwrap(LLVMTargetDataRef P) { in unwrap() function
176 inline TargetLibraryInfo *unwrap(LLVMTargetLibraryInfoRef P) { in unwrap() function
DCore.h1176 inline LLVMContext **unwrap(LLVMContextRef* Tys) { in unwrap() function
1186 inline Type **unwrap(LLVMTypeRef* Tys) { in unwrap() function
1196 inline Value **unwrap(LLVMValueRef *Vals) { in unwrap() function
1201 inline T **unwrap(LLVMValueRef *Vals, unsigned Length) { in unwrap() function
/external/llvm/include/llvm/Support/
DCodeGenCWrappers.h25 inline CodeModel::Model unwrap(LLVMCodeModel Model) { in unwrap() function
/external/swiftshader/third_party/LLVM/include/llvm-c/Transforms/
DPassManagerBuilder.h80 inline PassManagerBuilder *unwrap(LLVMPassManagerBuilderRef P) { in unwrap() function
/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.java30 public CollationKey unwrap() { in unwrap() method in CollationKeyICU
DBreakIteratorICU.java31 public BreakIterator unwrap() { in unwrap() method in BreakIteratorICU
DCollatorICU.java31 public Collator unwrap() { in unwrap() method in CollatorICU
DTimeZoneICU.java38 public TimeZone unwrap() { in unwrap() method in TimeZoneICU
DDateFormatSymbolsICU.java49 public DateFormatSymbols unwrap() { in unwrap() method in DateFormatSymbolsICU
DNumberFormatICU.java41 public NumberFormat unwrap() { in unwrap() method in NumberFormatICU
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DRFC3394WrapEngine.java136 public byte[] unwrap( in unwrap() method in RFC3394WrapEngine
DDESedeWrapEngine.java214 public byte[] unwrap(byte[] in, int inOff, int inLen) in unwrap() method in DESedeWrapEngine
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTimeZoneAdapter.java55 public android.icu.util.TimeZone unwrap() { in unwrap() method in TimeZoneAdapter
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTimeZoneAdapter.java54 public com.ibm.icu.util.TimeZone unwrap() { in unwrap() method in TimeZoneAdapter
DJavaTimeZone.java221 public java.util.TimeZone unwrap() { in unwrap() method in JavaTimeZone
/external/conscrypt/api-doclet/src/main/java/org/conscrypt/doclet/
DFilterDoclet.java146 private static Object unwrap(Object proxy) { in unwrap() method in FilterDoclet.HideHandler
/external/llvm/include/llvm/IR/
DAttributes.h191 inline Attribute unwrap(LLVMAttributeRef Attr) { in unwrap() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h191 inline Attribute unwrap(LLVMAttributeRef Attr) { in unwrap() function
/external/llvm/lib/Target/
DTargetMachineC.cpp35 static TargetMachine *unwrap(LLVMTargetMachineRef P) { in unwrap() function
38 static Target *unwrap(LLVMTargetRef P) { in unwrap() function
/external/conscrypt/common/src/main/java/org/conscrypt/
DConscryptEngine.java641 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer dst) throws SSLException { in unwrap() method in ConscryptEngine
653 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts) throws SSLException { in unwrap() method in ConscryptEngine
664 public SSLEngineResult unwrap(final ByteBuffer src, final ByteBuffer[] dsts, final int offset, in unwrap() method in ConscryptEngine
675 SSLEngineResult unwrap(final ByteBuffer[] srcs, final ByteBuffer[] dsts) throws SSLException { in unwrap() method in ConscryptEngine
681 SSLEngineResult unwrap(final ByteBuffer[] srcs, int srcsOffset, final int srcsLength, in unwrap() method in ConscryptEngine
DConscrypt.java470 public static SSLEngineResult unwrap(SSLEngine engine, final ByteBuffer[] srcs, in unwrap() method in Conscrypt.Engines
488 public static SSLEngineResult unwrap(SSLEngine engine, final ByteBuffer[] srcs, in unwrap() method in Conscrypt.Engines
/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

123