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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/webrtc/modules/video_capture/include/
video_capture_factory.h 24 // id - unique identifier of this video capture module object.
31 // id - unique identifier of this video capture module object
  /external/chromium_org/ui/gfx/
sequential_id_generator.h 24 // Generates a unique ID to represent |number|. The generated ID is the
29 // Checks to see if the generator currently has a unique ID generated for
  /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/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/
Android.mk 17 test_makefile := external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/Android.mk
19 test_name := thread/thread.mutex/thread.lock/thread.lock.unique/types
  /external/lldb/source/API/
SBBroadcaster.cpp 73 SBBroadcaster::BroadcastEventByType (uint32_t event_type, bool unique)
78 log->Printf ("SBBroadcaster(%p)::BroadcastEventByType (event_type=0x%8.8x, unique=%i)", m_opaque_ptr, event_type, unique);
83 if (unique)
90 SBBroadcaster::BroadcastEvent (const SBEvent &event, bool unique)
95 log->Printf ("SBBroadcaster(%p)::BroadcastEventByType (SBEvent(%p), unique=%i)", m_opaque_ptr, event.get(), unique);
101 if (unique)
  /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.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
amstream.idl 72 pointer_default(unique)
87 pointer_default(unique)
125 pointer_default(unique)
153 pointer_default(unique)
191 pointer_default(unique)
203 pointer_default(unique)
219 pointer_default(unique)
251 pointer_default(unique)
  /frameworks/base/telecomm/java/android/telecom/
ConnectionServiceAdapter.java 94 * @param callId The unique ID of the call whose state is changing to active.
108 * @param callId The unique ID of the call whose state is changing to ringing.
122 * @param callId The unique ID of the call whose state is changing to dialing.
136 * @param callId The unique ID of the call whose state is changing to disconnected.
152 * @param callId - The unique ID of the call whose state is changing to be on hold.
166 * @param callId The unique ID of the call whose ringback is being changed.
191 * @param callId The unique ID of the call being conferenced.
192 * @param conferenceCallId The unique ID of the conference call. Null if call is not
209 * @param callId The unique ID of the call.
241 * @param callId The unique ID of the conference call
    [all...]
  /external/chromium_org/components/test/data/web_database/
version_20.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_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));
version_54.sql 3 CREATE TABLE meta(key LONGVARCHAR NOT NULL UNIQUE PRIMARY KEY, value LONGVARCHAR);
10 CREATE TABLE web_app_icons (url LONGVARCHAR,width int,height int,image BLOB, UNIQUE (url, width, height));
11 CREATE TABLE web_apps (url LONGVARCHAR UNIQUE,has_all_images INTEGER NOT NULL);
12 CREATE TABLE web_intents ( service_url LONGVARCHAR, action VARCHAR, type VARCHAR, title LONGVARCHAR, disposition VARCHAR, scheme VARCHAR, UNIQUE (service_url, action, scheme, type));
13 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/sync/protocol/
unique_position.proto 19 // Unique positions are unique per-item, since they are guaranteed to end with a
20 // fixed-length suffix that is unique per-item. The position string may not end
29 // Unique positions were first introduced in M28. This change was rolled out
67 // This encoding uses compression scheme designed especially for unique
  /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/chromium_org/v8/test/cctest/compiler/
test-codegen-deopt.cc 132 Unique<Object> deopt_fun_constant =
133 Unique<Object>::CreateUninitialized(deopt_function);
137 Unique<Object> caller_context_constant =
138 Unique<Object>::CreateUninitialized(caller_context);
152 Unique<Object> context_constant =
153 Unique<Object>::CreateUninitialized(context);
247 Unique<Object> this_fun_constant =
248 Unique<Object>::CreateUninitialized(function);
252 Unique<Object> context_constant =
253 Unique<Object>::CreateUninitialized(context)
    [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 descendant or self which contains a unique String.
76 * unique String
77 * @return the unique String
93 // certain cases, e.g. user is looking for a sibling of the unique string;
94 // the scroll is close to the end therefore the unique string does not
107 Logs.logfmt(Log.WARN, "Unique String is null: sentinel=%s, uniqueStringFinder=%s",
112 Logs.log(Log.INFO, "Unique String is not updated: " + newString);
158 * pattern to get a unique string.
183 * after each scroll should be unique
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
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/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/chromium_org/chrome/browser/sync/test/integration/performance/
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.

Completed in 8556 milliseconds

1 2 3 4 5 6 7 891011>>