HomeSort by relevance Sort by last modified time
    Searched defs:Same (Results 1 - 9 of 9) 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 92 bool Same = true;
97 Same = false;
101 if (Same)
124 /// GetValueInMiddleOfBlock is the same as GetValueAtEndOfBlock except in one
175 // Otherwise, if all the merged values are the same, just use it.
  /external/clang/lib/AST/
ASTDiagnostic.cpp 148 /// 4) Two different types within the same diagnostic have the same output
173 continue; // Same types
176 continue; // Same canonical types
468 /// Same - Whether the two arguments evaluate to the same value.
469 bool Same;
476 FromDefault(false), ToDefault(false), Same(false) { }
541 /// SetSame - Sets the same flag of the current node.
542 void SetSame(bool Same) {
    [all...]
  /external/clang/lib/Sema/
SemaExprCXX.cpp 218 // the same name as the template name in the last part of the
239 // class template we found is the same as the template being
254 // is the same as the template being specialized or, if we don't
256 // has the same name.
261 // The class template we found is the same template being
270 // The class template we found has the same name as the
    [all...]
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/internal/org/easymock/easymock/3.1/
easymock-3.1.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 

Completed in 647 milliseconds