OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Comparison
(Results
1 - 12
of
12
) sorted by null
/external/dexmaker/src/main/java/com/google/dexmaker/
Comparison.java
24
* A
comparison
between two values of the same type.
26
public enum
Comparison
{
/frameworks/base/tools/aidl/
AST.cpp
370
Comparison
::
Comparison
(Expression* l, const string& o, Expression* r)
377
Comparison
::~
Comparison
()
382
Comparison
::Write(FILE* to)
AST.h
171
struct
Comparison
: public Expression
177
Comparison
(Expression* lvalue, const string& op, Expression* rvalue);
178
virtual ~
Comparison
();
/external/clang/lib/Analysis/
BodyFarm.cpp
53
/// Create a new BinaryOperator representing a
comparison
.
303
// Construct the
comparison
.
304
Expr *
Comparison
=
338
new (C) IfStmt(C, SourceLocation(), 0,
Comparison
, Body,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetypes.py
164
class
Comparison
:
165
"""An AE
Comparison
"""
173
return "
Comparison
(%r, %r, %r)" % (self.obj1, self.relo, self.obj2)
185
return isinstance(x,
Comparison
)
187
class NComparison(
Comparison
):
191
Comparison
.__init__(obj1, self.relo, obj2)
/external/clang/lib/Sema/
SemaTemplateDeduction.cpp
773
//
comparison
deduces template arguments for subsequent positions in the
[
all
...]
SemaDeclCXX.cpp
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp
93
struct
Comparison
{
111
assert ((!((Cmp & L) && (Cmp & G))) && "Malformed
comparison
operator");
151
Comparison
::Kind Cmp) const;
193
/// The desired flow is: phi ---> bump -+->
comparison
-in-latch.
202
/// +->
comparison
-in-latch (against upper_bound-bump),
203
/// i.e. the
comparison
that controls the loop execution may be using
209
/// couldn't be identified, or if the value in the latch's
comparison
396
// Exactly one of the input registers to the
comparison
should be among
511
// The
comparison
operator type determines how we compute the loop
521
Comparison
::Kind Cmp
[
all
...]
/external/robolectric/lib/main/
h2-1.2.147.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar
/prebuilts/tools/common/ant/
ant.jar
/prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar
Completed in 727 milliseconds