Searched refs:PLAIN (Results 1 – 10 of 10) sorted by relevance
/external/llvm/test/Other/ |
D | constant-fold-gep.ll | 1 ; "PLAIN" - No optimizations. This tests the target-independent 3 ; RUN: opt -S -o - < %s | FileCheck --check-prefix=PLAIN %s 21 ; PLAIN: @G8 = global i8* getelementptr (i8* inttoptr (i32 1 to i8*), i32 -1) 22 ; PLAIN: @G1 = global i1* getelementptr (i1* inttoptr (i32 1 to i1*), i32 -1) 23 ; PLAIN: @F8 = global i8* getelementptr (i8* inttoptr (i32 1 to i8*), i32 -2) 24 ; PLAIN: @F1 = global i1* getelementptr (i1* inttoptr (i32 1 to i1*), i32 -2) 25 ; PLAIN: @H8 = global i8* getelementptr (i8* null, i32 -1) 26 ; PLAIN: @H1 = global i1* getelementptr (i1* null, i32 -1) 51 ; PLAIN: @a = constant i64 mul (i64 ptrtoint (double* getelementptr (double* null, i32 1) to i64), … 52 ; PLAIN: @b = constant i64 ptrtoint (double* getelementptr ({ i1, double }* null, i64 0, i32 1) to … [all …]
|
/external/apache-http/src/org/apache/http/conn/routing/ |
D | HttpRoute.java | 110 tunnelled = TunnelType.PLAIN; in HttpRoute() 112 layered = LayerType.PLAIN; in HttpRoute() 176 this(local, target, null, secure, TunnelType.PLAIN, LayerType.PLAIN); in HttpRoute() 186 this(null, target, null, false, TunnelType.PLAIN, LayerType.PLAIN); in HttpRoute() 206 secure ? TunnelType.TUNNELLED : TunnelType.PLAIN, in HttpRoute() 207 secure ? LayerType.LAYERED : LayerType.PLAIN); in HttpRoute()
|
D | RouteInfo.java | 60 public enum TunnelType { PLAIN, TUNNELLED } enumConstant 75 public enum LayerType { PLAIN, LAYERED } enumConstant
|
D | RouteTracker.java | 94 this.tunnelled = TunnelType.PLAIN; in RouteTracker() 95 this.layered = LayerType.PLAIN; in RouteTracker()
|
/external/smack/asmack-master/patch/ |
D | 24-disable-sasl-methods.patch | 4 registerSASLMechanism("PLAIN", SASLPlainMechanism.class); 10 - supportSASLMechanism("PLAIN",3); 15 + supportSASLMechanism("PLAIN",1);
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/ |
D | WorkSpaceView.java | 75 this.txtEditor.setFont(new Font("Courier New", Font.PLAIN, 13)); in initComponents()
|
D | TestCaseEditController.java | 581 private static Font IN_FONT = new Font("mono", Font.PLAIN, 12);
|
/external/smack/src/org/jivesoftware/smack/ |
D | SASLAuthentication.java.orig | 95 registerSASLMechanism("PLAIN", SASLPlainMechanism.class); 101 supportSASLMechanism("PLAIN",3); 109 * @param name common name of the SASL mechanism. E.g.: PLAIN, DIGEST-MD5 or KERBEROS_V4. 121 * @param name common name of the SASL mechanism. E.g.: PLAIN, DIGEST-MD5 or KERBEROS_V4. 134 * @param name common name of the SASL mechanism. E.g.: PLAIN, DIGEST-MD5 or KERBEROS_V4. 147 * @param name common name of the SASL mechanism. E.g.: PLAIN, DIGEST-MD5 or KERBEROS_V4. 159 * @param name common name of the SASL mechanism. E.g.: PLAIN, DIGEST-MD5 or KERBEROS_V4.
|
/external/ganymed-ssh2/examples/ |
D | SwingShell.java | 318 Font f = new Font("Monospaced", Font.PLAIN, 16); in TerminalDialog()
|
/external/srec/config/en.us/dictionary/ |
D | c0.6 | 87296 PLAIN P L EY1 N
|