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

1 2 3

  /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/main/java/org/mockito/internal/matchers/
GreaterThan.java 10 public class GreaterThan<T extends Comparable<T>> extends CompareTo<T> implements Serializable {
12 public GreaterThan(T value) {
  /art/test/463-checker-boolean-simplifier/src/
Main.java 50 /// CHECK-START: boolean Main.GreaterThan(int, int) select_generator (before)
55 /// CHECK-DAG: <<Cond:z\d+>> GreaterThan [<<ParamX>>,<<ParamY>>]
60 /// CHECK-START: boolean Main.GreaterThan(int, int) select_generator (after)
65 /// CHECK-DAG: <<Cond:z\d+>> GreaterThan [<<ParamX>>,<<ParamY>>]
69 public static boolean GreaterThan(int x, int y) {
112 /// CHECK-DAG: <<CondXY:z\d+>> GreaterThan [<<ParamX>>,<<ParamY>>]
114 /// CHECK-DAG: <<CondYZ:z\d+>> GreaterThan [<<ParamY>>,<<ParamZ>>]
129 /// CHECK-DAG: <<CmpXY:z\d+>> GreaterThan [<<ParamX>>,<<ParamY>>]
131 /// CHECK-DAG: <<CmpYZ:z\d+>> GreaterThan [<<ParamY>>,<<ParamZ>>]
335 assertBoolEquals(true, GreaterThan(10, 5))
    [all...]
  /external/llvm/tools/llvm-cov/
CoverageFilters.h 57 enum Operation { LessThan, GreaterThan };
72 case GreaterThan:
CodeCoverage.cpp 405 RegionCoverageFilter::GreaterThan, RegionCoverageGtFilter));
411 RegionCoverageFilter::GreaterThan, LineCoverageGtFilter));
  /external/mockito/src/main/java/org/mockito/
AdditionalMatchers.java 15 import org.mockito.internal.matchers.GreaterThan;
250 reportMatcher(new GreaterThan<T>(value));
264 reportMatcher(new GreaterThan<Byte>(value));
278 reportMatcher(new GreaterThan<Double>(value));
292 reportMatcher(new GreaterThan<Float>(value));
306 reportMatcher(new GreaterThan<Integer>(value));
320 reportMatcher(new GreaterThan<Long>(value));
334 reportMatcher(new GreaterThan<Short>(value));
  /external/mockito/src/test/java/org/mockito/internal/matchers/
ComparableMatchersTest.java 25 test(new GreaterThan<String>("b"), false, true, false, "gt");
  /external/webrtc/webrtc/base/
stringutils_unittest.cc 75 TEST(ascii_string_compareTest, GreaterThan) {
  /frameworks/support/dynamic-animation/tests/src/android/support/dynamicanimation/tests/
FlingTests.java 44 import org.mockito.internal.matchers.GreaterThan;
101 new GreaterThan(110f)), eq(0f));
155 new GreaterThan(200f)), eq(0f));
207 new GreaterThan(200f)), eq(0f));
  /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/google-breakpad/src/testing/test/
gmock-matchers_test.cc 168 Matcher<int> GreaterThan(int n) {
331 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/googletest/googlemock/test/
gmock-matchers_test.cc 188 Matcher<int> GreaterThan(int n) {
357 Matcher<int> m = GreaterThan(0);
    [all...]
gmock-generated-matchers_test.cc 282 Matcher<int> GreaterThan(int n) {
334 ElementsAre(GreaterThan(1), 0, GreaterThan(2));
355 Matcher<const vector<int>& > m = ElementsAre(1, GreaterThan(5));
    [all...]
  /external/v8/testing/gmock/test/
gmock-matchers_test.cc 188 Matcher<int> GreaterThan(int n) {
357 Matcher<int> m = GreaterThan(0);
    [all...]
gmock-generated-matchers_test.cc 282 Matcher<int> GreaterThan(int n) {
334 ElementsAre(GreaterThan(1), 0, GreaterThan(2));
355 Matcher<const vector<int>& > m = ElementsAre(1, GreaterThan(5));
    [all...]
  /external/v8/src/
code-factory.h 106 static Callable GreaterThan(Isolate* isolate);
code-factory.cc 245 TFS_BUILTIN(GreaterThan)
  /external/v8/src/runtime/
runtime-operators.cc 162 Maybe<bool> result = Object::GreaterThan(x, y);
  /external/guice/extensions/persist/lib/
easymock.jar 
  /external/guice/lib/build/
easymock.jar 
  /external/v8/src/compiler/
js-operator.h 431 const Operator* GreaterThan(CompareOperationHint hint);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
PPC64Ops.go 281 {name: "GreaterThan", argLength: 1, reg: crgp}, // bool, true flags encode x>y false otherwise.
354 // Rewrites will convert this to (GreaterThan (CMP b a)).
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
PPC64Ops.go 281 {name: "GreaterThan", argLength: 1, reg: crgp}, // bool, true flags encode x>y false otherwise.
354 // Rewrites will convert this to (GreaterThan (CMP b a)).
  /prebuilts/tools/common/m2/repository/org/easymock/easymock/2.4/
easymock-2.4.jar 

Completed in 849 milliseconds

1 2 3