/cts/tests/tests/net/src/android/net/http/cts/ |
SslCertificate_DNameTest.java | 10 * Unless required by applicable law or agreed to in writing, software 66 final String TO = "c=ccc,o=testOName,ou=testUName,cn=testCName"; 71 SslCertificate ssl = new SslCertificate(TO, BY, DateFormat.getInstance().format( 78 assertEquals(TO, issuedTo.getDName());
|
SslCertificateTest.java | 10 * Unless required by applicable law or agreed to in writing, software 230 assertNotNull(saved.getString("issued-to")); 275 final String TO = "c=ccc,o=testOName,ou=testUName,cn=testCName"; 280 SslCertificate ssl = new SslCertificate(TO, BY, date1, date2); 285 assertEquals(TO, issuedTo.getDName()); 296 final String EXPECTED = "Issued to: c=ccc,o=testOName,ou=testUName,cn=testCName;\n"
|
/external/iptables/extensions/ |
libipt_string.c | 1 /* Shared library add-on to iptables to add string matching support. 6 * - reimplemented to use new string matching iptables match 7 * - add functionality to match packets by using window offsets 8 * - add functionality to select the string matching algorithm 14 * contain embedded NULL chars. Updated to print 19 * Changed --tos to --string in save(). Also 20 * updated to work with slightly modified 39 "--from Offset to start searching from\n" 40 "--to Offset to stop searching\n [all...] |
/frameworks/base/core/java/android/net/ |
MailTo.java | 10 * Unless required by applicable law or agreed to in writing, software 35 // All the parsed content is added to the headers. 39 static private final String TO = "to"; 46 * Test to see if the given string is a mailto URL 47 * @param url string to be tested 100 m.mHeaders.put(TO, address); 107 * Retrieve the To address line from the parsed mailto URL. This could be 109 * If no To line was specified, then null is return 113 return mHeaders.get(TO); [all...] |
/packages/apps/Email/src/org/apache/james/mime4j/field/ |
Field.java | 2 * Licensed to the Apache Software Foundation (ASF) under one *
6 * to you under the Apache License, Version 2.0 (the *
12 * Unless required by applicable law or agreed to in writing, *
34 public static final String TO = "To";
37 public static final String REPLY_TO = "Reply-To";
40 public static final String RESENT_TO = "Resent-To";
81 * @param s the string to parse.
110 * Gets the default parser used to parse fields.
177 * Determines if this is a <code>To</code> field. [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/ |
SIPHeaderNames.java | 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST 7 * employees are not subject to copyright protection in the United States 8 * and are considered to be in the public domain. As a result, a formal 9 * license is not needed to use the software. 17 * not limited to the correctness, accuracy, reliability or usefulness of 20 * Permission to use this software is contingent upon your acceptance 61 public static final String TO = ToHeader.NAME; //15
|
/packages/apps/Email/src/com/android/email/mail/ |
Message.java | 10 * Unless required by applicable law or agreed to in writing, software 26 TO, CC, BCC, 116 * TODO Refactor Flags at some point to be able to store user defined flags.
|
/cts/tools/dasm/src/dasm/ |
sym.java | 81 static final int TO = 32;
|
/external/grub/netboot/ |
depca.c | 15 This software may be used and distributed according to the terms of 38 I have benchmarked the driver with a DE100 at 595kB/s to (542kB/s from) 67 Peter Bauer's depca.c (V0.5) was referred to when debugging V0.1 of this 71 be enabled to count and has an 8 bit NICSR. The ROM counter enabling is 72 only done when a 0x08 is read as the first address octet (to minimise 74 NICSR accesses have been changed to byte accesses for all the cards 77 only 48kB network RAM for this card. My thanks to Torbjorn Lindh for 78 help debugging all this (and holding my feet to the fire until I got it 96 shared memory to ensure that each slot has the correct IRQ, I/O address 105 I/O and memory addresses on the same card. I can't think of a way to d [all...] |
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
TokenTypes.java | 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST 7 * employees are not subject to copyright protection in the United States 8 * and are considered to be in the public domain. As a result, a formal 9 * license is not needed to use the software. 17 * not limited to the correctness, accuracy, reliability or usefulness of 20 * Permission to use this software is contingent upon your acceptance 52 public static final int TO = START + 15; 105 // JvB: added to support RFC3903 216 * Converts indentation tabs to spaces so that we have a uniform indentation policy in the whole project. 247 * CVS: If this code has been contributed to the project by someone else; i.e. [all...] |
Lexer.java | 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST 7 * employees are not subject to copyright protection in the United States 8 * and are considered to be in the public domain. As a result, a formal 9 * license is not needed to use the software. 17 * not limited to the correctness, accuracy, reliability or usefulness of 20 * Permission to use this software is contingent upon your acceptance 110 // JvB: added to support RFC3903 140 addKeyword(ToHeader.NAME.toUpperCase(), TokenTypes.TO); 218 addKeyword(TokenNames.T.toUpperCase(), TokenTypes.TO); 230 // JvB: added to support RFC390 [all...] |
/frameworks/base/core/java/android/provider/ |
Telephony.java | 10 * Unless required by applicable law or agreed to in writing, software 41 * The Telephony provider contains data related to phone operation. 70 public static final int MESSAGE_TYPE_QUEUED = 6; // for messages to send later 105 * used to figure out whether we need to throw up a statusbar notification or not. 134 * <P>Type: INTEGER (reference to item in content://contacts/people)</P> 151 * The service center (SC) through which to send the message, if present 201 * Add an SMS to the given URI. 203 * @param resolver the content resolver to use 204 * @param uri the URI to add the message t [all...] |
/frameworks/base/core/java/com/google/android/mms/pdu/ |
PduHeaders.java | 11 * Unless required by applicable law or agreed to in writing, software 53 public static final int TO = 0x97; 352 * Set octet value to pdu header by header field. 434 // According to oma-ts-mms-enc-v1_3, section 7.3.50, we modify the invalid value. 449 // According to oma-ts-mms-enc-v1_3, section 7.3.58, we modify the invalid value. 464 // According to oma-ts-mms-enc-v1_3, section 7.3.48, we modify the invalid value. 507 * Set TextString value to pdu header by header field. 556 * Get TO, CC or BCC header value. 573 * Set EncodedStringValue value to pdu header by header field. 610 * Set TO, CC or BCC header value [all...] |
/external/qemu/ |
ppc-dis.c | 62 /* One bit flags for the opcode. These are used to indicate which 97 is assumed to support all PowerPC (PPC_OPCODE_PPC) instructions, 169 /* A macro to extract the major opcode from an instruction. */ 181 -1 to indicate that BITM and SHIFT cannot be used to determine 185 /* Insertion function. This is used by the assembler. To insert an 190 (i is the instruction which we are filling in, o is a pointer to 196 the operand value is illegal, *ERRMSG will be set to a warning 203 /* Extraction function. This is used by the disassembler. To 210 (i is the instruction, o is a pointer to this structure, and o [all...] |
/cts/tools/dx-tests/lib/ |
jasmin.jar | |
/dalvik/dx/etc/ |
jasmin.jar | |