Searched refs:LENGTH (Results 1 – 8 of 8) sorted by relevance
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9585/ |
D | poc.cpp | 21 #define LENGTH 16 macro 35 uint8_t *p_msg = (uint8_t *)malloc(LENGTH); in main() 39 memset(p_msg, 0x01, LENGTH); in main() 43 nfc_ncif_proc_get_routing(p_msg, LENGTH); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2018-9584/ |
D | poc.cpp | 21 #define LENGTH 16 macro 35 uint8_t *p_msg = (uint8_t *)malloc(LENGTH); in main() 44 nfc_ncif_set_config_status(p_msg, LENGTH); in main()
|
/cts/tests/tests/content/src/android/content/res/cts/ |
D | AssetFileDescriptorTest.java | 56 private static final long LENGTH = 100; field in AssetFileDescriptorTest 76 mAssetFileDes = new AssetFileDescriptor(mFd, START_OFFSET, LENGTH); in initAssetFileDescriptor() 98 assetFileDes = new AssetFileDescriptor(fd, START_OFFSET, LENGTH); in testConstructor() 103 assetFileDes = new AssetFileDescriptor(fd, START_OFFSET, LENGTH, extras); in testConstructor() 109 assetFileDes = new AssetFileDescriptor(fd, START_OFFSET, LENGTH, extras); in testConstructor() 193 assertEquals(LENGTH, mAssetFileDes.getLength()); in testMiscMethod()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2099/ |
D | poc.cpp | 24 #define LENGTH 0xBEB macro 48 if (numBytes == LENGTH) { in memcpy() 115 p_rw_data->data.p_data->len = LENGTH; in main()
|
/cts/tests/tests/util/src/android/util/cts/ |
D | SparseLongArrayTest.java | 38 private static final int LENGTH = VALUES.length; field in SparseLongArrayTest 67 assertEquals(LENGTH, sparseArray.size()); in testSparseArrayWithDefaultCapacity() 70 assertEquals(LENGTH, sparseArray.size()); in testSparseArrayWithDefaultCapacity() 129 assertEquals(LENGTH, sparseArray.size()); in testSparseArrayWithSpecifiedCapacity() 132 assertEquals(LENGTH, sparseArray.size()); in testSparseArrayWithSpecifiedCapacity()
|
D | LongSparseArrayTest.java | 40 private static final int LENGTH = VALUES.length; field in LongSparseArrayTest 69 assertEquals(LENGTH, sparseArray.size()); in testSparseArrayWithDefaultCapacity() 72 assertEquals(LENGTH, sparseArray.size()); in testSparseArrayWithDefaultCapacity() 135 assertEquals(LENGTH, sparseArray.size()); in testSparseArrayWithSpecifiedCapacity() 138 assertEquals(LENGTH, sparseArray.size()); in testSparseArrayWithSpecifiedCapacity()
|
D | SparseArrayTest.java | 44 private static final int LENGTH = VALUES.length; field in SparseArrayTest 73 assertEquals(LENGTH, sparseArray.size()); in testSparseArrayWithDefaultCapacity() 76 assertEquals(LENGTH, sparseArray.size()); in testSparseArrayWithDefaultCapacity() 139 assertEquals(LENGTH, sparseArray.size()); in testSparseArrayWithSpecifiedCapacity() 142 assertEquals(LENGTH, sparseArray.size()); in testSparseArrayWithSpecifiedCapacity()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 35389 field public static final String EXTRA_LENGTH = "android.intent.extra.alarm.LENGTH";
|