OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:database
(Results
476 - 500
of
6564
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/development/samples/browseable/SpeedTracker/Application/src/com.example.android.wearable.speedtracker/db/
LocationDbHelper.java
21
import android.
database
.Cursor;
22
import android.
database
.sqlite.SQLiteDatabase;
23
import android.
database
.sqlite.SQLiteOpenHelper;
35
* A helper class to set up the
database
that holds the GPS location information
81
*
database
.
103
* objects from the
database
for a given day. The list can be empty (but not {@code null}) if
147
* Deletes all the entries in the
database
for the given day. The argument {@code day} should
159
* Deletes all the entries in the
database
for the day that the {@link java.util.Calendar}
/device/linaro/bootloader/edk2/BaseTools/Conf/
FrameworkDatabase.template
7
<Abstract>The Framework Module Development Packaging System
Database
</Abstract>
9
This
Database
tracks all packages and archives installed in this workspace.
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
HiiHandle.h
24
Initialize the Framework Hii Handle
database
.
38
@retval EFI_OUT_OF_RESOURCE The Framework HII Handle
database
is depleted.
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
ForEach.h
26
@param[in] Context The pointer to the Index in SPD/SAD/PAD
Database
.
39
Enumerate all entry in the
database
to execute a specified operation according to datatype.
/external/autotest/client/common_lib/
host_protections.py
6
# the end of the enum or a
database
migration needs to be added to migrate
8
# Removing a protection level from the enum requires a
database
migration to
/external/autotest/client/deps/mysql/
mysql.py
21
# This is where
database
logs and files are created.
28
# Initialize the
database
.
/external/autotest/frontend/db/backends/afe/
base.py
7
import MySQLdb as
Database
34
except
Database
.DatabaseError:
/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/cmockery/cmockery_0_1_2/src/example/
customer_database.c
18
#include <
database
.h>
23
// Connect to the
database
containing customer information.
database.h
27
// Connection to a
database
.
34
// Connect to a
database
.
/external/e2fsprogs/lib/ext2fs/tdb/patches/
copyright
10
+ trivial
database
library - standalone version
12
- trivial
database
library - private includes
/external/javasqlite/src/main/java/SQLite/
Function.java
23
* SQLite.
Database
db = new SQLite.
Database
();
/external/libchrome/crypto/
scoped_test_system_nss_key_slot.h
20
// Opens a persistent NSS software
database
in a temporary directory and sets
21
// the test system slot to the opened
database
. This helper should be created in
/external/python/cpython2/Lib/plat-os2emx/
grp.py
13
The standard Unix group
database
is an ASCII text file with 4 fields per
29
The module looks for the group
database
at the following locations
53
group_file - the path of the group
database
file
97
raise KeyError, '>> group
database
fields not delimited <<'
139
raise KeyError, '>> no group
database
<<'
165
# return the group
database
entry by GID
170
# return the group
database
entry by group name
175
# return all the group
database
entries
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowDatabaseUtils.java
3
import android.
database
.DatabaseUtils;
4
import android.
database
.sqlite.SQLiteProgram;
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
SQLiteDatabaseTest.java
37
long replaceId =
database
.replace("table_name", null, values);
40
Statement statement = shadowOf(
database
).getConnection().createStatement();
/frameworks/base/core/tests/coretests/src/android/database/
run_newdb_perf_test.sh
26
adb shell am instrument -e class 'android.
database
.NewDatabasePerformanceTestSuite' -w 'com.android.frameworks.coretests/android.support.test.runner.AndroidJUnitRunner'
31
python frameworks/base/core/tests/coretests/src/android/
database
/process_newdb_perf_test_logs.py /tmp/testlogcat.tx
/frameworks/base/media/java/android/media/
ExternalRingtonesCursorWrapper.java
20
import android.
database
.Cursor;
21
import android.
database
.CursorWrapper;
/frameworks/support/core/ktx/src/main/java/androidx/core/database/sqlite/
SQLiteDatabase.kt
17
package androidx.core.
database
.sqlite
19
import android.
database
.sqlite.SQLiteDatabase
/frameworks/support/leanback/src/main/java/androidx/leanback/database/
CursorMapper.java
14
package androidx.leanback.
database
;
16
import android.
database
.Cursor;
/frameworks/support/room/common/src/main/java/androidx/room/
Update.java
21
* The implementation of the method will update its parameters in the
database
if they already
23
*
database
.
/frameworks/support/room/runtime/src/main/java/androidx/room/
RoomOpenHelper.java
19
import android.
database
.Cursor;
32
* An open helper that holds a reference to the configuration until the
database
is opened.
173
protected abstract void dropAllTables(SupportSQLiteDatabase
database
);
175
protected abstract void createAllTables(SupportSQLiteDatabase
database
);
177
protected abstract void onOpen(SupportSQLiteDatabase
database
);
179
protected abstract void onCreate(SupportSQLiteDatabase
database
);
182
* Called after a migration run to validate
database
integrity.
184
* @param db The SQLite
database
.
/packages/apps/Dialer/java/com/android/dialer/calllog/database/
CallLogDatabaseComponent.java
16
package com.android.dialer.calllog.
database
;
22
/** Dagger component for
database
package. */
/packages/apps/Email/src/com/android/email/data/
ClosingMatrixCursor.java
19
import android.
database
.Cursor;
20
import android.
database
.MatrixCursor;
/packages/apps/TV/partner_support/src/com/google/android/tv/partner/support/
Lineups.java
21
import android.
database
.Cursor;
22
import android.
database
.DatabaseUtils;
Completed in 1109 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>