HomeSort by relevance Sort by last modified time
    Searched full:equivalent (Results 51 - 75 of 5226) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/SemaCXX/
missing-namespace-qualifier-typo-corrections.cpp 103 bool Equivalent(const Message&, const Message&); // expected-note {{'extra::util::MessageUtils::Equivalent' declared here}} \
104 // expected-note {{'::extra::util::MessageUtils::Equivalent' declared here}}
111 return util::MessageUtils::Equivalent(a, b); // expected-error {{no member named 'Equivalent' in namespace 'util::MessageUtils'; did you mean 'extra::util::MessageUtils::Equivalent'?}}
118 return MessageUtils::Equivalent(a, b); // expected-error {{no member named 'Equivalent' in namespace 'util::MessageUtils'; did you mean '::extra::util::MessageUtils::Equivalent'?}}
decltype-overloaded-functions.cpp 22 // expressions are functionally equivalent but not equivalent. It would
  /external/compiler-rt/lib/tsan/lit_tests/
virtual_inheritance_compile_bug.cc 2 // The C++ variant is much more compact that the LLVM IR equivalent.
  /external/guava/guava-testlib/src/com/google/common/testing/
EquivalenceTester.java 72 assertTrue("$ITEM must be equivalent to $RELATED", equivalence.equivalent(item, related));
81 !equivalence.equivalent(item, unrelated));
91 * Adds a group of objects that are supposed to be equivalent to each other
92 * and not equivalent to objects in any other equivalence group added to this
117 assertTrue(item + " must be inequivalent to null", !equivalence.equivalent(item, null));
118 assertTrue("null must be inequivalent to " + item, !equivalence.equivalent(null, item));
119 assertTrue(item + " must be equivalent to itself", equivalence.equivalent(item, item));
  /external/linux-tools-perf/util/ui/
libslang.h 5 * the build if it isn't defined. Use the equivalent one that glibc
  /external/llvm/test/CodeGen/SystemZ/
asm-05.ll 1 ; Test the "m" asm constraint, which is equivalent to "T".
  /external/llvm/test/MC/ELF/
local-reloc.s 4 // with the section. They should be equivalent, but gas behaves like this.
  /external/nist-sip/java/gov/nist/core/
LogLevels.java 5 * Each of these levels must be mapped internally to logically equivalent
  /external/nist-sip/java/gov/nist/javax/sip/header/
ViaHeaderExt.java 15 * Returns hostname:port as a string equivalent to the "sent-by" field
  /external/openfst/src/bin/
fstequivalent.cc 20 // Two DFAs are equivalent iff their exit status is zero.
23 #include <fst/script/equivalent.h>
40 string usage = "Two DFAs are equivalent iff the exit status is zero.\n\n"
67 return s::Equivalent(*ifst1, *ifst2, FLAGS_delta) ? 0 : 2;
  /external/skia/src/core/
SkPaintPriv.h 17 @param paint The paint to be analyzed, NULL is equivalent to
  /external/chromium/net/base/
cert_status_flags.h 41 // Maps a network error code to the equivalent certificate status flag. If
46 // to the equivalent network error code.
  /external/chromium/third_party/libjingle/source/talk/base/
md5.h 7 * Equivalent code is available from RSA Data Security, Inc.
8 * This code has been tested against that, and is equivalent,
  /external/chromium_org/third_party/libjingle/source/talk/base/
md5.h 7 * Equivalent code is available from RSA Data Security, Inc.
8 * This code has been tested against that, and is equivalent,
  /external/flac/libFLAC/include/private/
md5.h 10 * Equivalent code is available from RSA Data Security, Inc.
11 * This code has been tested against that, and is equivalent,
  /external/libvpx/libvpx/
md5_utils.h 7 * Equivalent code is available from RSA Data Security, Inc.
8 * This code has been tested against that, and is equivalent,
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/
Filters.java 67 * list of values and false for all other cases. This is the equivalent
77 * collection and false for all other cases. This is the equivalent
87 * equivalent to the specified value.
96 * equivalent to the specified value. This is the equivalent of calling
  /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/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
pushnosize.asm 2 push 0 ; 6A 00 - equivalent to push byte 0
9 push 128 ; 68 8000 - doesn't fit in byte, equivalent to push word 128
18 push 0 ; 6A 00 - equivalent to push byte 0
  /external/chromium/chrome/browser/history/
history_publisher_none.cc 6 // For now there is no equivalent of this functionality on systems other than
  /external/chromium/chrome/browser/net/
proxy_service_factory.h 24 // (or the respective ChromeOS equivalent).
  /external/chromium/chrome/browser/sync/protocol/
proto_enum_conversions.h 13 // Utility functions to get the string equivalent for some sync proto
  /external/chromium/chrome/browser/sync/syncable/
syncable_enum_conversions.h 13 // Utility functions to get the string equivalent for some syncable
  /external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_text_field_cell.h 19 // Sets the results label to the localized equivalent of "X of Y".
  /external/chromium/chrome/browser/ui/cocoa/
multi_key_equivalent_button.h 22 // NSButton key equivalent set by -setKeyEquivalent: and

Completed in 239 milliseconds

1 23 4 5 6 7 8 91011>>