Home
last modified time | relevance | path

Searched defs:entry (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/rsg/src/android/renderscriptgraphics/cts/
DFileA3DTest.java57 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/
DReportExporter.java73 ZipEntry entry = new ZipEntry(baseName + ".xml"); in doInBackground() local
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DApiPackage.java78 Map.Entry<String, ApiClass> entry = it.next(); in removeEmptyAbstractClasses() local
/cts/tests/tests/keystore/src/android/keystore/cts/
DAndroidKeyStoreTest.java1390 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
DAndroidKeyPairGeneratorTest.java442 KeyStore.Entry entry = mKeyStore.getEntry(alias, null); in assertKeyPairCorrect() local
/cts/tools/dasm/src/dasm/
DDasmCatchBuilder.java214 CatchTable.Entry entry = new CatchTable.Entry(from.getAddress(), to in build() local
/cts/suite/cts/deviceTests/filesystemperf/src/com/android/cts/filesystemperf/
DFileUtil.java162 File entry = new File(context.getFilesDir(), name); in removeFileOrDir() local
168 private static void removeEntry(File entry) { in removeEntry()