HomeSort by relevance Sort by last modified time
    Searched defs:TO (Results 1 - 25 of 26) sorted by null

1 2

  /cts/tests/tests/net/src/android/net/http/cts/
SslCertificate_DNameTest.java 10 * Unless required by applicable law or agreed to in writing, software
29 final String TO = "c=ccc,o=testOName,ou=testUName,cn=testCName";
34 SslCertificate ssl = new SslCertificate(TO, BY, DateFormat.getInstance().format(
41 assertEquals(TO, issuedTo.getDName());
SslCertificateTest.java 10 * Unless required by applicable law or agreed to in writing, software
196 assertNotNull(saved.getString("issued-to"));
209 final String TO = "c=ccc,o=testOName,ou=testUName,cn=testCName";
214 SslCertificate ssl = new SslCertificate(TO, BY, date1, date2);
219 assertEquals(TO, issuedTo.getDName());
230 final String EXPECTED = "Issued to: c=ccc,o=testOName,ou=testUName,cn=testCName;\n"
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
radeon_llvm_emit.cpp 4 * Permission is hereby granted, free of charge, to any person obtaining a
6 * to deal in the Software without restriction, including without limitation
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 * and/or sell copies of the Software, and to permit persons to whom the
9 * Software is furnished to do so, subject to the following conditions:
16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
77 * Compile an LLVM module to machine code.
80 * caller's responsibility to free it
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_llvm_emit.cpp 4 * Permission is hereby granted, free of charge, to any person obtaining a
6 * to deal in the Software without restriction, including without limitation
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 * and/or sell copies of the Software, and to permit persons to whom the
9 * Software is furnished to do so, subject to the following conditions:
16 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
77 * Compile an LLVM module to machine code.
80 * caller's responsibility to free it
    [all...]
  /external/flac/libFLAC/ia32/
nasm.h 16 ; contributors may be used to endorse or promote products derived from
21 ; LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 ; EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  /external/llvm/lib/Target/
TargetMachine.cpp 26 // Command-line options that tend to be useful on more than one back-end.
69 TargetOptions &TO = MF->getTarget().Options;
74 TO.X = \
  /external/smack/src/com/kenai/jbosh/
Attributes.java 10 * Unless required by applicable law or agreed to in writing, software
23 * XEP-0124 specification. We shouldn't need to expose these outside
24 * our package, since nobody else should be needing to worry about
30 * Private constructor to prevent construction of library class.
58 static final BodyQName TO = BodyQName.createBOSH("to");
  /frameworks/base/core/java/android/net/
MailTo.java 10 * Unless required by applicable law or agreed to in writing, software
36 // All the parsed content is added to the headers.
40 static private final String TO = "to";
47 * Test to see if the given string is a mailto URL
48 * @param url string to be tested
101 m.mHeaders.put(TO, address);
108 * Retrieve the To address line from the parsed mailto URL. This could be
110 * If no To line was specified, then null is return
114 return mHeaders.get(TO);
    [all...]
  /packages/apps/UnifiedEmail/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
  /external/smack/src/org/jivesoftware/smackx/packet/
MultipleAddresses.java 14 * Unless required by applicable law or agreed to in writing, software
41 public static final String TO = "to";
47 * Adds a new address to which the packet is going to be sent or was sent.
51 * @param node used to specify a sub-addressable unit at a particular JID, corresponding to
53 * @param desc used to specify human-readable information for this address.
54 * @param delivered true when the packet was already delivered to this address.
55 * @param uri used to specify an external system address, such as a sip:, sips:, or im: URI
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Message.java 10 * Unless required by applicable law or agreed to in writing, software
26 TO, CC, BCC,
103 * 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...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 10 // This file defines the interfaces that X86 uses to lower LLVM code into a
39 /// SHLD, SHRD - Double shift instructions. These correspond to
45 /// to X86::ANDPS or X86::ANDPD.
49 /// to X86::ORPS or X86::ORPD.
53 /// to X86::XORPS or X86::XORPD.
57 /// corresponds to X86::ANDNPS or X86::ANDNPD.
61 /// corresponds to X86::PSRLDQ.
72 /// #4 - The value to pass in AL/AX/EAX (optional)
73 /// #5 - The value to pass in DL/DX/EDX (optional)
102 /// Operands are two FP values to compare; result is a mask o
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 6 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 * of this software and associated documentation files (the "Software"), to deal
9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10 * copies of the Software, and to permit persons to whom the Software is
11 * furnished to do so, subject to the following conditions:
17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
164 need to save */
393 #define TRAP (TW | TO (31)
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 6 * Permission is hereby granted, free of charge, to any person obtaining a copy
7 * of this software and associated documentation files (the "Software"), to deal
9 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10 * copies of the Software, and to permit persons to whom the Software is
11 * furnished to do so, subject to the following conditions:
17 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
155 need to save */
390 #define TRAP (TW | TO (31)
    [all...]
  /frameworks/opt/mms/src/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/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe_unittest.h 13 * 3. The name of the author may not be used to endorse or promote products
17 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
20 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
152 // Write an I420 frame out to disk.
178 // I420 chroma artifacts to easily be seen on the square boundaries.
180 // There is also a gradient within each square to ensure that the luma
250 // Simple conversion routines to verify the optimized VideoFrame routines.
251 // Converts from the specified colorspace to I420.
288 // Convert RGB to 420.
634 // Due to rounding, some pixels may differ slightly from the VideoFrame impl
    [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...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java 3 * Licensed to The Android Open Source Project.
11 * Unless required by applicable law or agreed to in writing, software
68 * An initial sync is needed for this Account/Folder to be used. This is account-wide, when
95 /** The sync wasn't completed due to a connection error */
97 /** The sync wasn't completed due to an authentication error */
99 /** The sync wasn't completed due to a security error */
101 /** The sync wasn't completed due to a low memory condition */
103 /** The sync wasn't completed due to an internal error/exception */
116 * Query parameter key that can be used to control the behavior of list queries. The value
118 * required to respect this query paramete
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 10 // This file defines the interfaces that ARM uses to lower LLVM code into a
230 // Floating-point to integer conversions.
242 // Integer to floating-point conversions.
245 // FIXME: There appears to be some naming inconsistency in ARM libgcc:
336 // Floating-point to integer conversions.
362 // Integer to floating-point conversions.
544 // Custom handling for some quad-vector types to detect VMULL.
548 // Custom handling for some vector types to avoid expensive expansions
567 // Custom expand long extensions to vectors.
609 // It is legal to extload from v4i8 to v4i16 or v4i32
    [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 25 along with this program; if not, write to the Free Software
33 used to endorse or promote products derived from this software
64 to zero, whereas we keep maximum accuracy. However, using
71 way to express that right now. Ah well.
94 7C631B78 (or 3,3,3) branch-and-link-to-noredir %R11
100 fragments designed for Valgrind to catch.
104 /* Translates PPC32/64 code to IR. */
144 down in disInstr_PPC, so that we don't have to pass them around
148 /* We need to know this to do sub-register accesses correctly. *
    [all...]

Completed in 541 milliseconds

1 2