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

1 2 3 4 5 6 7 891011>>

  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/text/
DecimalFormatSymbolsProviderICU.java 25 return DecimalFormatSymbolsICU.wrap(icuDecfs);
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
CollationKeyICU.java 26 public static java.text.CollationKey wrap(CollationKey icuCollKey) { method in class:CollationKeyICU
  /external/llvm/bindings/go/llvm/
IRBindings.cpp 53 return wrap(ConstantAsMetadata::get(unwrap<Constant>(C)));
57 return wrap(MDString::get(*unwrap(C), StringRef(Str, SLen)));
62 return wrap(
68 return wrap(MDTuple::getTemporary(*unwrap(C),
  /external/llvm/include/llvm/Support/
CBindingWrapping.h 25 inline ref wrap(const ty *P) { \
  /external/llvm/lib/Bitcode/Writer/
BitWriter.cpp 48 return wrap(MemoryBuffer::getMemBufferCopy(OS.str()).release());
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_format.h 26 unsigned wrap; member in struct:nv30_texfmt
  /external/python/cpython2/Modules/zlib/
inflate.h 84 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member in struct:inflate_state
  /external/swiftshader/third_party/LLVM/include/llvm-c/Transforms/
PassManagerBuilder.h 84 inline LLVMPassManagerBuilderRef wrap(PassManagerBuilder *P) { function in namespace:llvm
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
CBindingWrapping.h 25 inline ref wrap(const ty *P) { \
  /external/syslinux/com32/lib/zlib/
inflate.h 84 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member in struct:inflate_state
  /external/webrtc/tools/matlab/
maxUnwrap.m 4 % Unwraps when a wrap around is detected.
10 % and after which it will wrap over to 0.
  /frameworks/av/media/libstagefright/include/media/stagefright/
RemoteMediaExtractor.h 31 static sp<IMediaExtractor> wrap(
RemoteMediaSource.h 29 static sp<IMediaSource> wrap(
  /frameworks/base/libs/hwui/
Texture.h 62 inline void setWrap(GLenum wrap, bool bindTexture = false, bool force = false) {
63 setWrapST(wrap, wrap, bindTexture, force);
111 void wrap(GLuint id, uint32_t width, uint32_t height, GLint internalFormat, GLint format,
197 * s, t, and r wrap modes are all set to REPEAT."
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
OutputStreamTarget.java 53 data = ByteBuffer.wrap(stringVal.getBytes());
  /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
RemoteAnimationAdapterCompat.java 50 RemoteAnimationTargetCompat.wrap(apps);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/eap/
EAPMethodTest.java 140 EAPMethod.parse(ByteBuffer.wrap(new byte[0]));
151 ByteBuffer buffer = ByteBuffer.wrap(TEST_DATA1_BYTES, 0, TEST_DATA1_BYTES.length - 1);
163 assertEquals(TEST_DATA1_EAP_METHOD, EAPMethod.parse(ByteBuffer.wrap(TEST_DATA1_BYTES)));
174 assertEquals(TEST_DATA2_EAP_METHOD, EAPMethod.parse(ByteBuffer.wrap(TEST_DATA2_BYTES)));
  /frameworks/support/media/api21/androidx/media/
AudioAttributesCompatApi21.java 58 public static Wrapper wrap(@NonNull AudioAttributes obj) { method in class:AudioAttributesCompatApi21.Wrapper
60 throw new IllegalArgumentException("AudioAttributesApi21.Wrapper cannot wrap null");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/
CharsetEncoder2Test.java 111 cs.encode(CharBuffer.wrap("AB"));
160 CharBuffer char1 = CharBuffer.wrap("\ud800");
161 CharBuffer char2 = CharBuffer.wrap("\udc00");
203 Charset.forName("UTF-8").encode(CharBuffer.wrap(s));
GBCharsetEncoderTest.java 74 return CharBuffer.wrap("\ud800 buffer");
UTFCharsetDecoderTest.java 69 return ByteBuffer.wrap(new byte[] { 32, 98, 117, 102, 102, 101, 114,
UTFCharsetEncoderTest.java 79 return CharBuffer.wrap("\ud800 buffer");
  /libcore/ojluni/src/main/java/java/util/zip/
ZipCoder.java 61 ByteBuffer bb = ByteBuffer.wrap(ba, 0, length);
62 CharBuffer cb = CharBuffer.wrap(ca);
91 ByteBuffer bb = ByteBuffer.wrap(ba);
92 CharBuffer cb = CharBuffer.wrap(ca);
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/mockable/
MediaBrowserFactory.java 34 static MediaBrowser wrap(android.media.browse.MediaBrowser delegate) { method in class:MediaBrowserFactory
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
CBindingWrapping.h 25 inline ref wrap(const ty *P) { \

Completed in 448 milliseconds

1 2 3 4 5 6 7 891011>>