/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/ |
_list.h | 415 void unique() { function in class:list 449 void unique(_BinaryPredicate __binary_pred) { function in class:list
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
algorithmfwd.h | 121 unique 555 unique(_FIter, _FIter); 559 unique(_FIter, _FIter, _BinaryPredicate);
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
algorithmfwd.h | 124 unique 566 unique(_FIter, _FIter); 570 unique(_FIter, _FIter, _BinaryPredicate);
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/ |
_list.h | 415 void unique() { function in class:list 449 void unique(_BinaryPredicate __binary_pred) { function in class:list
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/ |
_list.h | 415 void unique() { function in class:list 449 void unique(_BinaryPredicate __binary_pred) { function in class:list
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
algorithmfwd.h | 124 unique 566 unique(_FIter, _FIter); 570 unique(_FIter, _FIter, _BinaryPredicate);
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/ |
extension_bridge.js | 138 * Returns a unique id for this instance of the script. 299 * @param {number} pongId unique id assigned to us by the background page
|
/external/chromium_org/content/browser/appcache/ |
appcache_database_unittest.cc | 812 bool unique; member in struct:content::__anon11622 891 if (kIndexes3[i].unique) 892 sql += "CREATE UNIQUE INDEX "; 1003 bool unique; member in struct:content::IndexInfo [all...] |
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_backing_store_unittest.cc | 904 const bool unique = true; local [all...] |
indexed_db_database.h | 102 bool unique,
|
indexed_db_dispatcher_host.cc | 184 // transaction_id are guaranteed to be unique within that renderer. 266 idb_index_metadata.unique = web_index_metadata.unique; [all...] |
/external/chromium_org/extensions/common/ |
url_pattern_set.cc | 260 std::unique(value->begin(), value->end());
|
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
cmake.py | 577 CMake requires that target names be globally unique. One way to ensure [all...] |
/external/valgrind/main/coregrind/ |
m_errormgr.c | 129 // Unique tag. This gives the error a unique identity (handle) by 132 UInt unique; member in struct:_Error 551 * prints the opening tag, and the <unique> and <tid> fields 592 VG_(printf_xml)(" <unique>0x%x</unique>\n", err->unique); 643 err->unique = unique_counter++; [all...] |
/external/valgrind/main/helgrind/ |
hg_errors.c | 94 /* maps from Lock .unique fields to LockP*s */ 110 if (lk1->unique < lk2->unique) return -1; 111 if (lk1->unique > lk2->unique) return 1; [all...] |
/libcore/luni/src/main/java/java/sql/ |
DatabaseMetaData.java | [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/ |
shared_count.hpp | 360 bool unique() const // nothrow function in class:boost::detail::shared_count
|
/libcore/luni/src/test/java/tests/java/sql/ |
DatabaseMetaDataNotSupportedTest.java | 254 boolean unique = false; 256 DatabaseCreator.TEST_TABLE1, unique, true); 276 assertEquals("Incorrect state of uniquess", unique, rs [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
forward_list.h | 404 * specialized algorithms %unique to linked lists, such as 1136 unique() function in class:forward_list [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
forward_list.h | 404 * specialized algorithms %unique to linked lists, such as 1136 unique() function in class:forward_list [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
forward_list.h | 404 * specialized algorithms %unique to linked lists, such as 1136 unique() function in class:forward_list [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
forward_list.h | 410 * specialized algorithms %unique to linked lists, such as [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/ |
dbtables.py | 124 _rowid = '._ROWID_.' # this+rowid+this key contains a unique entry for each 126 _rowid_str_len = 8 # length in bytes of the unique rowid strings 454 """Create a new unique row identifier""" 455 unique = 0 456 while not unique: 475 unique = 1 497 # get a unique row identifier for this row
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/ |
dbtables.py | 124 _rowid = '._ROWID_.' # this+rowid+this key contains a unique entry for each 126 _rowid_str_len = 8 # length in bytes of the unique rowid strings 454 """Create a new unique row identifier""" 455 unique = 0 456 while not unique: 475 unique = 1 497 # get a unique row identifier for this row
|
/hardware/intel/img/libdrm/libdrm/ |
xf86drm.c | 844 u.unique = NULL; 848 u.unique = drmMalloc(u.unique_len + 1); 851 u.unique[u.unique_len] = '\0'; 853 return u.unique; 873 u.unique = (char *)busid; [all...] |