Searched defs:entry (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/ |
D | FileA3DTest.java | 57 FileA3D.IndexEntry entry = model.getIndexEntry(0); in testIndexEntryGetEntryType() local 74 FileA3D.IndexEntry entry = model.getIndexEntry(0); in testIndexEntryGetMesh() local 84 FileA3D.IndexEntry entry = model.getIndexEntry(0); in testIndexEntryGetName() local 93 FileA3D.IndexEntry entry = model.getIndexEntry(0); in testIndexEntryGetObject() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/ |
D | ReportExporter.java | 73 ZipEntry entry = new ZipEntry(baseName + ".xml"); in doInBackground() local
|
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
D | ApiPackage.java | 78 Map.Entry<String, ApiClass> entry = it.next(); in removeEmptyAbstractClasses() local
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | AndroidKeyStoreTest.java | 1390 Entry entry = mKeyStore.getEntry(TEST_ALIAS_1, null); in testKeyStore_GetEntry_NullParams_Unencrypted_Success() local 1406 Entry entry = mKeyStore.getEntry(TEST_ALIAS_1, null); in testKeyStore_GetEntry_DSA_NullParams_Unencrypted_Success() local 1422 Entry entry = mKeyStore.getEntry(TEST_ALIAS_1, null); in testKeyStore_GetEntry_EC_NullParams_Unencrypted_Success() local 1438 Entry entry = mKeyStore.getEntry(TEST_ALIAS_1, null); in testKeyStore_GetEntry_RSA_NullParams_Unencrypted_Success() local 1701 PrivateKeyEntry entry = new PrivateKeyEntry(expectedKey, expectedChain); in testKeyStore_SetEntry_PrivateKeyEntry_Params_Unencrypted_Failure() local 2073 Entry entry = mKeyStore.getEntry(TEST_ALIAS_1, null); in testKeyStore_SetKeyEntry_ReplacedChain_Unencrypted_Success() local 2098 Entry entry = mKeyStore.getEntry(TEST_ALIAS_1, null); in testKeyStore_SetKeyEntry_ReplacedChain_Unencrypted_Success() local 2141 Entry entry = mKeyStore.getEntry(TEST_ALIAS_1, null); in testKeyStore_SetKeyEntry_ReplacedWithSame_UnencryptedToUnencrypted_Failure() local
|
D | AndroidKeyPairGeneratorTest.java | 442 KeyStore.Entry entry = mKeyStore.getEntry(alias, null); in assertKeyPairCorrect() local
|
/cts/tools/dasm/src/dasm/ |
D | DasmCatchBuilder.java | 214 CatchTable.Entry entry = new CatchTable.Entry(from.getAddress(), to in build() local
|
/cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/ |
D | FileUtil.java | 162 File entry = new File(context.getFilesDir(), name); in removeFileOrDir() local 168 private static void removeEntry(File entry) { in removeEntry()
|