/external/llvm/include/llvm/Support/ |
Casting.h | 26 // Define a template that can be specialized by smart pointers to reflect the 33 // An accessor to get the real value... 44 // The core of the implementation of isa<X> is here; To and From should be 45 // the names of classes. This template can be specialized to customize the 47 template <typename To, typename From> 50 return To::classof(&Val); 54 template <typename To, typename From> struct isa_impl_cl { 56 return isa_impl<To, From>::doit(Val); 60 template <typename To, typename From> struct isa_impl_cl<To, const From> [all...] |
/external/chromium/testing/gmock/include/gmock/internal/ |
gmock-internal-utils.h | 15 // contributors may be used to endorse or promote products derived from 20 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 24 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 35 // Mock. They are subject to change without notice, so please DO NOT 52 // Converts an identifier name to a space-separated list of lower-case 55 // "foo_bar_123" are converted to "foo bar 123". 58 // PointeeOf<Pointer>::type is the type of a value pointed to by a 83 // This comparator allows linked_ptr to be stored in sets. 110 // Still, Google Mock is designed to work even if the user uses signed 114 // To gcc [all...] |
/external/chromium/base/ |
template_util.h | 51 // don't need to know how it works to use is_convertible. For those 53 // of type To and one with a variadic argument list. We give them 54 // return types of different size, so we can use sizeof to trick the 60 template <typename To> 61 static YesType Test(To); 63 template <typename To> 70 // Used to determine if a type is a struct/union/class. Inspired by Boost's 82 // Inherits from true_type if From is convertible to To, false_type otherwise [all...] |
basictypes.h | 23 // TODO: Remove these type guards. These are to avoid conflicts with 31 // Mac OS X. In order to not have typedef mismatches, we do the same on LP64. 44 // use 'unsigned' to express "this value should always be positive"; 49 // TODO: Remove these type guards. These are to avoid conflicts with 63 // A type to represent a Unicode code-point value. As of Unicode 4.0, 64 // such values require up to 21 bits. 82 // A macro to disallow the copy constructor and operator= functions 91 // TODO(tfarina): Figure out how to fix the usage of this macro in the 95 // A macro to disallow all the implicit constructors, namely the 99 // that wants to prevent anyone from instantiating it. This i [all...] |
/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/llvm/lib/VMCore/ |
User.cpp | 20 // replaceUsesOfWith - Replaces all references to the "From" definition with 21 // references to the "To" definition. 23 void User::replaceUsesOfWith(Value *From, Value *To) { 24 if (From == To) return; // Duh what? 30 if (getOperand(i) == From) { // Is This operand is pointing to oldval? 31 // The side effects of this setOperand call include linking to 32 // "To", adding "this" to the uses list of To, an [all...] |
Metadata.cpp | 48 // Use CallbackVH to hold MDNode operands. 80 /// getOperandPtr - Helper function to get the MDNodeOperand's coallocated on 83 // Use <= instead of < to permit a one-past-the-end address. 191 // Add all the operand pointers. Note that we don't have to add the 279 // Add all the operand pointers. Note that we don't have to add the 294 void MDNode::replaceOperand(MDNodeOperand *Op, Value *To) { 299 // non-function-local MDNode, it can't point to a function-local object. 300 // Handle this case by implicitly dropping the MDNode reference to null. 302 if (To && isFunctionLocalValue(To)) { [all...] |
/external/oprofile/libutil++/ |
string_manip.h | 24 * erase char from the begin of str to the last 30 /// s is set to the first part. Neither include the split character 38 * @param str the string to tokenize 43 * by '\\' to specify a sep char in a token, '\\' not followed 58 * @param int_width - the maximum integer integer width default to 2 59 * @param frac_width - the fractionnary width default to 4 72 /// prefered width to format percentage 80 * convert From src to a T through an istringstream. 86 template <typename To, typename From> 87 To op_lexical_cast(From const & src [all...] |
/external/llvm/lib/Target/ARM/Disassembler/ |
ARMDisassemblerCore.h | 14 // to convert the enums to printable char strings. 16 // It also contains code to represent the concepts of Builder and DisassembleFP 17 // to solve the problem of disassembling an ARM instr. 100 // Converts enum to const char*. 127 /// Utility function for extracting [From, To] bits from a uint32_t. 128 static inline unsigned slice(uint32_t Bits, unsigned From, unsigned To) { 129 assert(From < 32 && To < 32 && From >= To); 130 return (Bits >> To) & ((1 << (From - To + 1)) - 1) [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...] |
/build/tools/droiddoc/templates-sdk/assets/ |
customizations.js | 4 + "<p>To use this " + thing + ", your application must specify API Level " + minLevel + " or higher in its manifest " 5 + "and be compiled against a version of the Android library that supports an equal or higher API Level. To reveal this " 13 // Direct searches to search.html
|
/external/icu4c/data/translit/ |
trnsfiles.mk | 3 # A list of txt's to build 8 # Instead of changing this file [unless you want to check it back in], 15 # * To add an additional transliterators to the list: 19 # * To REPLACE the default list and only build with a few
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/ |
backward_warning.h | 33 backward_warning.h. To disable this warning use -Wno-deprecated.
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/backward/ |
backward_warning.h | 33 backward_warning.h. To disable this warning use -Wno-deprecated.
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/backward/ |
backward_warning.h | 33 backward_warning.h. To disable this warning use -Wno-deprecated.
|
/external/llvm/lib/Target/PowerPC/ |
PPCJITInfo.cpp | 49 static void EmitBranchToAt(uint64_t At, uint64_t To, bool isCall, bool is64Bit){ 50 intptr_t Offset = ((intptr_t)To - (intptr_t)At) >> 2; 56 AtI[0] = BUILD_LIS(12, To >> 16); // lis r12, hi16(address) 57 AtI[1] = BUILD_ORI(12, 12, To); // ori r12, r12, lo16(address) 61 AtI[0] = BUILD_LIS(12, To >> 48); // lis r12, hi16(address) 62 AtI[1] = BUILD_ORI(12, 12, To >> 32); // ori r12, r12, lo16(address) 64 AtI[3] = BUILD_ORIS(12, 12, To >> 16); // oris r12, r12, hi16(address) 65 AtI[4] = BUILD_ORI(12, 12, To); // ori r12, r12, lo16(address) 86 // FIXME: need to save v[0-19] for altivec? 110 // Arguments to Compilation Callback [all...] |
/external/clang/include/clang/Frontend/ |
PreprocessorOptions.h | 39 /// used in preprocessor initialization to InitializePreprocessor(). 60 /// \brief Headers that will be converted to chained PCHs in memory. 74 /// \brief This is a set of names for decls that we do not want to be 89 /// If given, a PTH cache file to use for speeding up header parsing. 93 /// contents of files that were remapped to other files. Defaults to true. 102 /// \brief The set of file-to-buffer remappings, which take existing files 111 /// This flag defaults to false; it can be set true only through direct 117 /// by providing appropriate definitions to retrofit the standard library 171 void addRemappedFile(llvm::StringRef From, llvm::StringRef To) { [all...] |
/external/icu4c/data/misc/ |
miscfiles.mk | 3 # A list of txt's to build 8 # Instead of changing this file [unless you want to check it back in], 15 # * To add an additional file to the list: 19 # * To REPLACE the default list and only build a subset of files:
|
/external/icu4c/data/sprep/ |
sprepfiles.mk | 3 # A list of txt's to build 8 # Instead of changing this file [unless you want to check it back in], 15 # * To add an additional locale to the list: 19 # * To REPLACE the default list and only build a subset of files:
|
/external/llvm/lib/Analysis/ |
NoAliasAnalysis.cpp | 24 /// implementations, in that it does not chain to a previous analysis. As 67 virtual void copyValue(Value *From, Value *To) {} 72 /// should override this to adjust the this pointer as needed for the
|
AliasDebugger.cpp | 10 // This simple pass checks alias analysis users to ensure that if they 35 //A query to a value that didn't exist when the AA was created 36 //means someone forgot to update the AA when creating new values 86 /// should override this to adjust the this pointer as needed for the 125 virtual void copyValue(Value *From, Value *To) { 126 Vals.insert(To); 127 AliasAnalysis::copyValue(From, To);
|
/external/llvm/utils/TableGen/ |
SetTheory.cpp | 142 // (sequence "Format", From, To) Generate a sequence of records by name. 146 throw "Bad args to (sequence \"Format\", From, To): " + 154 int64_t From, To; 163 To = II->getValue(); 166 if (To < 0 || To >= (1 << 30)) 167 throw "To out of range"; 172 int Step = From <= To ? 1 : -1; 173 for (To += Step; From != To; From += Step) [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
BasicValueFactory.h | 97 /// but with the bitwidth and signedness of 'To'. 98 const llvm::APSInt &Convert(const llvm::APSInt& To, 101 if (To.isUnsigned() == From.isUnsigned() && 102 To.getBitWidth() == From.getBitWidth()) 105 return getValue(From.getSExtValue(), To.getBitWidth(), To.isUnsigned());
|
/external/clang/include/clang/AST/ |
ASTImporter.h | 43 /// \brief The contexts we're importing to and from. 46 /// \brief The file managers we're importing to and from. 49 /// \brief Whether to perform a minimal import. 53 /// to the corresponding types in the "to" context. 57 /// context to the corresponding declarations in the "to" context. 61 /// context to the corresponding statements in the "to" context. 65 /// manager to the corresponding FileIDs in the "to" source manager [all...] |
/external/llvm/include/llvm/Transforms/Utils/ |
BasicBlockUtils.h | 18 // FIXME: Move to this file: BasicBlock::removePredecessor, BB::splitBasicBlock 38 /// when all entries to the PHI nodes in a block are guaranteed equal, such as 44 /// a result. This includes tracing the def-use list from the PHI to see if 49 /// MergeBlockIntoPredecessor - Attempts to merge a block into its predecessor, 61 // updated to point to the new instruction. 67 // instruction specified by To. 69 void ReplaceInstWithInst(Instruction *From, Instruction *To); 71 /// FindFunctionBackedges - Analyze the specified function to find all of the 73 /// (compared to computing dominators and loop info) analysis [all...] |