HomeSort by relevance Sort by last modified time
    Searched full:unique (Results 251 - 275 of 6998) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/extensions/
OWNERS 9 # a unique random sort (sort -R) of these owners.
  /external/chromium_org/chrome/browser/notifications/
notification_delegate.h 22 // Returns unique id of the notification.
  /external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/
background.js 7 * @param {string} key A unique identifier that the caller can use to locate
  /external/chromium_org/chrome/browser/status_icons/
desktop_notification_balloon.h 32 // Counter to provide unique ids to notifications.
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
bookmark_item_applescript.h 21 // Assigns a node, sets its unique ID and also copies temporary values.
  /external/chromium_org/components/content_settings/core/common/
permission_request_id.h 33 // Id unique to this instance.
  /external/chromium_org/components/feedback/proto/
common.proto 27 // Unique identifier of feedback report. If set than only one report
  /external/chromium_org/components/sync_driver/
device_info.h 31 // Sync specific unique identifier for the device. Note if a device
68 // not unique enough so the user can be tracked. Exposing |guid|
69 // would lead to a stable unique id for a device which can potentially
90 // Exposing |guid| would lead to a stable unique id for a device which
  /external/chromium_org/components/test/data/web_database/
version_29.sql 3 CREATE TABLE meta(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY,value LONGVARCHAR);
12 CREATE TABLE logins (origin_url VARCHAR NOT NULL, action_url VARCHAR, username_element VARCHAR, username_value VARCHAR, password_element VARCHAR, password_value BLOB, submit_element VARCHAR, signon_realm VARCHAR NOT NULL,ssl_valid INTEGER NOT NULL,preferred INTEGER NOT NULL,date_created INTEGER NOT NULL,blacklisted_by_user INTEGER NOT NULL,scheme INTEGER NOT NULL,UNIQUE (origin_url, username_element, username_value, password_element, submit_element, signon_realm));
13 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height));
14 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL);
version_31.sql 3 CREATE TABLE meta(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY,value LONGVARCHAR);
12 CREATE TABLE logins (origin_url VARCHAR NOT NULL, action_url VARCHAR, username_element VARCHAR, username_value VARCHAR, password_element VARCHAR, password_value BLOB, submit_element VARCHAR, signon_realm VARCHAR NOT NULL,ssl_valid INTEGER NOT NULL,preferred INTEGER NOT NULL,date_created INTEGER NOT NULL,blacklisted_by_user INTEGER NOT NULL,scheme INTEGER NOT NULL,UNIQUE (origin_url, username_element, username_value, password_element, submit_element, signon_realm));
13 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height));
14 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL);
version_33.sql 3 CREATE TABLE meta(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY,value LONGVARCHAR);
12 CREATE TABLE logins (origin_url VARCHAR NOT NULL, action_url VARCHAR, username_element VARCHAR, username_value VARCHAR, password_element VARCHAR, password_value BLOB, submit_element VARCHAR, signon_realm VARCHAR NOT NULL,ssl_valid INTEGER NOT NULL,preferred INTEGER NOT NULL,date_created INTEGER NOT NULL,blacklisted_by_user INTEGER NOT NULL,scheme INTEGER NOT NULL,UNIQUE (origin_url, username_element, username_value, password_element, submit_element, signon_realm));
13 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height));
14 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL);
version_40.sql 3 CREATE TABLE meta(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY,value LONGVARCHAR);
12 CREATE TABLE logins (origin_url VARCHAR NOT NULL, action_url VARCHAR, username_element VARCHAR, username_value VARCHAR, password_element VARCHAR, password_value BLOB, submit_element VARCHAR, signon_realm VARCHAR NOT NULL,ssl_valid INTEGER NOT NULL,preferred INTEGER NOT NULL,date_created INTEGER NOT NULL,blacklisted_by_user INTEGER NOT NULL,scheme INTEGER NOT NULL,UNIQUE (origin_url, username_element, username_value, password_element, submit_element, signon_realm));
13 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height));
14 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL);
version_41.sql 3 CREATE TABLE meta(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY,value LONGVARCHAR);
12 CREATE TABLE logins (origin_url VARCHAR NOT NULL, action_url VARCHAR, username_element VARCHAR, username_value VARCHAR, password_element VARCHAR, password_value BLOB, submit_element VARCHAR, signon_realm VARCHAR NOT NULL,ssl_valid INTEGER NOT NULL,preferred INTEGER NOT NULL,date_created INTEGER NOT NULL,blacklisted_by_user INTEGER NOT NULL,scheme INTEGER NOT NULL,UNIQUE (origin_url, username_element, username_value, password_element, submit_element, signon_realm));
13 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height));
14 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL);
version_42.sql 3 CREATE TABLE meta(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY,value LONGVARCHAR);
13 CREATE TABLE logins (origin_url VARCHAR NOT NULL, action_url VARCHAR, username_element VARCHAR, username_value VARCHAR, password_element VARCHAR, password_value BLOB, submit_element VARCHAR, signon_realm VARCHAR NOT NULL,ssl_valid INTEGER NOT NULL,preferred INTEGER NOT NULL,date_created INTEGER NOT NULL,blacklisted_by_user INTEGER NOT NULL,scheme INTEGER NOT NULL,UNIQUE (origin_url, username_element, username_value, password_element, submit_element, signon_realm));
14 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height));
15 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL);
version_43.sql 3 CREATE TABLE meta(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY,value LONGVARCHAR);
14 CREATE TABLE logins (origin_url VARCHAR NOT NULL, action_url VARCHAR, username_element VARCHAR, username_value VARCHAR, password_element VARCHAR, password_value BLOB, submit_element VARCHAR, signon_realm VARCHAR NOT NULL,ssl_valid INTEGER NOT NULL,preferred INTEGER NOT NULL,date_created INTEGER NOT NULL,blacklisted_by_user INTEGER NOT NULL,scheme INTEGER NOT NULL,UNIQUE (origin_url, username_element, username_value, password_element, submit_element, signon_realm));
15 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height));
16 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL);
  /external/chromium_org/printing/
