HomeSort by relevance Sort by last modified time
    Searched refs:Equivalent (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-stats.h 30 bool Equivalent(const HeapProfileStats& other) const {
heap-profiler.cc 249 RAW_DCHECK(stats.Equivalent(heap_profile->total()), "");
  /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'?}}
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
equivalent.h 0 // equivalent.h
92 // <code>fst1</code> and <code>fst2</code> are equivalent. The input
95 // considered equivalent if they accept exactly the same set of
112 bool Equivalent(const Fst<Arc> &fst1, const Fst<Arc> &fst2) {
117 LOG(FATAL) << "Equivalent: first argument not an"
121 LOG(FATAL) << "Equivalent: second argument not an"
136 return Equivalent(efst1, efst2);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.h 68 bool Equivalent(const Stats& x) const {
  /external/clang/lib/AST/
ASTImporter.cpp 198 /// declaration in the second context that we believe to be equivalent.
205 /// \brief Declaration (from, to) pairs that are known not to be equivalent
228 /// equivalent.
231 /// \brief Determine whether the two types are structurally equivalent.
274 /// \brief Determine whether two identifiers are equivalent.
283 /// \brief Determine whether two nested-name-specifiers are equivalent.
291 /// \brief Determine whether two template arguments are equivalent.
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/common/js/
util.js 649 * Equivalent to loadTimeData.getString(id).
662 * Equivalent to loadTimeData.getStringF(id, ...).
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 1358 milliseconds