Home
last modified time | relevance | path

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

12345678

/cts/tests/tests/media/libaudiojni/
DBlob.h30 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/
DDspBufferComplex.java23 public DspBufferComplex(int size) { in DspBufferComplex()
28 public void setSize(int size) { in setSize()
53 int size = getSize(); in toString() local
DDspBufferDouble.java22 public DspBufferDouble(int size) { in DspBufferDouble()
27 public void setSize(int size) { in setSize()
49 int size = getSize(); in toString() local
DDspWindow.java35 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
DDspBufferBase.java26 public DspBufferBase(int size) { in DspBufferBase()
34 public void setSize(int size) { in setSize()
DDspBufferMath.java55 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
DDspFftServer.java27 public DspFftServer(int size) { in DspFftServer()
31 public boolean init(int size) { in init()
/cts/suite/audio_quality/lib/include/audio/
DBuffer.h51 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/
DWaveTableGenerator.cpp29 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/
DSensorTest.cpp73 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/hostsidetests/security/securityPatch/CVE-2017-0564/
Dlocal_poc.h65 #define _IOC(dir,type,nr,size) \ argument
75 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) argument
76 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument
77 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument
/cts/hostsidetests/security/securityPatch/Bug-34173755/
Dlocal_poc.h66 #define _IOC(dir,type,nr,size) \ argument
76 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) argument
77 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument
78 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument
/cts/tests/tests/util/src/android/util/cts/
DSparseIntArrayTest.java69 int size = sparseIntArray.size(); in testSparseIntArrayWithDefaultCapacity() local
118 int size = sparseIntArray.size(); in testSparseIntArrayWithSpecifiedCapacity() local
147 int size = testData.length; in testSparseIntArrayRemoveAt() local
DLongSparseArrayTest.java77 int size = sparseArray.size(); in testSparseArrayWithDefaultCapacity() local
143 int size = sparseArray.size(); in testSparseArrayWithSpecifiedCapacity() local
DSparseLongArrayTest.java75 int size = sparseArray.size(); in testSparseArrayWithDefaultCapacity() local
137 int size = sparseArray.size(); in testSparseArrayWithSpecifiedCapacity() local
DSparseArrayTest.java74 int size = sparseArray.size(); in testSparseArrayWithDefaultCapacity() local
140 int size = sparseArray.size(); in testSparseArrayWithSpecifiedCapacity() local
DSparseBooleanArrayTest.java76 int size = sparseBooleanArray.size(); in testSparseBooleanArrayWithDefaultCapacity() local
133 int size = sparseBooleanArray.size(); in testSparseBooleanArrayWithSpecifiedCapacity() local
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DAllocationInfo.java89 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/
DTestMediaDataSource.java46 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()
/cts/hostsidetests/security/securityPatch/CVE-2017-9678/
Dpoc.c60 #define _IOC(dir, type, nr, size) \ argument
69 #define _IOR(type, nr, size) \ argument
71 #define _IOW(type, nr, size) \ argument
73 #define _IOWR(type, nr, size) \ argument
75 #define _IOR_BAD(type, nr, size) _IOC(_IOC_READ, (type), (nr), sizeof(size)) argument
76 #define _IOW_BAD(type, nr, size) _IOC(_IOC_WRITE, (type), (nr), sizeof(size)) argument
77 #define _IOWR_BAD(type, nr, size) \ argument
/cts/tests/aslr/src/
DAslrMallocTest.cpp63 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/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DHoarder.java66 final long size; in doBlocks() local
104 final int size = (failures == 0) ? 512 : 16; in doInodes() local
/cts/tools/dasm/src/java_cup/
Dparse_reduce_row.java32 public static int size() {return _size;} in size() method in parse_reduce_row
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
DSignalGenerator.java33 int size = buffer.length; in fillFloatSine() local
/cts/common/util/src/com/android/compatibility/common/util/
DStreamUtil.java40 int size = -1; in copyStreams() local

12345678