/cts/tests/tests/media/libaudiojni/ |
D | Blob.h | 30 BlobReadOnly(const void *data, size_t size, bool byReference) : in BlobReadOnly() 54 Blob(size_t size) : in Blob() 61 Blob(void *data, size_t size) : in Blob()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/ |
D | DspBufferComplex.java | 23 public DspBufferComplex(int size) { in DspBufferComplex() 28 public void setSize(int size) { in setSize() 53 int size = getSize(); in toString() local
|
D | DspBufferDouble.java | 22 public DspBufferDouble(int size) { in DspBufferDouble() 27 public void setSize(int size) { in setSize() 49 int size = getSize(); in toString() local
|
D | DspWindow.java | 35 public DspWindow(int windowType, int size, int overlap) { in DspWindow() 39 public DspWindow(int windowType, int size) { in DspWindow() 43 public void init(int windowType, int size, int overlap) { in init() 64 int size = r.getSize(); in fillWindow() local 103 int size = b.getSize(); in fillTriangular() local 134 int size = b.getSize(); in fillHamming() local 169 int size = b.getSize(); in fillHanning() local
|
D | DspBufferBase.java | 26 public DspBufferBase(int size) { in DspBufferBase() 34 public void setSize(int size) { in setSize()
|
D | DspBufferMath.java | 55 int size = Math.min(a.getSize(), b.getSize()); in add() local 127 int size = Math.min(a.getSize(), b.getSize()); in mult() local 210 int size = a.getSize(); in mult() local 256 int size = a.getSize(); in set() local 304 int size = r.getSize(); in set() local
|
D | DspFftServer.java | 27 public DspFftServer(int size) { in DspFftServer() 31 public boolean init(int size) { in init()
|
/cts/suite/audio_quality/lib/include/audio/ |
D | Buffer.h | 51 inline void setSize(size_t size) { in setSize() 55 inline void increaseSize(size_t size) { in increaseSize() 80 inline void increaseHandled(size_t size) { in increaseHandled() 84 inline void setHandled(size_t size) { in setHandled()
|
/cts/tests/tests/media/libndkaudio/ |
D | WaveTableGenerator.cpp | 29 float* WaveTableGenerator::genSinWave(int size, float maxValue) { in genSinWave() 33 float* WaveTableGenerator::genSinWave(int size, float maxValue, float* tbl) { in genSinWave()
|
/cts/tests/tests/util/src/android/util/cts/ |
D | SparseIntArrayTest.java | 67 int size = sparseIntArray.size(); in testSparseIntArrayWithDefaultCapacity() local 115 int size = sparseIntArray.size(); in testSparseIntArrayWithSpecifiedCapacity() local 143 int size = testData.length; in testSparseIntArrayRemoveAt() local
|
D | LongSparseArrayTest.java | 66 int size = sparseArray.size(); in testSparseArrayWithDefaultCapacity() local 131 int size = sparseArray.size(); in testSparseArrayWithSpecifiedCapacity() local
|
D | SparseLongArrayTest.java | 66 int size = sparseArray.size(); in testSparseArrayWithDefaultCapacity() local 127 int size = sparseArray.size(); in testSparseArrayWithSpecifiedCapacity() local
|
D | SparseArrayTest.java | 62 int size = sparseArray.size(); in testSparseArrayWithDefaultCapacity() local 127 int size = sparseArray.size(); in testSparseArrayWithSpecifiedCapacity() local
|
D | SparseBooleanArrayTest.java | 71 int size = sparseBooleanArray.size(); in testSparseBooleanArrayWithDefaultCapacity() local 127 int size = sparseBooleanArray.size(); in testSparseBooleanArrayWithSpecifiedCapacity() local
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | AllocationInfo.java | 89 public static AllocationInfo newInstance(Size size, int format, int usage) { in newInstance() 127 public static AllocationInfo newInstance(Size size, int format) { in newInstance() 145 public static AllocationInfo newInstance(Element element, Size size) { in newInstance() 164 public static AllocationInfo newInstance(Element element, Size size, int usage) { in newInstance() 226 private AllocationInfo(Element element, Size size, int usage) { in AllocationInfo() 434 private static Type.Builder typeBuilder(Element element, Size size) { in typeBuilder()
|
/cts/tests/tests/media/src/android/media/cts/ |
D | TestMediaDataSource.java | 46 final int size = (int) afd.getDeclaredLength(); in fromAssetFd() local 65 public synchronized int readAt(long position, byte[] buffer, int offset, int size) in readAt() 122 public void returnFromGetSize(long size) { in returnFromGetSize()
|
D | NonBlockingAudioTrack.java | 38 int size; field in NonBlockingAudioTrack.QueueElement 173 public void write(ByteBuffer data, int size, long pts) { in write()
|
/cts/tests/aslr/src/ |
D | AslrMallocTest.cpp | 66 auto size = readlink("/proc/self/exe", path, sizeof(path)); in SetUp() local 113 for (auto size : allocSizes) { in TestRandomization() local 154 size_t size; in main() local
|
/cts/tools/dasm/src/java_cup/ |
D | parse_reduce_row.java | 32 public static int size() {return _size;} in size() method in parse_reduce_row
|
D | parse_action_row.java | 37 public static int size() {return _size;} in size() method in parse_action_row
|
/cts/tools/dex-tools/src/dex/reader/ |
D | DexClassImpl.java | 96 int size;// uint field in DexClassImpl.AnnotationSetItem 215 private EncodedField[] parseFields(int size) { in parseFields() 225 private EncodedMethod[] parseMethods(int size) { in parseMethods() 240 final int size = buffer.readUInt(); in parseClassAnnotations() local 315 int size = buffer.readUInt(); in getInterfaces() local
|
/cts/suite/audio_quality/lib/src/audio/ |
D | Buffer.cpp | 24 Buffer::Buffer(size_t capacity, size_t size, bool stereo) in Buffer() 97 size_t size = file.tellg(); in loadFromFile() local
|
/cts/tests/backup/app/src/android/backup/app/ |
D | MainActivity.java | 65 private void createFile(int size) throws IOException { in createFile()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | AllocationCopy2DRangeTest.java | 60 private boolean compareTwoArrays(int[] src, int[] dest, int size) { in compareTwoArrays()
|
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/ |
D | utils.h | 52 std::string StripLambda(const char(&shader)[size]) { in StripLambda()
|