Home
last modified time | relevance | path

Searched refs:database (Results 26 - 50 of 82) sorted by relevance

1234

/third_party/openssl/util/perl/OpenSSL/
H A DOrdinals.pm110 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 Dconstruct.rs20 use crate::manage::database::RequestDb;
/base/request/request/services/src/
H A Dlib.rs69 use super::manage::database::RequestDb;
H A Dability.rs25 use crate::manage::database::RequestDb;
/base/security/asset/services/core_service/src/operations/
H A Doperation_remove.rs20 database::create_db_instance,
H A Doperation_pre_query.rs21 database::create_db_instance,
H A Doperation_update.rs21 database::create_db_instance,
H A Doperation_add.rs24 database::{create_db_instance, Database},
/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/contacts/
H A DContactsRead.java5 import android.database.Cursor;
/third_party/python/Modules/_sqlite/clinic/
H A Dconnection.c.h6 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 Dmod.rs23 use crate::manage::database::TaskQosInfo;
H A Dapps.rs18 use crate::manage::database::{RequestDb, TaskQosInfo};
231 use crate::manage::database::RequestDb;
/base/security/asset/services/db_operator/src/
H A Dtable.rs16 //! This module provides data operation management on database tables.
26 database::Database,
460 /// Check whether data exists in the database table.
H A Ddatabase_file_upgrade.rs16 //! This module provides interfaces for database management.
27 database::{
107 /// Trigger upgrade of database version and renaming secret key alias.
H A Dstatement.rs16 //! This module implements database statements and provides precompiled query capabilities.
25 database::Database,
/base/time/time_service/services/
H A Dtime_system_ability.cpp945 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 Dupload.rs29 use crate::manage::database::RequestDb;
/base/request/request/services/src/manage/
H A Dmod.rs21 pub(crate) mod database;
39 use super::database::RequestDb;
H A Daccount.rs19 use super::database::RequestDb;
36 info!("delete database task, uid {}", user_id);
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_database_unittest.cc56 static void AddToDatabase(SimpleDescriptorDatabase* database, in AddToDatabase() argument
60 database->Add(file_proto); in AddToDatabase()
/base/request/request/services/src/service/
H A Dnotification_bar.rs21 use crate::manage::database::RequestDb;
/third_party/skia/third_party/externals/angle2/src/android_system_settings/src/com/android/angle/common/
H A DReceiver.java22 import android.database.ContentObserver;
/third_party/python/Lib/test/test_sqlite3/
H A Dtest_dbapi.py48 # 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 Dcommand_line_interface.cc1086 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 Djson_util_test.cc335 DescriptorPoolDatabase database(*DescriptorPool::generated_pool()); in TEST_F()
336 DescriptorPool pool(&database); in TEST_F()

Completed in 21 milliseconds

1234