/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 | 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 | 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 | 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/sensor/jni/ |
D | SensorTest.cpp | 73 int TestSensorManager::createSharedMemoryDirectChannel(int fd, size_t size) { in createSharedMemoryDirectChannel() 82 AHardwareBuffer const *buffer, size_t size) { in createHardwareBufferDirectChannel() 122 int32_t size = *reinterpret_cast<int32_t *>(mBuffer + offset + kOffsetSize); in parseEvents() local 137 TestSharedMemory::TestSharedMemory(int type, size_t size) in TestSharedMemory() 234 TestSharedMemory* TestSharedMemory::create(int type, size_t size) { in create()
|
/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/util/src/android/util/cts/ |
D | SparseIntArrayTest.java | 70 int size = sparseIntArray.size(); in testSparseIntArrayWithDefaultCapacity() local 119 int size = sparseIntArray.size(); in testSparseIntArrayWithSpecifiedCapacity() local 148 int size = testData.length; in testSparseIntArrayRemoveAt() local
|
D | SparseArrayTest.java | 75 int size = sparseArray.size(); in testSparseArrayWithDefaultCapacity() local 141 int size = sparseArray.size(); in testSparseArrayWithSpecifiedCapacity() local
|
D | LongSparseArrayTest.java | 78 int size = sparseArray.size(); in testSparseArrayWithDefaultCapacity() local 144 int size = sparseArray.size(); in testSparseArrayWithSpecifiedCapacity() local
|
D | SparseLongArrayTest.java | 76 int size = sparseArray.size(); in testSparseArrayWithDefaultCapacity() local 138 int size = sparseArray.size(); in testSparseArrayWithSpecifiedCapacity() local
|
D | SparseBooleanArrayTest.java | 77 int size = sparseBooleanArray.size(); in testSparseBooleanArrayWithDefaultCapacity() local 134 int size = sparseBooleanArray.size(); in testSparseBooleanArrayWithSpecifiedCapacity() local
|
D | SizeTest.java | 35 Size size = new Size(100, 200); in testConstructors() local
|
/cts/tests/tests/media/src/android/media/cts/ |
D | TestProxyFileDescriptorCallback.java | 49 final int size = (int) afd.getDeclaredLength(); in fromAssetFd() local 68 public int onRead(long offset, int size, byte[] data) throws ErrnoException { in onRead() 123 public void returnFromGetSize(long size) { in returnFromGetSize()
|
D | TestMediaDataSource.java | 48 final int size = (int) afd.getDeclaredLength(); in fromAssetFd() local 67 public synchronized int readAt(long position, byte[] buffer, int offset, int size) in readAt() 124 public void returnFromGetSize(long size) { in returnFromGetSize()
|
/cts/tests/aslr/src/ |
D | AslrMallocTest.cpp | 63 auto size = readlink("/proc/self/exe", path, sizeof(path)); in SetUp() local 110 for (auto size : allocSizes) { in TestRandomization() local 143 size_t size; in main() local
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | AspectRatioTestsBase.java | 42 void assertAspectRatio(float actual, int displayId, Point size); in assertAspectRatio() 85 final Point size = new Point(); in getActivitySize() local 95 final Point size = new Point(); in getAspectRatio() local
|
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/ |
D | Hoarder.java | 66 final long size; in doBlocks() local 104 final int size = (failures == 0) ? 512 : 16; in doInodes() 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
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/ |
D | SignalGenerator.java | 33 int size = buffer.length; in fillFloatSine() local
|
/cts/tests/tests/view/src/android/view/cts/util/ |
D | ScrollBarUtils.java | 23 public static int getThumbLength(int size, int thickness, int extent, int range) { in getThumbLength()
|