/dalvik/dx/tests/086-ssa-edge-split/ |
Blort.java | 45 * a unique predecessor 57 * a result needs to have a unique successor. This appies
|
/external/chromium_org/chrome/browser/password_manager/ |
password_store_factory.h | 19 // With high probability, they are unique on the local machine. They are almost 20 // certainly not unique globally, by design. Do not send them over the network.
|
/external/chromium_org/chrome/browser/sync/test/integration/performance/ |
autofill_sync_perf_test.cc | 57 // Returns a new unique autofill profile. 60 // Returns a new unique autofill key. 63 // Returns an unused unique guid. 66 // Returns a unique guid based on the input integer |n|. 69 // Returns a new unused unique name. 72 // Returns a unique name based on the input integer |n|. 75 // Returns a new unused unique value for autofill entries. 78 // Returnes a unique value based on the input integer |n|.
|
bookmarks_sync_perf_test.cc | 27 // Adds |num_urls| new unique bookmarks to the bookmark bar for |profile|. 40 // Returns a new unique bookmark URL. 43 // Returns a new unique bookmark title.
|
/external/chromium_org/chrome/browser/webdata/ |
logins_table.cc | 16 // We just need a unique constant. Use the address of a static that 47 "UNIQUE "
|
/external/chromium_org/content/public/browser/ |
child_process_data.h | 23 // The unique identifier for this child process. This identifier is NOT a 24 // process ID, and will be unique for all types of child process for
|
/external/chromium_org/content/renderer/fetchers/ |
multi_resolution_image_resource_fetcher.h | 37 // Unique identifier for the request. 50 // Unique identifier for the request.
|
/external/chromium_org/ipc/ |
ipc_channel.cc | 16 // Global atomic used to guarantee channel IDs are unique. 29 // This is composed of a unique incremental identifier, the process ID of
|
/external/chromium_org/sync/protocol/ |
session_specifics.proto | 20 // Unique id for the client. 25 // The local tab id used by sync. Unique across all nodes for that client. 33 // A non-unique but human-readable name to describe this client. 40 // Unique (to the owner) id for this window. 56 // Unique (to the owner) id for this tab. 58 // The unique id for the window this tab belongs to. 105 // The unique navigation id (within this client). 120 // The id for this navigation, which is globally unique with high
|
/external/chromium_org/third_party/re2/re2/ |
prefilter_tree.h | 8 // the unique strings across the prefilters. During search, by using 57 // Print debug prefilter. Also prints unique ids associated with 62 // Each unique node has a corresponding Entry that helps in 68 // node, it is the number of unique children. 85 // This function assigns unique ids to various parts of the 99 // children of node has already been assigned unique ids. 109 // one node for each unique atom and each unique AND/OR node.
|
/external/chromium_org/third_party/sqlite/src/test/ |
tkt-4a03edc4c8.test | 24 b UNIQUE ON CONFLICT FAIL 34 } {1 {column b is not unique}}
|
conflict.test | 30 CREATE TABLE t1(a, b, c, UNIQUE(a,b)); 78 CREATE TABLE t1(a INTEGER PRIMARY KEY, b, c, UNIQUE(a,b)); 123 CREATE TABLE t1(a, b, c INTEGER, PRIMARY KEY(c), UNIQUE(a,b)); 173 # conf1 The conflict resolution algorithm on the UNIQUE constraint 196 CREATE TABLE t1(a,b,c,UNIQUE(a,b) $conf1); 280 # conf1 The conflict resolution algorithm on the UNIQUE constraint 309 if {$t0} {set t1 {column a is not unique}} 323 CREATE TABLE t1(a,b,c, UNIQUE(a) $conf1); 345 CREATE TABLE t1(a unique, b); 461 a INTEGER UNIQUE ON CONFLICT IGNORE [all...] |
/external/dexmaker/src/dx/java/com/android/dx/util/ |
IntSet.java | 55 * Returns the count of unique elements in this set. 57 * @return {@code > = 0;} count of unique elements
|
/external/openfst/src/script/ |
shortest-path.cc | 34 size_t n, bool unique, bool first_path, 38 ShortestPathArgs2 args(ifst, ofst, n, unique, first_path, weight_threshold,
|
/external/regex-re2/re2/ |
prefilter_tree.h | 8 // the unique strings across the prefilters. During search, by using 54 // Print debug prefilter. Also prints unique ids associated with 59 // Each unique node has a corresponding Entry that helps in 65 // node, it is the number of unique children. 82 // This function assigns unique ids to various parts of the 96 // children of node has already been assigned unique ids. 106 // one node for each unique atom and each unique AND/OR node.
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
mkstemp.c | 35 /* Generate a unique temporary file name from TEMPLATE. 37 they are replaced with a string that makes the file name unique.
|
/external/chromium_org/components/test/data/web_database/ |
version_22.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_49.sql | 3 CREATE TABLE meta(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY, value LONGVARCHAR); 21 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height)); 22 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL); 23 CREATE TABLE web_intents ( service_url LONGVARCHAR, action VARCHAR, type VARCHAR, title LONGVARCHAR, disposition VARCHAR, scheme VARCHAR, UNIQUE (service_url, action, scheme, type)); 24 CREATE TABLE web_intents_defaults ( action VARCHAR, type VARCHAR, url_pattern LONGVARCHAR, user_date INTEGER, suppression INTEGER, service_url LONGVARCHAR, scheme VARCHAR, UNIQUE (action, scheme, type, url_pattern));
|
version_50.sql | 3 CREATE TABLE meta(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY, value LONGVARCHAR); 21 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height)); 22 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL); 23 CREATE TABLE web_intents ( service_url LONGVARCHAR, action VARCHAR, type VARCHAR, title LONGVARCHAR, disposition VARCHAR, scheme VARCHAR, UNIQUE (service_url, action, scheme, type)); 24 CREATE TABLE web_intents_defaults ( action VARCHAR, type VARCHAR, url_pattern LONGVARCHAR, user_date INTEGER, suppression INTEGER, service_url LONGVARCHAR, scheme VARCHAR, UNIQUE (action, scheme, type, url_pattern));
|
/external/chromium_org/remoting/host/win/ |
chromoting_lib_idl.templ | 14 pointer_default(unique) 54 pointer_default(unique) 72 pointer_default(unique) 89 pointer_default(unique) 95 "unique value to be used to identify this connection.") ]
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
mucroomuniquehangoutidtask_unittest.cc | 94 "<uni:unique hangout-id=\"true\" " 95 "xmlns:uni=\"http://jabber.org/protocol/muc#unique\"/>" 105 "<unique hangout-id=\"some_hangout_id\" " 106 "xmlns=\"http://jabber.org/protocol/muc#unique\">" 108 "</unique>"
|
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/packet/ |
Open.java | 27 /* unique session ID identifying this In-Band Bytestream */
45 * @param sessionID unique session ID identifying this In-Band Bytestream
72 * @param sessionID unique session ID identifying this In-Band Bytestream
80 * Returns the unique session ID identifying this In-Band Bytestream.
82 * @return the unique session ID identifying this In-Band Bytestream
|
/frameworks/av/drm/libdrmframework/plugins/common/include/ |
DrmEngineBase.h | 114 * @param[in] uniqueId Unique identifier for a session 129 * @param[in] uniqueId Unique identifier for a session 141 * @param[in] uniqueId Unique identifier for a session 151 * @param[in] uniqueId Unique identifier for a session. uniqueId is a random 169 * @param[in] uniqueId Unique identifier for a session 178 * @param[in] uniqueId Unique identifier for a session 188 * @param[in] uniqueId Unique identifier for a session 199 * @param[in] uniqueId Unique identifier for a session 213 * @param[in] uniqueId Unique identifier for a session 223 * @param[in] uniqueId Unique identifier for a sessio [all...] |
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
TestSymbolDefinitions.java | 310 ErrorManager.setErrorListener(equeue); // unique listener per thread 327 ErrorManager.setErrorListener(equeue); // unique listener per thread 344 ErrorManager.setErrorListener(equeue); // unique listener per thread 360 ErrorManager.setErrorListener(equeue); // unique listener per thread 375 ErrorManager.setErrorListener(equeue); // unique listener per thread 390 ErrorManager.setErrorListener(equeue); // unique listener per thread 406 ErrorManager.setErrorListener(equeue); // unique listener per thread 420 ErrorManager.setErrorListener(equeue); // unique listener per thread 429 ErrorManager.setErrorListener(equeue); // unique listener per thread 443 ErrorManager.setErrorListener(equeue); // unique listener per threa [all...] |
/external/droiddriver/src/com/google/android/droiddriver/scroll/ |
DynamicSentinelStrategy.java | 60 * Determines whether the sentinel is updated by checking a single unique 68 * its child element which contains a unique String. 76 * the unique String 77 * @return the unique String 96 Logs.logfmt(Log.WARN, "Unique String under sentinel %s is null", newSentinel); 100 Logs.log(Log.INFO, "Unique String is not updated: " + newString); 149 * unique.
|