OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Database
(Results
1 - 25
of
32
) sorted by null
1
2
/system/tpm/attestation/server/
database.h
20
#include "attestation/common/
database
.pb.h"
24
// Manages a persistent
database
of attestation-related data.
25
class
Database
{
27
virtual ~
Database
() = default;
29
// Const access to the
database
protobuf.
32
// Mutable access to the
database
protobuf. Changes made to the protobuf will
37
// Writes the current
database
protobuf to disk.
40
// Reloads the
database
protobuf from disk.
mock_database.h
20
#include "attestation/server/
database
.h"
26
class MockDatabase : public
Database
{
database_impl.h
20
#include "attestation/server/
database
.h"
35
// Reads the persistent
database
blob.
37
// Writes the persistent
database
blob.
39
// Watch for external changes to the
database
.
43
// An implementation of
Database
backed by an ordinary file. Not thread safe.
45
class DatabaseImpl : public
Database
,
52
// Reads and decrypts any existing
database
on disk synchronously. Must be
56
//
Database
methods.
attestation_service.h
36
#include "attestation/server/
database
.h"
99
void set_database(
Database
*
database
) {
100
database_ =
database
;
251
// Adds named device-wide key to the attestation
database
.
254
// Removes a device-wide key from the attestation
database
.
286
Database
* database_{nullptr};
/packages/apps/Nfc/nci/jni/
RouteDataSet.h
161
typedef std::vector<RouteData*>
Database
;
193
** Description: Import data from an XML file. Fill the
database
.
205
** Description: Obtain a
database
of routing data.
206
** selection: which
database
.
208
** Returns: Pointer to
database
.
211
Database
* getDatabase (DatabaseSelection selection);
263
Database
mSecElemRouteDatabase; //routes when NFC service selects sec elem
264
Database
mDefaultRouteDatabase; //routes when NFC service deselects sec elem
287
**
database
: store data in this
database
[
all
...]
RouteDataSet.cpp
144
Database
::iterator it;
329
**
database
: store data in this
database
.
334
void RouteDataSet::importProtocolRoute (xmlNodePtr& element,
Database
&
database
)
391
database
.push_back (data);
401
**
database
: store data in this
database
.
406
void RouteDataSet::importTechnologyRoute (xmlNodePtr& element,
Database
&
database
)
[
all
...]
/external/clang/include/clang/Tooling/
JSONCompilationDatabase.h
33
/// \brief A JSON based compilation
database
.
35
/// JSON compilation
database
files must contain a list of JSON objects which
60
/// \brief Loads a JSON compilation
database
from the specified file.
62
/// Returns NULL and sets ErrorMessage if the
database
could not be
67
/// \brief Loads a JSON compilation
database
from a data buffer.
69
/// Returns NULL and sets ErrorMessage if the
database
could not be loaded.
81
/// \brief Returns the list of all files available in the compilation
database
.
87
///
database
.
91
/// \brief Constructs a JSON compilation
database
on a memory buffer.
92
JSONCompilationDatabase(std::unique_ptr<llvm::MemoryBuffer>
Database
)
[
all
...]
/external/clang/unittests/Tooling/
CompilationDatabaseTest.cpp
31
expectFailure("", "Empty
database
");
51
std::unique_ptr<CompilationDatabase>
Database
(
53
if (!
Database
) {
57
return
Database
->getAllFiles();
62
std::unique_ptr<CompilationDatabase>
Database
(
64
if (!
Database
) {
68
return
Database
->getAllCompileCommands();
145
std::unique_ptr<CompilationDatabase>
Database
(
147
if (!
Database
)
149
std::vector<CompileCommand> Commands =
Database
->getCompileCommands(FileName)
[
all
...]
/external/autotest/frontend/db/backends/afe/
base.py
7
import MySQLdb as
Database
34
except
Database
.DatabaseError:
/external/clang/lib/Tooling/
JSONCompilationDatabase.cpp
125
std::unique_ptr<CompilationDatabase>
Database
(
127
if (!
Database
)
129
return
Database
;
138
X("json-compilation-
database
", "Reads JSON formatted compilation databases");
150
ErrorMessage = "Error while opening JSON
database
: " + Result.message();
153
std::unique_ptr<JSONCompilationDatabase>
Database
(
155
if (!
Database
->parse(ErrorMessage))
157
return
Database
;
165
std::unique_ptr<JSONCompilationDatabase>
Database
(
167
if (!
Database
->parse(ErrorMessage)
[
all
...]
/external/webrtc/webrtc/modules/audio_coding/acm2/
acm_codec_database.cc
112
// Create
database
with all codec settings at compile time.
168
// Create a
database
of all NetEQ decoders at compile time.
212
// Enumerator for error codes when asking for codec
database
id.
220
// Gets the codec id number from the
database
. If there is some mismatch in
224
// Look for a matching codec in the
database
.
298
for (const CodecInst& ci : RentACodec::
Database
()) {
318
return &ci - RentACodec::
Database
().data();
325
// Gets codec id number from
database
for the receiver.
327
// Look for a matching codec in the
database
.
rent_a_codec.cc
55
return mi ? rtc::Optional<CodecInst>(
Database
()[*mi])
94
rtc::ArrayView<const CodecInst> RentACodec::
Database
() {
246
for (const CodecInst& ci : RentACodec::
Database
()) {
rent_a_codec.h
177
static rtc::ArrayView<const CodecInst>
Database
();
acm_receiver_unittest_oldapi.cc
71
codecs_ = RentACodec::
Database
();
audio_coding_module_impl.cc
541
// Initialize receiver, resets codec
database
etc.
557
auto db = RentACodec::
Database
();
/external/javasqlite/src/main/java/SQLite/
Shell.java
12
* java SQLite.Shell [OPTIONS]
database
[SHELLCMD]
14
* java -jar sqlite.jar [OPTIONS]
database
[SHELLCMD]
19
Database
db;
337
pw.println(".dump ?TABLE? ... Dump
database
in text fmt");
489
if (
Database
.complete(sql)) {
535
s.db = new
Database
();
567
System.err.println("No
database
file given");
573
System.err.println("Unable to open
database
: " + e);
601
* Internal class for dumping an entire
database
.
603
* tables of the current
database
and output create SQL statement
[
all
...]
Database.java
4
* Main class wrapping an SQLite
database
.
7
public class
Database
{
22
* Open an SQLite
database
file.
24
* @param filename the name of the
database
file
49
* Open an SQLite
database
file.
51
* @param filename the name of the
database
file
78
* Open an SQLite
database
file.
80
* @param filename the name of the
database
file
123
* Open SQLite auxiliary
database
file for temporary
151
* Close the underlying SQLite
database
file
[
all
...]
JDBCDriver.java
65
sharedCache = SQLite.
Database
._enable_shared_cache(true);
/external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java
10
* Open
database
.
15
*
Database
URL.
41
* Timeout for
Database
.exec()
51
* File name of
database
.
66
*
Database
in readonly mode.
125
if (SQLite.
Database
.version().compareTo("2.6.0") >= 0) {
181
public SQLite.
Database
getSQLiteDatabase() {
182
return (SQLite.
Database
) db;
521
class DatabaseX extends SQLite.
Database
{
JDBCPreparedStatement.java
29
SQLite.
Database
.version().compareTo("2.5.0") < 0;
239
args[parameterIndex - 1] = java.lang.Double.toString(SQLite.
Database
.julian_from_long(x.getTime()));
256
args[parameterIndex - 1] = java.lang.Double.toString(SQLite.
Database
.julian_from_long(x.getTime()));
273
args[parameterIndex - 1] = java.lang.Double.toString(SQLite.
Database
.julian_from_long(x.getTime()));
JDBCResultSet.java
14
* Table returned by
Database
.get_table()
72
SQLite.
Database
.version().compareTo("2.5.0") < 0;
319
return new java.sql.Time(SQLite.
Database
.long_from_julian(lastg));
327
return new java.sql.Time(SQLite.
Database
.long_from_julian(lastg));
368
return new java.sql.Timestamp(SQLite.
Database
.long_from_julian(lastg));
376
return new java.sql.Timestamp(SQLite.
Database
.long_from_julian(lastg));
419
return new java.sql.Date(SQLite.
Database
.long_from_julian(lastg));
427
return new java.sql.Date(SQLite.
Database
.long_from_julian(lastg));
[
all
...]
/external/lzma/CPP/7zip/Archive/7z/
7zExtract.cpp
70
const CDbEx &_db = volume.
Database
;
89
const CDbEx &db = volume.
Database
;
176
const CDbEx &db = volume.
Database
;
7zProperties.cpp
104
const CArchiveDatabaseEx &_db = volume.
Database
;
7zHandlerOut.cpp
244
db = &volume->
Database
;
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/
README.rst
60
*
Database
Completed in 752 milliseconds
1
2