HomeSort by relevance Sort by last modified time
    Searched refs:Unordered (Results 1 - 25 of 66) sorted by null

1 2 3

  /prebuilts/go/darwin-x86/src/index/suffixarray/
example_test.go 19 // Unordered output:
  /prebuilts/go/linux-x86/src/index/suffixarray/
example_test.go 19 // Unordered output:
  /external/libcxx/test/std/containers/unord/unord.multiset/
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/libcxx/test/std/containers/unord/unord.set/
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();
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/
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();
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/
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();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.multiset/
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();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.set/
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/llvm/include/llvm/Support/
AtomicOrdering.h 53 /// Unordered, which are both below the C++ orders.
55 /// not_atomic-->unordered-->relaxed-->release--------------->acq_rel-->seq_cst
59 Unordered = 1,
82 static const char *names[8] = {"not_atomic", "unordered", "monotonic",
94 /* Unordered */ {1, 0, 0, 0, 0, 0, 0, 0},
110 /* Unordered */ {1, 1, 0, 0, 0, 0, 0, 0},
122 return isStrongerThan(ao, AtomicOrdering::Unordered);
140 /* Unordered */ AtomicOrderingCABI::relaxed,
  /external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
erase_key.pass.cpp 26 template <typename Unordered>
27 bool only_deletions ( const Unordered &whole, const Unordered &part ) {
28 typename Unordered::const_iterator w = whole.begin();
29 typename Unordered::const_iterator p = part.begin();
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unorder.map.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();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/unord/unord.map/unord.map.modifiers/
erase_key.pass.cpp 26 template <typename Unordered>
27 bool only_deletions ( const Unordered &whole, const Unordered &part ) {
28 typename Unordered::const_iterator w = whole.begin();
29 typename Unordered::const_iterator p = part.begin();
  /prebuilts/go/darwin-x86/src/testing/
example.go 21 Unordered bool
101 if eg.Unordered {
103 fail = fmt.Sprintf("got:\n%s\nwant (unordered):\n%s\n", out, eg.Output)
  /prebuilts/go/linux-x86/src/testing/
example.go 21 Unordered bool
101 if eg.Unordered {
103 fail = fmt.Sprintf("got:\n%s\nwant (unordered):\n%s\n", out, eg.Output)
  /prebuilts/go/darwin-x86/src/go/doc/
example.go 29 Unordered bool
75 output, unordered, hasOutput := exampleOutput(f.Body, file.Comments)
83 Unordered: unordered,
101 var outputPrefix = regexp.MustCompile(`(?i)^[[:space:]]*(unordered )?output:`)
104 func exampleOutput(b *ast.BlockStmt, comments []*ast.CommentGroup) (output string, unordered, ok bool) {
110 unordered = true
118 return text, unordered, true
263 // Strip the "Output:" or "Unordered output:" comment and adjust body
327 // stripOutputComment finds and removes the "Output:" or "Unordered output:
    [all...]
  /prebuilts/go/linux-x86/src/go/doc/
example.go 29 Unordered bool
75 output, unordered, hasOutput := exampleOutput(f.Body, file.Comments)
83 Unordered: unordered,
101 var outputPrefix = regexp.MustCompile(`(?i)^[[:space:]]*(unordered )?output:`)
104 func exampleOutput(b *ast.BlockStmt, comments []*ast.CommentGroup) (output string, unordered, ok bool) {
110 unordered = true
118 return text, unordered, true
263 // Strip the "Output:" or "Unordered output:" comment and adjust body
327 // stripOutputComment finds and removes the "Output:" or "Unordered output:
    [all...]
  /external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
erase_key.pass.cpp 26 template <typename Unordered>
27 bool only_deletions ( const Unordered &whole, const Unordered &part ) {
28 typename Unordered::const_iterator w = whole.begin();
29 typename Unordered::const_iterator p = part.begin();
  /prebuilts/ndk/r11/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();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/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();
  /prebuilts/go/darwin-x86/src/math/rand/
example_test.go 104 // Unordered output: 1
  /prebuilts/go/linux-x86/src/math/rand/
example_test.go 104 // Unordered output: 1
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVOpCodeEnum.h 152 _SPIRV_OP(Unordered, 163)
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/ppc64/
a.out.go 411 ABVC // Unordered-clear
412 ABVS // Unordered-set
  /prebuilts/go/linux-x86/src/cmd/internal/obj/ppc64/
a.out.go 411 ABVC // Unordered-clear
412 ABVS // Unordered-set
  /external/spirv-llvm/lib/SPIRV/
OCLUtil.h 543 _SPIRV_OP(isunordered, Unordered)

Completed in 462 milliseconds

1 2 3