/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
|
/external/ceres-solver/internal/ceres/ |
schur_complement_solver.cc | 220 f_blocks.erase(unique(f_blocks.begin(), f_blocks.end()), f_blocks.end());
|
problem_impl.cc | 130 // Collect the unique cost/loss functions and delete the residuals. 151 // Collect the unique parameterizations and delete the parameters. 191 unique(sorted_parameter_blocks.begin(),
|
/external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/ |
navigation_collector.js | 120 * Returns a somewhat unique ID for a given WebNavigation request. 125 * API ensures that these will be unique across a single navigation
|
/libcore/luni/src/main/java/java/sql/ |
DatabaseMetaData.java | [all...] |
/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...] |
/external/jmdns/src/javax/jmdns/impl/ |
ServiceInfoImpl.java | [all...] |
/external/libvorbis/doc/ |
07-floor1.tex | 164 [floor1_x_list] element values must be unique within the vector; a 165 non-unique value renders the stream undecodable.
|
/external/llvm/lib/Transforms/IPO/ |
Inliner.cpp | 603 FunctionsToRemove.erase(std::unique(FunctionsToRemove.begin(),
|
/external/stlport/test/unit/ |
list_test.cpp | 135 str.unique();
|
/external/v8/benchmarks/ |
splay.js | 72 // Insert new node with a unique key. 103 // Verify that the splay tree has sorted, unique keys.
|
/external/valgrind/main/helgrind/ |
hg_errors.c | 92 /* maps from Lock .unique fields to LockP*s */ 108 if (lk1->unique < lk2->unique) return -1; 109 if (lk1->unique > lk2->unique) return 1; [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
jquery-1.3.2.js | 295 return this.pushStack( jQuery.unique(jQuery.map(this, function(elem){ 393 return this.pushStack( jQuery.unique( jQuery.merge( 1113 unique: function( array ) { [all...] |
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-splay.js | 67 // Insert new node with a unique key. 97 // Verify that the splay tree has sorted, unique keys.
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-splay.js | 67 // Insert new node with a unique key. 97 // Verify that the splay tree has sorted, unique keys.
|
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-splay.js | 67 // Insert new node with a unique key. 98 // Verify that the splay tree has sorted, unique keys.
|
/ndk/tests/device/test-gnustl-full/unit/ |
list_test.cpp | 135 str.unique();
|