HomeSort by relevance Sort by last modified time
    Searched defs:Same (Results 1 - 6 of 6) sorted by null

  /external/mockito/src/org/mockito/internal/matchers/
Same.java 14 public class Same extends ArgumentMatcher<Object> implements Serializable {
19 public Same(Object wanted) {
28 description.appendText("same(");
  /external/easymock/src/org/easymock/internal/matchers/
Same.java 23 public class Same implements IArgumentMatcher, Serializable {
29 public Same(Object expected) {
38 buffer.append("same(");
  /external/llvm/lib/CodeGen/
MachineSSAUpdater.cpp 94 bool Same = true;
99 Same = false;
103 if (Same)
126 /// GetValueInMiddleOfBlock is the same as GetValueAtEndOfBlock except in one
177 // Otherwise, if all the merged values are the same, just use it.
  /external/clang/lib/AST/
ASTDiagnostic.cpp 155 /// 4) Two different types within the same diagnostic have the same output
179 continue; // Same types
182 continue; // Same canonical types
498 /// Same - Whether the two arguments evaluate to the same value.
499 bool Same;
507 ToDefault(false), Same(false) {}
572 /// SetSame - Sets the same flag of the current node.
573 void SetSame(bool Same) {
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 132 // the second class-name is looked up in the same scope as the first.
215 // the same name as the template name in the last part of the
236 // class template we found is the same as the template being
253 // is the same as the template being specialized or, if we don't
255 // has the same name.
260 // The class template we found is the same template being
271 // The class template we found has the same name as the
    [all...]
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 

Completed in 1012 milliseconds