Home
last modified time | relevance | path

Searched defs:gt (Results 1 – 25 of 38) sorted by relevance

12

/external/mockito/src/main/java/org/mockito/
DAdditionalMatchers.java249 public static <T extends Comparable<T>> T gt(T value) { in gt() method in AdditionalMatchers
263 public static byte gt(byte value) { in gt() method in AdditionalMatchers
277 public static double gt(double value) { in gt() method in AdditionalMatchers
291 public static float gt(float value) { in gt() method in AdditionalMatchers
305 public static int gt(int value) { in gt() method in AdditionalMatchers
319 public static long gt(long value) { in gt() method in AdditionalMatchers
333 public static short gt(short value) { in gt() method in AdditionalMatchers
/external/easymock/src/org/easymock/
DEasyMock.java492 public static <T extends Comparable<T>> T gt(Comparable<T> value) { in gt() method in EasyMock
505 public static byte gt(byte value) { in gt() method in EasyMock
518 public static double gt(double value) { in gt() method in EasyMock
531 public static float gt(float value) { in gt() method in EasyMock
544 public static int gt(int value) { in gt() method in EasyMock
557 public static long gt(long value) { in gt() method in EasyMock
570 public static short gt(short value) { in gt() method in EasyMock
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DXMLEntities.properties29 gt=62 key
DHTMLEntities.properties29 gt=62 key
/external/clang/test/SemaTemplate/
Dinstantiate-template-template-parm.cpp51 template <T x, T y> struct gt { struct
52 static const bool result = x > y;
/external/eigen/unsupported/test/
Dcxx11_tensor_comparisons.cpp23 Tensor<bool, 3> gt(2,3,7); in test_orderings() local
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp1.cpp79 template <typename T> T gt(T t) { return t; } in gt() function
90 template <> constexpr int gt(int nl) { return nl; } in gt() function
/external/clang/test/CXX/dcl.decl/dcl.meaning/
Dp1-0x.cpp92 template<> void N::gt<int>() {} in gt() function in inline_namespaces::N
/external/caliper/lib/
Djersey-client-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/boringssl/src/crypto/bn/
Dcmp.c88 int gt, lt; in BN_cmp() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_logic.c174 unsigned gt:1; in lp_build_compare() member
/external/syslinux/com32/lua/src/
Dlparser.c344 Labeldesc *gt = &gl->arr[g]; in closegoto() local
368 Labeldesc *gt = &dyd->gt.arr[g]; in findlabel() local
426 Labeldesc *gt = &gl->arr[i]; in movegotosout() local
463 static l_noret undefgoto (LexState *ls, Labeldesc *gt) { in undefgoto()
Dlapi.c610 const TValue *gt; /* global table */ in lua_getglobal() local
736 const TValue *gt; /* global table */ in lua_setglobal() local
986 const TValue *gt = luaH_getint(reg, LUA_RIDX_GLOBALS); in lua_load() local
Dlparser.h86 Labellist gt; /* list of pending gotos */ member
/external/skia/third_party/lua/src/
Dlparser.c344 Labeldesc *gt = &gl->arr[g]; in closegoto() local
368 Labeldesc *gt = &dyd->gt.arr[g]; in findlabel() local
426 Labeldesc *gt = &gl->arr[i]; in movegotosout() local
463 static l_noret undefgoto (LexState *ls, Labeldesc *gt) { in undefgoto()
Dlapi.c610 const TValue *gt; /* global table */ in lua_getglobal() local
736 const TValue *gt; /* global table */ in lua_setglobal() local
986 const TValue *gt = luaH_getint(reg, LUA_RIDX_GLOBALS); in lua_load() local
Dlparser.h86 Labellist gt; /* list of pending gotos */ member
/external/skia/bench/
DGradientBench.cpp173 static const char* geomtypename(GeomType gt) { in geomtypename()
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DCompiler.java349 protected Expression gt(int opPos) throws TransformerException in gt() method in Compiler
/external/guice/extensions/persist/lib/
Deasymock.jar ... byte gt (byte) byte value public static double gt (double) double value public static float gt ( ...
/external/guice/lib/build/
Deasymock.jar ... float gt (float) float value public static int gt (int) int value public static long gt ( ...
/external/v8/src/arm/
Dconstants-arm.h84 gt = 12 << 28, // Z clear, N == V Greater than. enumerator
/external/v8/src/ppc/
Dconstants-ppc.h55 gt = 4, // Greater than. enumerator
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_context.h219 int gt; member
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java532 Method gt = branchingMethod(Comparison.GT); in testBranching() local

12