HomeSort by relevance Sort by last modified time
    Searched full:database (Results 251 - 275 of 6564) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Basic/
BuiltinsLe64.def 1 //==- BuiltinsLe64.def - Le64 Builtin function database ----------*- C++ -*-==//
10 // This file defines the Le64-specific builtin function database. Users of this
15 // The format of this database matches clang/Basic/Builtins.def.
BuiltinsNEON.def 1 //===--- BuiltinsNEON.def - NEON Builtin function database ------*- C++ -*-===//
10 // This file defines the NEON-specific builtin function database. Users of
15 // The format of this database matches clang/Basic/Builtins.def.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
BuiltinsLe64.def 1 //==- BuiltinsLe64.def - Le64 Builtin function database ----------*- C++ -*-==//
10 // This file defines the Le64-specific builtin function database. Users of this
15 // The format of this database matches clang/Basic/Builtins.def.
BuiltinsNEON.def 1 //===--- BuiltinsNEON.def - NEON Builtin function database ------*- C++ -*-===//
10 // This file defines the NEON-specific builtin function database. Users of
15 // The format of this database matches clang/Basic/Builtins.def.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
BuiltinsLe64.def 1 //==- BuiltinsLe64.def - Le64 Builtin function database ----------*- C++ -*-==//
10 // This file defines the Le64-specific builtin function database. Users of this
15 // The format of this database matches clang/Basic/Builtins.def.
BuiltinsNEON.def 1 //===--- BuiltinsNEON.def - NEON Builtin function database ------*- C++ -*-===//
10 // This file defines the NEON-specific builtin function database. Users of
15 // The format of this database matches clang/Basic/Builtins.def.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
BuiltinsLe64.def 1 //==- BuiltinsLe64.def - Le64 Builtin function database ----------*- C++ -*-==//
10 // This file defines the Le64-specific builtin function database. Users of this
15 // The format of this database matches clang/Basic/Builtins.def.
BuiltinsNEON.def 1 //===--- BuiltinsNEON.def - NEON Builtin function database ------*- C++ -*-===//
10 // This file defines the NEON-specific builtin function database. Users of
15 // The format of this database matches clang/Basic/Builtins.def.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
BuiltinsLe64.def 1 //==- BuiltinsLe64.def - Le64 Builtin function database ----------*- C++ -*-==//
10 // This file defines the Le64-specific builtin function database. Users of this
15 // The format of this database matches clang/Basic/Builtins.def.
BuiltinsNEON.def 1 //===--- BuiltinsNEON.def - NEON Builtin function database ------*- C++ -*-===//
10 // This file defines the NEON-specific builtin function database. Users of
15 // The format of this database matches clang/Basic/Builtins.def.
  /libcore/ojluni/src/main/java/java/sql/
SQLOutput.java 30 * type back to the database. This interface, used
37 * datum being passed to the database.
61 * @param x the value to pass to the database
62 * @exception SQLException if a database access error occurs
74 * @param x the value to pass to the database
75 * @exception SQLException if a database access error occurs
87 * @param x the value to pass to the database
88 * @exception SQLException if a database access error occurs
100 * @param x the value to pass to the database
101 * @exception SQLException if a database access error occur
    [all...]
  /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/
DatabaseIndexingManager.java 44 import android.database.Cursor;
45 import android.database.sqlite.SQLiteDatabase;
46 import android.database.sqlite.SQLiteException;
130 * Drop the currently stored database, and clear the flags which mark the database as indexed.
133 // Drop the database when the locale or build has changed. This eliminates rows which are
140 * Adds new data to the database and verifies the correctness of the ENABLED column.
146 * @param isFullIndex true the database needs to be rebuilt.
152 final SQLiteDatabase database = getWritableDatabase(); local
153 if (database == null)
    [all...]
  /packages/apps/ExactCalculator/src/com/android/calculator2/
ExpressionDB.java 25 // view, we may need to use a CursorLoader or some other scheme to preserve the database
27 // TODO: We may want to switch to a scheme in which all expressions saved in the database have
33 // database version bump.
44 import android.database.AbstractWindowedCursor;
45 import android.database.Cursor;
46 import android.database.CursorWindow;
47 import android.database.sqlite.SQLiteDatabase;
48 import android.database.sqlite.SQLiteException;
49 import android.database.sqlite.SQLiteOpenHelper;
142 // If you change the database schema, you must increment the database version
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/NormalApp/src/com/android/cts/normalapp/
ExposedProvider.java 25 import android.database.CharArrayBuffer;
26 import android.database.ContentObserver;
27 import android.database.Cursor;
28 import android.database.DataSetObserver;
29 import android.database.MatrixCursor;
  /frameworks/base/media/java/android/mtp/
