OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:database
(Results
151 - 175
of
4506
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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;
/external/chromium/chrome/browser/history/
archived_database.cc
28
// Set the
database
page size to something a little larger to give us
34
// Don't use very much memory caching this
database
. We seldom use it for
38
// Run the
database
in exclusive mode. Nobody else should be accessing the
39
//
database
while we're running, and this will give somewhat improved perf.
92
LOG(WARNING) << "Archived
database
is too new.";
105
LOG(WARNING) << "Unable to update archived
database
to version 2.";
123
// not be a released product that makes a
database
too old for us to handle.
125
"Archived
database
version " << cur_version << " is too old to handle.";
in_memory_database.cc
23
// Set the
database
page size to 4K for better performance.
69
// Attach to the history
database
on disk. (We can't ATTACH in the middle of
73
NOTREACHED() << "Unable to attach to history
database
.";
90
// Unable to get data from the history
database
. This is OK, the file may
105
// Unable to get data from the history
database
. This is OK, the file may
119
// Unable to get data from the history
database
. This is OK, the file may
128
// Detach from the history
database
on disk.
130
NOTREACHED() << "Unable to detach from history
database
.";
/external/chromium/chrome/browser/sync/glue/
database_model_worker.h
18
// A ModelSafeWorker for
database
models (eg. autofill) that accepts requests
19
// from the syncapi that need to be fulfilled on the
database
thread.
/external/chromium_org/chrome/browser/performance_monitor/
constants.cc
16
// Tokens to retrieve state values from the
database
.
21
// collisions in the
database
.
/external/chromium_org/chrome/browser/predictors/
predictor_table_base.h
19
// Refcounted as it is created and destroyed in the UI thread but all
database
20
// related functions need to happen in the
database
thread.
/external/chromium_org/components/visitedlink/renderer/
visitedlink_slave.h
15
// Reads the link coloring
database
provided by the master. There can be any
16
// number of slaves reading the same
database
.
/external/chromium_org/content/browser/indexed_db/
indexed_db_connection.cc
10
scoped_refptr<IndexedDBDatabase>
database
,
12
: database_(
database
), callbacks_(callbacks) {}
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLStatement.cpp
36
#include "modules/webdatabase/
Database
.h"
45
PassOwnPtr<SQLStatement> SQLStatement::create(
Database
*
database
,
48
return adoptPtr(new SQLStatement(
database
, callback, errorCallback));
51
SQLStatement::SQLStatement(
Database
*
database
, PassOwnPtr<SQLStatementCallback> callback,
53
: m_statementCallbackWrapper(callback,
database
->executionContext())
54
, m_statementErrorCallbackWrapper(errorCallback,
database
->executionContext())
/external/chromium_org/third_party/sqlite/src/test/
schema3.test
19
# This block tests that if one client modifies the
database
schema, a
20
# second client updates its internal cache of the
database
schema before
23
# but was added after the second client loaded its cache of the
database
28
# 1. Adding a
database
table.
29
# 2. Adding a
database
view.
30
# 3. Adding a
database
index.
31
# 4. Adding a
database
trigger.
36
# Have connections [db1] and [db2] load the current
database
schema.
thread001.test
25
# 1) All threads use the same
database
handle.
26
# 2) All threads use their own
database
handles.
27
# 3) All threads use their own
database
handles, shared-cache is enabled.
36
# Empty the
database
.
52
# Set up a
database
and a schema. The
database
contains a single
95
# Add another row to the
database
.
126
# Check the
database
still looks Ok.
/external/chromium_org/tools/gyp/test/win/
gyptest-link-pdb.py
20
test.run_gyp('program-
database
.gyp', chdir=CHDIR)
21
test.build('program-
database
.gyp', test.ALL, chdir=CHDIR)
/external/chromium_org/tools/page_cycler/database/
common.js
6
* @fileoverview A collection of common functions used by all
database
31
* dbName: The
database
name.
34
* insertRowsAtSetup: Determines if setting up the
database
should include
44
* must be a function that takes a
database
object as its only parameter.
76
* Opens a
database
with the given name.
77
* @param {string} name The name of the
database
.
81
return window.openDatabase(name, '1.0', 'Test
database
.',
90
* @param {!Object} db The
database
to run transactions on.
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
DatabaseConfig.java
45
* Sets what
database
will be used and loads the
database
driver, based on what DBmap is provided.
64
* @return Connection to In Memory
Database
.
71
throw new CannotLoadDatabaseMapDriverException("Error in DatabaseConfig, could not retrieve connection to in memory
database
.", e);
76
* Makes any edits necessary in the SQL string for it to be compatible with the
database
in use.
82
if (isMapNull()) throw new NullDatabaseMapException("No
database
map set!");
87
if (isMapNull()) throw new NullDatabaseMapException("No
database
map set!");
92
if (isMapNull()) throw new NullDatabaseMapException("No
database
map set!");
/external/wpa_supplicant_8/hostapd/
hlr_auc_gw.txt
1
HLR/AuC testing gateway for hostapd EAP-SIM/AKA
database
/authenticator
4
database
/authentication gateway interface to HLR/AuC. It could be
18
database
for more dynamic operations. This is enabled by adding
36
-D<DB file> = path to SQLite
database
40
The SQLite
database
can be initialized with sqlite, e.g., by running
67
pseudonyms and reauth information into a SQLite
database
. This is
73
Milenage parameters based on IMSI from the
database
. The
database
can be
Completed in 642 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>