/prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Tooling/ |
CompilationDatabase.h | 21 // compilation database from the root of the build tree. 67 /// A compilation database allows the user to retrieve all compile command lines 75 /// \brief Loads a compilation database from a build directory. 77 /// Looks at the specified 'BuildDirectory' and creates a compilation database 82 /// compilation database for the build directory. 90 /// \brief Tries to detect a compilation database location and load it. 92 /// Looks for a compilation database in all parent paths of file 'SourceFile' 97 /// \brief Tries to detect a compilation database location and load it. 99 /// Looks for a compilation database in directory 'SourceDir' and all 111 /// A compilation database representing the project would return both comman [all...] |
/prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Tooling/ |
CompilationDatabase.h | 21 // compilation database from the root of the build tree. 67 /// A compilation database allows the user to retrieve all compile command lines 75 /// \brief Loads a compilation database from a build directory. 77 /// Looks at the specified 'BuildDirectory' and creates a compilation database 82 /// compilation database for the build directory. 90 /// \brief Tries to detect a compilation database location and load it. 92 /// Looks for a compilation database in all parent paths of file 'SourceFile' 97 /// \brief Tries to detect a compilation database location and load it. 99 /// Looks for a compilation database in directory 'SourceDir' and all 111 /// A compilation database representing the project would return both comman [all...] |
/prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Tooling/ |
CompilationDatabase.h | 21 // compilation database from the root of the build tree. 67 /// A compilation database allows the user to retrieve all compile command lines 75 /// \brief Loads a compilation database from a build directory. 77 /// Looks at the specified 'BuildDirectory' and creates a compilation database 82 /// compilation database for the build directory. 90 /// \brief Tries to detect a compilation database location and load it. 92 /// Looks for a compilation database in all parent paths of file 'SourceFile' 97 /// \brief Tries to detect a compilation database location and load it. 99 /// Looks for a compilation database in directory 'SourceDir' and all 111 /// A compilation database representing the project would return both comman [all...] |
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
DataProvider.java | 23 import android.database.Cursor; 24 import android.database.sqlite.SQLiteDatabase; 25 import android.database.sqlite.SQLiteException; 26 import android.database.sqlite.SQLiteOpenHelper; 73 // Defines an helper object for the backing database 126 // Closes the SQLite database helper class, to avoid memory leaks 132 * Defines a helper class that opens the SQLite database for this provider when a request is 133 * received. If the database doesn't yet exist, the helper creates it. 137 * Instantiates a new SQLite database using the supplied database name and versio [all...] |
/external/selinux/libselinux/man/man5/ |
selabel_db.5 | 25 The DB contexts backend maps from a pair of object name and class into security contexts. It is used to find the appropriate context for database objects when relabeling a certain database. The returned \fIcontext\fR must be freed using \fBfreecon\fR(3). 29 The \fIobject_name\fR should be a fully qualified name using the hierarchy of database objects. For example, the \fBpg_class\fR table in the \fBpostgres\fR database and \fBpg_catalog\fR schema should be qualified as: 34 The \fBNOTES\fR section has further information on database support for namespace hierarchies. 42 argument specifies the name of a database itself, such as "postgres". 108 The \fBFILES\fR section details the configuration files used to determine the database object context. 120 The database context file used to retrieve a context depends on the \fBSELABEL_OPT_PATH\fR parameter passed to \fBselabel_open\fR(3). If \fINULL\fR, then the \fBSELABEL_OPT_PATH\fR value will default to the active policy database contexts location (as returned by \fBselinux_sepgsql_context_path\fR(3)), otherwise the actual \fBSELABEL_OPT_PATH\fR value specified is used (this option must be used to support databases other than SE-PostgreSQL). 122 The default database object contexts file is [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
ContactsTransaction.java | 19 import android.database.sqlite.SQLiteDatabase; 20 import android.database.sqlite.SQLiteTransactionListener; 95 * If the given database has not already been enlisted in this transaction, adds it to our 97 * database in this transaction, this is a no-op. 98 * @param db The database to start a transaction on, if necessary. 131 * Retrieves the database enlisted in the transaction corresponding to the given tag. 132 * @param tag The tag of the database to look up. 133 * @return The database corresponding to the tag, or null if no database with that tag has been 141 * Removes the database corresponding to the given tag from this transaction. It is now th [all...] |
/libcore/ojluni/src/main/java/java/sql/ |
ResultSetMetaData.java | 51 * @exception SQLException if a database access error occurs 60 * @exception SQLException if a database access error occurs 69 * @exception SQLException if a database access error occurs 78 * @exception SQLException if a database access error occurs 87 * @exception SQLException if a database access error occurs 97 * @exception SQLException if a database access error occurs 124 * @exception SQLException if a database access error occurs 134 * @exception SQLException if a database access error occurs 147 * @exception SQLException if a database access error occurs 156 * @exception SQLException if a database access error occur [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PCD/Pei/ |
Service.c | 3 They build Pei PCD database, and provide access service to PCD database.
21 @param[in] Database PCD database.
28 IN PEI_PCD_DATABASE *Database,
43 LocalTokenNumber = *((UINT32 *)((UINT8 *)Database + Database->LocalTokenNumberTableOffset) + TokenNumber);
49 GetPtrTypeSize (TokenNumber, &MaxSize, Database);
97 @param[in] Database PCD database. [all...] |
/cts/tests/tests/database/src/android/database/cts/ |
DataSetObserverTest.java | 17 package android.database.cts; 19 import android.database.DataSetObserver;
|
SQLExceptionTest.java | 17 package android.database.cts; 19 import android.database.SQLException;
|
StaleDataExceptionTest.java | 17 package android.database.cts; 19 import android.database.StaleDataException;
|
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
SQLiteAbortExceptionTest.java | 17 package android.database.sqlite.cts; 19 import android.database.sqlite.SQLiteAbortException;
|
SQLiteConstraintExceptionTest.java | 17 package android.database.sqlite.cts; 19 import android.database.sqlite.SQLiteConstraintException;
|
SQLiteDatabaseCorruptExceptionTest.java | 17 package android.database.sqlite.cts; 19 import android.database.sqlite.SQLiteDatabaseCorruptException;
|
SQLiteDiskIOExceptionTest.java | 17 package android.database.sqlite.cts; 19 import android.database.sqlite.SQLiteDiskIOException;
|
SQLiteDoneExceptionTest.java | 17 package android.database.sqlite.cts; 19 import android.database.sqlite.SQLiteDoneException;
|
SQLiteExceptionTest.java | 17 package android.database.sqlite.cts; 19 import android.database.sqlite.SQLiteException;
|
SQLiteFullExceptionTest.java | 17 package android.database.sqlite.cts; 19 import android.database.sqlite.SQLiteFullException;
|
SQLiteMisuseExceptionTest.java | 17 package android.database.sqlite.cts; 19 import android.database.sqlite.SQLiteMisuseException;
|
/cts/tests/tests/webkit/assets/webkit/ |
test_databaseaccess.html | 22 document.title = db ? "Has database" : "No database";
|
/development/vndk/tools/sourcedr/sourcedr/ |
pattern_db.py | 8 """Pattern database for patterns to be searched in the source tree. 42 """Add a pattern to the database."""
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
ucnhash.h | 1 /* Unicode name database interface */
20 If self is NULL, data come from the default version of the database.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
ucnhash.h | 1 /* Unicode name database interface */
20 If self is NULL, data come from the default version of the database.
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiDatabase/ |
HiiDatabase.c | 29 EFI_GUID_STRING(&gEfiHiiDatabaseProtocolGuid, "EFI HII DATABASE Protocol", "UEFI 2.1 HII DATABASE Protocol");
|
/external/cmockery/cmockery_0_1_2/src/example/ |
product_database.c | 16 #include <database.h> 18 // Connect to the database containing customer information.
|