| /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 | 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 336 int size = Math.min(a.getSize(), b.getSize()); in crossCorrelation() local
|
| D | DspBufferBase.java | 26 public DspBufferBase(int size) { in DspBufferBase() 34 public void setSize(int size) { in setSize()
|
| D | DspFftServer.java | 27 public DspFftServer(int size) { in DspFftServer() 31 public boolean init(int size) { in init()
|
| /cts/tests/tests/media/audio/jni/ |
| 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()
|
| 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/hostsidetests/securitybulletin/securityPatch/includes/ |
| D | memutils.c | 88 void *memalign(size_t alignment, size_t size) { in memalign() 151 void *malloc(size_t size) { in malloc() 163 void *calloc(size_t nitems, size_t size) { in calloc() 178 void *realloc(void *ptr, size_t size) { in realloc()
|
| D | memutils_track.c | 53 void *memalign(size_t alignment, size_t size) { in memalign() 83 void *malloc(size_t size) { in malloc() 131 void *calloc(size_t nitems, size_t size) { in calloc()
|
| /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 | SparseLongArrayTest.java | 76 int size = sparseArray.size(); in testSparseArrayWithDefaultCapacity() local 138 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 | SparseBooleanArrayTest.java | 77 int size = sparseBooleanArray.size(); in testSparseBooleanArrayWithDefaultCapacity() local 134 int size = sparseBooleanArray.size(); in testSparseBooleanArrayWithSpecifiedCapacity() local
|
| /cts/tests/tests/media/misc/src/android/media/misc/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()
|
| /cts/tests/tests/media/common/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()
|
| /cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-1988/ |
| D | poc.cpp | 36 auto size = codec->getSampledDimensions(sampleSize); in decode() local 59 size_t size = inFile.tellg(); in main() local
|
| /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/hostsidetests/securitybulletin/securityPatch/CVE-2021-1906/ |
| D | poc.c | 41 int gpu_mem_alloc_id(int fd, int size, int flags, in gpu_mem_alloc_id() 59 unsigned long gpu_mem_alloc(int fd, int size, unsigned int flags) { in gpu_mem_alloc() 95 int gpu_map_user_mem(int fd, uintptr_t addr, size_t size, size_t offset, in gpu_map_user_mem() 115 int create_code_page(int fd, int size, void **cpu_addr, in create_code_page()
|
| /cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13234/ |
| D | poc.c | 25 bool is_tracking_required(size_t size) { in is_tracking_required() 29 int EAS_fread(void *handle, void *buf, int offset, int size) { in EAS_fread()
|
| /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/hostsidetests/securitybulletin/securityPatch/CVE-2019-9308/ |
| D | poc.cpp | 53 void Codec::decodeFrames(UCHAR *data, UINT size) { in decodeFrames() 89 UINT size = ftell(fp); in main() local
|
| /cts/hostsidetests/securitybulletin/securityPatch/CVE-2021-0689/ |
| D | poc.cpp | 32 DecoderPointer makeDecoder(const uint8_t *data, size_t size) { in makeDecoder() 48 size_t size = ftell(file); in main() local
|