Searched refs:wrap (Results 1 - 25 of 89) sorted by relevance

1234

/frameworks/base/opengl/java/android/opengl/
H A DGLDebugHelper.java79 public static GL wrap(GL gl, int configFlags, Writer log) { method in class:GLDebugHelper
100 public static EGL wrap(EGL egl, int configFlags, Writer log) { method in class:GLDebugHelper
/frameworks/base/libs/hwui/
H A DTexture.h37 inline void setWrap(GLenum wrap, bool bindTexture = false, bool force = false, argument
39 setWrapST(wrap, wrap, bindTexture, force, renderTarget);
104 * Last wrap modes set on this texture.
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitReader.cpp24 return LLVMParseBitcodeInContext(wrap(&getGlobalContext()), MemBuf, OutModule,
34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef),
54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef),
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitReader.cpp24 return LLVMParseBitcodeInContext(wrap(&getGlobalContext()), MemBuf, OutModule,
34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef),
54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef),
/frameworks/base/core/java/android/text/style/
H A DCharacterStyle.java32 * regions, you can use this method to wrap it with a new object that
36 public static CharacterStyle wrap(CharacterStyle cs) { method in class:CharacterStyle
46 * that were generated by {@link #wrap}, returns the underlying
/frameworks/support/v4/java/android/support/v4/graphics/drawable/
H A DDrawableCompat.java41 Drawable wrap(Drawable drawable); method in interface:DrawableCompat.DrawableImpl
87 public Drawable wrap(Drawable drawable) { method in class:DrawableCompat.BaseDrawableImpl
112 public Drawable wrap(Drawable drawable) { method in class:DrawableCompat.HoneycombDrawableImpl
145 public Drawable wrap(Drawable drawable) { method in class:DrawableCompat.KitKatDrawableImpl
180 public Drawable wrap(Drawable drawable) { method in class:DrawableCompat.LollipopDrawableImpl
190 public Drawable wrap(Drawable drawable) { method in class:DrawableCompat.LollipopMr1DrawableImpl
329 * Potentially wrap {@code drawable} so that it may be used for tinting across the
343 public static Drawable wrap(Drawable drawable) { method in class:DrawableCompat
344 return IMPL.wrap(drawable);
348 * Unwrap {@code drawable} if it is the result of a call to {@link #wrap(Drawabl
[all...]
/frameworks/base/core/java/android/util/
H A DExceptionUtils.java33 public static RuntimeException wrap(IOException e) { method in class:ExceptionUtils
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DOutputStreamTarget.java53 data = ByteBuffer.wrap(stringVal.getBytes());
H A DInputStreamSource.java75 byteBuffer = ByteBuffer.wrap(byteStream.toByteArray());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationViewWrapper.java34 public static NotificationViewWrapper wrap(Context ctx, View v) { method in class:NotificationViewWrapper
/frameworks/support/v4/java/android/support/v4/app/
H A DNoSaveStateFrameLayout.java31 static ViewGroup wrap(View child) { method in class:NoSaveStateFrameLayout
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DTintContextWrapper.java32 public static Context wrap(Context context) { method in class:TintContextWrapper
/frameworks/base/core/tests/coretests/src/android/net/netlink/
H A DRtNetlinkNeighborMessageTest.java139 final ByteBuffer byteBuffer = ByteBuffer.wrap(RTM_DELNEIGH);
165 final ByteBuffer byteBuffer = ByteBuffer.wrap(RTM_NEWNEIGH);
191 final ByteBuffer byteBuffer = ByteBuffer.wrap(RTM_GETNEIGH_RESPONSE);
H A DNetlinkErrorMessageTest.java57 final ByteBuffer byteBuffer = ByteBuffer.wrap(NLM_ERROR_OK);
/frameworks/base/tools/aapt2/
H A DFlag.cpp26 static std::function<bool(const StringPiece&, std::string*)> wrap( function in namespace:aapt::flag
37 name.toString(), description.toString(), wrap(action),
43 sFlags.push_back(Flag{ name.toString(), description.toString(), wrap(action),
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
H A DObexAppParameters.java139 return ByteBuffer.wrap(bval).get();
149 return ByteBuffer.wrap(bval).getShort();
159 return ByteBuffer.wrap(bval).getInt();
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/utils/
H A DObexAppParameters.java139 return ByteBuffer.wrap(bval).get();
149 return ByteBuffer.wrap(bval).getShort();
159 return ByteBuffer.wrap(bval).getInt();
/frameworks/base/services/tests/servicestests/src/android/net/dhcp/
H A DDhcpPacketTest.java273 final ByteBuffer packet = ByteBuffer.wrap(HexEncoding.decode((
304 final ByteBuffer packet = ByteBuffer.wrap(HexEncoding.decode((
337 final ByteBuffer packet = ByteBuffer.wrap(HexEncoding.decode((
414 final ByteBuffer packet = ByteBuffer.wrap(HexEncoding.decode((
447 final ByteBuffer packet = ByteBuffer.wrap(HexEncoding.decode((
478 final ByteBuffer packet = ByteBuffer.wrap(HexEncoding.decode((
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiParser.java88 ByteBuffer buf = ByteBuffer.wrap(ie.data);
199 ByteBuffer buf = ByteBuffer.wrap(ie.data);
/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
H A DDecoder.java27 this(ByteBuffer.wrap(buf));
H A DViewDumpParser.java15 Decoder d = new Decoder(ByteBuffer.wrap(data));
/frameworks/rs/api/
H A Drs_object_info.spec350 summary: Sampler wrap S value
352 Get the Sampler's wrap S value.
362 summary: Sampler wrap T value
364 Get the sampler's wrap T value.
/frameworks/base/core/java/android/net/netlink/
H A DStructNlAttr.java96 final ByteBuffer byteBuffer = ByteBuffer.wrap(nla_value);
/frameworks/base/core/java/android/nfc/
H A DNdefMessage.java96 ByteBuffer buffer = ByteBuffer.wrap(data);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DSimpleFrame.java112 setGenericObjectValue(ByteBuffer.wrap(buffer.array(), offset, length));

Completed in 591 milliseconds

1234