Searched defs:gt (Results 1 - 25 of 45) sorted by relevance

12

/external/doclava/res/assets/templates/
H A Dsample.cs20 <p>The file containing the source code shown below is located in the corresponding directory in <code>&lt;sdk&gt;/samples/android-&lt;version&gt;/...</code></p> external variable declarations
/external/python/cpython3/Lib/test/
H A Dtest_kqueue.py24 from operator import lt, le, gt, ge namespace
41 for op in lt, le, gt, ge:
H A Dtest_copy.py7 from operator import le, lt, ge, gt, eq, ne namespace
11 order_comparisons = le, lt, ge, gt
/external/clang/test/CXX/dcl.decl/dcl.meaning/
H A Dp1-0x.cpp40 template<typename T> void gt(); // expected-note {{here}}
92 template<> void N::gt<int>() {} function in class:inline_namespaces::N
93 template void N::gt<char>(); // expected-error {{undefined}}
/external/clang/test/SemaTemplate/
H A Dinstantiate-template-template-parm.cpp51 template <T x, T y> struct gt { struct in struct:Comp
54 typedef gt<2, 1> r2;
/external/mesa3d/src/gallium/drivers/ilo/core/
H A Dilo_dev.h57 int gt; member in struct:ilo_dev
/external/mockito/src/main/java/org/mockito/
H A DAdditionalMatchers.java249 public static <T extends Comparable<T>> T gt(T value) { method in class:AdditionalMatchers
263 public static byte gt(byte value) { method in class:AdditionalMatchers
277 public static double gt(double value) { method in class:AdditionalMatchers
291 public static float gt(float value) { method in class:AdditionalMatchers
305 public static int gt(int value) { method in class:AdditionalMatchers
319 public static long gt(long value) { method in class:AdditionalMatchers
333 public static short gt(short value) { method in class:AdditionalMatchers
/external/mesa3d/src/intel/common/
H A Dgen_device_info.h36 int gt; member in struct:gen_device_info
/external/boringssl/src/crypto/fipsmodule/bn/
H A Dcmp.c89 int gt, lt; local
109 gt = 1;
112 gt = -1;
119 return gt;
129 return gt;
/external/syslinux/com32/lua/src/
H A Dlparser.h86 Labellist gt; /* list of pending gotos */ member in struct:Dyndata
H A Dlapi.c610 const TValue *gt; /* global table */ local
612 gt = luaH_getint(reg, LUA_RIDX_GLOBALS);
614 luaV_gettable(L, gt, L->top - 1, L->top - 1);
736 const TValue *gt; /* global table */ local
739 gt = luaH_getint(reg, LUA_RIDX_GLOBALS);
741 luaV_settable(L, gt, L->top - 1, L->top - 2);
986 const TValue *gt = luaH_getint(reg, LUA_RIDX_GLOBALS); local
988 setobj(L, f->upvals[0]->v, gt);
989 luaC_barrier(L, f->upvals[0], gt);
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DCompiler.java140 expr = gt(opPos); break;
349 protected Expression gt(int opPos) throws TransformerException method in class:Compiler
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp79 template <typename T> T gt(T t) { return t; } function
90 template <> constexpr int gt(int nl) { return nl; } function
/external/easymock/src/org/easymock/
H A DEasyMock.java492 public static <T extends Comparable<T>> T gt(Comparable<T> value) { method in class:EasyMock
505 public static byte gt(byte value) { method in class:EasyMock
518 public static double gt(double value) { method in class:EasyMock
531 public static float gt(float value) { method in class:EasyMock
544 public static int gt(int value) { method in class:EasyMock
557 public static long gt(long value) { method in class:EasyMock
570 public static short gt(short value) { method in class:EasyMock
/external/skia/bench/
H A DGradientBench.cpp172 static const char* geomtypename(GeomType gt) { argument
173 switch (gt) {
/external/skqp/bench/
H A DGradientBench.cpp172 static const char* geomtypename(GeomType gt) { argument
173 switch (gt) {
/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dmap_test.cc142 auto gt = b.Gt(x, y); local
483 auto gt = CreateGt(); local
484 b.Map({b.ConstantR1<float>({1, 20}), b.ConstantR1<float>({10, 2})}, gt, {0});
/external/caliper/lib/
H A Djersey-client-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/python/cpython3/Lib/
H A Doperator.py14 'delitem', 'eq', 'floordiv', 'ge', 'getitem', 'gt', 'iadd', 'iand',
47 def gt(a, b): function
425 __gt__ = gt
/external/tensorflow/tensorflow/core/kernels/hexagon/
H A Dgraph_transferer_test.cc195 const GraphTransferer& gt, const string& name) {
197 gt.GetGraphTransferInfo().const_node_info()) {
206 const GraphTransferer& gt, const string& name) {
208 gt.GetGraphTransferInfo().node_info()) {
217 const GraphTransferer& gt, const int node_id) {
219 gt.GetGraphTransferInfo().node_input_info()) {
228 const GraphTransferer& gt, const int node_id) {
230 gt.GetGraphTransferInfo().node_output_info()) {
238 static void SanityCheckNodes(const GraphTransferer& gt) { argument
240 gt
194 FindConstNodeInfo( const GraphTransferer& gt, const string& name) argument
205 FindNodeInfo( const GraphTransferer& gt, const string& name) argument
216 FindNodeInputInfo( const GraphTransferer& gt, const int node_id) argument
227 FindNodeOutputInfo( const GraphTransferer& gt, const int node_id) argument
393 GraphTransferer gt; local
[all...]
H A Dhexagon_control_wrapper.cc185 GraphTransferer gt; local
186 gt.SetSerializedGraphTransferInfo(graph_transfer_info.SerializeAsString());
187 gt.DumpVerificationStringOfNodeTransferParams();
H A Dhexagon_graph_execution_test.cc241 static void RunInferenceByHexagonControlWrapper(const GraphTransferer& gt, argument
245 gt.GetGraphTransferInfo());
413 GraphTransferer gt; local
414 gt.EnableStrictCheckMode(false);
418 Status status = gt.LoadGraphFromProtoFile(
431 RunInferenceByHexagonControlWrapper(gt, img_tensor);
446 GraphTransferer gt; local
447 gt.EnableStrictCheckMode(false);
451 Status status = gt.LoadGraphFromProtoFile(
466 RunInferenceByHexagonControlWrapper(gt, img_tenso
480 GraphTransferer gt; local
[all...]
/external/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_sched.cpp2007 alu_group_tracker &gt = grp(); local
2009 unsigned slots = gt.slot_count();
2019 if (!kt.try_reserve(gt))
2051 bool alu_kcache_tracker::try_reserve(alu_group_tracker& gt) { argument
2052 rp_kcache_tracker &kt = gt.kcache();
/external/skia/src/core/
H A DSkDraw.cpp1426 auto gt = [](float a, int b) { return !(a <= (float)b); }; local
1428 if (gt(position.fX, INT_MAX - (INT16_MAX + UINT16_MAX)) ||
1430 gt(position.fY, INT_MAX - (INT16_MAX + UINT16_MAX)) ||
/external/skqp/src/core/
H A DSkDraw.cpp1399 auto gt = [](float a, int b) { return !(a <= (float)b); }; local
1401 if (gt(position.fX, INT_MAX - (INT16_MAX + UINT16_MAX)) ||
1403 gt(position.fY, INT_MAX - (INT16_MAX + UINT16_MAX)) ||

Completed in 871 milliseconds

12