/external/eigen/doc/ |
D | I12_ClassHierarchy.dox | 22 template argument (in this case, \c Matrix inherits from \c MatrixBase<Matrix>). This allows … 81 EigenBase<%Matrix> 82 <-- DenseCoeffsBase<%Matrix> (direct access case) 83 <-- DenseBase<%Matrix> 84 <-- MatrixBase<%Matrix> 85 <-- PlainObjectBase<%Matrix> (matrix case) 92 EigenBase<%Array> 93 <-- DenseCoeffsBase<%Array> (direct access case) 94 <-- DenseBase<%Array> 95 <-- ArrayBase<%Array> [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | wpa_cli.sgml | 68 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. <id> needs to be copied from 206 <term>level <debug level></term> 259 <term>preauthenticate <BSSID></term> 266 <term>identity <network id> <identity></term> 273 <term>password <network id> <password></term> 280 <term>pin <network id> <pin></term> [all …]
|
/external/android-mock/src/com/google/android/testing/mocking/ |
D | AndroidMock.java | 724 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/libvpx/examples/includes/geshi/geshi/ |
D | scilab.php | 279 1 => '->', 286 4 => '<[a-zA-Z_][a-zA-Z0-9_]*>',
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/templateFiles/ |
D | index.html.template | 23 <P>These are the prerequisites to install <your project>. They must 24 be downloaded and installed before the <your component> can be installed.</P><br> 52 <your project> Runtime 56 <description> 76 <description> 96 <description> 116 <description>
|
/external/llvm/test/CodeGen/X86/ |
D | 2004-03-30-Select-Max.ll | 5 %gt = icmp sgt i32 %A, %B ; <i1> [#uses=1] 6 %R = select i1 %gt, i32 %A, i32 %B ; <i32> [#uses=1]
|
/external/doclava/res/assets/templates/ |
D | sample.cs | 20 …is located in the corresponding directory in <code><sdk>/samples/android-<version>/...…
|
/external/easymock/src/org/easymock/ |
D | EasyMock.java | 492 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/openssl/crypto/ocsp/ |
D | ocsp_ext.c | 477 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/ |
D | instantiate-template-template-parm.cpp | 51 template <T x, T y> struct gt { struct 54 typedef gt<2, 1> r2;
|
/external/llvm/test/MC/MBlaze/ |
D | mblaze_fpu.s | 64 # CHECK: fcmp.gt 67 fcmp.gt r0, r1, r2
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
D | p1.cpp | 71 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/ |
D | thumb2-diagnostics.s | 9 iteeee gt 23 @ CHECK-ERRORS: iteeee gt
|
D | basic-thumb2-instructions.s | 1651 itte gt 1659 @ CHECK: itte gt @ encoding: [0xc6,0xbf] 1954 it gt 1958 @ CHECK: it gt @ encoding: [0xc8,0xbf] 1991 ite gt 1997 @ CHECK: ite gt @ encoding: [0xcc,0xbf] 2006 it gt 2009 it gt 2013 @ CHECK: it gt @ encoding: [0xc8,0xbf] 2016 @ CHECK: it gt @ encoding: [0xc8,0xbf] [all …]
|
/external/markdown/docs/extensions/ |
D | Fenced_Code_Blocks.txt | 52 <pre><code class="html"><p>HTML Document</p>
|
/external/llvm/test/CodeGen/NVPTX/ |
D | compare-int.ll | 32 ; CHECK: setp.gt.u64 %p[[P0:[0-9]+]], %rl{{[0-9]+}}, %rl{{[0-9]+}} 68 ; CHECK: setp.gt.s64 %p[[P0:[0-9]+]], %rl{{[0-9]+}}, %rl{{[0-9]+}} 124 ; CHECK: setp.gt.u32 %p[[P0:[0-9]+]], %r{{[0-9]+}}, %r{{[0-9]+}} 160 ; CHECK: setp.gt.s32 %p[[P0:[0-9]+]], %r{{[0-9]+}}, %r{{[0-9]+}} 217 ; CHECK: setp.gt.u16 %p[[P0:[0-9]+]], %rs{{[0-9]+}}, %rs{{[0-9]+}} 253 ; CHECK: setp.gt.s16 %p[[P0:[0-9]+]], %rs{{[0-9]+}}, %rs{{[0-9]+}} 313 ; CHECK: setp.gt.u16 %p[[P0:[0-9]+]], %temp{{[0-9]+}}, %temp{{[0-9]+}} 353 ; CHECK: setp.gt.s16 %p[[P0:[0-9]+]], %temp{{[0-9]+}}, %temp{{[0-9]+}}
|
/external/iptables/extensions/ |
D | libxt_rateest.man | 40 [\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
|
D | libipt_ttl.man | 6 \fB\-\-ttl\-gt\fP \fIttl\fP
|
D | libip6t_hl.man | 9 \fB\-\-hl\-gt\fP \fIvalue\fP
|
/external/webkit/Source/autotools/ |
D | acinclude.m4 | 28 # 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/ |
D | bn_lib.c | 662 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/equiv-config-files/entities/ |
D | entities-1.conf | 6 <listen>unix:path=/foo/<bar></listen>
|
/external/dbus/test/data/valid-config-files/ |
D | entities.conf | 6 <listen>unix:path=/foo/<bar></listen>
|
/external/v8/src/arm/ |
D | constants-arm.h | 134 gt = 12 << 28, // Z clear, N == V Greater than. enumerator 165 return gt; in ReverseCondition() 166 case gt: in ReverseCondition()
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Markdown Documentation - Basics.text | 278 <code><blink></code> tags.</p> 303 <pre><code><blockquote> 304 <p>For example.</p> 305 </blockquote>
|