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

1 2 3 4 5 6 7 8 910

  /external/libcxx/test/std/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals/
equivalent_error_code_int.pass.cpp 14 // virtual bool equivalent(const error_code& code, int condition) const;
22 assert(e_cat.equivalent(std::error_code(5, e_cat), 5));
23 assert(!e_cat.equivalent(std::error_code(5, e_cat), 6));
equivalent_int_error_condition.pass.cpp 14 // virtual bool equivalent(int code, const error_condition& condition) const;
23 assert(e_cat.equivalent(5, e_cond));
24 assert(!e_cat.equivalent(6, e_cond));
  /external/libcxx/test/std/thread/futures/futures.errors/
equivalent_error_code_int.pass.cpp 16 // virtual bool equivalent(const error_code& code, int condition) const;
24 assert(e_cat.equivalent(std::error_code(5, e_cat), 5));
25 assert(!e_cat.equivalent(std::error_code(5, e_cat), 6));
equivalent_int_error_condition.pass.cpp 16 // virtual bool equivalent(int code, const error_condition& condition) const;
25 assert(e_cat.equivalent(5, e_cond));
26 assert(!e_cat.equivalent(6, e_cond));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/syserr.errcat/syserr.errcat.virtuals/
equivalent_error_code_int.pass.cpp 14 // virtual bool equivalent(const error_code& code, int condition) const;
22 assert(e_cat.equivalent(std::error_code(5, e_cat), 5));
23 assert(!e_cat.equivalent(std::error_code(5, e_cat), 6));
equivalent_int_error_condition.pass.cpp 14 // virtual bool equivalent(int code, const error_condition& condition) const;
23 assert(e_cat.equivalent(5, e_cond));
24 assert(!e_cat.equivalent(6, e_cond));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.errors/
equivalent_error_code_int.pass.cpp 14 // virtual bool equivalent(const error_code& code, int condition) const;
22 assert(e_cat.equivalent(std::error_code(5, e_cat), 5));
23 assert(!e_cat.equivalent(std::error_code(5, e_cat), 6));
equivalent_int_error_condition.pass.cpp 14 // virtual bool equivalent(int code, const error_condition& condition) const;
23 assert(e_cat.equivalent(5, e_cond));
24 assert(!e_cat.equivalent(6, e_cond));
  /external/clang/include/clang/Tooling/
FileMatchTrie.h 29 virtual bool equivalent(StringRef FileA, StringRef FileB) const = 0;
51 /// \c llvm::sys::fs::equivalent() (injected as \c PathComparator). There might
53 /// equivalent to the input file. Three cases are distinguished:
54 /// 0 equivalent files: Continue with the next suffix length.
55 /// 1 equivalent file: Best match found, return it.
56 /// >1 equivalent files: Match is ambiguous, return error.
73 /// Returns file name stored in this trie that is equivalent to 'FileName'
  /external/guava/guava-testlib/src/com/google/common/testing/
EquivalenceTester.java 71 equivalence, "equivalent", "hash", new ItemReporter());
79 * Adds a group of objects that are supposed to be equivalent to each other
80 * and not equivalent to objects in any other equivalence group added to this
106 * TODO(cpovirk): consider no longer running these equivalent() tests on every Equivalence,
109 assertTrue(item + " must be inequivalent to null", !equivalence.equivalent(item, null));
110 assertTrue("null must be inequivalent to " + item, !equivalence.equivalent(null, item));
111 assertTrue(item + " must be equivalent to itself", equivalence.equivalent(item, item));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/backward/
backward_warning.h 35 non-deprecated interface with equivalent functionality instead. For a \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/
backward_warning.h 35 non-deprecated interface with equivalent functionality instead. For a \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/
backward_warning.h 35 non-deprecated interface with equivalent functionality instead. For a \
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/backward/
backward_warning.h 35 non-deprecated interface with equivalent functionality instead. For a \
  /external/chromium-libpac/test/js-unittest/
international_domain_names.js 9 // the C++ end the bindings were passed the punycode equivalent of this
  /art/compiler/optimizing/
ssa_builder.cc 74 << "More then one phi equivalent with type " << phi->GetType()
91 // If the phi equivalent is dead, check if there is another one.
98 // We found a live phi equivalent. Update the environment uses of `phi` with it.
190 // generate a suitably typed equivalent.
191 HInstruction* equivalent = (common_type == Primitive::kPrimNot) local
194 if (equivalent == nullptr) {
200 DCHECK_NE(input, equivalent);
202 phi->ReplaceInput(equivalent, i);
203 if (equivalent->IsPhi()) {
204 worklist->push_back(equivalent->AsPhi())
297 HArrayGet* equivalent = new (aget->GetBlock()->GetGraph()->GetArena()) HArrayGet( local
385 HInstruction* equivalent = GetFloatOrDoubleEquivalent(value, array_type); local
656 HArrayGet* equivalent = FindFloatOrDoubleEquivalentOfArrayGet(aget); local
    [all...]
  /external/clang/lib/Tooling/
FileMatchTrie.cpp 24 /// \brief Default \c PathComparator using \c llvm::sys::fs::equivalent().
26 bool equivalent(StringRef FileA, StringRef FileB) const override {
27 return FileA == FileB || llvm::sys::fs::equivalent(FileA, FileB);
90 /// whether the stored path is equivalent to 'p'. If yes, the best match is
96 /// equivalent, continue with the parent node as if 'n' didn't exist. If one
97 /// is equivalent, the best match is found. Otherwise, report and ambigiuity
104 if (Comparator.equivalent(StringRef(Path), FileName))
123 if (Comparator.equivalent(AllChildren[i], FileName)) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
greg7.d 3 # GAS must know that .text and expressions around 0 can be equivalent for
greg5.d 4 # equivalent for GREGs.
greg6.d 4 # equivalent for GREGs; like greg5 but the other way round.
greg8.d 4 # equivalent for GREGs; like greg7 but the other way round.
  /external/guava/guava/src/com/google/common/base/
Equivalence.java 29 * A strategy for determining whether two instances are considered equivalent. Examples of
47 * Returns {@code true} if the given objects are considered equivalent.
49 * <p>The {@code equivalent} method implements an equivalence relation on object references:
53 * equivalent(x, x)} returns {@code true}.
55 * equivalent(x, y) == equivalent(y, x)}.
57 * {@code equivalent(x, y)} returns {@code true} and {@code equivalent(y, z)} returns {@code
58 * true}, then {@code equivalent(x, z)} returns {@code true}.
60 * of {@code equivalent(x, y)} consistently return {@code true} or consistently return {@cod
64 public final boolean equivalent(@Nullable T a, @Nullable T b) { method in class:Equivalence
    [all...]
FunctionalEquivalence.java 51 return resultEquivalence.equivalent(function.apply(a), function.apply(b));
PairwiseEquivalence.java 42 if (!elementEquivalence.equivalent(iteratorA.next(), iteratorB.next())) {
  /external/v8/test/mjsunit/
regexp-sort.js 42 // German double s and capital S. These are not equivalent since one is double.
44 // Small i and Turkish capital dotted I. These are not equivalent due to
47 // Small dotless i and I. These are not equivalent either.

Completed in 6596 milliseconds

1 2 3 4 5 6 7 8 910