Searched defs:wrap (Results 1 - 25 of 153) sorted by relevance

1234567

/external/clang/test/SemaTemplate/
H A Ddependent-class-member-operator.cpp7 void wrap() { function
/external/libvpx/libvpx/tools/
H A Dwrap-commit-msg.py36 def wrap(text): function
53 output += wrap(text)
56 output += wrap(text)
/external/conscrypt/src/compat/java/org/conscrypt/
H A DKitKatPlatformOpenSSLSocketAdapterFactory.java33 protected Socket wrap(OpenSSLSocketImpl socket) throws IOException { method in class:KitKatPlatformOpenSSLSocketAdapterFactory
H A DPreKitKatPlatformOpenSSLSocketAdapterFactory.java32 protected Socket wrap(OpenSSLSocketImpl socket) throws IOException { method in class:PreKitKatPlatformOpenSSLSocketAdapterFactory
H A DBaseOpenSSLSocketAdapterFactory.java45 return wrap((OpenSSLSocketImpl) delegate.createSocket());
51 return wrap((OpenSSLSocketImpl) delegate.createSocket(hostname, port));
57 return wrap(
62 return wrap((OpenSSLSocketImpl) delegate.createSocket(address, port));
71 return wrap(
78 return wrap((OpenSSLSocketImpl) delegate.createSocket(s, hostname, port, autoClose));
85 protected abstract Socket wrap(OpenSSLSocketImpl sock) throws IOException; method in class:BaseOpenSSLSocketAdapterFactory
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DWrapper.java14 public byte[] wrap(byte[] in, int inOff, int inLen); method in interface:Wrapper
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLBIOSource.java26 public static OpenSSLBIOSource wrap(ByteBuffer buffer) { method in class:OpenSSLBIOSource
/external/droiddriver/src/io/appium/droiddriver/scroll/
H A DScrollers.java47 /** Convenience method to wrap {@code delegate} with this class */
48 public static ScrollStepStrategy wrap(final ScrollStepStrategy delegate) { method in class:Scrollers.ProgressBarScrollStepStrategy
/external/guava/guava/src/com/google/common/collect/
H A DWellBehavedMap.java30 * wrap the {@code EnumMap} in this class instead.
51 static <K, V> WellBehavedMap<K, V> wrap(Map<K, V> delegate) { method in class:WellBehavedMap
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DRFC3394WrapEngine.java18 * and <a href="http://csrc.nist.gov/encryption/kms/key-wrap.pdf">http://csrc.nist.gov/encryption/kms/key-wrap.pdf</a>.
85 public byte[] wrap( method in class:RFC3394WrapEngine
99 throw new DataLengthException("wrap data must be a multiple of 8 bytes");
H A DDESedeWrapEngine.java20 * <A HREF="http://www.ietf.org/internet-drafts/draft-ietf-smime-key-wrap-01.txt">
21 * draft-ietf-smime-key-wrap-01.txt</A>.
26 * <li>if you are using this to wrap triple-des keys you need to set the
93 // Hm, we have no IV but we want to wrap ?!?
133 * Method wrap
140 public byte[] wrap(byte[] in, int inOff, int inLen) method in class:DESedeWrapEngine
305 * Some key wrap algorithms make use of the Key Checksum defined
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
H A Dp6-0x.cpp23 template<typename T = func_type_lvalue> struct wrap { struct
29 using func_type_lvalue = wrap<>::val; // expected-note{{in instantiation of}}
30 using func_type_lvalue = wrap<func_type_lvalue>::val;
31 using func_type_rvalue = wrap<func_type_rvalue>::val; // expected-note{{in instantiation of}}
33 using func_type_lvalue_ptr = wrap<>::ptr;
34 using func_type_lvalue_ptr = wrap<func_type_lvalue>::ptr;
35 using func_type_rvalue_ptr = wrap<func_type_rvalue>::ptr;
37 using func_type_lvalue_ref = wrap<>::ref;
38 using func_type_lvalue_ref = wrap<func_type_lvalue>::ref;
39 using func_type_rvalue_ref = wrap<func_type_rvalu
[all...]
/external/guava/guava/src/com/google/common/primitives/
H A DPrimitives.java103 * wrap(int.class) == Integer.class
104 * wrap(Integer.class) == Integer.class
105 * wrap(String.class) == String.class
108 public static <T> Class<T> wrap(Class<T> type) { method in class:Primitives
/external/guava/guava-testlib/test/com/google/common/collect/testing/
H A DMapTestSuiteBuilderTests.java66 return wrap(map);
69 abstract Map<String, String> wrap(HashMap<String, String> map); method in class:MapTestSuiteBuilderTests.WrappedHashMapGenerator
89 @Override Map<String, String> wrap(final HashMap<String, String> map) {
108 @Override Map<String, String> wrap(final HashMap<String, String> map) {
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DCollationKeyICU.java24 public static java.text.CollationKey wrap(CollationKey icuCollKey) { method in class:CollationKeyICU
H A DBreakIteratorICU.java25 public static java.text.BreakIterator wrap(BreakIterator icuBrkItr) { method in class:BreakIteratorICU
H A DCollatorICU.java25 public static java.text.Collator wrap(Collator icuCollator) { method in class:CollatorICU
67 return CollationKeyICU.wrap(icuCollKey);
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/filter/
H A DPerturbFilter.java76 float c00 = arr[this.wrap(y - py, workSize) * workSize + this.wrap(x - px, workSize)];
77 float c01 = arr[this.wrap(y - py, workSize) * workSize + this.wrap(x + px, workSize)];
78 float c10 = arr[this.wrap(y + py, workSize) * workSize + this.wrap(x - px, workSize)];
79 float c11 = arr[this.wrap(y + py, workSize) * workSize + this.wrap(x + px, workSize)];
86 return FloatBuffer.wrap(retval);
89 private int wrap(in method in class:PerturbFilter
[all...]
/external/lldb/include/lldb/Expression/
H A DExpressionSourceCode.h62 bool wrap) :
66 m_wrap(wrap)
59 ExpressionSourceCode(const char *name, const char *prefix, const char *body, bool wrap) argument
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_format.h26 unsigned wrap; member in struct:nv30_texfmt
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_gldefs.h224 nvgl_wrap_mode(unsigned wrap) argument
226 switch (wrap) {
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Ddebug.rb13 def self.wrap( adaptor, debug_listener = nil ) singleton method in class:ANTLR3.Debug.TreeAdaptor
113 def self.wrap( stream, debug_listener = nil ) singleton method in class:ANTLR3.Debug.TreeNodeStream
/external/guava/guava/src/com/google/common/escape/
H A DEscapers.java187 return wrap((CharEscaper) escaper);
227 /** Private helper to wrap a CharEscaper as a UnicodeEscaper. */
228 private static UnicodeEscaper wrap(final CharEscaper escaper) { method in class:Escapers
/external/llvm/include/llvm/IR/
H A DLLVMContext.h206 inline LLVMContextRef *wrap(const LLVMContext **Tys) { function in namespace:llvm
/external/llvm/include/llvm/Support/
H A DCodeGen.h76 inline LLVMCodeModel wrap(CodeModel::Model Model) { function in namespace:llvm

Completed in 1237 milliseconds

1234567