/external/chromium_org/sync/internal_api/public/engine/ |
sync_status.h | 82 // The unique identifer for the sync store. 85 // The unique identifier for the invalidation client.
|
/external/chromium_org/sync/test/fake_server/ |
fake_server_entity.h | 24 // If |inner_id| is globally unique, then the returned ID will also be 25 // globally unique.
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
PublicURLManager.h | 58 // One or more URLs can be associated with the same unique ID. 59 // Objects need be revoked by unique ID in some cases.
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
LayerFragment.h | 71 // Unique to paginated fragments. The physical translation to apply to shift the layer when painting/hit-testing. 74 // Also unique to paginated fragments. An additional clip that applies to the layer. It is in layer-local
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IDBIndex.h | 60 bool unique() const { return m_metadata.unique; } function in class:blink::IDBIndex
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebIDBMetadata.h | 72 bool unique; member in struct:blink::WebIDBMetadata::Index 77 , unique(false)
|
/external/chromium_org/third_party/sqlite/src/test/ |
mallocF.test | 43 CREATE TABLE t1(x PRIMARY KEY,y UNIQUE); 56 CREATE TABLE t1(x PRIMARY KEY,y UNIQUE);
|
tkt-cbd054fa6b.test | 26 CREATE TABLE t1(a INTEGER PRIMARY KEY, b TEXT UNIQUE NOT NULL); 58 CREATE TABLE t1(a INTEGER PRIMARY KEY, b BLOB UNIQUE NOT NULL);
|
tkt-f777251dc7a.test | 22 CREATE TEMP TABLE t1(x UNIQUE); 51 CREATE TEMP TABLE t1(x UNIQUE);
|
/external/chromium_org/v8/src/compiler/ |
common-operator.h | 9 #include "src/unique.h" 91 const Operator* HeapConstant(const Unique<Object>&);
|
/external/e2fsprogs/misc/ |
uuidd.8.in | 46 universally unique identifiers (UUIDs), especially time-based UUID's 47 in a secure and guaranteed-unique fashion, even in the face of large
|
/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/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/ |
Android.mk | 39 test_name := utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/unique 40 test_src := unique.pass.cpp
|
/external/lldb/include/lldb/API/ |
SBBroadcaster.h | 38 BroadcastEventByType (uint32_t event_type, bool unique = false); 41 BroadcastEvent (const lldb::SBEvent &event, bool unique = false);
|
/external/lldb/source/Symbol/ |
FuncUnwinders.cpp | 105 // the unique pointer member variable, and have another thread enter this function 106 // and return the partially filled pointer contained in the unique pointer. 131 // the unique pointer member variable, and have another thread enter this function 132 // and return the partially filled pointer contained in the unique pointer. 157 // the unique pointer member variable, and have another thread enter this function 158 // and return the partially filled pointer contained in the unique pointer. 193 // the unique pointer member variable, and have another thread enter this function 194 // and return the partially filled pointer contained in the unique pointer.
|
/external/lldb/utils/vim-lldb/python-vim-lldb/ |
vim_signs.py | 12 # unique sign id (for ':[sign/highlight] define) 15 # unique name id (for ':sign place')
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfFile.h | 41 // A list of all the unique abbreviations in use. 62 /// \brief Define a unique number for the abbreviation.
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/ |
MixinEmitter.java | 61 Set unique = new HashSet(); local 65 if (unique.add(MethodWrapper.create(methods[j]))) {
|
/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/core/java/android/print/ |
package.html | 31 methods as well as methods for querying its state. Each print job has a unique id represented 39 unique id which is abstracted by the {@link android.print.PrinterId} class. The {@link
|
/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/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));"
|