/test/suite_harness/tools/dex-tools/src/dex/reader/ |
D | DexAnnotationAttributeImpl.java | 29 private DexBuffer buffer; field in DexAnnotationAttributeImpl 34 public DexAnnotationAttributeImpl(DexBuffer buffer, in DexAnnotationAttributeImpl()
|
D | DexEncodedAnnotationImpl.java | 32 private final DexBuffer buffer; field in DexEncodedAnnotationImpl 39 public DexEncodedAnnotationImpl(DexBuffer buffer, DexAnnotation annotation, in DexEncodedAnnotationImpl()
|
D | DexParameterImpl.java | 31 private final DexBuffer buffer; field in DexParameterImpl 36 public DexParameterImpl(DexBuffer buffer, String typeName, in DexParameterImpl()
|
D | DexFileImpl.java | 38 private final DexBuffer buffer; field in DexFileImpl 42 public DexFileImpl(DexBuffer buffer, String[] stringPool, int[] typeIds, in DexFileImpl()
|
D | DexAnnotationImpl.java | 29 private DexBuffer buffer; field in DexAnnotationImpl 38 public DexAnnotationImpl(DexBuffer buffer, int offset, int[] typeIds, in DexAnnotationImpl()
|
D | DexFieldImpl.java | 31 private DexBuffer buffer; field in DexFieldImpl 42 public DexFieldImpl(DexBuffer buffer, DexClass declaringClass, in DexFieldImpl()
|
D | DexMethodImpl.java | 39 private DexBuffer buffer; field in DexMethodImpl 54 public DexMethodImpl(DexBuffer buffer, DexClass declaringClass, in DexMethodImpl()
|
D | DexEncodedValueImpl.java | 30 private final DexBuffer buffer; field in DexEncodedValueImpl 47 public DexEncodedValueImpl(DexBuffer buffer, DexAnnotation annotation, in DexEncodedValueImpl()
|
D | DexClassImpl.java | 41 private final DexBuffer buffer; field in DexClassImpl 69 public DexClassImpl(DexBuffer buffer, ClassDefItem classDefItem, in DexClassImpl()
|
D | DexBuffer.java | 61 private void initialize(ByteBuffer buffer) { in initialize()
|
D | DexFileReader.java | 68 public DexFile read(DexBuffer buffer) { in read()
|
/test/mlts/benchmark/src/com/android/nn/benchmark/core/ |
D | OutputMeanStdDev.java | 32 ByteBuffer buffer = ByteBuffer.wrap(bytes); in OutputMeanStdDev() local
|
D | InferenceInOut.java | 34 public abstract void createInput(ByteBuffer buffer); in createInput()
|
D | TestModelsListLoader.java | 157 char buffer[] = new char[16384]; in readAssetsFileAsString() local
|
/test/vts/drivers/hal/libcodecoverage/ |
D | GcdaFile.cpp | 85 const unsigned* buffer = ReadWords(1); in ReadUnsigned() local 143 const unsigned* buffer = ReadWords(2); in ReadCounter() local
|
D | gcov_basic_io.h | 128 unsigned* buffer; member
|
/test/vts/utils/native/libprofiling/ |
D | VtsProfilingUtil.cpp | 34 uint8_t* buffer = output.GetDirectBufferForNBytesAndAdvance(size); in writeOneDelimited() local
|
/test/mlts/benchmark/src/com/android/nn/benchmark/util/ |
D | IOUtils.java | 35 ByteBuffer buffer = ByteBuffer.wrap(bytes); in readFloats() local
|
/test/vts/hals/light/bullhead/ |
D | lights.c | 66 char buffer[32] = {0,}; in write_int() local 87 char buffer[32] = {0,}; in write_on_off() local
|
/test/vts-testcase/kernel/bow/ |
D | BowTest.cpp | 237 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/ |
D | DriverBase.cpp | 226 string buffer = basepath + "/" + filename; in ReadGcdaFile() local
|
/test/vts/harnesses/tradefed/src/com/android/tradefed/util/ |
D | ProcessHelper.java | 81 public ReaderThread(Reader reader, StringBuilder buffer, String name, LogType logType) { in ReaderThread()
|
/test/vts-testcase/security/avb/ |
D | VtsSecurityAvbTest.cpp | 107 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/ |
D | benchmark_jni.cpp | 175 uint8_t* buffer, size_t length) { in InferenceInOutSequenceList()
|
/test/vts/drivers/resource/resource_manager/ |
D | VtsResourceManager.cpp | 98 struct stat buffer; in ProcessHidlHandleCommand() local
|