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

1 2 3 4 5 6 7 8 9

  /libcore/benchmarks/src/benchmarks/regression/
ByteBufferBenchmark.java 45 @Param private MyBufferType bufferType;
47 public static ByteBuffer newBuffer(MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws IOException {
50 switch (bufferType) {
81 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
91 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
102 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
112 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
122 CharBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType).asCharBuffer();
133 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
143 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
    [all...]
ByteBufferScalarVersusVectorBenchmark.java 32 @Param private ByteBufferBenchmark.MyBufferType bufferType;
35 ByteBuffer src = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
36 ByteBuffer dst = ByteBufferBenchmark.newBuffer(byteOrder, aligned, bufferType);
  /cts/tests/tests/widget/src/android/widget/cts/
EditTextTest.java 29 import android.widget.TextView.BufferType;
80 editText.setText("android", BufferType.NORMAL);
83 editText.setText("", BufferType.SPANNABLE);
86 editText.setText(null, BufferType.EDITABLE);
94 editText.setText(string, BufferType.EDITABLE);
124 editText.setText(string, BufferType.EDITABLE);
162 editText.setText(string, BufferType.EDITABLE);
167 editText.setText("", BufferType.EDITABLE);
172 editText.setText(null, BufferType.EDITABLE);
181 editText.setText("android", BufferType.EDITABLE)
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictDecoderEncoderTests.java 233 private String outputOptions(final int bufferType,
236 + ((bufferType == BinaryDictUtils.USE_BYTE_BUFFER) ? "byte buffer" : "byte array");
244 final HashMap<String, List<String>> shortcutMap, final int bufferType) {
250 bufferType);
267 final int bufferType, final FormatSpec.FormatOptions formatOptions,
282 final long read = timeReadingAndCheckDict(file, words, bigrams, shortcuts, bufferType);
285 + " : " + outputOptions(bufferType, formatOptions);
288 private void runReadAndWriteTests(final List<String> results, final int bufferType,
290 results.add(runReadAndWrite(sWords, sEmptyBigrams, null /* shortcuts */, bufferType,
292 results.add(runReadAndWrite(sWords, sChainBigrams, null /* shortcuts */, bufferType,
    [all...]
  /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;
268 getGrallocInformationFromFormat(grallocFormat, &bufferType);
279 bufferType = BUFFER_TYPE_VIDEO
    [all...]
gpu.h 41 int bufferType, int format,
72 int *bufferType);
gralloc_priv.h 177 int bufferType;
192 private_handle_t(int fd, int size, int flags, int bufferType,
196 flags(flags), size(size), offset(0), bufferType(bufferType),
  /hardware/qcom/display/msm8974/libgralloc/
gpu.cpp 55 buffer_handle_t* pHandle, int bufferType,
107 if (bufferType == BUFFER_TYPE_VIDEO) {
152 bufferType, format, width, height, eData.fd, eData.offset,
168 int *bufferType)
170 *bufferType = BUFFER_TYPE_VIDEO;
174 *bufferType = BUFFER_TYPE_UI;
177 *bufferType = BUFFER_TYPE_UI;
260 int bufferType;
283 getGrallocInformationFromFormat(grallocFormat, &bufferType);
294 bufferType = BUFFER_TYPE_VIDEO
    [all...]
gpu.h 41 int bufferType, int format,
72 int *bufferType);
gralloc_priv.h 174 int bufferType;
189 private_handle_t(int fd, int size, int flags, int bufferType,
193 flags(flags), size(size), offset(0), bufferType(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;
288 getGrallocInformationFromFormat(grallocFormat, &bufferType);
309 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;
291 getGrallocInformationFromFormat(grallocFormat, &bufferType);
312 err = gralloc_alloc_buffer(size, usage, pHandle, bufferType,
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_schannel.c 230 outbufs[0].BufferType = SECBUFFER_TOKEN;
342 inbufs[0].BufferType = SECBUFFER_TOKEN;
347 inbufs[1].BufferType = SECBUFFER_EMPTY;
356 outbufs[0].BufferType = SECBUFFER_TOKEN;
378 (int) inbufs[0].BufferType, (int) inbufs[1].cbBuffer,
379 (int) inbufs[1].BufferType,
413 if (inbufs[1].BufferType == SECBUFFER_EXTRA) {
446 if (inbufs[1].BufferType == SECBUFFER_EXTRA) {
498 bufs[0].BufferType = SECBUFFER_STREAM_HEADER;
503 bufs[1].BufferType = SECBUFFER_DATA
    [all...]
  /external/chromium_org/third_party/webrtc/base/
schanneladapter.cc 54 << ", " << FindLabel(sb.BufferType & ~SECBUFFER_ATTRMASK,
196 sb_in[0].BufferType = SECBUFFER_TOKEN;
246 if (buffer.BufferType == SECBUFFER_EXTRA) {
254 if (buffer.BufferType == SECBUFFER_EXTRA) {
256 } else if (buffer.BufferType == SECBUFFER_TOKEN) {
321 in_buf[0].BufferType = SECBUFFER_DATA;
334 if (in_buf[i].BufferType == SECBUFFER_DATA) {
339 } else if (in_buf[i].BufferType == SECBUFFER_EXTRA) {
482 out_buf[0].BufferType = SECBUFFER_STREAM_HEADER;
484 out_buf[1].BufferType = SECBUFFER_DATA
    [all...]
  /hardware/intel/common/libva/test/basic/
testplan.txt 50 - For each different buffertype, create a buffer, then destroy them one by
56 - For each different buffertype, copy data to the buffer with vaBufferData.
  /cts/tests/tests/accessibilityservice/res/layout/
end_to_end_test.xml 41 android:layout_height="wrap_content" android:bufferType="normal">
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLBufferImpl.h 29 GrGLBufferImpl(GrGpuGL*, const Desc&, GrGLenum bufferType);
  /external/skia/src/gpu/gl/
GrGLBufferImpl.h 29 GrGLBufferImpl(GrGpuGL*, const Desc&, GrGLenum bufferType);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_types.py 29 'BufferType' : 'memoryview',

Completed in 1127 milliseconds

1 2 3 4 5 6 7 8 9