HomeSort by relevance Sort by last modified time
    Searched full:buffertype (Results 1 - 25 of 332) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libgdx/extensions/gdx-bullet/jni/swig/common/
gdxBuffers.i 1 %define ENABLE_NIO_BUFFER_TYPEMAP(CTYPE, BUFFERTYPE)
3 %typemap(jtype) CTYPE* "BUFFERTYPE"
4 %typemap(jstype) CTYPE* "BUFFERTYPE"
  /libcore/benchmarks/src/benchmarks/regression/
ByteBufferBenchmark.java 49 @Param private MyBufferType bufferType;
51 public static ByteBuffer newBuffer(MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws IOException {
54 switch (bufferType) {
85 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
95 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
106 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
116 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
126 CharBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType).asCharBuffer();
137 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
147 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
    [all...]
ByteBufferScalarVersusVectorBenchmark.java 25 @Param private ByteBufferBenchmark.MyBufferType bufferType;
28 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
29 ByteBuffer dst = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
  /external/skia/src/gpu/gl/
GrGLTransferBuffer.h 26 GrGLenum bufferType() const { return fImpl.bufferType(); }
GrGLBufferImpl.h 38 GrGLBufferImpl(GrGLGpu*, const Desc&, GrGLenum bufferType);
49 GrGLenum bufferType() const { return fBufferType; }
  /frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
BindingAdapter.java 26 *<code>@BindingAdapter("android:bufferType")
27 * public static void setBufferType(TextView view, TextView.BufferType bufferType) {
28 * view.setText(view.getText(), bufferType);
30 * In the above example, when android:bufferType is used on a TextView, the method
  /cts/tests/tests/widget/src/android/widget/cts/
EditTextTest.java 30 import android.widget.TextView.BufferType;
81 editText.setText("android", BufferType.NORMAL);
84 editText.setText("", BufferType.SPANNABLE);
87 editText.setText(null, BufferType.EDITABLE);
95 editText.setText(string, BufferType.EDITABLE);
125 editText.setText(string, BufferType.EDITABLE);
163 editText.setText(string, BufferType.EDITABLE);
168 editText.setText("", BufferType.EDITABLE);
173 editText.setText(null, BufferType.EDITABLE);
182 editText.setText("android", BufferType.EDITABLE)
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/io/
BuffersFactory.java 23 public static Buffers newBuffers(Buffers.Type headerType, int headerSize, Buffers.Type bufferType, int bufferSize, Buffers.Type otherType,int maxSize)
26 return new PooledBuffers(headerType,headerSize,bufferType,bufferSize,otherType,maxSize);
27 return new ThreadLocalBuffers(headerType,headerSize,bufferType,bufferSize,otherType);
  /prebuilts/gdb/darwin-x86/include/python2.7/
memoryobject.h 20 int buffertype,
30 The buffertype argument can be PyBUF_READ, PyBUF_WRITE,
33 original buffer if a copy must be made. If buffertype is
  /prebuilts/gdb/linux-x86/include/python2.7/
memoryobject.h 20 int buffertype,
30 The buffertype argument can be PyBUF_READ, PyBUF_WRITE,
33 original buffer if a copy must be made. If buffertype is
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
memoryobject.h 20 int buffertype,
30 The buffertype argument can be PyBUF_READ, PyBUF_WRITE,
33 original buffer if a copy must be made. If buffertype is
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
memoryobject.h 20 int buffertype,
30 The buffertype argument can be PyBUF_READ, PyBUF_WRITE,
33 original buffer if a copy must be made. If buffertype is
  /hardware/qcom/display/msm8960/libgralloc/
gpu.cpp 56 buffer_handle_t* pHandle, int bufferType,
106 if (bufferType == BUFFER_TYPE_VIDEO) {
146 bufferType, format, width, height, eData.fd, eData.offset,
162 int *bufferType)
164 *bufferType = BUFFER_TYPE_VIDEO;
168 *bufferType = BUFFER_TYPE_UI;
171 *bufferType = BUFFER_TYPE_UI;
254 int bufferType;
274 getGrallocInformationFromFormat(grallocFormat, &bufferType);
285 bufferType = BUFFER_TYPE_VIDEO
    [all...]
gpu.h 41 int bufferType, int format,
72 int *bufferType);
  /development/apps/Development/src/com/android/development/
LogTextBox.java 69 public void setText(CharSequence text, BufferType type) {
70 super.setText(text, BufferType.EDITABLE);
  /development/samples/ApiDemos/src/com/example/android/apis/text/
LogTextBox.java 61 public void setText(CharSequence text, BufferType type) {
62 super.setText(text, BufferType.EDITABLE);
  /hardware/qcom/display/msm8084/libgralloc/
gpu.h 40 int bufferType, int format,
71 int *bufferType);
gpu.cpp 56 buffer_handle_t* pHandle, int bufferType,
104 if (bufferType == BUFFER_TYPE_VIDEO) {
159 bufferType, format, width, height, eData.fd, eData.offset,
176 int *bufferType)
178 *bufferType = BUFFER_TYPE_VIDEO;
182 *bufferType = BUFFER_TYPE_UI;
185 *bufferType = BUFFER_TYPE_UI;
268 int bufferType;
293 getGrallocInformationFromFormat(grallocFormat, &bufferType);
314 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType,
    [all...]
  /hardware/qcom/display/msm8226/libgralloc/
gpu.h 40 int bufferType, int format,
71 int *bufferType);
gpu.cpp 55 buffer_handle_t* pHandle, int bufferType,
103 if (bufferType == BUFFER_TYPE_VIDEO) {
162 bufferType, format, width, height, eData.fd, eData.offset,
179 int *bufferType)
181 *bufferType = BUFFER_TYPE_VIDEO;
185 *bufferType = BUFFER_TYPE_UI;
188 *bufferType = BUFFER_TYPE_UI;
271 int bufferType;
295 getGrallocInformationFromFormat(grallocFormat, &bufferType);
316 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType,
    [all...]
  /hardware/qcom/display/msm8909/libgralloc/
gpu.h 40 int bufferType, int format,
71 int *bufferType);
gpu.cpp 52 buffer_handle_t* pHandle, int bufferType,
103 if (bufferType == BUFFER_TYPE_VIDEO) {
173 bufferType, format, width, height, eData.fd, eData.offset,
190 int *bufferType)
192 *bufferType = BUFFER_TYPE_VIDEO;
196 *bufferType = BUFFER_TYPE_UI;
199 *bufferType = BUFFER_TYPE_UI;
284 int bufferType;
308 getGrallocInformationFromFormat(grallocFormat, &bufferType);
329 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType,
    [all...]
  /hardware/qcom/display/msm8994/libgralloc/
gpu.h 40 int bufferType, int format,
71 int *bufferType);
gpu.cpp 52 buffer_handle_t* pHandle, int bufferType,
99 if (bufferType == BUFFER_TYPE_VIDEO) {
173 bufferType, format, width, height, eData.fd, eData.offset,
190 int *bufferType)
192 *bufferType = BUFFER_TYPE_VIDEO;
196 *bufferType = BUFFER_TYPE_UI;
281 int bufferType;
309 getGrallocInformationFromFormat(grallocFormat, &bufferType);
330 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType,
  /hardware/qcom/display/msm8996/libgralloc/
gpu.h 40 int bufferType, int format,
71 int *bufferType);

Completed in 601 milliseconds

1 2 3 4 5 6 7 8 91011>>