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

12

/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/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/base/libs/hwui/
H A DTexture.h47 void setWrap(GLenum wrap, bool bindTexture = false, bool force = false, argument
49 setWrapST(wrap, wrap, bindTexture, force, renderTarget);
130 * Last wrap modes set on this texture. Defaults to GL_CLAMP_TO_EDGE.
H A DLayer.h149 void setWrap(GLenum wrap, bool bindTexture = false, bool force = false) { argument
150 texture.setWrap(wrap, bindTexture, force, renderTarget);
H A DProgram.h282 static inline uint32_t getEnumForWrap(GLenum wrap) { argument
283 switch (wrap) {
/frameworks/support/v4/java/android/support/v4/app/
H A DNoSaveStateFrameLayout.java31 static ViewGroup wrap(View child) { method in class:NoSaveStateFrameLayout
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DOutputStreamTarget.java54 data = ByteBuffer.wrap(stringVal.getBytes());
H A DInputStreamSource.java76 byteBuffer = ByteBuffer.wrap(byteStream.toByteArray());
/frameworks/compile/libbcc/tools/mcld/
H A DMain.cpp127 OptWrapList("wrap",
129 llvm::cl::desc("Use a wrap function fo symbol."),
219 llvm::cl::list<std::string>::iterator wrap, wrap_end = OptWrapList.end(); local
220 for (wrap = OptWrapList.begin(); wrap != wrap_end; ++wrap) {
221 config->addWrap(*wrap);
/frameworks/compile/mclinker/tools/mcld/
H A Dmain.cpp120 OptWrapList("wrap",
122 llvm::cl::desc("Use a wrap function fo symbol."),
212 llvm::cl::list<std::string>::iterator wrap, wrap_end = OptWrapList.end(); local
213 for (wrap = OptWrapList.begin(); wrap != wrap_end; ++wrap) {
214 config->addWrap(*wrap);
/frameworks/compile/linkloader/android/
H A Dlibrsloader.cpp31 static inline RSExecRef wrap(ELFObject<32> *object) { function
66 return wrap(object.take());
/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.java114 setGenericObjectValue(ByteBuffer.wrap(buffer.array(), offset, length));
H A DGLFrame.java171 return ByteBuffer.wrap(getNativeData());
222 return ByteBuffer.wrap(getNativeData());
H A DFrame.java113 setData(ByteBuffer.wrap(bytes, offset, length));
H A DNativeFrame.java166 return data == null ? null : ByteBuffer.wrap(data);
/frameworks/base/core/tests/coretests/src/android/text/
H A DSpannedTest.java68 s.setSpan(CharacterStyle.wrap(mark), 3, 7,
72 s.setSpan(CharacterStyle.wrap(new TypefaceSpan("mono")), 8, 9,
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
H A DBassBoostTest.java210 ByteBuffer converter = ByteBuffer.wrap(valueBuf);
216 ByteBuffer converter = ByteBuffer.wrap(valueBuf);
H A DVirtualizerTest.java207 ByteBuffer converter = ByteBuffer.wrap(valueBuf);
213 ByteBuffer converter = ByteBuffer.wrap(valueBuf);
/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css149 word-wrap: break-word;
938 text-wrap: unrestricted;
939 white-space: -moz-pre-wrap; /* Moz */
940 white-space: -pre-wrap; /* Opera 4-6 */
941 white-space: -o-pre-wrap; /* Opera 7 */
942 white-space: pre-wrap; /* CSS3 */
943 word-wrap: break-word; /* IE 5.5+ */
/frameworks/base/core/java/android/util/
H A DEventLog.java78 mBuffer = ByteBuffer.wrap(data);
/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.java133 * Specifies if the animator should wrap from 0 to the end and vice versa
487 boolean wrap = false;
489 wrap = true;
498 if (!wrap && (index < rangeStart || index > rangeEnd)) {
500 } else if (wrap && (index > rangeEnd && index < rangeStart)) {
546 // We wrap the new view in a FrameLayout so as to respect the contract
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiSsid.java177 CoderResult result = decoder.decode(ByteBuffer.wrap(ssidBytes), out, true);

Completed in 5191 milliseconds

12