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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
hard-reg-set.h 30 and it has enough bits to represent all the target machine's hard
35 the same format as a HARD_REG_SET. To help make sure this is true,
40 it used to be. */
57 /* HARD_CONST is used to cast a constant to the appropriate type
63 to set, clear or test one bit in a hard reg set of type HARD_REG_SET.
67 is actually a pointer to a long.
75 These take two arguments TO and FROM; they read from FROM
76 and store into TO. COMPL_HARD_REG_SET complements each bit.
80 These take two arguments TO and FROM; they read from FRO
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
hard-reg-set.h 30 and it has enough bits to represent all the target machine's hard
35 the same format as a HARD_REG_SET. To help make sure this is true,
40 it used to be. */
57 /* HARD_CONST is used to cast a constant to the appropriate type
63 to set, clear or test one bit in a hard reg set of type HARD_REG_SET.
67 is actually a pointer to a long.
75 These take two arguments TO and FROM; they read from FROM
76 and store into TO. COMPL_HARD_REG_SET complements each bit.
80 These take two arguments TO and FROM; they read from FRO
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
hard-reg-set.h 30 and it has enough bits to represent all the target machine's hard
35 the same format as a HARD_REG_SET. To help make sure this is true,
40 it used to be. */
57 /* HARD_CONST is used to cast a constant to the appropriate type
63 to set, clear or test one bit in a hard reg set of type HARD_REG_SET.
67 is actually a pointer to a long.
75 These take two arguments TO and FROM; they read from FROM
76 and store into TO. COMPL_HARD_REG_SET complements each bit.
80 These take two arguments TO and FROM; they read from FRO
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
hard-reg-set.h 30 and it has enough bits to represent all the target machine's hard
35 the same format as a HARD_REG_SET. To help make sure this is true,
40 it used to be. */
57 /* HARD_CONST is used to cast a constant to the appropriate type
63 to set, clear or test one bit in a hard reg set of type HARD_REG_SET.
67 is actually a pointer to a long.
75 These take two arguments TO and FROM; they read from FROM
76 and store into TO. COMPL_HARD_REG_SET complements each bit.
80 These take two arguments TO and FROM; they read from FRO
    [all...]
  /external/eigen/blas/
drotmg.f 65 IF (.NOT.DD1.LT.ZERO) GO TO 10
67 GO TO 60
71 IF (.NOT.DP2.EQ.ZERO) GO TO 20
73 GO TO 260
80 IF (.NOT.DABS(DQ1).GT.DABS(DQ2)) GO TO 40
86 IF (.NOT.DU.LE.ZERO) GO TO 30
88 GO TO 60
95 GO TO 100
97 IF (.NOT.DQ2.LT.ZERO) GO TO 50
99 GO TO 6
    [all...]
srotmg.f 67 IF (.NOT.SD1.LT.ZERO) GO TO 10
69 GO TO 60
73 IF (.NOT.SP2.EQ.ZERO) GO TO 20
75 GO TO 260
82 IF (.NOT.ABS(SQ1).GT.ABS(SQ2)) GO TO 40
88 IF (.NOT.SU.LE.ZERO) GO TO 30
90 GO TO 60
97 GO TO 100
99 IF (.NOT.SQ2.LT.ZERO) GO TO 50
101 GO TO 6
    [all...]
drotm.f 12 * APPLY THE MODIFIED GIVENS TRANSFORMATION, H, TO THE 2 BY N MATRIX
17 * DX(LX+I*INCX), I = 0 TO N-1, WHERE LX = 1 IF INCX .GE. 0, ELSE
64 IF (N.LE.0 .OR. (DFLAG+TWO.EQ.ZERO)) GO TO 140
65 IF (.NOT. (INCX.EQ.INCY.AND.INCX.GT.0)) GO TO 70
78 GO TO 140
88 GO TO 140
100 GO TO 140
119 GO TO 140
131 GO TO 140
srotm.f 12 * APPLY THE MODIFIED GIVENS TRANSFORMATION, H, TO THE 2 BY N MATRIX
17 * SX(LX+I*INCX), I = 0 TO N-1, WHERE LX = 1 IF INCX .GE. 0, ELSE
65 IF (N.LE.0 .OR. (SFLAG+TWO.EQ.ZERO)) GO TO 140
66 IF (.NOT. (INCX.EQ.INCY.AND.INCX.GT.0)) GO TO 70
79 GO TO 140
89 GO TO 140
101 GO TO 140
120 GO TO 140
132 GO TO 140
  /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"
  /frameworks/opt/mms/src/java/com/google/android/mms/pdu/
DeliveryInd.java 11 * Unless required by applicable law or agreed to in writing, software
28 * Since the Pdu corresponding to this class is constructed
105 * Get To value.
110 return mPduHeaders.getEncodedStringValues(PduHeaders.TO);
114 * set To value.
120 mPduHeaders.setEncodedStringValues(value, PduHeaders.TO);
MultimediaMessagePdu.java 11 * Unless required by applicable law or agreed to in writing, software
96 * Get To value.
101 return mPduHeaders.getEncodedStringValues(PduHeaders.TO);
105 * Add a "To" value.
111 mPduHeaders.appendEncodedStringValue(value, PduHeaders.TO);
ReadOrigInd.java 11 * Unless required by applicable law or agreed to in writing, software
25 * Since the Pdu corresponding to this class is constructed
123 * Get To value.
128 return mPduHeaders.getEncodedStringValues(PduHeaders.TO);
132 * Set To value.
138 mPduHeaders.setEncodedStringValues(value, PduHeaders.TO);
ReadRecInd.java 11 * Unless required by applicable law or agreed to in writing, software
30 * @param to the to value
32 * NullPointerException if messageId or to is null.
38 EncodedStringValue[] to) throws InvalidHeaderValueException {
44 setTo(to);
95 * Get To value.
100 return mPduHeaders.getEncodedStringValues(PduHeaders.TO);
104 * Set To value.
110 mPduHeaders.setEncodedStringValues(value, PduHeaders.TO);
    [all...]
  /external/clang/include/clang/CodeGen/
ModuleBuilder.h 39 /// It is the responsibility of the caller to call delete on
44 const TargetOptions &TO,
  /external/clang/lib/CodeGen/
ModuleBuilder.cpp 10 // This builds an AST and converts it to LLVM Code.
40 const CodeGenOptions &CGO, const TargetOptions &TO,
42 : Diags(diags), CodeGenOpts(CGO), TargetOpts(TO),
70 // Make sure to emit all elements of a Decl.
77 /// to (e.g. struct, union, enum, class) is completed. This allows the
83 // In C++, we may have member functions that need to be emitted at this
128 const TargetOptions &TO,
130 return new CodeGeneratorImpl(Diags, ModuleName, CGO, TO, C);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ToParser.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
33 * To Header parser.
45 * @param to String to set
47 public ToParser(String to) {
58 To to = new To(); local
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
StdLibExtras.h 14 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
31 // Use these to declare and define a static local variable (static T;) so that
46 // The magic number 0x4000 is insignificant. We use it to avoid using NULL, since
50 // STRINGIZE: Can convert any value to quoted string, even expandable macros
55 * The reinterpret_cast<Type1*>([pointer to Type2]) expressions - where
93 template<typename TO, typename FROM>
94 inline TO bitwise_cast(FROM from)
96 COMPILE_ASSERT(sizeof(TO) == sizeof(FROM), WTF_bitwise_cast_sizeof_casted_types_is_equal);
99 TO to member in union:WTF::__anon17592
    [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...]
  /cts/tools/dasm/src/dasm/
sym.java 81 static final int TO = 32;
  /external/smack/src/org/jivesoftware/smackx/
MultipleRecipientInfo.java 14 * Unless required by applicable law or agreed to in writing, software
29 * in a received packet. Among the information we can find the list of TO and CC addresses.
48 return extension.getAddressesOfType(MultipleAddresses.TO);
62 * Returns the JID of a MUC room to which responses should be sent or <tt>null</tt> if
64 * can be sent to any or all recipients. Otherwise, the user should join the specified room
65 * and send the reply to the room.
67 * @return the JID of a MUC room to which responses should be sent or <tt>null</tt> if
78 * to send replies.
87 * Returns the address to which all replies are requested to be sent or <tt>null</tt> i
    [all...]
  /external/elfutils/src/
ylwrap 17 # along with this program; if not, write to the Free Software
20 # As a special exception to the GNU General Public License, if you
30 # * PROGRAM is program to run
31 # * ARGS are passed to PROG
57 # The program to run.
83 # and y_tab.h instead of y.tab.h. Test to see if this is the case.
117 # We don't want the resulting debug information to point at
118 # an absolute srcdir; it is better for it to just mention the
121 # We want to use the real output file name, not yy.lex.c for
124 # We want the include guards to be adjusted too
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
To.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
39 * To SIP Header.
50 public final class To extends AddressParametersHeader implements
61 public To() {
62 super(TO,true)
    [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/eigen/blas/testing/
cblat2.f 14 * F LOGICAL FLAG, T TO REWIND SNAPSHOT FILE AFTER EACH RECORD.
15 * F LOGICAL FLAG, T TO STOP ON FAILURES.
16 * T LOGICAL FLAG, T TO TEST ERROR EXITS.
145 * Read the flag that indicates whether error exits are to be tested.
156 GO TO 230
162 GO TO 230
169 GO TO 230
175 GO TO 230
182 GO TO 230
188 GO TO 23
    [all...]

Completed in 2851 milliseconds

1 2 3 4 5 6 7 8 91011>>