| /external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
| D | AbstractConscryptEngine.java | 108 public abstract SSLEngineResult unwrap(ByteBuffer src, ByteBuffer dst) throws SSLException; in unwrap() method in AbstractConscryptEngine 111 public abstract SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts) throws SSLException; in unwrap() method in AbstractConscryptEngine 114 public abstract SSLEngineResult unwrap(final ByteBuffer src, final ByteBuffer[] dsts, in unwrap() method in AbstractConscryptEngine 117 abstract SSLEngineResult unwrap(final ByteBuffer[] srcs, final ByteBuffer[] dsts) in unwrap() method in AbstractConscryptEngine 120 abstract SSLEngineResult unwrap(final ByteBuffer[] srcs, int srcsOffset, final int srcsLength, in unwrap() method in AbstractConscryptEngine
|
| D | Java8EngineWrapper.java | 236 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer dst) throws SSLException { in unwrap() method in Java8EngineWrapper 241 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts) throws SSLException { in unwrap() method in Java8EngineWrapper 246 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts, int offset, int length) in unwrap() method in Java8EngineWrapper 252 SSLEngineResult unwrap(ByteBuffer[] srcs, ByteBuffer[] dsts) throws SSLException { in unwrap() method in Java8EngineWrapper 257 SSLEngineResult unwrap(ByteBuffer[] srcs, int srcsOffset, int srcsLength, ByteBuffer[] dsts, in unwrap() method in Java8EngineWrapper
|
| /external/conscrypt/common/src/main/java/org/conscrypt/ |
| D | AbstractConscryptEngine.java | 107 public abstract SSLEngineResult unwrap(ByteBuffer src, ByteBuffer dst) throws SSLException; in unwrap() method in AbstractConscryptEngine 110 public abstract SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts) throws SSLException; in unwrap() method in AbstractConscryptEngine 113 public abstract SSLEngineResult unwrap(final ByteBuffer src, final ByteBuffer[] dsts, in unwrap() method in AbstractConscryptEngine 116 abstract SSLEngineResult unwrap(final ByteBuffer[] srcs, final ByteBuffer[] dsts) in unwrap() method in AbstractConscryptEngine 119 abstract SSLEngineResult unwrap(final ByteBuffer[] srcs, int srcsOffset, final int srcsLength, in unwrap() method in AbstractConscryptEngine
|
| D | Java8EngineWrapper.java | 235 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer dst) throws SSLException { in unwrap() method in Java8EngineWrapper 240 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts) throws SSLException { in unwrap() method in Java8EngineWrapper 245 public SSLEngineResult unwrap(ByteBuffer src, ByteBuffer[] dsts, int offset, int length) in unwrap() method in Java8EngineWrapper 251 SSLEngineResult unwrap(ByteBuffer[] srcs, ByteBuffer[] dsts) throws SSLException { in unwrap() method in Java8EngineWrapper 256 SSLEngineResult unwrap(ByteBuffer[] srcs, int srcsOffset, int srcsLength, ByteBuffer[] dsts, in unwrap() method in Java8EngineWrapper
|
| /external/swiftshader/third_party/LLVM/include/llvm-c/ |
| D | Object.h | 54 inline ObjectFile *unwrap(LLVMObjectFileRef OF) { in unwrap() function 62 inline section_iterator *unwrap(LLVMSectionIteratorRef SI) { in unwrap() function
|
| D | Target.h | 168 inline TargetData *unwrap(LLVMTargetDataRef P) { in unwrap() function 176 inline TargetLibraryInfo *unwrap(LLVMTargetLibraryInfoRef P) { in unwrap() function
|
| /external/libcxx/test/support/ |
| D | format_string.hpp | 56 const char* unwrap(std::string& s) { return s.c_str(); } in unwrap() function 58 Arg const& unwrap(Arg& a) { in unwrap() function
|
| /external/llvm/include/llvm/Support/ |
| D | CodeGenCWrappers.h | 25 inline CodeModel::Model unwrap(LLVMCodeModel Model) { in unwrap() function
|
| /external/swiftshader/third_party/LLVM/include/llvm-c/Transforms/ |
| D | PassManagerBuilder.h | 80 inline PassManagerBuilder *unwrap(LLVMPassManagerBuilderRef P) { in unwrap() function
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/ |
| D | CodeGenCWrappers.h | 26 inline Optional<CodeModel::Model> unwrap(LLVMCodeModel Model, bool &JIT) { in unwrap() function
|
| /external/libcxx/src/filesystem/ |
| D | filesystem_common.h | 97 const char* unwrap(string const& s) { return s.c_str(); } in unwrap() function 98 const char* unwrap(path const& p) { return p.native().c_str(); } in unwrap() function 100 Arg const& unwrap(Arg const& a) { in unwrap() function
|
| /external/llvm/lib/Object/ |
| D | Object.cpp | 22 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/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
| D | Object.cpp | 22 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/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/ |
| D | Wrapper.java | 20 public byte[] unwrap(byte[] in, int inOff, int inLen) in unwrap() method
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
| D | Wrapper.java | 16 public byte[] unwrap(byte[] in, int inOff, int inLen) in unwrap() method
|
| /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/ |
| D | CollationKeyICU.java | 30 public CollationKey unwrap() { in unwrap() method in CollationKeyICU
|
| D | BreakIteratorICU.java | 31 public BreakIterator unwrap() { in unwrap() method in BreakIteratorICU
|
| D | CollatorICU.java | 31 public Collator unwrap() { in unwrap() method in CollatorICU
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
| D | RFC3394WrapEngine.java | 136 public byte[] unwrap( in unwrap() method in RFC3394WrapEngine
|
| /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/engines/ |
| D | RFC3394WrapEngine.java | 138 public byte[] unwrap( in unwrap() method in RFC3394WrapEngine
|
| D | DESedeWrapEngine.java | 214 public byte[] unwrap(byte[] in, int inOff, int inLen) in unwrap() method in DESedeWrapEngine
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
| D | Attributes.h | 195 inline Attribute unwrap(LLVMAttributeRef Attr) { in unwrap() function
|
| /external/conscrypt/api-doclet/src/main/java/org/conscrypt/doclet/ |
| D | FilterDoclet.java | 145 private static Object unwrap(Object proxy) { in unwrap() method in FilterDoclet.HideHandler
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| D | TimeZoneAdapter.java | 54 public com.ibm.icu.util.TimeZone unwrap() { in unwrap() method in TimeZoneAdapter
|
| /external/icu/android_icu4j/src/main/java/android/icu/impl/ |
| D | TimeZoneAdapter.java | 57 public android.icu.util.TimeZone unwrap() { in unwrap() method in TimeZoneAdapter
|