/third_party/openssl/util/perl/OpenSSL/ |
H A D | Ordinals.pm | 110 Two internal databases are created. One database is simply a copy of the file 111 contents and is treated as read-only. The other database is an exact copy of 112 the first, but is treated as a work database, i.e. it can be modified and added 196 the current work database. 215 Writes the current work database data to the ordinals file FILENAME. 657 Invalidates the whole working database. The practical effect is that all 658 symbols are set to not exist, but are kept around in the database to retain 676 Validates the current working database by collection statistics on how many
|
/base/request/request/services/src/manage/events/ |
H A D | construct.rs | 20 use crate::manage::database::RequestDb;
|
/base/request/request/services/src/ |
H A D | lib.rs | 69 use super::manage::database::RequestDb;
|
H A D | ability.rs | 25 use crate::manage::database::RequestDb;
|
/base/security/asset/services/core_service/src/operations/ |
H A D | operation_remove.rs | 20 database::create_db_instance,
|
H A D | operation_pre_query.rs | 21 database::create_db_instance,
|
H A D | operation_update.rs | 21 database::create_db_instance,
|
H A D | operation_add.rs | 24 database::{create_db_instance, Database},
|
/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/contacts/ |
H A D | ContactsRead.java | 5 import android.database.Cursor;
|
/third_party/python/Modules/_sqlite/clinic/ |
H A D | connection.c.h | 6 pysqlite_connection_init_impl(pysqlite_Connection *self, PyObject *database, 16 static const char * const _keywords[] = {"database", "timeout", "detect_types", "isolation_level", "check_same_thread", "factory", "cached_statements", "uri", NULL}; in pysqlite_connection_init() 22 PyObject *database; in pysqlite_connection_init() local 35 database = fastargs[0]; in pysqlite_connection_init() 100 return_value = pysqlite_connection_init_impl((pysqlite_Connection *)self, database, timeout, detect_types, isolation_level, check_same_thread, factory, cache_size, uri); in pysqlite_connection_init() 250 "Close the database connection.\n" 270 "Commit any pending transaction to the database.\n" 765 "Abort any pending database operation."); 783 "Returns iterator to the dump of the database in an SQL text format."); 802 "Makes a backup of the database [all...] |
/base/request/request/services/src/manage/scheduler/qos/ |
H A D | mod.rs | 23 use crate::manage::database::TaskQosInfo;
|
H A D | apps.rs | 18 use crate::manage::database::{RequestDb, TaskQosInfo}; 231 use crate::manage::database::RequestDb;
|
/base/security/asset/services/db_operator/src/ |
H A D | table.rs | 16 //! This module provides data operation management on database tables. 26 database::Database, 460 /// Check whether data exists in the database table.
|
H A D | database_file_upgrade.rs | 16 //! This module provides interfaces for database management. 27 database::{ 107 /// Trigger upgrade of database version and renaming secret key alias.
|
H A D | statement.rs | 16 //! This module implements database statements and provides precompiled query capabilities. 25 database::Database,
|
/base/time/time_service/services/ |
H A D | time_system_ability.cpp | 945 auto database = TimeDatabase::GetInstance(); in RecoverTimer() local 947 auto holdResultSet = database.Query(holdRdbPredicates, ALL_DATA); in RecoverTimer() 961 auto dropResultSet = database.Query(dropRdbPredicates, ALL_DATA); in RecoverTimer() 1024 auto database = TimeDatabase::GetInstance(); in SetAutoReboot() local 1027 auto resultSet = database.Query(holdRdbPredicates, { "bundleName", "triggerTime" }); in SetAutoReboot()
|
/base/request/request/services/src/task/ |
H A D | upload.rs | 29 use crate::manage::database::RequestDb;
|
/base/request/request/services/src/manage/ |
H A D | mod.rs | 21 pub(crate) mod database; 39 use super::database::RequestDb;
|
H A D | account.rs | 19 use super::database::RequestDb; 36 info!("delete database task, uid {}", user_id);
|
/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor_database_unittest.cc | 56 static void AddToDatabase(SimpleDescriptorDatabase* database, in AddToDatabase() argument 60 database->Add(file_proto); in AddToDatabase()
|
/base/request/request/services/src/service/ |
H A D | notification_bar.rs | 21 use crate::manage::database::RequestDb;
|
/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/common/ |
H A D | Receiver.java | 22 import android.database.ContentObserver;
|
/third_party/python/Lib/test/test_sqlite3/ |
H A D | test_dbapi.py | 48 # Temporarily limit a database connection parameter 309 err_msg = "unable to open database file" 371 A commit should also work when no changes were made to the database. 381 A rollback should also work when no changes were made to the database. 560 # This uses the old database, old row factory, but new text factory 571 "unable to open database file", 633 regex = "file is not a database" 637 # deserialized database. 652 """ Checks that we can successfully connect to a database using an object that 721 def factory(database, *arg [all...] |
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | command_line_interface.cc | 1086 std::unique_ptr<SimpleDescriptorDatabase> database{ in PopulateSingleSimpleDescriptorDatabase() 1091 if (database->FindFileByName(file_descriptor_set.file(j).name(), in PopulateSingleSimpleDescriptorDatabase() 1096 if (!database->Add(file_descriptor_set.file(j))) { in PopulateSingleSimpleDescriptorDatabase() 1100 return database; in PopulateSingleSimpleDescriptorDatabase() 1125 DescriptorDatabase* database) { in VerifyInputFilesInDescriptors() 1128 if (!database->FindFileByName(input_file, &file_descriptor)) { in VerifyInputFilesInDescriptors() 1129 std::cerr << "Could not find file in descriptor database: " << input_file in VerifyInputFilesInDescriptors() 1124 VerifyInputFilesInDescriptors( DescriptorDatabase* database) VerifyInputFilesInDescriptors() argument
|
/third_party/protobuf/src/google/protobuf/util/ |
H A D | json_util_test.cc | 335 DescriptorPoolDatabase database(*DescriptorPool::generated_pool()); in TEST_F() 336 DescriptorPool pool(&database); in TEST_F()
|