HomeSort by relevance Sort by last modified time
    Searched refs:GreaterThan (Results 1 - 23 of 23) sorted by null

  /external/easymock/src/org/easymock/internal/matchers/
GreaterThan.java 18 public class GreaterThan<T extends Comparable<T>> extends CompareTo<T> {
22 public GreaterThan(Comparable<T> value) {
  /external/mockito/src/org/mockito/internal/matchers/
GreaterThan.java 10 public class GreaterThan<T extends Comparable<T>> extends CompareTo<T> implements Serializable {
14 public GreaterThan(Comparable<T> value) {
  /external/mockito/src/org/mockito/
AdditionalMatchers.java 13 import org.mockito.internal.matchers.GreaterThan;
238 return reportMatcher(new GreaterThan<T>(value)).<T>returnNull();
251 return reportMatcher(new GreaterThan<Byte>(value)).returnZero();
264 return reportMatcher(new GreaterThan<Double>(value)).returnZero();
277 return reportMatcher(new GreaterThan<Float>(value)).returnZero();
290 return reportMatcher(new GreaterThan<Integer>(value)).returnZero();
303 return reportMatcher(new GreaterThan<Long>(value)).returnZero();
316 return reportMatcher(new GreaterThan<Short>(value)).returnZero();
  /external/easymock/src/org/easymock/
EasyMock.java 493 reportMatcher(new GreaterThan<T>(value));
506 reportMatcher(new GreaterThan<Byte>(value));
519 reportMatcher(new GreaterThan<Double>(value));
532 reportMatcher(new GreaterThan<Float>(value));
545 reportMatcher(new GreaterThan<Integer>(value));
558 reportMatcher(new GreaterThan<Long>(value));
571 reportMatcher(new GreaterThan<Short>(value));
    [all...]
  /external/chromium/testing/gmock/test/
gmock-matchers_test.cc 164 Matcher<int> GreaterThan(int n) {
327 Matcher<int> m = GreaterThan(0);
    [all...]
gmock-generated-matchers_test.cc 280 Matcher<int> GreaterThan(int n) {
335 ElementsAre(GreaterThan(1), 0, GreaterThan(2));
356 Matcher<const vector<int>& > m = ElementsAre(1, GreaterThan(5));
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
MacroAssemblerSH4.cpp 36 const Condition MacroAssemblerSH4::GreaterThan = SH4Assembler::GT;
MacroAssemblerMIPS.h 67 GreaterThan,
    [all...]
MacroAssemblerARM.h 52 GreaterThan = ARMAssembler::GT,
    [all...]
MacroAssemblerARMv7.h 110 GreaterThan = ARMv7Assembler::ConditionGT,
    [all...]
MacroAssemblerX86Common.h 51 GreaterThan = X86Assembler::ConditionG,
    [all...]
MacroAssemblerSH4.h 45 static const Condition GreaterThan;
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
JITArithmetic.cpp 415 addJump(branch32(GreaterThan, regT0, Imm32(asString(getConstantOperand(op1))->tryGetValue()[0])), target);
436 addJump(branch32(GreaterThan, regT1, Imm32(op1imm)), target);
577 addJump(branch32(invert ? GreaterThan : LessThanOrEqual, regT0, Imm32(asString(getConstantOperand(op2))->tryGetValue()[0])), target);
584 addJump(branch32(invert ? GreaterThan : LessThanOrEqual, regT0, Imm32(op2imm)), target);
595 addJump(branch32(invert ? GreaterThan : LessThanOrEqual, regT0, regT1), target);
    [all...]
JITArithmetic32_64.cpp 192 addJump(branch32(GreaterThan, regT0, Imm32(asString(getConstantOperand(op1))->tryGetValue()[0])), target);
207 addJump(branch32(GreaterThan, regT2, Imm32(getConstantOperand(op1).asInt32())), target);
288 addJump(branch32(invert ? GreaterThan : LessThanOrEqual, regT0, Imm32(asString(getConstantOperand(op2))->tryGetValue()[0])), target);
298 addJump(branch32(invert ? GreaterThan : LessThanOrEqual, regT0, Imm32(getConstantOperand(op2).asInt32())), target);
303 addJump(branch32(invert ? GreaterThan : LessThanOrEqual, regT0, regT2), target);
    [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/chromium/chrome/browser/resources/keyboard/
main.js 514 new Key(C('r'), C('R'), C('4'), new Character('>', 'GreaterThan')),
  /external/chromium/testing/gtest/test/
gtest_unittest.cc     [all...]
  /external/gtest/test/
gtest_unittest.cc     [all...]
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest_unittest.cc     [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc     [all...]
  /external/robolectric/lib/test/
mockito-core-1.8.5.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 

Completed in 1386 milliseconds