MtpServer.java 38 MtpDatabase database,
46 mDatabase = Preconditions.checkNotNull(database);
49 database,
56 database.setServer(this);
98 MtpDatabase database,
  /packages/apps/Launcher3/src/com/android/launcher3/util/
SQLiteCacheHelper.java 5 import android.database.Cursor;
6 import android.database.sqlite.SQLiteDatabase;
7 import android.database.sqlite.SQLiteException;
8 import android.database.sqlite.SQLiteFullException;
9 import android.database.sqlite.SQLiteOpenHelper;
  /packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
CarrierIdProviderTestable.java 18 import android.database.sqlite.SQLiteDatabase;
19 import android.database.sqlite.SQLiteOpenHelper;
23 * A subclass of CarrierIdProvider used for testing on an in-memory database
37 // close mDbHelper database object
63 Log.d(TAG, "InMemoryCarrierIdProviderDbHelper creating in-memory database");
CarrierProviderTestable.java 18 import android.database.sqlite.SQLiteDatabase;
19 import android.database.sqlite.SQLiteOpenHelper;
26 * A subclass of TelephonyProvider used for testing on an in-memory database
40 // close mDbHelper database object
68 Log.d(TAG, "InMemoryCarrierProviderDbHelper creating in-memory database");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/pulse/
ext-device-restore.h 37 /** Stores information about one device in the device database that is
58 /** Subscribe to changes in the device database. \since 1.0 */
86 /** Read the formats for all present devices from the device database. \since 1.0 */
92 /** Read an entry from the device database. \since 1.0 */
100 /** Read an entry from the device database. \since 1.0 */
  /prebuilts/go/darwin-x86/src/database/sql/
doc.txt 3 * Provide a generic database API for a variety of SQL or SQL-like
15 * Separate out the basic implementation of a database driver
21 Database Driver -> sql (to register) + sql/driver (implement interfaces)
32 database's per-connection thread safety issues (or lack thereof),
40 should expose an ideal database that's not finnicky about how it's
  /prebuilts/go/linux-x86/src/database/sql/
doc.txt 3 * Provide a generic database API for a variety of SQL or SQL-like
15 * Separate out the basic implementation of a database driver
21 Database Driver -> sql (to register) + sql/driver (implement interfaces)
32 database's per-connection thread safety issues (or lack thereof),
40 should expose an ideal database that's not finnicky about how it's
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java 17 package android.database.sqlite;
25 import android.database.Cursor;
26 import android.database.DatabaseErrorHandler;
27 import android.database.DatabaseUtils;
28 import android.database.DefaultDatabaseErrorHandler;
29 import android.database.SQLException;
30 import android.database.sqlite.SQLiteDebug.DbStats;
57 * Exposes methods to manage a SQLite database.
61 * perform other common database management tasks.
64 * and managing a database
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
InfParserLite.py 24 import Database
37 # @param Database: Eot database
43 def __init__(self, Filename = None, Database = None, SourceFileList = None, SourceOverridePath = None, Edk_Source = None, Efi_Source = None):
48 self.Cur = Database.Cur
49 self.TblFile = Database.TblFile
50 self.TblInf = Database.TblInf
65 # Load INF file and insert a record in database
82 # Parse Source section and insert records in database
163 Db = Database.Database('Inf.db')
    [all...]
  /external/clang/include/clang-c/
CXCompilationDatabase.h 1 /*===-- clang-c/CXCompilationDatabase.h - Compilation database ---*- C -*-===*\
32 * A compilation database holds all information used to compile files in a
33 * project. For each file in the database, it can be queried for the working
41 * \brief Contains the results of a search in the compilation database
57 * \brief Error codes for Compilation Database
66 * \brief Database can not be loaded
73 * \brief Creates a compilation database from the database found in directory
75 * be used to build the database.
84 * \brief Free the given compilation database
    [all...]
  /external/python/cpython2/Doc/library/
dbm.rst 1 :mod:`dbm` --- Simple "database" interface
6 :synopsis: The standard "database" interface, based on ndbm.
40 Open a dbm database and return a dbm object. The *filename* argument is the
41 name of the database file (without the :file:`.dir` or :file:`.pag` extensions;
50 | ``'r'`` | Open existing database for reading only |
53 | ``'w'`` | Open existing database for reading and |
56 | ``'c'`` | Open database for reading and writing, |
59 | ``'n'`` | Always create a new, empty database, open |
64 database has to be created. It defaults to octal ``0666`` (and will be
73 Close the ``dbm`` database
    [all...]

Completed in 2043 milliseconds

<<11121314151617181920>>