Searched defs:stmt (Results 1 – 6 of 6) sorted by relevance
| /system/sepolicy/tests/ |
| D | mini_parser.py | 44 def wrapParens(stmt): argument 98 def _parseType(self, stmt): argument 103 def _parseExpandtypeattribute(self, stmt): argument 108 def _parseTypeattribute(self, stmt): argument 113 def _parseTypeattributeset(self, stmt): argument 134 def _parseStmt(self, stmt): argument
|
| /system/security/keystore2/src/ |
| D | database.rs | 166 let mut stmt = tx in load_from_db() localVariable 193 let mut stmt = tx in store_in_db() localVariable 242 let mut stmt = tx in load_from_db() localVariable 267 let mut stmt = tx in store_in_db() localVariable 978 let mut stmt = tx in from_1_to_2() localVariable 996 let mut stmt = tx in from_1_to_2() localVariable 1321 let mut stmt = tx in handle_next_superseded_blobs() localVariable 1340 let mut stmt = tx in handle_next_superseded_blobs() localVariable 1745 let mut stmt = tx in insert_keyparameter_internal() localVariable 2033 let mut stmt = tx in load_key_entry_id() localVariable [all …]
|
| /system/security/keystore2/src/database/ |
| D | tests.rs | 83 let mut stmt = conn.prepare("SELECT ts FROM test ORDER BY ts ASC;")?; in datetime() localVariable 433 let mut stmt = db in test_grant_ungrant() localVariable 472 let mut stmt = db.conn.prepare( in test_set_blob() localVariable 1963 let mut stmt = db.conn.prepare( in debug_dump_keyentry_table() localVariable 1991 let mut stmt = in debug_dump_grant_table() localVariable 2117 let mut stmt = db.conn.prepare("SELECT id, grantee FROM persistent.grant")?; in test_unbind_keys_for_user_removes_received_grants() localVariable 2152 let mut stmt = db.conn.prepare("SELECT id, grantee FROM persistent.grant")?; in test_unbind_keys_for_namespace_removes_received_grants() localVariable 2180 let mut stmt = db.conn.prepare("SELECT id, grantee FROM persistent.grant")?; in test_unbind_keys_for_namespace_removes_received_grants() localVariable
|
| /system/security/keystore2/src/key_parameter/ |
| D | storage_tests.rs | 259 let mut stmt = db.prepare("SELECT tag, data, security_level FROM persistent.keyparameter")?; in query_from_keyparameter() localVariable
|
| /system/keymaster/km_openssl/ |
| D | attestation_record.cpp | 33 #define ASSERT_OR_RETURN_ERROR(stmt, error) \ argument
|
| /system/security/keystore2/legacykeystore/ |
| D | lib.rs | 106 let mut stmt = tx in list() localVariable
|