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

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
dump.py 25 "t1_i1 integer not null, i2 integer, unique (s1), " \
26 "constraint t1_idx1 unique (i2));"
  /system/core/libsparse/
Android.mk 49 # Need a unique module name, but exe should still be called simg2img
72 # Need a unique module name, but exe should still be called simg2img
  /external/chromium_org/third_party/sqlite/src/test/
index.test 420 a int UNIQUE,
423 UNIQUE(a,c)
440 } {1 {index associated with UNIQUE or PRIMARY KEY constraint cannot be dropped}}
553 # For example: "CREATE TABLE abc( x PRIMARY KEY, UNIQUE(x) );"
557 CREATE TABLE t7(c UNIQUE PRIMARY KEY);
564 CREATE TABLE t7(c UNIQUE PRIMARY KEY);
571 CREATE TABLE t7(c PRIMARY KEY, UNIQUE(c) );
578 CREATE TABLE t7(c, d , UNIQUE(c, d), PRIMARY KEY(c, d) );
585 CREATE TABLE t7(c, d , UNIQUE(c), PRIMARY KEY(c, d) );
598 CREATE TABLE t7(c, d UNIQUE, UNIQUE(c), PRIMARY KEY(c, d) )
    [all...]
  /bootable/recovery/
fuse_sideload.c 96 static void fuse_reply(struct fuse_data* fd, __u64 unique, const void *data, size_t len)
104 hdr.unique = unique;
128 fuse_reply(fd, hdr->unique, &out, sizeof(out));
163 fuse_reply(fd, hdr->unique, &out, sizeof(out));
188 fuse_reply(fd, hdr->unique, &out, sizeof(out));
201 fuse_reply(fd, hdr->unique, &out, sizeof(out));
293 outhdr.unique = hdr->unique;
484 outhdr.unique = hdr->unique
    [all...]
  /external/e2fsprogs/debian/
control.in 93 Description: Universally Unique ID library
94 The libuuid library generates and parses 128-bit universally unique
95 ids (UUIDs). A UUID is an identifier that is unique across both
109 Description: runtime components for the Universally Unique ID library
110 The libuuid library generates and parses 128-bit universally unique
111 ids (UUIDs). A UUID is an identifier that is unique across both
122 UUID?s, in a secure and guaranteed-unique fashion, even in the face
133 Description: stripped down universally unique id library, for debian-installer
134 libuuid generates and parses 128-bit universally unique ids (UUIDs).
145 Description: universally unique id library - headers and static librarie
    [all...]
  /bionic/libc/private/
thread_private.h 20 * helper macro to make unique names in the thread namespace
  /developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/assets/
northern-irish-vegetable-soup.json 17 summary: "This recipe is apparently unique to Northern Ireland and uses soup/herb celery which is hard to find outside the area, but regular table celery can be substituted (including the leaves).",
  /developers/samples/android/wearable/wear/RecipeAssistant/Application/src/main/assets/
northern-irish-vegetable-soup.json 17 summary: "This recipe is apparently unique to Northern Ireland and uses soup/herb celery which is hard to find outside the area, but regular table celery can be substituted (including the leaves).",
  /development/ndk/samples/hello-jni/tests/
AndroidManifest.xml 2 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
  /development/ndk/samples/two-libs/tests/
AndroidManifest.xml 2 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
  /development/samples/HeavyWeight/
AndroidManifest.xml 19 supplies a unique name for the application. When writing your
  /development/samples/HelloActivity/
AndroidManifest.xml 19 supplies a unique name for the application. When writing your
  /development/tools/templates/
AndroidManifest.tests.template 2 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
  /docs/source.android.com/src/devices/tech/datausage/
excluding-network-types.jd 25 <p>Some mobile radio implementations may have unique Linux network
  /external/chromium_org/base/debug/
task_annotator.h 35 // Creates a process-wide unique ID to represent this task in trace events.
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/identity/
SettingsSecureBasedIdentificationGenerator.java 16 * Unique identificator implementation that uses the Settings.Secure.ANDROID_ID field and MD5
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/invalidation/
UniqueIdInvalidationClientNameGenerator.java 18 * are unique and consistent across restarts.
  /external/chromium_org/chrome/browser/extensions/api/sessions/
session_id.cc 25 // a unique integer as the identifier.
  /external/chromium_org/chrome/browser/profiles/
storage_partition_descriptor.h 13 // a unique key to look up RequestContext objects in the ProfileIOData derived
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
bookmark_node_applescript.h 33 // Assigns a node, sets its unique ID and also copies temporary values.
element_applescript.h 14 // Used by the applescript runtime to identify each unique scriptable object.
  /external/chromium_org/chrome/browser/ui/cocoa/media_picker/
desktop_media_picker_item.h 27 // |imageUID| is a unique number in the context of the |IKImageBrowserView|
  /external/chromium_org/chrome/browser/ui/
singleton_tabs.h 11 // Methods for opening "singleton tabs". Tabs are guaranteed unique by varying
  /external/chromium_org/chrome/browser/ui/webui/options/
media_devices_selection_handler.h 40 // media type (kAuudio/kVideo) and the unique id of the new default device
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/
key.html 5 the unique ID of an extension, app, or theme when

Completed in 674 milliseconds

<<11121314151617181920>>