/external/autotest/scheduler/ |
rdb_utils.py | 125 @param requests: A list or unsorted, unordered requests.
|
/external/compiler-rt/lib/builtins/ |
comparedf2.c | 58 // If either a or b is NaN, they are unordered.
|
comparesf2.c | 58 // If either a or b is NaN, they are unordered.
|
comparetf2.c | 58 // If either a or b is NaN, they are unordered.
|
/external/google-breakpad/src/common/ |
common.gyp | 169 'unordered.h',
|
/external/kernel-headers/original/uapi/linux/ |
sctp.h | 225 SCTP_UNORDERED = (1 << 0), /* Send/receive message unordered. */ 868 __u64 sas_idupchunks; /* Dups received (ordered+unordered) */ 870 __u64 sas_ouodchunks; /* Unordered data chunks sent */ 871 __u64 sas_iuodchunks; /* Unordered data chunks received */
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
OrderedMap.java | 26 * unordered map. Keys can also be accessed and the order changed using {@link #orderedKeys()}.
|
/external/llvm/test/CodeGen/AMDGPU/ |
fp-classify.ll | 116 ; Wrong unordered compare
|
/external/llvm/utils/vim/syntax/ |
llvm.vim | 57 syn keyword llvmKeyword unnamed_addr unordered uwtable volatile weak weak_odr
|
/external/valgrind/none/tests/ppc32/ |
power5+_round.c | 68 fprf = 0x1000; // Unordered
|
/external/vboot_reference/cgpt/ |
cgpt_prioritize.c | 13 // contains an unordered list of GPT partition numbers.
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/ |
AliasOptions.java | 24 /** The actual is an unordered array, the alias is to the first element of the array. */
|
/frameworks/support/compat/java/android/support/v4/content/ |
ContentResolverCompat.java | 115 * default sort order, which may be unordered.
|
/libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/ |
SliceSpliteratorTest.java | 125 // Unordered slice spliterator
|
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/ |
SequentialOpTest.java | 106 (UnaryOperator<Stream<Integer>>) s -> s.unordered()
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/impl/ |
profiler_map_to_unordered_map.h | 185 { __id = "map-to-unordered-map"; }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/impl/ |
profiler_map_to_unordered_map.h | 185 { __id = "map-to-unordered-map"; }
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/impl/ |
profiler_map_to_unordered_map.h | 185 { __id = "map-to-unordered-map"; }
|
/prebuilts/go/darwin-x86/src/runtime/ |
mem_plan9.go | 99 throw("mem: unordered list")
|
/prebuilts/go/linux-x86/src/runtime/ |
mem_plan9.go | 99 throw("mem: unordered list")
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/impl/ |
profiler_map_to_unordered_map.h | 185 { __id = "map-to-unordered-map"; }
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
crossref.exp | 76 # IA64 has both ordered and unordered sections in an input file.
|
/external/v8/src/mips/ |
constants-mips.h | 639 not_equal = 7, // Unordered or Not Equal. 648 ueq = 16, // Unordered or Equal. 754 UN = 0x01, // Unordered. 756 UEQ = 0x03, // Unordered or Equal. 759 ULT = 0x05, // Unordered or Less Than. 762 ULE = 0x07, // Unordered or Less Than or Equal. [all...] |
/external/v8/src/mips64/ |
constants-mips64.h | 685 not_equal = 7, // Unordered or Not Equal. 694 ueq = 16, // Unordered or Equal. 800 UN = 0x01, // Unordered. 802 UEQ = 0x03, // Unordered or Equal. 805 ULT = 0x05, // Unordered or Less Than. 808 ULE = 0x07, // Unordered or Less Than or Equal. [all...] |
/libcore/ojluni/src/main/java/java/util/stream/ |
LongStream.java | 235 * <em>first n</em> elements in the encounter order. Using an unordered 237 * ordering constraint with {@link #unordered()} may result in significant 264 * <em>first n</em> elements in the encounter order. Using an unordered 266 * ordering constraint with {@link #unordered()} may result in significant 756 * Returns an infinite sequential unordered stream where each element is 761 * @return a new infinite sequential unordered {@code LongStream} [all...] |