/ndk/tests/device/test-gnustl-full/unit/ |
list_test.cpp | 135 str.unique();
|
/ndk/tests/device/test-stlport/unit/ |
list_test.cpp | 135 str.unique();
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/ |
drm.h | 146 size_t unique_len; /**< Length of unique */ 147 char *unique; /**< Unique name for driver instantiation */ member in struct:drm_unique
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/ |
drm.h | 146 size_t unique_len; /**< Length of unique */ 147 char *unique; /**< Unique name for driver instantiation */ member in struct:drm_unique
|
/system/connectivity/shill/ |
device.cc | 975 set<string> unique(output_servers.begin(), output_servers.end()); 977 if (unique.find(server) == unique.end()) { 979 unique.insert(server); [all...] |
/system/tpm/trunks/ |
tpm_generated_test.cc | 154 "\x00\x00", // public.unique.size = 0 218 in_public.public_area.unique.sym.size = 0;
|
/art/compiler/debug/ |
elf_debug_info_writer.h | 162 bool unique = owner_->defined_dex_classes_.insert(dex_class_desc).second; local 163 CHECK(unique) << "Redefinition of " << dex_class_desc; 468 // We use the methods_ field of class since it is unique and it is not moved by the GC.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/manager/ |
sdbmanager.py | 676 if property.unique: 681 raise SDBPersistenceError("Error: %s must be unique!" % property.name) 703 if prop.unique: 708 raise SDBPersistenceError("Error: %s must be unique!" % prop.name)
|
/external/clang/www/analyzer/scripts/ |
expandcollapse.js | 13 // cell: a number; unique index of a cell in a group. 58 // Unique postfix for ids for generated nodes for a given cell.
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_algo.h | 289 // unique and unique_copy 298 inline _ForwardIter unique(_ForwardIter __first, _ForwardIter __last) { function 304 inline _ForwardIter unique(_ForwardIter __first, _ForwardIter __last, function
|
_list.h | 645 void unique() function in class:list 668 void unique(_BinaryPredicate __binary_pred) function in class:list
|
_slist.h | 788 void unique() { _STLP_PRIV _Slist_unique(*this, equal_to<value_type>()); } function in class:slist 805 void unique(_BinaryPredicate __pred) function in class:slist
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
_slist.h | 514 void unique() { function in class:slist 565 void unique(_BinaryPredicate __pred) { function in class:slist
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
algorithmfwd.h | 126 unique 577 unique(_FIter, _FIter); 581 unique(_FIter, _FIter, _BinaryPredicate);
|
stl_list.h | 415 * specialized algorithms %unique to linked lists, such as [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
algorithmfwd.h | 126 unique 577 unique(_FIter, _FIter); 581 unique(_FIter, _FIter, _BinaryPredicate);
|
stl_list.h | 415 * specialized algorithms %unique to linked lists, such as [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
algorithmfwd.h | 126 unique 577 unique(_FIter, _FIter); 581 unique(_FIter, _FIter, _BinaryPredicate);
|
stl_list.h | 415 * specialized algorithms %unique to linked lists, such as [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
inspect.py | 463 The idea is for each object to have a unique origin, so this routine 715 def getclasstree(classes, unique=0): 720 containing a class and a tuple of its base classes. If the 'unique' 732 if unique and parent in classes: break [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
inspect.py | 463 The idea is for each object to have a unique origin, so this routine 715 def getclasstree(classes, unique=0): 720 containing a class and a tuple of its base classes. If the 'unique' 732 if unique and parent in classes: break [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
algorithmfwd.h | 126 unique 577 unique(_FIter, _FIter); 581 unique(_FIter, _FIter, _BinaryPredicate);
|
stl_list.h | 424 * specialized algorithms %unique to linked lists, such as [all...] |
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_algo.h | 289 // unique and unique_copy 298 inline _ForwardIter unique(_ForwardIter __first, _ForwardIter __last) { function 304 inline _ForwardIter unique(_ForwardIter __first, _ForwardIter __last, function
|
_list.h | 645 void unique() function in class:list 668 void unique(_BinaryPredicate __binary_pred) function in class:list
|