/external/chromium_org/third_party/sqlite/src/test/ |
pagerfault.test | 38 CREATE TABLE t1(a UNIQUE, b UNIQUE); 130 CREATE TABLE t1(a UNIQUE, b UNIQUE); 131 CREATE TABLE aux.t2(a UNIQUE, b UNIQUE); 198 CREATE TABLE t1(a UNIQUE, b UNIQUE); 265 CREATE TABLE t1(a UNIQUE, b UNIQUE); [all...] |
alter3.test | 91 CREATE TABLE t2(a, b, UNIQUE(a, b)); 95 } {{CREATE TABLE t2(a, b, c REFERENCES t1(c), UNIQUE(a, b))}} 99 CREATE TABLE t3(a, b, UNIQUE(a, b)); 103 } {{CREATE TABLE t3(a, b, c VARCHAR(10, 20), UNIQUE(a, b))}} 126 ALTER TABLE t1 ADD c UNIQUE 128 } {1 {Cannot add a UNIQUE column}}
|
alter4.test | 76 CREATE TEMP TABLE t2(a, b, UNIQUE(a, b)); 81 } {{CREATE TABLE t2(a, b, c REFERENCES t1(c), UNIQUE(a, b))}} 85 CREATE TEMPORARY TABLE t3(a, b, UNIQUE(a, b)); 90 } {{CREATE TABLE t3(a, b, c VARCHAR(10, 20), UNIQUE(a, b))}} 113 ALTER TABLE t1 ADD c UNIQUE 115 } {1 {Cannot add a UNIQUE column}}
|
/external/smack/src/org/jivesoftware/smack/packet/ |
Packet.java | 41 * Base class for XMPP packets. Every packet has a unique ID (which is automatically 81 * A prefix helps to make sure that ID's are unique across mutliple instances. 87 * forum a unique ID. 94 * Returns the next unique id. Each id made up of a short alphanumeric 95 * prefix along with a unique numeric value. 133 * Returns the unique ID of the packet. The returned value could be <tt>null</tt> when 136 * @return the packet's unique ID or <tt>null</tt> if the packet's id is not available. 150 * Sets the unique ID of the packet. To indicate that a packet has no id 153 * @param packetID the unique ID for the packet.
|
/external/chromium_org/extensions/common/api/ |
web_request.json | 130 "requestId": {"type": "string", "description": "The ID of the request. Request IDs are unique within a browser session. As a result, they could be used to relate different events of the same request."}, 133 "frameId": {"type": "integer", "description": "The value 0 indicates that the request happens in the main frame; a positive value indicates the ID of a subframe in which the request happens. If the document of a (sub-)frame is loaded (<code>type</code> is <code>main_frame</code> or <code>sub_frame</code>), <code>frameId</code> indicates the ID of this frame, not the ID of the outer frame. Frame IDs are unique within a tab."}, 198 "requestId": {"type": "string", "description": "The ID of the request. Request IDs are unique within a browser session. As a result, they could be used to relate different events of the same request."}, 201 "frameId": {"type": "integer", "description": "The value 0 indicates that the request happens in the main frame; a positive value indicates the ID of a subframe in which the request happens. If the document of a (sub-)frame is loaded (<code>type</code> is <code>main_frame</code> or <code>sub_frame</code>), <code>frameId</code> indicates the ID of this frame, not the ID of the outer frame. Frame IDs are unique within a tab."}, 243 "requestId": {"type": "string", "description": "The ID of the request. Request IDs are unique within a browser session. As a result, they could be used to relate different events of the same request."}, 246 "frameId": {"type": "integer", "description": "The value 0 indicates that the request happens in the main frame; a positive value indicates the ID of a subframe in which the request happens. If the document of a (sub-)frame is loaded (<code>type</code> is <code>main_frame</code> or <code>sub_frame</code>), <code>frameId</code> indicates the ID of this frame, not the ID of the outer frame. Frame IDs are unique within a tab."}, 283 "requestId": {"type": "string", "description": "The ID of the request. Request IDs are unique within a browser session. As a result, they could be used to relate different events of the same request."}, 286 "frameId": {"type": "integer", "description": "The value 0 indicates that the request happens in the main frame; a positive value indicates the ID of a subframe in which the request happens. If the document of a (sub-)frame is loaded (<code>type</code> is <code>main_frame</code> or <code>sub_frame</code>), <code>frameId</code> indicates the ID of this frame, not the ID of the outer frame. Frame IDs are unique within a tab."}, 329 "requestId": {"type": "string", "description": "The ID of the request. Request IDs are unique within a browser session. As a result, they could be used to relate different events of the same request."}, 332 "frameId": {"type": "integer", "description": "The value 0 indicates that the request happens in the main frame; a positive value indicates the ID of a subframe in which the request happens. If the document of a (sub-)frame is loaded (<code>type</code> is <code>main_frame</code> or <code>sub_frame</code>), <code>frameId</code> indicates the ID of this frame, not the ID of the outer frame. Frame IDs are unique within a tab."} [all...] |
/external/chromium_org/third_party/sqlite/src/tool/ |
genfkey.test | 33 CREATE TABLE t1(a INTEGER PRIMARY KEY, b, c, UNIQUE(b, c)); 123 CREATE TABLE t1(a INTEGER PRIMARY KEY, b, c, UNIQUE(b, c)); 180 CREATE TABLE t1(a INTEGER PRIMARY KEY, b, c, UNIQUE(c, b)); 260 Error in table t6: foreign key is not unique 261 Error in table t7: foreign key is not unique 302 UNIQUE("a.1 first", "b.2 second")
|
/external/chromium_org/v8/src/compiler/ |
raw-machine-assembler.h | 60 Unique<Object> unique = Unique<Object>::CreateImmovable( local 62 return NewNode(common()->HeapConstant(unique)); 87 Unique<Object> val = Unique<Object>::CreateUninitialized(object);
|
/external/lldb/source/Core/ |
Broadcaster.cpp | 131 // FIXME: Implement "unique listener for this bit" mask 217 Broadcaster::PrivateBroadcastEvent (EventSP &event_sp, bool unique) 244 log->Printf ("%p Broadcaster(\"%s\")::BroadcastEvent (event_sp = {%s}, unique =%i) hijack = %p", 248 unique, 254 if (unique && hijacking_listener->PeekAtNextEventForBroadcasterWithType (this, event_type)) 270 if (unique && pos->first->PeekAtNextEventForBroadcasterWithType (this, event_type))
|
/frameworks/support/v7/mediarouter/src/android/support/v7/media/ |
MediaRouteDescriptor.java | 33 * may take any form as long as it is unique within the media route provider. 64 * Gets the unique id of the route. 67 * identifier for the route and must be unique among all routes offered 265 * @param id The unique id of the route. 292 * Sets the unique id of the route. 295 * identifier for the route and must be unique among all routes offered
|
/frameworks/base/core/java/android/view/accessibility/ |
AccessibilityInteractionClient.java | 170 * @param accessibilityWindowId A unique window id. Use 250 * @param accessibilityWindowId A unique window id. Use 253 * @param accessibilityNodeId A unique view id or virtual descendant id from 316 * @param accessibilityWindowId A unique window id. Use 319 * @param accessibilityNodeId A unique view id or virtual descendant id from 362 * @param accessibilityWindowId A unique window id. Use 365 * @param accessibilityNodeId A unique view id or virtual descendant id from 407 * @param accessibilityWindowId A unique window id. Use 410 * @param accessibilityNodeId A unique view id or virtual descendant id from 449 * @param accessibilityWindowId A unique window id. Us [all...] |
/bionic/libc/private/ |
UniquePtr.h | 89 // Comparing unique pointers is probably a mistake, since they're unique.
|
/developers/build/prebuilts/gradle/BasicNotifications/Application/src/main/java/com/example/android/basicnotifications/ |
MainActivity.java | 19 * This value needs to be unique within this app, but it doesn't need to be 20 * unique system-wide.
|
/developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/utils/ |
MediaIDHelper.java | 48 * Extracts unique musicID from the mediaID. mediaID is, by this sample's convention, a 49 * concatenation of category (eg "by_genre"), categoryValue (eg "Classical") and unique
|
QueueHelper.java | 40 // extract the category and unique music ID from the media ID: 97 // queueId. Any other number unique in the queue would work.
|
/developers/build/templates/CardStream/_MODULE_/ |
README-CardStream.txt | 41 -Create a instance of Card.Builder with a tag String that *must* be unique among all cards. 74 Cards are identified by their unique tag.
|
/developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/utils/ |
MediaIDHelper.java | 48 * Extracts unique musicID from the mediaID. mediaID is, by this sample's convention, a 49 * concatenation of category (eg "by_genre"), categoryValue (eg "Classical") and unique
|
QueueHelper.java | 40 // extract the category and unique music ID from the media ID: 97 // queueId. Any other number unique in the queue would work.
|
/developers/samples/android/notification/BasicNotifications/Application/src/main/java/com/example/android/basicnotifications/ |
MainActivity.java | 19 * This value needs to be unique within this app, but it doesn't need to be 20 * unique system-wide.
|
/developers/samples/android/sensors/BatchStepSensor/Application/ |
README-CardStream.txt | 41 -Create a instance of Card.Builder with a tag String that *must* be unique among all cards. 74 Cards are identified by their unique tag.
|
/development/samples/BackupRestore/src/com/example/android/backuprestore/ |
FileHelperExampleAgent.java | 49 * objects. They only need to be unique among the helpers within this 50 * one agent class, not globally unique.
|
/development/samples/browseable/BasicNotifications/src/com.example.android.basicnotifications/ |
MainActivity.java | 19 * This value needs to be unique within this app, but it doesn't need to be 20 * unique system-wide.
|
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/ |
MediaIDHelper.java | 48 * Extracts unique musicID from the mediaID. mediaID is, by this sample's convention, a 49 * concatenation of category (eg "by_genre"), categoryValue (eg "Classical") and unique
|
QueueHelper.java | 40 // extract the category and unique music ID from the media ID: 97 // queueId. Any other number unique in the queue would work.
|
/external/chromium_org/chrome/browser/history/ |
shortcuts_database.h | 28 // id Unique id of the entry (needed for the sync). 80 std::string id; // Unique guid for the shortcut.
|
/external/chromium_org/chrome/browser/sync/test/integration/performance/ |
sessions_sync_perf_test.cc | 42 // Returns a new unique URL. 45 // Returns a unique URL according to the integer |n|.
|