/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/libcore/regression/ |
H A D | ByteBufferPerfTest.java | 86 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws IOException { in newBuffer() 122 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getByte() 136 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getByteArray() 151 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getByte_indexed() 165 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getChar() 179 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeCharBuffer_getCharArray() 195 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getChar_indexed() 209 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getDouble() 223 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeDoubleBuffer_getDoubleArray() 239 MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws Exception { in timeByteBuffer_getFloat() [all …]
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemBufferValidator.cpp | 62 const char *generateShaderBufferString(TestType testType, BufferType bufferType) in generateShaderBufferString() 86 …lidatorPrograms(vk::SourceCollections &programCollection, TestType testType, BufferType bufferType) in initBufferValidatorPrograms() 196 vk::VkDescriptorType getDescriptorType(BufferType bufferType) in getDescriptorType()
|
/aosp_15_r20/external/webrtc/sdk/android/instrumentationtests/src/org/webrtc/ |
H A D | VideoFrameBufferTest.java | 60 private final BufferType bufferType; field in VideoFrameBufferTest 62 public VideoFrameBufferTest(BufferType bufferType) { in VideoFrameBufferTest() 71 BufferType bufferType, VideoFrame.I420Buffer i420Buffer) { in createBufferWithType()
|
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/conscrypt/conscrypt/ |
H A D | EngineWrapPerfTest.java | 74 Config(BufferType bufferType, in Config() 81 public BufferType bufferType() { in bufferType() method in EngineWrapPerfTest.Config 122 BufferType bufferType = config.bufferType(); in setup() local
|
H A D | EngineHandshakePerfTest.java | 70 Config(BufferType bufferType, in Config() 77 public BufferType bufferType() { in bufferType() method in EngineHandshakePerfTest.Config 113 BufferType bufferType = config.bufferType(); in setup() local
|
H A D | CipherEncryptPerfTest.java | 79 Config(BufferType bufferType, CipherFactory cipherFactory, Transformation transformation) { in Config() 84 public BufferType bufferType() { in bufferType() method in CipherEncryptPerfTest.Config
|
/aosp_15_r20/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
D | BinaryDictDecoderEncoderTests.java | 202 private static String outputOptions(final int bufferType, in outputOptions() 212 final SparseArray<List<Integer>> bigrams, final int bufferType) { in timeReadingAndCheckDict() 235 final int bufferType, final FormatSpec.FormatOptions formatOptions, in runReadAndWrite() 256 private void runReadAndWriteTests(final List<String> results, final int bufferType, in runReadAndWriteTests()
|
/aosp_15_r20/libcore/ojluni/src/test/java/nio/Buffer/ |
H A D | EqualsCompareTest.java | 87 final Class<?> bufferType; field in EqualsCompareTest.BufferType 97 BufferType(BufferKind k, Class<T> bufferType, Class<?> elementType) { in BufferType() 527 public void testBuffers(BufferType<Buffer, Buffer> bufferType) { in testBuffers() argument 557 BufferType<Buffer, Float> bufferType, in testFloatBuffers()
|
H A D | BulkPutBuffer.java | 165 Class<?> bufferType = typeToAttr.get(elementType).type; in BufferProxy() local 208 Class<?> bufferType = typeToAttr.get(elementType).type; in create() local
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/hw/vdbox/ |
H A D | mhw_vdbox_avp_impl.h | 70 MOS_STATUS GetAvpBufSize(AvpBufferType bufferType, AvpBufferSizePar *avpBufSizeParam) override in GetAvpBufSize() 86 MOS_STATUS CalculateBufferSize(AvpBufferType bufferType, in CalculateBufferSize() 215 bool IsBufferRowstoreCacheEnabled(AvpBufferType bufferType) override in IsBufferRowstoreCacheEnabled()
|
H A D | mhw_vdbox_vvcp_impl.h | 57 … MOS_STATUS GetVvcpBufSize(VvcpBufferType bufferType, VvcpBufferSizePar* vvcpBufSizeParam) override in GetVvcpBufSize() 121 bool IsBufferRowstoreCacheEnabled(VvcpBufferType bufferType) override in IsBufferRowstoreCacheEnabled()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/ |
H A D | codechal_decode_scalability.cpp | 1915 MHW_VDBOX_HCP_INTERNAL_BUFFER_TYPE bufferType, in IsHevcBufferReallocNeeded() 1923 MHW_VDBOX_HCP_INTERNAL_BUFFER_TYPE bufferType, in GetHevcBufferSize() 1931 MHW_VDBOX_HCP_INTERNAL_BUFFER_TYPE bufferType, in IsVp9BufferReallocNeeded() 1939 MHW_VDBOX_HCP_INTERNAL_BUFFER_TYPE bufferType, in GetVp9BufferSize()
|
/aosp_15_r20/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/ |
H A D | EngineWrapBenchmark.java | 53 BufferType bufferType(); in bufferType() method 74 BufferType bufferType = config.bufferType(); in EngineWrapBenchmark() local
|
H A D | EngineHandshakeBenchmark.java | 49 BufferType bufferType(); in bufferType() method 76 BufferType bufferType = config.bufferType(); in EngineHandshakeBenchmark() local
|
/aosp_15_r20/external/conscrypt/repackaged/benchmark-base/src/main/java/com/android/org/conscrypt/ |
H A D | EngineWrapBenchmark.java | 55 BufferType bufferType(); in bufferType() method 76 BufferType bufferType = config.bufferType(); in EngineWrapBenchmark() local
|
H A D | EngineHandshakeBenchmark.java | 51 BufferType bufferType(); in bufferType() method 78 BufferType bufferType = config.bufferType(); in EngineHandshakeBenchmark() local
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen9/hw/vdbox/ |
H A D | mhw_vdbox_hcp_g9_X.h | 319 MHW_VDBOX_HCP_INTERNAL_BUFFER_TYPE bufferType, in GetHevcBufferSize() 380 MHW_VDBOX_HCP_INTERNAL_BUFFER_TYPE bufferType, in GetVp9BufferSize() 450 MHW_VDBOX_HCP_INTERNAL_BUFFER_TYPE bufferType, in IsHevcBufferReallocNeeded() 493 MHW_VDBOX_HCP_INTERNAL_BUFFER_TYPE bufferType, in IsVp9BufferReallocNeeded()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen11/hw/vdbox/ |
H A D | mhw_vdbox_hcp_g11_X.cpp | 818 MHW_VDBOX_HCP_INTERNAL_BUFFER_TYPE bufferType, in GetHevcBufferSize() 961 MHW_VDBOX_HCP_INTERNAL_BUFFER_TYPE bufferType, in GetVp9BufferSize() 1062 MHW_VDBOX_HCP_INTERNAL_BUFFER_TYPE bufferType, in IsHevcBufferReallocNeeded() 1141 MHW_VDBOX_HCP_INTERNAL_BUFFER_TYPE bufferType, in IsVp9BufferReallocNeeded()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/ |
H A D | GrVkBuffer.cpp | 35 GrGpuBufferType bufferType, in GrVkBuffer() 83 GrGpuBufferType bufferType, in Make()
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fTransformFeedbackTests.cpp | 1440 …PositionCase(Context &context, const char *name, const char *desc, uint32_t bufferType, uint32_t p… in PositionCase() 1450 …PointSizeCase(Context &context, const char *name, const char *desc, uint32_t bufferType, uint32_t … in PointSizeCase() 1460 …BasicTypeCase(Context &context, const char *name, const char *desc, uint32_t bufferType, uint32_t … in BasicTypeCase() 1475 …BasicArrayCase(Context &context, const char *name, const char *desc, uint32_t bufferType, uint32_t… in BasicArrayCase() 1501 …ArrayElementCase(Context &context, const char *name, const char *desc, uint32_t bufferType, uint32… in ArrayElementCase() 1517 …RandomCase(Context &context, const char *name, const char *desc, uint32_t bufferType, uint32_t pri… in RandomCase()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/postmortem/ |
H A D | vktPostmortemUseAfterFreeTests.cpp | 163 const BufferType bufferType) in UseAfterFreeTestCase() 246 const BufferType bufferType) in UseAfterFreeTestInstance()
|
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/gen12/hw/vdbox/ |
H A D | mhw_vdbox_hcp_g12_X.cpp | 986 MHW_VDBOX_HCP_INTERNAL_BUFFER_TYPE bufferType, in GetHevcBufferSize() 1184 MHW_VDBOX_HCP_INTERNAL_BUFFER_TYPE bufferType, in GetVp9BufferSize() 1285 MHW_VDBOX_HCP_INTERNAL_BUFFER_TYPE bufferType, in IsHevcBufferReallocNeeded() 1364 MHW_VDBOX_HCP_INTERNAL_BUFFER_TYPE bufferType, in IsVp9BufferReallocNeeded()
|
H A D | mhw_vdbox_avp_g12_X.cpp | 312 MhwVdboxAvpInternalBufferType bufferType, in GetAv1BufferSize() 434 MhwVdboxAvpInternalBufferType bufferType, in IsAv1BufferReallocNeeded()
|
/aosp_15_r20/libcore/benchmarks/src/benchmarks/regression/ |
H A D | ByteBufferBenchmark.java | 49 @Param private MyBufferType bufferType; field in ByteBufferBenchmark 51 …tic ByteBuffer newBuffer(MyByteOrder byteOrder, boolean aligned, MyBufferType bufferType) throws I… in newBuffer()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 105 …itionsInstance::DepthStencilWriteConditionsInstance(Context &context, const BufferType &bufferType, in DepthStencilWriteConditionsInstance() 392 const BufferType bufferType, in DepthStencilWriteConditionsTest()
|