HomeSort by relevance Sort by last modified time
    Searched defs:BufferType (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
BufferType.java 25 public enum BufferType {
CipherEncryptBenchmark.java 27 public enum BufferType {
39 BufferType bufferType();
47 switch (config.bufferType()) {
118 switch (config.bufferType()) {
137 "Unexpected buffertype: " + config.bufferType());
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ReceiveResult.java 91 mResults.setText(mResults.getText(), TextView.BufferType.EDITABLE);
FragmentReceiveResult.java 89 mResults.setText(mResults.getText(), TextView.BufferType.EDITABLE);
  /frameworks/av/media/libmedia/include/media/
OMXBuffer.h 110 enum BufferType {
119 BufferType mBufferType;
  /frameworks/base/libs/hwui/
PixelBuffer.h 48 enum BufferType { kBufferType_Auto, kBufferType_CPU };
66 BufferType type = kBufferType_Auto);
  /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
GridDirectoryHolder.java 88 TextView.BufferType.SPANNABLE);
  /packages/apps/Messaging/src/com/android/messaging/ui/
PlainTextEditText.java 76 setText(text.toString(), BufferType.EDITABLE);
  /packages/apps/Settings/src/com/android/settings/
LinkifyUtils.java 25 import android.widget.TextView.BufferType;
65 textView.setText(text.toString(), BufferType.SPANNABLE);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
HierarchicalFolderSelectorAdapter.java 65 : truncateHierarchy(row.mPathName), TextView.BufferType.SPANNABLE);
67 display.setText(displayText, TextView.BufferType.SPANNABLE);
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeBasicComputeShaderTests.cpp 102 enum BufferType
    [all...]
  /external/webrtc/webrtc/modules/audio_device/include/
audio_device.h 42 enum BufferType {
159 virtual int32_t SetPlayoutBuffer(const BufferType type,
161 virtual int32_t PlayoutBuffer(BufferType* type, uint16_t* sizeMS) const = 0;
  /frameworks/base/apct-tests/perftests/core/src/android/widget/
EditTextLongTextPerfTest.java 98 editText.setText(sb.toString(), TextView.BufferType.EDITABLE);
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
FragmentReceiveResultSupport.java 114 mResults.setText(mResults.getText(), TextView.BufferType.EDITABLE);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
types.py 36 BufferType = buffer
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
types.py 36 BufferType = buffer
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
HexEditorTypes.h 104 EDIT_FILE_TYPE BufferType;
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemBufferValidator.hpp 71 enum BufferType {
76 void initBufferValidatorPrograms (vk::SourceCollections& programCollection, TestType testType, BufferType bufferType);
77 vk::VkDescriptorType getDescriptorType (BufferType bufferType);
110 BufferType m_bufferType;
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmComputeShaderTestUtil.hpp 59 enum BufferType
96 OpAtomicBuffer (const deUint32 numInputElements, const deUint32 numOuptutElements, const OpAtomicType opAtomic, const BufferType type)
163 const BufferType m_type;
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.h 322 } BufferType;
336 BufferType type; /* window, pixmap, pbuffer or glxwindow */
  /external/python/cpython2/Lib/
types.py 36 BufferType = buffer
  /prebuilts/gdb/darwin-x86/lib/python2.7/
types.py 36 BufferType = buffer
  /prebuilts/gdb/linux-x86/lib/python2.7/
types.py 36 BufferType = buffer
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 36 BufferType = buffer
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py 36 BufferType = buffer

Completed in 546 milliseconds

1 2 3