HomeSort by relevance Sort by last modified time
    Searched defs:wrap (Results 201 - 225 of 340) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableListTest.java 402 enum WrapWithIterable { WRAP, NO_WRAP }
407 WrapWithIterable wrap) {
412 Iterable<Integer> iterableToCopy = wrap == WrapWithIterable.WRAP
426 private static void runConcurrentlyMutatedTest(WrapWithIterable wrap) {
434 wrap);
439 wrap);
444 wrap);
449 wrap);
454 wrap); local
464 wrap); local
469 wrap); local
479 wrap); local
484 wrap); local
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
deflate.c 228 int wrap = 1; local
256 wrap = 0;
261 wrap = 2; /* write gzip wrapper instead */
276 s->wrap = wrap;
326 strm->state->wrap == 2 ||
327 (strm->state->wrap == 1 && strm->state->status != INIT_STATE))
331 if (s->wrap)
375 if (s->wrap < 0) {
376 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); *
    [all...]
deflate.h 101 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member in struct:internal_state
  /external/skia/src/core/
SkScan_Path.cpp 714 SkAAClipBlitterWrapper wrap; local
719 wrap.init(clip, blitter);
720 clipRgn = &wrap.getRgn();
721 blitter = wrap.getBlitter();
  /external/zlib/src/
deflate.c 225 int wrap = 1; local
262 wrap = 0;
267 wrap = 2; /* write gzip wrapper instead */
282 s->wrap = wrap;
330 int wrap; local
337 wrap = s->wrap;
338 if (wrap == 2 || (wrap == 1 && s->status != INIT_STATE) || s->lookahead
    [all...]
deflate.h 104 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member in struct:internal_state
  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodWrapper.java 97 IInputMethodSessionWrapper wrap = local
99 mCb.sessionCreated(wrap);
  /libcore/crypto/src/main/java/org/conscrypt/
HandshakeProtocol.java 263 public byte[] wrap() { method in class:HandshakeProtocol
272 return recordProtocol.wrap(ContentType.HANDSHAKE, io_stream);
279 return recordProtocol.wrap(ContentType.HANDSHAKE,
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SendersView.java 161 messageInfo.setSpan(CharacterStyle.wrap(
178 draftString.setSpan(CharacterStyle.wrap(sDraftsStyleSpan), 0,
378 return CharacterStyle.wrap(characterStyle);
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
nacltest.js 771 this.wrap = function(callback) {
778 setTimeout(this.wrap(callback), time);
792 window[callbackName] = this.wrap(function() {
840 var wrapper = this.wrap(function(e) {
938 setTimeout(currentTest.wrap(function() {
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
section.c 196 yasm_directive_wrap *wrap = yasm_xmalloc(sizeof(yasm_directive_wrap)); local
205 wrap->directive = dir;
206 HAMT_insert(level2, dir->name, wrap, &replace,
363 yasm_directive_wrap *wrap; local
369 wrap = HAMT_search(level2, name);
370 if (!wrap)
373 yasm_call_directive(wrap->directive, object, valparams, objext_valparams,
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx1y.cpp 136 constexpr int wrap(int a, int b) { function in namespace:assign
145 static_assert(wrap(a, 1) == 1, "");
146 static_assert(wrap(b, 1) == 1, "");
147 static_assert(wrap(c, 1) == 1, ""); // expected-error {{constant expression}} expected-note {{read of non-const variable 'c'}}
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherTest.java 802 byte[] arDES = c.wrap(CIPHER_KEY_DES);
803 byte[] ar = c.wrap(CIPHER_KEY_3DES);
918 assertNotNull(c.wrap(CIPHER_KEY_DES));
919 assertNotNull(c.wrap(CIPHER_KEY_3DES));
925 assertNotNull(c.wrap(cert.getPublicKey()));
930 assertNotNull(c.wrap(cert.getPublicKey()));
938 c.wrap(CIPHER_KEY_DES);
    [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java 259 * {@link GLWrapper#wrap(GL)} method is called
260 * whenever a surface is created. A GLWrapper can be used to wrap
622 * An interface used to wrap a GL interface.
632 * GL wrap(GL gl) {
648 GL wrap(GL gl); method in interface:GLSurfaceViewCustom.GLWrapper
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 34 public GL wrap(GL gl) { method in class:GLErrorLogger
GLSurfaceView.java 218 * {@link GLWrapper#wrap(GL)} method is called
219 * whenever a surface is created. A GLWrapper can be used to wrap
551 * An interface used to wrap a GL interface.
561 * GL wrap(GL gl) {
577 GL wrap(GL gl); method in interface:GLSurfaceView.GLWrapper
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 255 * {@link GLWrapper#wrap(GL)} method is called
256 * whenever a surface is created. A GLWrapper can be used to wrap
618 * An interface used to wrap a GL interface.
628 * GL wrap(GL gl) {
644 GL wrap(GL gl); method in interface:GLSurfaceView.GLWrapper
    [all...]
  /libcore/dex/src/main/java/com/android/dex/
Dex.java 75 this(ByteBuffer.wrap(data));
88 this.data = ByteBuffer.wrap(new byte[byteCount]);
154 this.data = ByteBuffer.wrap(bytesOut.toByteArray());
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/
ByteBufferTest.java 240 assertTrue(ByteBuffer.wrap(new byte[21]).compareTo(ByteBuffer.allocateDirect(21)) == 0);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Utils.java 246 sendingString.setSpan(CharacterStyle.wrap(sDraftsStyleSpan), 0, sendingString.length(),
386 fixedFragment.setSpan(CharacterStyle.wrap(draftsStyle), 0, fixedFragment.length(),
519 builder.setSpan(CharacterStyle.wrap(style), pos, builder.length(),
691 message.setSpan(CharacterStyle.wrap(ACTION_BAR_UNREAD_STYLE), 0,
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp 4180 QualType wrap(Sema &S, const FunctionType *New) { function in struct:__anon16033::FunctionTypeUnwrapper
4189 QualType wrap(ASTContext &C, QualType Old, unsigned I) { function in struct:__anon16033::FunctionTypeUnwrapper
4203 QualType wrap(ASTContext &C, const Type *Old, unsigned I) { function in struct:__anon16033::FunctionTypeUnwrapper
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
DatagramChannelTest.java     [all...]
SocketChannelTest.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CSSMetadata.js 299 "word-wrap": { values: [
401 "overflow-wrap": { values: [
487 "normal", "nowrap", "pre", "pre-line", "pre-wrap"
550 "flex-wrap": { values: [
551 "nowrap", "wrap", "wrap-reverse"
852 "word-wrap": 6,
    [all...]
  /prebuilts/devtools/tools/lib/
lint.jar 

Completed in 545 milliseconds

1 2 3 4 5 6 7 891011>>