OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Equivalent
(Results
1 - 5
of
5
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
equivalent.h
0
//
equivalent
.h
93
// <code>fst1</code> and <code>fst2</code> are
equivalent
. The input
96
// considered
equivalent
if they accept exactly the same set of
113
bool
Equivalent
(const Fst<Arc> &fst1, const Fst<Arc> &fst2) {
118
LOG(FATAL) << "
Equivalent
: first argument not an"
122
LOG(FATAL) << "
Equivalent
: second argument not an"
137
return
Equivalent
(efst1, efst2);
/external/chromium/base/
tracked_objects.cc
247
if (0 == i || !comparator.
Equivalent
(match_array[i - 1],
257
!comparator.
Equivalent
(match_array[i],
818
bool Comparator::
Equivalent
(const Snapshot& left,
866
return tiebreaker_->
Equivalent
(left, right);
[
all
...]
tracked_objects.h
404
bool
Equivalent
(const Snapshot& left, const Snapshot& right) const;
420
//
equivalent
groups. If those groups are displayed (rather than just being
458
// when deciding if two items are in
equivalent
groups. This flag tells us
459
// to ignore the tiebreaker when doing
Equivalent
() testing.
/external/clang/lib/AST/
ASTImporter.cpp
164
/// declaration in the second context that we believe to be
equivalent
.
171
/// \brief Declaration (from, to) pairs that are known not to be
equivalent
186
///
equivalent
.
189
/// \brief Determine whether the two types are structurally
equivalent
.
263
/// \brief Determine whether two identifiers are
equivalent
.
272
/// \brief Determine whether two nested-name-specifiers are
equivalent
.
280
/// \brief Determine whether two template arguments are
equivalent
.
[
all
...]
/external/v8/test/mjsunit/
unicode-test.js
[
all
...]
Completed in 103 milliseconds