HomeSort by relevance Sort by last modified time
    Searched full:ordered (Results 176 - 200 of 2026) sorted by null

1 2 3 4 5 6 78 91011>>

  /libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/
FlagOpTest.java 164 EnumSet<StreamOpFlag> known = EnumSet.of(StreamOpFlag.ORDERED, StreamOpFlag.SIZED);
198 EnumSet<StreamOpFlag> known = EnumSet.of(StreamOpFlag.ORDERED, StreamOpFlag.SIZED);
203 for (StreamOpFlag f : EnumSet.of(StreamOpFlag.ORDERED, StreamOpFlag.DISTINCT, StreamOpFlag.SORTED)) {
  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
DistinctOpTest.java 122 c -> StreamSupport.stream(Spliterators.spliterator(c.toArray(), Spliterator.ORDERED | Spliterator.SORTED), false),
123 c -> StreamSupport.stream(Spliterators.spliterator(c.toArray(), Spliterator.ORDERED | Spliterator.SORTED), true),
124 c -> Spliterators.spliterator(c.toArray(), Spliterator.ORDERED | Spliterator.SORTED),
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_profile.py 98 Ordered by: standard name
122 Ordered by: standard name
151 Ordered by: standard name
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_profile.py 98 Ordered by: standard name
122 Ordered by: standard name
151 Ordered by: standard name
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_profile.py 98 Ordered by: standard name
122 Ordered by: standard name
151 Ordered by: standard name
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_profile.py 98 Ordered by: standard name
122 Ordered by: standard name
151 Ordered by: standard name
  /cts/hostsidetests/net/app2/
AndroidManifest.xml 30 The manifest-defined listener also handles ordered broadcasts used to share data with the
  /device/moto/shamu/
fstab.shamu 8 /dev/block/platform/msm_sdcc.1/by-name/cache /cache ext4 rw,noatime,nosuid,nodev,discard,barrier=1,data=ordered wait,check,formattable
  /external/autotest/client/common_lib/
log.py 3 # these statuses are ordered such that a status earlier in the list will
  /external/autotest/server/cros/dynamic_suite/
tools_unittest.py 34 # Having these ordered by complexity is important!
  /external/clang/include/clang/Basic/
ExceptionSpecificationType.h 53 // CanThrowResult constants are ordered so that the maximum is the correct
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
results.html 20 The lines are ordered in descending order (from the most recent to the oldest build).
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/data/
SessionInfoStore.java 40 * The info objects are ordered by its natural ordering (i.e. by the dump
  /external/libchrome/base/trace_event/
heap_profiler_type_name_deduplicator.cc 47 // (The first entry is the null pointer because a |std::map| is ordered.)
  /external/libvpx/libvpx/tools/
wrap-commit-msg.py 17 * This won't handle the case of a bulleted (or ordered) list specially, so
  /external/llvm/test/CodeGen/AArch64/
arm64-fmax-safe.ll 23 ; Same as previous, but with ordered comparison;
arm64-fmax.ll 23 ; Same as previous, but with ordered comparison;
  /external/llvm/test/Transforms/EarlyCSE/
atomics.ll 193 ; As an implementation limitation, can't remove ordered stores
226 ; Can DSE a unordered store in favor of a ordered one,
239 ; ordered one, but current don't due to implementation limits
250 ; As an implementation limitation, can't remove ordered stores
  /external/markdown/MarkdownTest/Tests_2004/
Ordered and unordered lists.html 55 <h2>Ordered</h2>
Ordered and unordered lists.text-out 66 <h2>Ordered</h2>
Ordered and unordered lists.text-res 66 <h2>Ordered</h2>
  /external/markdown/MarkdownTest/Tests_2007/
Ordered and unordered lists.html 55 <h2>Ordered</h2>
  /external/markdown/tests/markdown-test/
ordered-and-unordered-list.html 58 <h2>Ordered</h2>
  /external/regex-re2/re2/testing/
string_generator_test.cc 59 // Check that string is properly ordered w.r.t. previous string.
  /external/selinux/libselinux/include/selinux/
get_context_list.h 12 /* Get an ordered list of authorized security contexts for a user session

Completed in 1091 milliseconds

1 2 3 4 5 6 78 91011>>