Home
last modified time | relevance | path

Searched defs:buffer (Results 1 – 25 of 25) sorted by relevance

/test/suite_harness/tools/dex-tools/src/dex/reader/
DDexAnnotationAttributeImpl.java29 private DexBuffer buffer; field in DexAnnotationAttributeImpl
34 public DexAnnotationAttributeImpl(DexBuffer buffer, in DexAnnotationAttributeImpl()
DDexEncodedAnnotationImpl.java32 private final DexBuffer buffer; field in DexEncodedAnnotationImpl
39 public DexEncodedAnnotationImpl(DexBuffer buffer, DexAnnotation annotation, in DexEncodedAnnotationImpl()
DDexParameterImpl.java31 private final DexBuffer buffer; field in DexParameterImpl
36 public DexParameterImpl(DexBuffer buffer, String typeName, in DexParameterImpl()
DDexFileImpl.java38 private final DexBuffer buffer; field in DexFileImpl
42 public DexFileImpl(DexBuffer buffer, String[] stringPool, int[] typeIds, in DexFileImpl()
DDexAnnotationImpl.java29 private DexBuffer buffer; field in DexAnnotationImpl
38 public DexAnnotationImpl(DexBuffer buffer, int offset, int[] typeIds, in DexAnnotationImpl()
DDexFieldImpl.java31 private DexBuffer buffer; field in DexFieldImpl
42 public DexFieldImpl(DexBuffer buffer, DexClass declaringClass, in DexFieldImpl()
DDexMethodImpl.java39 private DexBuffer buffer; field in DexMethodImpl
54 public DexMethodImpl(DexBuffer buffer, DexClass declaringClass, in DexMethodImpl()
DDexEncodedValueImpl.java30 private final DexBuffer buffer; field in DexEncodedValueImpl
47 public DexEncodedValueImpl(DexBuffer buffer, DexAnnotation annotation, in DexEncodedValueImpl()
DDexClassImpl.java41 private final DexBuffer buffer; field in DexClassImpl
69 public DexClassImpl(DexBuffer buffer, ClassDefItem classDefItem, in DexClassImpl()
DDexBuffer.java61 private void initialize(ByteBuffer buffer) { in initialize()
DDexFileReader.java68 public DexFile read(DexBuffer buffer) { in read()
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DOutputMeanStdDev.java32 ByteBuffer buffer = ByteBuffer.wrap(bytes); in OutputMeanStdDev() local
DInferenceInOut.java34 public abstract void createInput(ByteBuffer buffer); in createInput()
DTestModelsListLoader.java157 char buffer[] = new char[16384]; in readAssetsFileAsString() local
/test/vts/drivers/hal/libcodecoverage/
DGcdaFile.cpp85 const unsigned* buffer = ReadWords(1); in ReadUnsigned() local
143 const unsigned* buffer = ReadWords(2); in ReadCounter() local
Dgcov_basic_io.h128 unsigned* buffer; member
/test/vts/utils/native/libprofiling/
DVtsProfilingUtil.cpp34 uint8_t* buffer = output.GetDirectBufferForNBytesAndAdvance(size); in writeOneDelimited() local
/test/mlts/benchmark/src/com/android/nn/benchmark/util/
DIOUtils.java35 ByteBuffer buffer = ByteBuffer.wrap(bytes); in readFloats() local
/test/vts/hals/light/bullhead/
Dlights.c66 char buffer[32] = {0,}; in write_int() local
87 char buffer[32] = {0,}; in write_on_off() local
/test/vts-testcase/kernel/bow/
DBowTest.cpp237 char buffer[sector_size_] = {}; in PrepareFile() local
296 char buffer[sector_size_]; in FindChanged() local
311 char buffer[sector_size_]; in DumpSector0() local
/test/vts/drivers/hal/common/driver_base/
DDriverBase.cpp226 string buffer = basepath + "/" + filename; in ReadGcdaFile() local
/test/vts/harnesses/tradefed/src/com/android/tradefed/util/
DProcessHelper.java81 public ReaderThread(Reader reader, StringBuilder buffer, String name, LogType logType) { in ReaderThread()
/test/vts-testcase/security/avb/
DVtsSecurityAvbTest.cpp107 bool CalculateDigest(const void *buffer, size_t size, const void *salt, in CalculateDigest()
148 const std::vector<uint8_t> buffer(size, 0); in CalculateZeroDigest() local
/test/mlts/benchmark/jni/
Dbenchmark_jni.cpp175 uint8_t* buffer, size_t length) { in InferenceInOutSequenceList()
/test/vts/drivers/resource/resource_manager/
DVtsResourceManager.cpp98 struct stat buffer; in ProcessHidlHandleCommand() local