/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...] |
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/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...] |
/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...] |
/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::__anon12946 [all...] |
/external/mesa3d/test/ |
m_matrix.h | 7 * Permission is hereby granted, free of charge, to any person obtaining a 9 * to deal in the Software without restriction, including without limitation 10 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 11 * and/or sell copies of the Software, and to permit persons to whom the 12 * Software is furnished to do so, subject to the following conditions: 18 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 37 * \name Symbolic names to some of the entries in the matrix 53 * We use these to select specific optimized vertex transformation routines [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/emailcommon/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/opencv/cxcore/src/ |
cxconvert.cpp | 5 // By downloading, copying, installing or using the software you agree to this license. 6 // If you do not agree to this license, do not download, install, 26 // * The name of Intel Corporation may not be used to endorse or promote products 30 // any express or implied warranties, including, but not limited to, the implied 34 // (including, but not limited to, procurement of substitute goods or services; 365 #define ICV_DEF_PXPLPX_TAB( name, FROM, TO ) \ 369 tab->fn_2d[CV_8UC2] = (void*)icvCopy##_8u_##FROM##2##TO##2R; \ 370 tab->fn_2d[CV_8UC3] = (void*)icvCopy##_8u_##FROM##3##TO##3R; \ 371 tab->fn_2d[CV_8UC4] = (void*)icvCopy##_8u_##FROM##4##TO##4R; \ 373 tab->fn_2d[CV_8SC2] = (void*)icvCopy##_8u_##FROM##2##TO##2R; [all...] |
/external/chromium/android/ |
generateAndroidForwardingHeader.pl | 15 # EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 19 # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 29 my $to = $ARGV[1]; 44 * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 48 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 69 print $handle "#include <$to>\n\n";
|
/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,
|