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

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
coda.h 214 u_int32_t unique; member in struct:coda_in_hdr
222 u_int32_t unique; member in struct:coda_out_hdr
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
coda.h 214 u_int32_t unique; member in struct:coda_in_hdr
222 u_int32_t unique; member in struct:coda_out_hdr
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
coda.h 214 u_int32_t unique; member in struct:coda_in_hdr
222 u_int32_t unique; member in struct:coda_out_hdr
  /external/llvm/include/llvm/ADT/
ilist.h 605 template<class Pr2> void unique(Pr2 pred) { function in class:llvm::iplist
615 void unique() { unique(op_equal); } function in class:llvm::iplist
  /external/webkit/Source/WebCore/storage/
IDBObjectStoreBackendImpl.cpp 369 PassRefPtr<IDBIndexBackendInterface> IDBObjectStoreBackendImpl::createIndex(const String& name, const String& keyPath, bool unique, IDBTransactionBackendInterface* transaction, ExceptionCode& ec)
380 RefPtr<IDBIndexBackendImpl> index = IDBIndexBackendImpl::create(m_backingStore.get(), m_databaseId, this, name, m_name, keyPath, unique);
398 if (!objectStore->m_backingStore->createIndex(objectStore->m_databaseId, objectStore->id(), index->name(), index->keyPath(), index->unique(), id)) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
forward_list.h 385 * specialized algorithms %unique to linked lists, such as
1119 unique() function in class:forward_list
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
forward_list.h 396 * specialized algorithms %unique to linked lists, such as
1126 unique() function in class:forward_list
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
forward_list.h 396 * specialized algorithms %unique to linked lists, such as
1126 unique() function in class:forward_list
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 385 * specialized algorithms %unique to linked lists, such as
1119 unique() function in class:forward_list
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 385 * specialized algorithms %unique to linked lists, such as
1119 unique() function in class:forward_list
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
forward_list.h 385 * specialized algorithms %unique to linked lists, such as
1119 unique() function in class:forward_list
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
forward_list.h 385 * specialized algorithms %unique to linked lists, such as
1119 unique() function in class:forward_list
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
forward_list.h 396 * specialized algorithms %unique to linked lists, such as
1126 unique() function in class:forward_list
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
forward_list.h 393 * specialized algorithms %unique to linked lists, such as
1132 unique() function in class:forward_list
    [all...]
  /external/kernel-headers/original/linux/
coda.h 331 u_int32_t unique; /* Keep multiple outstanding msgs distinct */ member in struct:coda_in_hdr
344 /* Really important that opcode and unique are 1st two fields! */
347 u_int32_t unique; member in struct:coda_out_hdr
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
elementsetidattribute08.js 79 Verify by calling isID on the attributes and getElementById with the unique value "No" on document.
elementsetidattributenode08.js 80 is unique then this element node can later be retrieved using getElementById on Document. Note, however,
elementsetidattributenode09.js 81 is unique then this element node can later be retrieved using getElementById on Document. Note, however,
elementsetidattributenode10.js 80 is unique then this element node can later be retrieved using getElementById on Document. Note, however,
elementsetidattributens04.js 80 If the value of the specified attribute is unique then this element node can later be retrieved using getElementById on Document.
elementsetidattributens05.js 80 If the value of the specified attribute is unique then this element node can later be retrieved using getElementById on Document.
elementsetidattributens09.js 81 If the value of the specified attribute is unique then this element node can later be retrieved using getElementById on Document.
elementsetidattributens10.js 80 specified attribute is unique then this element node can later be retrieved using getElementById on Document.
elementsetidattributens11.js 80 specified attribute is unique then this element node can later be retrieved using getElementById on Document.
  /frameworks/native/libs/utils/
Android.mk 17 # libutils is a little unique: It's built twice, once for the host

Completed in 1035 milliseconds

1 2 3 4 5 6 7 891011>>