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

<<11121314151617181920>>

  /external/jsilver/src/com/google/clearsilver/jsilver/precompiler/
compile_cs 17 * name: A unique name for this rule. (Name; required)
65 * name: A unique name for this rule. (Name; required)
  /external/kernel-headers/original/linux/
qic117.h 94 /* command 31: vendor unique */
159 /*31*/ {"vendor unique (31)", 0x00, 0x00, unused, 0, discretional},\
168 /*40*/ {"vendor unique (40)", 0x00, 0x00, unused, 0, discretional},\
169 /*41*/ {"vendor unique (41)", 0x00, 0x00, unused, 0, discretional},\
170 /*42*/ {"vendor unique (42)", 0x00, 0x00, unused, 0, discretional},\
171 /*43*/ {"vendor unique (43)", 0x00, 0x00, unused, 0, discretional},\
172 /*44*/ {"vendor unique (44)", 0x00, 0x00, unused, 0, discretional},\
173 /*45*/ {"vendor unique (45)", 0x00, 0x00, unused, 0, discretional},\
  /external/stlport/test/unit/
unique_test.cpp 38 unique((int*)numbers, (int*)numbers + 8);
56 unique((const char**)labels, (const char**)labels + count, str_equal);
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
FwdLockGlue.h 52 * Encrypts the given session key using a key-encryption key unique to this device.
67 * Decrypts the given session key using a key-encryption key unique to this device.
  /frameworks/base/telephony/java/com/android/internal/telephony/
IPhoneSubInfo.aidl 26 * Retrieves the unique device ID, e.g., IMEI for GSM phones.
37 * Retrieves the unique sbuscriber ID, e.g., IMSI for GSM phones.
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/
mcUuid.h 2 * @addtogroup MC_UUID mcUuid - Universally Unique Identifier.
39 /** Universally Unique Identifier (UUID) according to ISO/IEC 11578. */
  /ndk/tests/device/test-gnustl-full/unit/
unique_test.cpp 38 unique((int*)numbers, (int*)numbers + 8);
56 unique((const char**)labels, (const char**)labels + count, str_equal);
  /ndk/tests/device/test-stlport/unit/
unique_test.cpp 38 unique((int*)numbers, (int*)numbers + 8);
56 unique((const char**)labels, (const char**)labels + count, str_equal);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
connector.h 31 * Process Events connector unique ids -- used for message routing
50 * idx and val are unique identifiers which
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
connector.h 31 * Process Events connector unique ids -- used for message routing
50 * idx and val are unique identifiers which
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
connector.h 31 * Process Events connector unique ids -- used for message routing
50 * idx and val are unique identifiers which
  /prebuilts/python/darwin-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));"
  /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));"
  /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...]
  /external/e2fsprogs/debian/
control.in 85 Description: Universally Unique ID library
86 The libuuid library generates and parses 128-bit universally unique
87 ids (UUIDs). A UUID is an identifier that is unique across both
101 Description: runtime components for the Universally Unique ID library
102 The libuuid library generates and parses 128-bit universally unique
103 ids (UUIDs). A UUID is an identifier that is unique across both
114 UUID?s, in a secure and guaranteed-unique fashion, even in the face
125 Description: stripped down universally unique id library, for debian-installer
126 libuuid generates and parses 128-bit universally unique ids (UUIDs).
137 Description: universally unique id library - headers and static librarie
    [all...]
  /bionic/libc/private/
thread_private.h 23 * helper macro to make unique names in the thread namespace
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/BasicSyncAdapterTests/
AndroidManifest.xml 2 <!-- package name must be unique so suffix with "tests" so package loader doesn't ignore us -->
  /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/app/sql/
diagnostic_error_delegate.h 22 // constructible. The template parameter makes the compiler to create unique
  /external/chromium/chrome/browser/bookmarks/
bookmark_service.h 26 // the unique set of URLs. For example, if two bookmarks reference the same

Completed in 8033 milliseconds

<<11121314151617181920>>