/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
stl_list.h | 394 * specialized algorithms %unique to linked lists, such as [all...] |
/prebuilts/ndk/5/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/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
algorithmfwd.h | 121 unique 555 unique(_FIter, _FIter); 559 unique(_FIter, _FIter, _BinaryPredicate);
|
stl_list.h | 394 * specialized algorithms %unique to linked lists, such as [all...] |
/prebuilts/ndk/6/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/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
algorithmfwd.h | 121 unique 555 unique(_FIter, _FIter); 559 unique(_FIter, _FIter, _BinaryPredicate);
|
stl_list.h | 394 * specialized algorithms %unique to linked lists, such as [all...] |
/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 | 818 bool unique; member in struct:content::__anon11344 897 if (kIndexes3[i].unique) 898 sql += "CREATE UNIQUE INDEX "; 1009 bool unique; member in struct:content::IndexInfo [all...] |
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_database.h | 107 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/net/spdy/ |
hpack_encoder.cc | 287 out->erase(std::unique(out->begin() + prior_size, out->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...] |