OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:database
(Results
351 - 375
of
2668
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium/chrome/browser/visitedlink/
visitedlink_master.h
25
// Controls the link coloring
database
. The master controls all writing to the
26
//
database
as well as disk I/O. There should be only one master.
33
// Listens to the link coloring
database
events. The master is given this
39
// Called when link coloring
database
has been created or replaced. The
55
// In unit test mode, we allow the caller to optionally specify the
database
115
// Call to cause the entire
database
file to be re-written from scratch
169
// Try to load the table from the
database
file. If the file doesn't exist or
173
// Reads the header of the link coloring
database
from disk. Assumes the
179
// the version of the file is not the current version of the
database
.
183
// Fills *filename with the name of the link
database
filenam
[
all
...]
/external/collada/include/dae/
daeStandardURIResolver.h
25
* @param
database
The @c daeDatabase used.
/external/llvm/utils/
importNLT.pl
2
#take the output of parseNLT.pl and load it into a
database
7
#
database
information
14
# make connection to
database
85
# disconnect from
database
parseNLT.pl
3
# one can reason about, namely import into a
database
/external/webkit/LayoutTests/http/tests/appcache/
max-size.html
25
<p>Cache a manifest that contains a resource that is too large to fit. The layout test controller sets a maximum size of 10KB for the application cache
database
file.</p>
/external/webkit/LayoutTests/storage/
change-version-handle-reuse.js
12
db = openDatabaseWithSuffix("ChangeVersion", "", "Test that changing a
database
version doesn't kill our handle to it", 1);
/external/webkit/Source/WebCore/inspector/front-end/
DatabaseTableView.js
26
WebInspector.DatabaseTableView = function(
database
, tableName)
30
this.
database
=
database
;
54
this.
database
.executeSql("SELECT * FROM " + this.tableName, this._queryFinished.bind(this), this._queryError.bind(this));
/external/webkit/Source/WebCore/platform/audio/
HRTFDatabaseLoader.h
55
// Returns true once the default
database
has been completely loaded.
62
HRTFDatabase*
database
() { return m_hrtfDatabase.get(); }
function in class:WebCore::HRTFDatabaseLoader
67
// defaultHRTFDatabase() gives access to the loaded
database
.
76
// If it hasn't already been loaded, creates a new thread and initiates asynchronous loading of the default
database
.
/external/webkit/Source/WebKit/chromium/src/
IDBDatabaseBackendProxy.cpp
49
PassRefPtr<IDBDatabaseBackendInterface> IDBDatabaseBackendProxy::create(PassOwnPtr<WebIDBDatabase>
database
)
51
return adoptRef(new IDBDatabaseBackendProxy(
database
));
54
IDBDatabaseBackendProxy::IDBDatabaseBackendProxy(PassOwnPtr<WebIDBDatabase>
database
)
55
: m_webIDBDatabase(
database
)
/frameworks/base/core/java/android/database/
CharArrayBuffer.java
17
package android.
database
;
CursorIndexOutOfBoundsException.java
17
package android.
database
;
CursorWindowAllocationException.java
17
package android.
database
;
IContentObserver.aidl
18
package android.
database
;
SQLException.java
17
package android.
database
;
StaleDataException.java
17
package android.
database
;
/frameworks/base/core/java/android/database/sqlite/
SQLiteAbortException.java
17
package android.
database
.sqlite;
SQLiteBindOrColumnIndexOutOfRangeException.java
17
package android.
database
.sqlite;
SQLiteBlobTooBigException.java
17
package android.
database
.sqlite;
SQLiteCantOpenDatabaseException.java
17
package android.
database
.sqlite;
SQLiteConstraintException.java
17
package android.
database
.sqlite;
SQLiteDatatypeMismatchException.java
17
package android.
database
.sqlite;
SQLiteDoneException.java
17
package android.
database
.sqlite;
SQLiteOutOfMemoryException.java
17
package android.
database
.sqlite;
SQLiteReadOnlyDatabaseException.java
17
package android.
database
.sqlite;
SQLiteTableLockedException.java
17
package android.
database
.sqlite;
Completed in 562 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>