HomeSort by relevance Sort by last modified time
    Searched full:unordered (Results 101 - 125 of 475) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/dom/
SandboxFlags.cpp 38 // Parse the unordered set of unique space-separated tokens.
  /external/valgrind/main/none/tests/mips32/
fpu_branches.c 211 printf("--- C.UN.S/D --- if unordered(fs, ft) then " \
225 printf("--- C.UEQ.S/D --- if (unordered(fs, ft) or (fs == ft)) then " \
239 printf("--- C.ULT.S/D --- if (unordered(fs, ft) or (fs < ft)) then " \
253 printf("--- C.ULE.S/D --- if (unordered(fs, ft) or (fs <= ft)) then " \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
unordered_set.h 162 * <a href="tables.html#xx">unordered associative container</a>
211 * <a href="tables.html#xx">unordered associative container</a>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
unordered_set.h 162 * <a href="tables.html#xx">unordered associative container</a>
211 * <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/tr1/
unordered_set.h 162 * <a href="tables.html#xx">unordered associative container</a>
211 * <a href="tables.html#xx">unordered associative container</a>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/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>
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/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>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/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>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/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>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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>
  /prebuilts/ndk/9/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>
  /external/chromium_org/third_party/mesa/src/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/chromium_org/v8/src/mips/
constants-mips.h 466 ueq = 16, // Unordered or Equal.
467 nue = 17, // Not (Unordered or Equal).
537 UN = 1, // Unordered.
539 UEQ = 3, // Unordered or Equal.
541 ULT = 5, // Unordered or Less Than.
543 ULE = 7 // Unordered or Less Than or Equal.
  /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
  /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.
439 * will use the default sort order, which may be unordered.
589 * null will use the default sort order, which may be unordered.
  /external/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();
  /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/chromium_org/third_party/libjingle/source/talk/app/webrtc/
datachannel.cc 308 // We can send unordered as soon as we receive the ACK message.
323 // We can send unordered as soon as we receive any DATA message since the
520 LOG(LS_VERBOSE) << "Sending data as ordered for unordered DataChannel "
  /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 *%ptr unordered, align 4
299 store atomic i32 %res, i32 *%ptr unordered, align 4
  /external/chromium_org/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
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/llvm/include/llvm/IR/
InstrTypes.h 666 FCMP_UNO = 8, ///< 1 0 0 0 True if unordered: isnan(X) | isnan(Y)
667 FCMP_UEQ = 9, ///< 1 0 0 1 True if unordered or equal
668 FCMP_UGT = 10, ///< 1 0 1 0 True if unordered or greater than
669 FCMP_UGE = 11, ///< 1 0 1 1 True if unordered, greater than, or equal
670 FCMP_ULT = 12, ///< 1 1 0 0 True if unordered or less than
671 FCMP_ULE = 13, ///< 1 1 0 1 True if unordered, less than, or equal
672 FCMP_UNE = 14, ///< 1 1 1 0 True if unordered or not equal
    [all...]
  /external/llvm/lib/Target/R600/
SIInsertWaits.cpp 258 // EXP_CNT is unordered if we have both EXP & VM-writes
261 // LGKM_CNT is handled as always unordered. TODO: Handle LDS and GDS
  /external/llvm/lib/Target/X86/
X86AtomicExpandPass.cpp 211 AI->getOrdering() == Unordered ? Monotonic : AI->getOrdering();
274 SI->getOrdering() == Unordered ? Monotonic : SI->getOrdering();

Completed in 1445 milliseconds

1 2 3 45 6 7 8 91011>>