/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
unordered_set.h | 162 * <a href="tables.html#xx">unordered associative container</a> 211 * <a href="tables.html#xx">unordered associative container</a>
|
unordered_map.h | 166 * <a href="tables.html#xx">unordered associative container</a> 218 * <a href="tables.html#xx">unordered associative container</a>
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
unordered_set.h | 162 * <a href="tables.html#xx">unordered associative container</a> 211 * <a href="tables.html#xx">unordered associative container</a>
|
unordered_map.h | 166 * <a href="tables.html#xx">unordered associative container</a> 218 * <a href="tables.html#xx">unordered associative container</a>
|
/external/mesa3d/src/gallium/docs/ |
d3d11ddi.txt | 53 Unordered access view: view supporting random read/write access (usually from compute shaders) 123 - Gallium does not support unordered access views (views that can be written to arbitrarily from compute shaders) 134 - Gallium does not support unordered access views (views that can be written to arbitrarily from compute shaders) 158 - Gallium does not support unordered access views 214 - Gallium does not support unordered access buffers 426 - Gallium does not support unordered access views
|
/external/v8/src/compiler/ |
instruction.cc | 424 return os << "less than or unordered (FP)"; 430 return os << "greater than or unordered (FP)"; 434 return os << "greater than, equal or unordered (FP)"; 436 return os << "less than, equal or unordered (FP)"; 440 return os << "unordered equal"; 442 return os << "unordered not equal";
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteQueryBuilder.java | 196 * default sort order, which may be unordered. 286 * will use the default sort order, which may be unordered. 323 * will use the default sort order, which may be unordered. 362 * will use the default sort order, which may be unordered. 428 * will use the default sort order, which may be unordered. 578 * null will use the default sort order, which may be unordered.
|
/libcore/ojluni/src/main/java/java/util/stream/ |
package-info.java | 336 * an encounter order on an otherwise unordered stream, and others may render an 337 * ordered stream unordered, such as {@link java.util.stream.BaseStream#unordered()}. 363 * the stream with {@link java.util.stream.BaseStream#unordered() unordered()} may [all...] |
Stream.java | 335 * order is preserved.) For unordered streams, no stability guarantees 345 * Using an unordered stream source (such as {@link #generate(Supplier)}) 346 * or removing the ordering constraint with {@link #unordered()} may result 364 * <p>For ordered streams, the sort is stable. For unordered streams, no 378 * <p>For ordered streams, the sort is stable. For unordered streams, no 434 * <em>first n</em> elements in the encounter order. Using an unordered 436 * ordering constraint with {@link #unordered()} may result in significant 463 * <em>first n</em> elements in the encounter order. Using an unordered 465 * ordering constraint with {@link #unordered()} may result in significant [all...] |
DoubleStream.java | 236 * <em>first n</em> elements in the encounter order. Using an unordered 238 * ordering constraint with {@link #unordered()} may result in significant 265 * <em>first n</em> elements in the encounter order. Using an unordered 267 * ordering constraint with {@link #unordered()} may result in significant [all...] |
IntStream.java | 231 * <em>first n</em> elements in the encounter order. Using an unordered 233 * ordering constraint with {@link #unordered()} may result in significant 260 * <em>first n</em> elements in the encounter order. Using an unordered 262 * ordering constraint with {@link #unordered()} may result in significant 764 * Returns an infinite sequential unordered stream where each element is 769 * @return a new infinite sequential unordered {@code IntStream} [all...] |
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/ |
erase_key.pass.cpp | 25 template <typename Unordered> 26 bool only_deletions ( const Unordered &whole, const Unordered &part ) { 27 typename Unordered::const_iterator w = whole.begin(); 28 typename Unordered::const_iterator p = part.begin();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/ |
erase_key.pass.cpp | 25 template <typename Unordered> 26 bool only_deletions ( const Unordered &whole, const Unordered &part ) { 27 typename Unordered::const_iterator w = whole.begin(); 28 typename Unordered::const_iterator p = part.begin();
|
/external/libvorbis/lib/ |
codebook.c | 70 oggpack_write(opb,0,1); /* unordered */ 164 /* codeword ordering.... length ordered or unordered? */ 167 /* unordered */
|
/external/llvm/test/CodeGen/SystemZ/ |
cond-store-03.ll | 269 ; the "unordered" case tested here, but since we don't try to handle atomic 281 %orig = load atomic i32 , i32 *%ptr unordered, align 4 299 store atomic i32 %res, i32 *%ptr unordered, align 4
|
/external/webrtc/talk/app/webrtc/ |
datachannel.cc | 360 // We can send unordered as soon as we receive the ACK message. 375 // We can send unordered as soon as we receive any DATA message since the 552 LOG(LS_VERBOSE) << "Sending data as ordered for unordered DataChannel "
|
/external/llvm/include/llvm/CodeGen/ |
ISDOpcodes.h | [all...] |
/external/v8/test/webkit/ |
array-enumerators-functions.js | 59 function returnIndex(a, index) { if (lastIndex >= index) throw "Unordered traversal"; lastIndex = index; count++; return index; } 96 // Test unordered object and array behaviour matches
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/ |
formatter.h | 109 // unordered container local iterators 114 // unordered container buckets
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
unordered_map.h | 166 * <a href="tables.html#xx">unordered associative container</a> 218 * <a href="tables.html#xx">unordered associative container</a>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/ |
formatter.h | 109 // unordered container local iterators 114 // unordered container buckets
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
unordered_map.h | 166 * <a href="tables.html#xx">unordered associative container</a> 218 * <a href="tables.html#xx">unordered associative container</a>
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/ |
formatter.h | 109 // unordered container local iterators 114 // unordered container buckets
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/ |
formatter.h | 109 // unordered container local iterators 114 // unordered container buckets
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
NFAConfiguration.java | 35 * the unordered set semantic predicates encountered before reaching
|