HomeSort by relevance Sort by last modified time
    Searched refs:wrap (Results 226 - 250 of 360) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
CipherSpiTest.java 186 ByteBuffer bb1 = ByteBuffer.wrap(bbuf);
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
DESedeWrapEngine.java 17 * Wrap keys according to
18 * <A HREF="http://www.ietf.org/internet-drafts/draft-ietf-smime-key-wrap-01.txt">
19 * draft-ietf-smime-key-wrap-01.txt</A>.
24 * <li>if you are using this to wrap triple-des keys you need to set the
89 // Hm, we have no IV but we want to wrap ?!?
129 * Method wrap
136 public byte[] wrap(byte[] in, int inOff, int inLen) method in class:DESedeWrapEngine
301 * Some key wrap algorithms make use of the Key Checksum defined
  /external/emma/core/java12/com/vladium/util/
IProperties.java 85 public static IProperties wrap (final Properties properties, final IMapper mapper) method in class:IProperties.Factory
  /external/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp 269 return wrap(PMB);
  /external/qemu/distrib/zlib-1.2.3/
deflate.h 101 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member in struct:internal_state
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLDocumentCustom.cpp 149 // Wrap up the arguments and call the function.
187 v8::Handle<v8::Object> wrapper = V8HTMLDocument::wrap(impl, forceNewObject);
V8NodeCustom.cpp 170 return V8Node::wrap(impl, forceNewObject);
  /external/webkit/Source/WebKit/efl/ewk/
ewk_frame.h 177 EAPI Eina_Bool ewk_frame_text_search(const Evas_Object *o, const char *string, Eina_Bool case_sensitive, Eina_Bool forward, Eina_Bool wrap);
  /external/webkit/Source/WebKit/mac/WebView/
WebView.h 508 - (BOOL)searchFor:(NSString *)string direction:(BOOL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag;
  /external/zlib/
deflate.h 101 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member in struct:internal_state
  /hardware/ril/mock-ril/src/java/com/android/internal/communication/
Msg.java 138 data = ByteBuffer.wrap(pb.toByteArray());
  /libcore/luni/src/main/java/java/nio/charset/
Charset.java 471 return encode(CharBuffer.wrap(s));
  /libcore/luni/src/main/java/java/util/jar/
Manifest.java 346 CharBuffer cBuf = CharBuffer.wrap(value);
  /libcore/luni/src/test/java/libcore/java/nio/charset/
CharsetTest.java 206 ByteBuffer in = ByteBuffer.wrap(toByteArray(byteInts));
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
MessageDigest1Test.java 114 ByteBuffer byteBuffer = ByteBuffer.wrap(b);
SignatureSpiTest.java 391 signature.update(ByteBuffer.wrap("Hello".getBytes()));
  /system/media/mca/filterfw/java/android/filterfw/core/
SerializedFrame.java 232 setGenericObjectValue(ByteBuffer.wrap(buffer.array(), offset, length));
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
SelectorTest.java 570 client.write(ByteBuffer.wrap("a".getBytes()));
587 client2.write(ByteBuffer.wrap("a".getBytes()));
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Texture.cpp 108 // Returns true on successful wrap state update (valid enum parameter)
109 bool Texture::setWrapS(GLenum wrap)
111 switch (wrap)
117 if (mWrapS != wrap)
119 mWrapS = wrap;
129 // Returns true on successful wrap state update (valid enum parameter)
130 bool Texture::setWrapT(GLenum wrap)
132 switch (wrap)
138 if (mWrapT != wrap)
140 mWrapT = wrap;
    [all...]
Texture.h 51 bool setWrapS(GLenum wrap);
52 bool setWrapT(GLenum wrap);
  /external/webkit/Source/WebCore/inspector/front-end/
audits.css 243 word-wrap: break-word;
  /frameworks/base/media/java/android/media/audiofx/
AudioEffect.java     [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
Sasl3Test.java 360 public byte[] wrap(byte[] outgoing, int offset, int len) method in class:Sasl3Test.mySaslClientFactory.mySaslClient
  /external/apache-harmony/security/src/test/api/java.injected/java/security/
SecureClassLoaderTest.java 204 ByteBuffer bbuf = ByteBuffer.wrap(klassData);
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
WrapCipherSpi.java 293 throw new InvalidKeyException("Cannot wrap key, null encoding.");
304 return wrapEngine.wrap(encoded, 0, encoded.length);

Completed in 755 milliseconds

1 2 3 4 5 6 7 8 91011>>