HomeSort by relevance Sort by last modified time
    Searched full:unique (Results 276 - 300 of 5972) sorted by null

<<11121314151617181920>>

  /cts/tools/dasm/src/java_cup/
symbol.java 9 * unique within terminals or non terminals, but not across both).
79 * Note: indexes are unique among terminals and unique among non terminals,
85 * Note: indexes are unique among terminals and unique among non terminals,
  /external/chromium_org/components/test/data/web_database/
version_22_corrupt.sql 3 CREATE TABLE meta(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY,value LONGVARCHAR);
16 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));
17 CREATE TABLE ie7_logins (url_hash VARCHAR NOT NULL, password_value BLOB,date_created INTEGER NOT NULL,UNIQUE (url_hash));
18 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height));
19 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL);
version_34.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 ie7_logins (url_hash VARCHAR NOT NULL, password_value BLOB, date_created INTEGER NOT NULL,UNIQUE (url_hash));
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/third_party/sqlite/src/test/
tkt1443.test 54 item str unique
64 label STR UNIQUE
84 user STRING UNIQUE,
94 userGroup STRING UNIQUE
153 CREATE UNIQUE INDEX PermissionsIdx
fkey_malloc.test 25 CREATE TABLE t1(a PRIMARY KEY, b UNIQUE);
36 CREATE TABLE t1(a, b, UNIQUE(a, b));
79 CREATE TABLE t1(x INTEGER PRIMARY KEY, y UNIQUE);
tkt1435.test 50 CREATE TABLE Versions(versionId INTEGER PRIMARY KEY,version STR UNIQUE);
54 CREATE TABLE Flavors(flavorId integer primary key, flavor str unique);
96 CREATE UNIQUE INDEX InstancesIdx
  /external/chromium/third_party/libjingle/source/talk/base/
linked_ptr.h 92 bool unique() const throw() {return itsPrev ? itsPrev==this : true;} function in class:talk_base::linked_ptr
128 { // erase this from the list, delete if unique
129 if (unique()) delete itsPtr;
  /external/chromium-trace/trace-viewer/src/tracing/
trace_model_settings.js 21 * considers all the other keys in the model. If it is unique, then the key is
22 * persisted to base.Settings. However, if it is not unique, then the
23 * setting is stored on the object itself. Thus, objects with unique keys will
  /external/chromium_org/chrome/browser/download/
download_path_reservation_tracker.h 30 // - |target_path| was verified as being unique if uniqueness was
39 // attempting to come up with a unique path.
71 // verified as being writeable and unique.
  /external/chromium_org/chrome/browser/extensions/api/declarative/
initializing_rules_registry.h 56 // Creates an ID that is unique within the scope of|extension_id|.
59 // Verifies that all |rules| have unique IDs or initializes them with
60 // unique IDs if they don't have one. In case of duplicate IDs, this function
  /external/chromium_org/chrome/browser/search_engines/
prepopulated_engines_schema.json 70 // Unique id for this prepopulate engine (corresponds to
76 // This ID must be "unique" within one country's prepopulated data, but two
83 // and Spanish), we must use two different unique IDs (and different
  /external/chromium_org/chrome/browser/sync/test/integration/performance/
typed_urls_sync_perf_test.cc 38 // Adds |num_urls| new unique typed urls to |profile|.
51 // Returns a new unique typed URL.
54 // Returns a unique URL according to the integer |n|.
  /external/chromium_org/chrome/browser/ui/android/tab_model/
tab_model.h 100 // Unique identifier of this TabModel for session restore. This id is only
101 // unique within the current session, and is not guaranteed to be unique
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_icon_win.h 27 // Constructor which provides this icon's unique ID and messaging window.
60 // The unique ID corresponding to this icon.
87 // Constructor which provides this icon's unique ID and messaging window.
  /external/chromium_org/chrome/browser/webdata/
web_intents_table.cc 22 // We just need a unique constant. Use the address of a static that
55 " UNIQUE (service_url, action, scheme, type))")) {
75 " UNIQUE (action, scheme, type, url_pattern))")) {
  /external/chromium_org/components/autofill/core/browser/
autofill_field.h 57 // The unique signature of this field, composed of the field name and the html
69 // The unique name of this field, generated by Autofill.
72 // The unique identifier for the section (e.g. billing vs. shipping address)
  /external/chromium_org/content/test/data/indexeddb/
index_test.js 99 shouldBe("index.unique", "true");
102 request = objectStore.createIndex('myIndex', 'aKey', {unique: true});
113 window.index = objectStore.createIndex('myIndex', 'aKey', {unique: true});
  /external/chromium_org/remoting/base/
breakpad_win_unittest.cc 25 // The prefix string used to generate a unique crash server pipe name.
26 // The name has to be unique as multiple test instances can be running
97 // This is the parent process. Generate a unique pipe name and setup
  /external/chromium_org/third_party/WebKit/Source/web/
WebIDBMetadata.cpp 64 webIndex.unique = index.unique;
81 IDBIndexMetadata index(webIndex.name, webIndex.id, webIndex.keyPath, webIndex.unique, webIndex.multiEntry);
  /external/chromium_org/third_party/libjingle/source/talk/base/
linked_ptr.h 92 bool unique() const throw() {return itsPrev ? itsPrev==this : true;} function in class:talk_base::linked_ptr
128 { // erase this from the list, delete if unique
129 if (unique()) delete itsPtr;
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFResourceDict.h 50 * @param key The resource key, should be unique within its type.
77 * @param key The resource key, should be unique within its type.
88 * @param key The resource key, should be unique within its type.
  /external/chromium_org/webkit/common/database/
database_identifier.cc 53 false /* unique */,
76 // This magical set of schemes is always treated as unique.
97 return DatabaseIdentifier(scheme, hostname, port, false /* unique */, false);
  /external/clang/include/clang/Basic/
Linkage.h 22 /// \brief No linkage, which means that the entity is unique and
31 /// \brief External linkage within a unique namespace.
35 /// their names are unique to this translation unit, which is
  /external/jsilver/src/com/google/streamhtmlparser/impl/
InternalState.java 55 * @param id the integer identiifer for this state, guaranteed to be unique
99 * @param name a unique identifier for this state useful during debugging
110 * @param name A unique identifier for this state useful during debugging
  /external/llvm/test/Verifier/
module-flags-1.ll 27 ; Check that module flags only have unique IDs.
29 ; CHECK: module flag identifiers must be unique (or of 'require' type)
32 ; CHECK-NOT: module flag identifiers must be unique

Completed in 4452 milliseconds

<<11121314151617181920>>