Home
last modified time | relevance | path

Searched +full:text +full:- +full:table (Results 1 – 25 of 1304) sorted by relevance

12345678910>>...53

/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/data/measurement/
DMeasurementTables.java8 * http://www.apache.org/licenses/LICENSE-2.0
26 * Container class for Measurement PPAPI table definitions and constants.
33 * Array of all Measurement related tables. The AdTechUrls table is not included in the
39 MeasurementTables.SourceContract.TABLE,
40 MeasurementTables.SourceDestination.TABLE,
41 SourceAttributionScopeContract.TABLE,
42 SourceNamedBudgetContract.TABLE,
43 MeasurementTables.TriggerContract.TABLE,
44 MeasurementTables.EventReportContract.TABLE,
45 MeasurementTables.AggregateReport.TABLE,
[all …]
/aosp_15_r20/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDatabaseHelper.java8 * http://www.apache.org/licenses/LICENSE-2.0
38 import android.text.TextUtils;
342 * Upgrade sync state table if necessary. Note that the data bundle
343 * in the table is not upgraded.
360 Log.i(TAG, "Upgrading calendar sync state table"); in upgradeSyncState()
361 db.execSQL("CREATE TEMPORARY TABLE state_backup(_sync_account TEXT, " in upgradeSyncState()
362 + "_sync_account_type TEXT, data TEXT);"); in upgradeSyncState()
367 db.execSQL("DROP TABLE " + Tables.SYNC_STATE + ";"); in upgradeSyncState()
374 db.execSQL("DROP TABLE state_backup;"); in upgradeSyncState()
399 db.execSQL("CREATE TABLE " + Tables.EVENTS_RAW_TIMES + " (" + in bootstrapDB()
[all …]
/aosp_15_r20/external/giflib/doc/gifstandard/
H A DGIF89a.html1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <link rel="stylesheet" type="text/css" href="main.css">
3 <link rel="stylesheet" type="text/css" href="gif89a.css">
4 <script type="text/javascript" src="gif89a.js"></script>
8 <!-- source best viewed with tab width 4 -->
13 href="http://www.w3.org/Graphics/GIF/spec-gif89a.txt">http://www.w3.org/Graphics/GIF/spec-gif89a.tx…
23 Reference Table</a></li>
26 You can also read <a href="gif89.txt">the original flat text.</a>
48 <h2>Table of Contents <span onclick="ToggleVis(0);">(hide/show)</span></h2>
67 </li><li><a href="#subblocks">Data Sub-blocks</a>
[all …]
/aosp_15_r20/external/openscreen/tools/cddl/
H A Dsema.cc2 // Use of this source code is governed by a BSD-style license that can be
26 if (!this->TypesWithId_.size()) { in TypesWithId()
27 for (const std::unique_ptr<CppType>& ptr : this->cpp_types) { in TypesWithId()
28 if (ptr->type_key == absl::nullopt) { in TypesWithId()
31 this->TypesWithId_.emplace_back(ptr.get()); in TypesWithId()
34 return this->TypesWithId_; in TypesWithId()
142 CddlType* AddCddlType(CddlSymbolTable* table, CddlType::Which which) { in AddCddlType() argument
143 table->types.emplace_back(new CddlType); in AddCddlType()
144 CddlType* value = table->types.back().get(); in AddCddlType()
145 value->which = which; in AddCddlType()
[all …]
/aosp_15_r20/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCallLogDatabaseHelper.java8 * http://www.apache.org/licenses/LICENSE-2.0
35 import android.text.TextUtils;
93 /** Table name used in the contacts DB.*/
96 /** Table name used in the contacts DB.*/
108 // Memory optimization - close idle connections after 30s of inactivity in OpenHelper()
122 // The CALLS and VOICEMAIL_STATUS table used to be in the contacts2.db. So we need to in onCreate()
127 // performed from the legacy schema (of the latest version -- because the migration in onCreate()
135 db.execSQL("CREATE TABLE " + Tables.CALLS + " (" + in onCreate()
137 Calls.NUMBER + " TEXT," + in onCreate()
140 Calls.POST_DIAL_DIGITS + " TEXT NOT NULL DEFAULT ''," + in onCreate()
[all …]
/aosp_15_r20/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsSmsDatabaseHelper.java8 * http://www.apache.org/licenses/LICENSE-2.0
51 import android.text.format.DateFormat;
76 * - the raw table, which lives inside DE(Device Encrypted) storage.
77 * - all other tables, which lives under CE(Credential Encrypted) storage.
82 * The only exception is a non-FBE device migrating from M to N, in which case the DE and CE tables
156 // When looking in the pdu table for unread messages, only count messages that
201 // When a part is inserted, if it is not text/plain or application/smil
202 // (which both can exist with text-only MMSes), then there is an attachment.
203 // Set has_attachment=1 in the threads table for the thread in question.
207 " WHEN new.ct != 'text/plain' AND new.ct != 'application/smil' " +
[all …]
/aosp_15_r20/external/python/cpython3/Lib/msilib/
Dschema.py1 from . import Table
3 _Validation = Table('_Validation')
4 _Validation.add_field(1,'Table',11552)
15 ActionText = Table('ActionText')
20 AdminExecuteSequence = Table('AdminExecuteSequence')
25 Condition = Table('Condition')
30 AdminUISequence = Table('AdminUISequence')
35 AdvtExecuteSequence = Table('AdvtExecuteSequence')
40 AdvtUISequence = Table('AdvtUISequence')
45 AppId = Table('AppId')
[all …]
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/
H A Dwikipedia.min.css1-family:sans-serif;font-size:1em}body{background-color:#f3f3f3;background-image:url(images/page-ba…
H A Dwikipedia.css9 * Any rules which should not be flipped automatically in right-to-left situations should be
10 * prepended with @noflip in a comment block. Images that should be embedded as base64 data-URLs
13 * This style-sheet employs a few CSS trick to accomplish compatibility with a wide range of web
27 font-family: sans-serif;
28 font-size: 1em;
31 background-color: #f3f3f3;
33 background-image: url(images/page-base.png);
37 margin-left: 10em;
40 background-image: url(images/border.png);
41 background-position: top left;
[all …]
/aosp_15_r20/external/python/cpython2/Tools/msi/
Dschema.py1 from msilib import Table
3 _Validation = Table('_Validation')
4 _Validation.add_field(1,'Table',11552)
15 ActionText = Table('ActionText')
20 AdminExecuteSequence = Table('AdminExecuteSequence')
25 Condition = Table('Condition')
30 AdminUISequence = Table('AdminUISequence')
35 AdvtExecuteSequence = Table('AdvtExecuteSequence')
40 AdvtUISequence = Table('AdvtUISequence')
45 AppId = Table('AppId')
[all …]
/aosp_15_r20/external/python/cpython2/Lib/msilib/
Dschema.py1 from . import Table
3 _Validation = Table('_Validation')
4 _Validation.add_field(1,'Table',11552)
15 ActionText = Table('ActionText')
20 AdminExecuteSequence = Table('AdminExecuteSequence')
25 Condition = Table('Condition')
30 AdminUISequence = Table('AdminUISequence')
35 AdvtExecuteSequence = Table('AdvtExecuteSequence')
40 AdvtUISequence = Table('AdvtUISequence')
45 AppId = Table('AppId')
[all …]
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/data/measurement/
DMeasurementDbSchemaTrail.java8 * http://www.apache.org/licenses/LICENSE-2.0
48 * version's (x-1) scripts will be revised to create scripts for version x.
52 "CREATE TABLE "
53 + SourceContract.TABLE
56 + " TEXT PRIMARY KEY NOT NULL, "
60 + " TEXT, "
64 + " TEXT, "
66 + " TEXT, "
80 + " TEXT, "
82 + " TEXT, "
[all …]
/aosp_15_r20/packages/providers/MediaProvider/legacy/src/com/android/providers/media/
DLegacyDatabaseHelper.java8 * http://www.apache.org/licenses/LICENSE-2.0
198 * be tracked uniquely per-helper.
290 ForegroundThread.getExecutor().execute(() -> { in endTransactionInternal()
358 final FilenameFilter filter = (dir, filename) -> filename.startsWith(".thumbdata"); in deleteLegacyThumbnailData()
409 c = db.query("sqlite_master", new String[]{"name"}, "type is 'table'", in makePristineSchema()
413 db.execSQL("DROP TABLE IF EXISTS " + c.getString(0)); in makePristineSchema()
437 db.execSQL("CREATE TABLE local_metadata (generation INTEGER DEFAULT 0)"); in createLatestSchema()
440 db.execSQL("CREATE TABLE android_metadata (locale TEXT)"); in createLatestSchema()
441 db.execSQL("CREATE TABLE thumbnails (_id INTEGER PRIMARY KEY,_data TEXT,image_id INTEGER," in createLatestSchema()
443 db.execSQL("CREATE TABLE album_art (album_id INTEGER PRIMARY KEY,_data TEXT)"); in createLatestSchema()
[all …]
/aosp_15_r20/external/cldr/docs/rfc/
H A Ddraft-davis-u-langtag-ext-00.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
7 <style type='text/css'><!--
9 font-family: verdana, charcoal, helvetica, arial, sans-serif;
10 font-size: small; color: #000; background-color: #FFF;
14 font-family: helvetica, monaco, "MS Sans Serif", arial, sans-serif;
15 font-weight: bold; font-style: normal;
17 h1 { color: #900; background-color: transparent; text-align: right; }
18 h3 { color: #333; background-color: transparent; }
21 font-size: x-small; text-decoration: none;
[all …]
H A Ddraft-davis-t-langtag-ext.html1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dt…
2 <html lang="en"><head><title>BCP 47 Extension T - Transformed Content</title>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4 <meta name="description" content="BCP 47 Extension T - Transformed Content">
7 <style type='text/css'><!--
9 font-family: verdana, charcoal, helvetica, arial, sans-serif;
10 font-size: small; color: #000; background-color: #FFF;
14 font-family: helvetica, monaco, "MS Sans Serif", arial, sans-serif;
15 font-weight: bold; font-style: normal;
17 h1 { color: #900; background-color: transparent; text-align: right; }
[all …]
/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_text.cpp8 * http://www.apache.org/licenses/LICENSE-2.0
35 if (opts.indent_step >= 0) text += '\n'; in AddNewLine()
38 void AddIndent(int ident) { text.append(ident, ' '); } in AddIndent()
44 if (opts.strict_json) text += '\"'; in OutputIdentifier()
45 text += name; in OutputIdentifier()
46 if (opts.strict_json) text += '\"'; in OutputIdentifier()
49 // Print (and its template specialization below for pointers) generate text
55 text += val != 0 ? "true" : "false"; in PrintScalar()
62 text += '\"'; in PrintScalar()
63 text += ev->name; in PrintScalar()
[all …]
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dslides.v1.json38 "x16": "http://www.google.com/images/icons/product/search-16.gif",
39 "x32": "http://www.google.com/images/icons/product/search-32.gif"
75 "Responses with Content-Type of application/json",
76 "Media download with context-dependent Content-Type",
77 "Responses with Content-Type of application/x-protobuf"
109 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit…
371 "description": "A TextElement kind that represents auto text.",
375 "description": "The rendered content of this auto text, if available.",
380 "description": "The styling applied to this auto text."
383 "description": "The type of this auto text.",
[all …]
Ddocs.v1.json32 "x16": "http://www.google.com/images/icons/product/search-16.gif",
33 "x32": "http://www.google.com/images/icons/product/search-32.gif"
69 "Responses with Content-Type of application/json",
70 "Media download with context-dependent Content-Type",
71 "Responses with Content-Type of application/x-protobuf"
103 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit…
223 …"description": "A ParagraphElement representing a spot in the text that is dynamically replaced wi…
244 … "description": "The suggested text style changes to this AutoText, keyed by suggestion ID.",
249 "description": "The text style of this AutoText."
252 "description": "The type of this auto text.",
[all …]
/aosp_15_r20/external/jcommander/doc/
H A Dcolony.css6 /** Correct `inline-block` display not defined in IE 8/9. */
7 audio, canvas, video { display: inline-block; }
18 /** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation cha…
19 html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjus…
35 /** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4…
36 h1 { font-size: 2em; margin: 0.67em 0; }
39 abbr[title] { border-bottom: 1px dotted; }
42 b, strong { font-weight: bold; }
45 dfn { font-style: italic; }
48 hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
[all …]
H A Dgolo.css7 /** Correct `inline-block` display not defined in IE 8/9. */
8 audio, canvas, video { display: inline-block; }
19 /** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation cha…
20 html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjus…
36 /** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4…
37 h1 { font-size: 2em; margin: 0.67em 0; }
40 abbr[title] { border-bottom: 1px dotted; }
43 b, strong { font-weight: bold; }
46 dfn { font-style: italic; }
49 hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }
[all …]
/aosp_15_r20/external/perfetto/infra/ci/frontend/static/
H A Dstyle.css2 box-sizing: border-box;
6 font-size: 13px;
17 grid-template-columns: 1fr;
18 grid-template-rows: 50px 1fr;
21 font-family: 'Source Sans Pro', sans-serif;
28 line-height: 50px;
31 grid-template-rows: 1fr;
32 grid-template-columns: fit-content(250px) 1fr;
36 font-size: 20px;
37 font-weight: 100;
[all …]
/aosp_15_r20/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/data/
DPickerDatabaseHelper.java8 * http://www.apache.org/licenses/LICENSE-2.0
92 // new media_grants table. in onUpgrade()
97 // Create de_selection table in picker.db if we are upgrading from a version where in onUpgrade()
98 // de_selection table did not exist. in onUpgrade()
128 db.setCustomScalarFunction("_GET_EXTENSION", (arg) -> { in onConfigure()
150 Cursor c = db.query("sqlite_master", new String[] {"name"}, "type is 'table'", null, null, in dropAllTables()
154 db.execSQL("DROP TABLE IF EXISTS " + c.getString(0)); in dropAllTables()
161 db.execSQL("CREATE TABLE media (_id INTEGER PRIMARY KEY AUTOINCREMENT," in createLatestSchema()
162 + "local_id TEXT," in createLatestSchema()
163 + "cloud_id TEXT UNIQUE," in createLatestSchema()
[all …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DCLDRFilePseudolocalizer.java1 // Copyright 2011-2017 Google Inc. All Rights Reserved.
68 public String fragment(String text) { in fragment() argument
69 return text; in fragment()
124 Map<Integer, String> table = new HashMap<>(); in buildReplacementsTable() local
125 table.put((int) ' ', "\u2003"); in buildReplacementsTable()
126 table.put((int) '!', "\u00a1"); in buildReplacementsTable()
127 table.put((int) '"', "\u2033"); in buildReplacementsTable()
128 table.put((int) '#', "\u266f"); in buildReplacementsTable()
129 table.put((int) '$', "\u20ac"); in buildReplacementsTable()
130 table.put((int) '%', "\u2030"); in buildReplacementsTable()
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/epy/
Dgoogleapiclient.schema._SchemaToStruct-class.html2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3 "DTD/xhtml1-transitional.dtd">
7 <link rel="stylesheet" href="epydoc.css" type="text/css" />
8 <script type="text/javascript" src="epydoc.js"></script>
11 <body bgcolor="white" text="black" link="blue" vlink="#204080"
13 <!-- ==================== NAVIGATION BAR ==================== -->
14 <table class="navbar" border="0" width="100%" cellpadding="0"
17 <!-- Home link -->
19 href="googleapiclient-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
21 <!-- Tree link -->
[all …]
/aosp_15_r20/packages/providers/ContactsProvider/tests/assets/testUnsynced/
Dlegacy_contacts.sql3 CREATE TABLE _deleted_groups (_sync_version TEXT,_sync_id TEXT,_sync_account TEXT,_sync_mark INTEGE…
4 CREATE TABLE _deleted_people (_sync_version TEXT,_sync_id TEXT,_sync_account TEXT,_sync_mark INTEGE…
5 CREATE TABLE _sync_state (_id INTEGER PRIMARY KEY,_sync_account TEXT,data TEXT,UNIQUE(_sync_account…
6 CREATE TABLE _sync_state_metadata (version INTEGER);
8 CREATE TABLE android_metadata (locale TEXT);
10TABLE calls (_id INTEGER PRIMARY KEY AUTOINCREMENT,number TEXT,date INTEGER,duration INTEGER,type …
11TABLE contact_methods (_id INTEGER PRIMARY KEY AUTOINCREMENT,person INTEGER REFERENCES people(_id)…
15 CREATE TABLE extensions (_id INTEGER PRIMARY KEY AUTOINCREMENT,name TEXT NOT NULL,value TEXT NOT NU…
16 CREATE TABLE fave_msg_status (_id INTEGER PRIMARY KEY, msg TEXT, next_retry INTEGER, num_retries IN…
17 CREATE TABLE fave_phone_changes (_id INTEGER PRIMARY KEY, old_phone TEXT, new_phone TEXT, change_ti…
[all …]

12345678910>>...53