Home
last modified time | relevance | path

Searched refs:gt (Results 1 – 25 of 234) sorted by relevance

12345678910

/external/bluetooth/glib/gobject/
Dgtype.h1463 # define _G_TYPE_CIC(ip, gt, ct) \ argument
1464 ((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
1465 # define _G_TYPE_CCC(cp, gt, ct) \ argument
1466 ((ct*) g_type_check_class_cast ((GTypeClass*) cp, gt))
1468 # define _G_TYPE_CIC(ip, gt, ct) ((ct*) ip) argument
1469 # define _G_TYPE_CCC(cp, gt, ct) ((ct*) cp) argument
1473 #define _G_TYPE_IGC(ip, gt, ct) ((ct*) (((GTypeInstance*) ip)->g_class)) argument
1474 #define _G_TYPE_IGI(ip, gt, ct) ((ct*) g_type_interface_peek (((GTypeInstance*) ip)->g_clas… argument
1476 # define _G_TYPE_CIT(ip, gt) (G_GNUC_EXTENSION ({ \ argument
1477 GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
[all …]
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_cli.sgml68 with "CTRL-REQ-<type>-<id>:<text>"
69 prefix. <type> is IDENTITY, PASSWORD, or OTP
70 (one-time-password). <id> is a unique identifier for the
71 current network. <text> is description of the request. In
77 <emphasis>otp</emphasis> commands. &lt;id&gt; needs to be copied from
206 <term>level &lt;debug level&gt;</term>
259 <term>preauthenticate &lt;BSSID&gt;</term>
266 <term>identity &lt;network id&gt; &lt;identity&gt;</term>
273 <term>password &lt;network id&gt; &lt;password&gt;</term>
280 <term>pin &lt;network id&gt; &lt;pin&gt;</term>
[all …]
/external/android-mock/src/com/google/android/testing/mocking/
DAndroidMock.java724 public static <T extends Comparable<T>> T gt(Comparable<T> expectedValue) { in gt() method in AndroidMock
725 return EasyMock.gt(expectedValue); in gt()
744 public static byte gt(byte expectedValue) { in gt() method in AndroidMock
745 return EasyMock.gt(expectedValue); in gt()
764 public static double gt(double expectedValue) { in gt() method in AndroidMock
765 return EasyMock.gt(expectedValue); in gt()
784 public static float gt(float expectedValue) { in gt() method in AndroidMock
785 return EasyMock.gt(expectedValue); in gt()
804 public static int gt(int expectedValue) { in gt() method in AndroidMock
805 return EasyMock.gt(expectedValue); in gt()
[all …]
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-select_xform.ll8 ; CHECK: it gt
20 ; CHECK: it gt
33 ; CHECK: it gt
/external/libvpx/examples/includes/geshi/geshi/
Dscilab.php279 1 => '-&gt;',
286 4 => '&lt;[a-zA-Z_][a-zA-Z0-9_]*&gt;',
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/templateFiles/
Dindex.html.template23 <P>These are the prerequisites to install &lt;your project&gt;. They must
24 be downloaded and installed before the &lt;your component&gt; can be installed.</P><br>
52 &lt;your project&gt; Runtime
56 &lt;description&gt;
76 &lt;description&gt;
96 &lt;description&gt;
116 &lt;description&gt;
/external/llvm/test/CodeGen/X86/
D2004-03-30-Select-Max.ll4 %gt = icmp sgt i32 %A, %B ; <i1> [#uses=1]
5 %R = select i1 %gt, i32 %A, i32 %B ; <i32> [#uses=1]
/external/doclava/res/assets/templates/
Dsample.cs20 …is located in the corresponding directory in <code>&lt;sdk&gt;/samples/android-&lt;version&gt;/...…
/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/llvm/test/CodeGen/PTX/
Dsetp.ll40 ; CHECK: setp.gt.u32 %p[[P0:[0-9]+]], %r{{[0-9]+}}, %r{{[0-9]+}};
76 ; CHECK: setp.gt.s32 %p[[P0:[0-9]+]], %r{{[0-9]+}}, %r{{[0-9]+}};
130 ; CHECK: setp.gt.u32 %p[[P0:[0-9]+]], %r{{[0-9]+}}, 1;
166 ; CHECK: setp.gt.s32 %p[[P0:[0-9]+]], %r{{[0-9]+}}, 1;
175 ; CHECK: setp.gt.s32 %p[[P0:[0-9]+]], %r{{[0-9]+}}, 0;
184 ; CHECK: setp.gt.u32 %p[[P0:[0-9]+]], %r{{[0-9]+}}, %r{{[0-9]+}};
196 ; CHECK: setp.gt.u32 %p[[P0:[0-9]+]], %r{{[0-9]+}}, 0;
Dcvt.ll7 ; CHECK: setp.gt.u16 %p[[P0:[0-9]+]], %rh{{[0-9]+}}, 0
18 ; CHECK: setp.gt.u32 %p[[P0:[0-9]+]], %r{{[0-9]+}}, 0
29 ; CHECK: setp.gt.u64 %p[[P0:[0-9]+]], %rd{{[0-9]+}}, 0
40 ; CHECK: setp.gt.u32 %p[[P0:[0-9]+]], %r{{[0-9]+}}, 0
51 ; CHECK: setp.gt.u64 %p[[P0:[0-9]+]], %rd{{[0-9]+}}, 0
/external/openssl/crypto/ocsp/
Docsp_ext.c477 ASN1_GENERALIZEDTIME *gt = NULL; in OCSP_archive_cutoff_new() local
479 if (!(gt = ASN1_GENERALIZEDTIME_new())) goto err; in OCSP_archive_cutoff_new()
480 if (!(ASN1_GENERALIZEDTIME_set_string(gt, tim))) goto err; in OCSP_archive_cutoff_new()
481 x = X509V3_EXT_i2d(NID_id_pkix_OCSP_archiveCutoff, 0, gt); in OCSP_archive_cutoff_new()
483 if (gt) ASN1_GENERALIZEDTIME_free(gt); in OCSP_archive_cutoff_new()
/external/clang/test/SemaTemplate/
Dinstantiate-template-template-parm.cpp51 template <T x, T y> struct gt { struct
54 typedef gt<2, 1> r2;
/external/llvm/docs/CommandGuide/
DFileCheck.pod141 define void @t2(<2 x double>* %r, <2 x double&gt;* %A, double %B) {
142 %tmp3 = load <2 x double&gt;* %A, align 16
143 %tmp7 = insertelement <2 x double&gt; undef, double %B, i32 0
144 %tmp9 = shufflevector <2 x double&gt; %tmp3,
145 <2 x double&gt; %tmp7,
146 <2 x i32&gt; < i32 0, i32 2 &gt;
147 store <2 x double&gt; %tmp9, <2 x double&gt;* %r, align 16
/external/llvm/test/MC/MBlaze/
Dmblaze_fpu.s64 # CHECK: fcmp.gt
67 fcmp.gt r0, r1, r2
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp1.cpp71 template <typename T> T gt(T t) { return t; } in gt() function
81 template <> constexpr int gt(int nl) { return nl; } in gt() function
/external/llvm/test/MC/ARM/
Dthumb2-diagnostics.s9 iteeee gt
23 @ CHECK-ERRORS: iteeee gt
Dbasic-thumb2-instructions.s1548 itte gt
1556 @ CHECK: itte gt @ encoding: [0xc6,0xbf]
1851 it gt
1855 @ CHECK: it gt @ encoding: [0xc8,0xbf]
1888 ite gt
1894 @ CHECK: ite gt @ encoding: [0xcc,0xbf]
1903 it gt
1906 it gt
1910 @ CHECK: it gt @ encoding: [0xc8,0xbf]
1913 @ CHECK: it gt @ encoding: [0xc8,0xbf]
[all …]
/external/markdown/docs/extensions/
DFenced_Code_Blocks.txt52 <pre><code class="html">&lt;p&gt;HTML Document&lt;/p&gt;
/external/iptables/extensions/
Dlibxt_rateest.man40 [\fB!\fP] \fB\-\-rateest\-gt\fP
89 \-m rateest \-\-rateest\-delta \-\-rateest1 eth0 \-\-rateest\-bps1 2.5mbit \-\-rateest\-gt
93 \-m rateest \-\-rateest\-delta \-\-rateest1 ppp0 \-\-rateest\-bps1 2mbit \-\-rateest\-gt
/external/webkit/Source/autotools/
Dacinclude.m428 # gt - greater than (test A > B)
51 # AX_COMPARE_VERSION([3.15],[gt],[3.15.8])
111 dnl # In the case of le, ge, lt, and gt, the strings are sorted as necessary
119 [gt],[
/external/openssl/crypto/bn/
Dbn_lib.c662 int gt,lt; in BN_cmp() local
685 { gt=1; lt= -1; } in BN_cmp()
686 else { gt= -1; lt=1; } in BN_cmp()
688 if (a->top > b->top) return(gt); in BN_cmp()
694 if (t1 > t2) return(gt); in BN_cmp()
/external/dbus/test/data/valid-config-files/
Dentities.conf6 <listen>unix:path=/foo/&lt;bar&gt;</listen>
/external/dbus/test/data/equiv-config-files/entities/
Dentities-1.conf6 <listen>unix:path=/foo/&lt;bar&gt;</listen>
/external/v8/src/arm/
Dconstants-arm.h134 gt = 12 << 28, // Z clear, N == V Greater than. enumerator
165 return gt; in ReverseCondition()
166 case gt: in ReverseCondition()

12345678910