/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/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...] |
basic-block.h | 36 /* A pointer to a regset_head. */ 51 /* Copy a register set to another register set. */ 52 #define COPY_REG_SET(TO, FROM) bitmap_copy (TO, FROM) 58 #define AND_REG_SET(TO, FROM) bitmap_and_into (TO, FROM) 61 #define AND_COMPL_REG_SET(TO, FROM) bitmap_and_compl_into (TO, FROM) 64 #define IOR_REG_SET(TO, FROM) bitmap_ior_into (TO, FROM [all...] |
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/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...] |
basic-block.h | 36 /* A pointer to a regset_head. */ 51 /* Copy a register set to another register set. */ 52 #define COPY_REG_SET(TO, FROM) bitmap_copy (TO, FROM) 58 #define AND_REG_SET(TO, FROM) bitmap_and_into (TO, FROM) 61 #define AND_COMPL_REG_SET(TO, FROM) bitmap_and_compl_into (TO, FROM) 64 #define IOR_REG_SET(TO, FROM) bitmap_ior_into (TO, FROM [all...] |
/external/webkit/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, 32 // Use these to declare and define a static local variable (static T;) so that 47 // The magic number 0x4000 is insignificant. We use it to avoid using NULL, since 51 // STRINGIZE: Can convert any value to quoted string, even expandable macros 60 template<typename TO, typename FROM> 61 TO bitwise_cast(FROM from) 63 COMPILE_ASSERT(sizeof(TO) == sizeof(FROM), WTF_bitwise_cast_sizeof_casted_types_is_equal); 66 TO to; member in union:WTF::__anon7964 [all...] |
/frameworks/base/core/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...] |
/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());
|
/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...] |
/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/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/v8/samples/ |
count-hosts.js | 13 // contributors may be used to endorse or promote products derived 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
/external/v8/test/message/ |
overwritten-builtins.js | 13 // contributors may be used to endorse or promote products derived 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
try-catch-finally-no-message.js | 13 // contributors may be used to endorse or promote products derived 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
try-catch-finally-return-in-finally.js | 13 // contributors may be used to endorse or promote products derived 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
try-finally-return-in-finally.js | 13 // contributors may be used to endorse or promote products derived 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
/external/v8/test/mjsunit/ |
api-call-after-bypassed-exception.js | 13 // contributors may be used to endorse or promote products derived
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
arguments-indirect.js | 13 // contributors may be used to endorse or promote products derived 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
ascii-regexp-subject.js | 13 // contributors may be used to endorse or promote products derived 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
binary-operation-overwrite.js | 13 // contributors may be used to endorse or promote products derived 18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|