HomeSort by relevance Sort by last modified time
    Searched defs:Comparison (Results 1 - 25 of 30) sorted by null

1 2

  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
nilfunc.go 17 func Comparison() {
23 if F == nil { // ERROR "comparison of function F == nil is always false"
26 if t.M == nil { // ERROR "comparison of function M == nil is always false"
29 if F != nil { // ERROR "comparison of function F != nil is always true"
30 if t.M != nil { // ERROR "comparison of function M != nil is always true"
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
nilfunc.go 17 func Comparison() {
23 if F == nil { // ERROR "comparison of function F == nil is always false"
26 if t.M == nil { // ERROR "comparison of function M == nil is always false"
29 if F != nil { // ERROR "comparison of function F != nil is always true"
30 if t.M != nil { // ERROR "comparison of function M != nil is always true"
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
Comparison.java 24 * A comparison between two values of the same type.
26 public enum Comparison {
  /external/selinux/python/sepolgen/src/sepolgen/
util.py 120 class Comparison():
121 """Class used when implementing rich comparison.
124 comparison withing the class, afterwards implement
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
util.py 120 class Comparison():
121 """Class used when implementing rich comparison.
124 comparison withing the class, afterwards implement
  /frameworks/base/libs/hwui/
JankTracker.cpp 39 struct Comparison {
46 static const std::array<Comparison, 4> COMPARISONS{
47 Comparison{JankType::kMissedVsync, [](nsecs_t) { return 1; }, FrameInfoIndex::IntendedVsync,
50 Comparison{JankType::kSlowUI,
54 Comparison{JankType::kSlowSync,
58 Comparison{JankType::kSlowRT,
105 for (auto& comparison : COMPARISONS) {
106 mThresholds[comparison.type] = comparison.computeThreadshold(frameInterval);
165 for (auto& comparison : COMPARISONS)
    [all...]
  /system/tools/aidl/
ast_cpp.cpp 375 Comparison::Comparison(AstNode* lhs, const string& comparison, AstNode* rhs)
378 operator_(comparison) {}
380 void Comparison::Write(CodeWriter* to) const {
ast_java.cpp 213 Comparison::Comparison(Expression* l, const string& o, Expression* r)
216 void Comparison::Write(CodeWriter* to) const {
ast_cpp.h 336 class Comparison : public AstNode {
338 Comparison(AstNode* lhs, const std::string& comparison, AstNode* rhs);
339 ~Comparison() = default;
347 DISALLOW_COPY_AND_ASSIGN(Comparison);
348 }; // class Comparison
ast_java.h 180 struct Comparison : public Expression {
185 Comparison(Expression* lvalue, const std::string& op, Expression* rvalue);
186 virtual ~Comparison() = default;
  /external/clang/lib/Analysis/
BodyFarm.cpp 50 /// Create a new BinaryOperator representing a comparison.
312 // Construct the comparison.
313 Expr *Comparison =
347 Comparison, Body, SourceLocation(), Else);
  /external/python/cpython2/Lib/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)
  /prebuilts/gdb/darwin-x86/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)
  /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)
  /prebuilts/tools/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.2.0/
dexmaker-2.2.0.jar 
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 42 // Represents information about a comparison.
43 struct Comparison {
44 Comparison(SDValue Op0In, SDValue Op1In)
47 // The operands to the comparison.
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp 102 struct Comparison {
120 assert ((!((Cmp & L) && (Cmp & G))) && "Malformed comparison operator");
159 /// \brief Return the comparison kind for the specified opcode.
160 Comparison::Kind getComparisonKind(unsigned CondOpc,
180 int64_t IVBump, Comparison::Kind Cmp) const;
253 /// The desired flow is: phi ---> bump -+-> comparison-in-latch.
262 /// +-> comparison-in-latch (against upper_bound-bump),
263 /// i.e. the comparison that controls the loop execution may be using
269 /// couldn't be identified, or if the value in the latch's comparison
461 // Exactly one of the input registers to the comparison should be amon
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
ant-1.8.0.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 600 milliseconds

1 2