page_range.h 27 // Retrieves the sorted list of unique pages in the page ranges.
  /external/chromium_org/sync/internal_api/public/base/
attachment_id_proto.h 15 // Creates a unique AttachmentIdProto.
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
mucroomuniquehangoutidtask.h 11 // Task to request a unique hangout id to be used when starting a hangout.
  /external/chromium_org/third_party/skia/dm/
DMPDFRasterizeTask.cpp 25 SkASSERT(fPdf->unique());
  /external/chromium_org/third_party/skia/src/core/
SkRecording.cpp 32 SkASSERT(fRecorder->unique());
  /external/chromium_org/tools/measure_page_load_time/ie_bho/
MeasurePageLoadTime.idl 20 pointer_default(unique)
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
device.py 13 guid: A unique id of the device. Subclass of device must specify this
  /external/chromium_org/v8/src/compiler/
simplified-operator-reducer.cc 22 if (m.Is(Unique<HeapObject>::CreateImmovable(factory()->false_value()))) {
25 if (m.Is(Unique<HeapObject>::CreateImmovable(factory()->true_value()))) {
40 if (m.Is(Unique<HeapObject>::CreateImmovable(factory()->false_value()))) {
43 if (m.Is(Unique<HeapObject>::CreateImmovable(factory()->true_value()))) {
  /external/compiler-rt/test/msan/
print_stats.cc 35 // CHECK-STATS: Unique heap origins:
37 // CHECK-STATS: Unique origin histories:
40 // CHECK-NOSTATS-NOT: Unique heap origins:
42 // CHECK-NOSTATS-NOT: Unique origin histories:
  /external/e2fsprogs/
SHLIBS 30 Description: DCE Universally Unique ID (UUID) library

Completed in 6563 milliseconds

<<11121314151617181920>>