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

1 2 3 4 5 6 7

  /external/webkit/Source/WebKit/chromium/
DEPS 14 # may be used to endorse or promote products derived from this software
48 From('chromium_deps', 'src/tools/gyp'),
58 From('chromium_deps', 'src/third_party/skia/gpu'),
60 From('chromium_deps', 'src/third_party/skia/src'),
62 From('chromium_deps', 'src/third_party/skia/include'),
68 From('chromium_deps', 'src/testing/gtest'),
70 From('chromium_deps', 'src/testing/gmock'),
73 'v8': From('chromium_deps', 'src/v8'),
81 From('chromium_deps', 'src/sdch/open-vcdiff'),
83 From('chromium_deps', 'src/googleurl')
    [all...]
  /external/proguard/examples/dictionaries/
shakespeare.txt 2 # This obfuscation dictionary contains quotes from plays by Shakespeare.
12 --From The Tempest (V, i, 275-276)
17 --From Hamlet (II, ii, 206)
23 --From Romeo and Juliet (II, ii, 1-2)
  /external/llvm/include/llvm/Support/
Casting.h 30 template<typename From> struct simplify_type {
31 typedef From SimpleType; // The real type this represents...
34 static SimpleType &getSimplifiedValue(From &Val) { return Val; }
37 template<typename From> struct simplify_type<const From> {
38 typedef const From SimpleType;
39 static SimpleType &getSimplifiedValue(const From &Val) {
40 return simplify_type<From>::getSimplifiedValue(static_cast<From&>(Val));
44 // The core of the implementation of isa<X> is here; To and From should b
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/
FromParser.java 27 import gov.nist.javax.sip.header.From;
32 /** From header parser.
43 public FromParser(String from) {
44 super(from);
53 From from = new From(); local
55 this.lexer.match(TokenTypes.FROM);
59 super.parse(from);
61 return from;
    [all...]
  /external/clang/
README.android 21 * Recent downstreaming on 2011/10/22: From r135574 to r142531 (sliao & logan for merge questions)
22 * Recent downstreaming on 2011/7/21: From r135359 to r135574 (sliao & logan for merge questions)
23 * Recent downstreaming on 2011/7/18: From r134305 to r135359 (sliao for merge questions)
24 * Recent downstreaming on 2011/7/2: From r133721 to r134305 (sliao for merge questions)
25 * Recent downstreaming on 2011/6/30: From r133163 to r133721 (sliao for merge questions)
26 * Recent downstreaming on 2011/6/22: From r129173 to r133163 (sliao for merge questions)
27 * Recent downstreaming on 2011/4/8: From r127120 to r129173 (sliao for merge questions)
28 * Recent downstreaming on 2011/3/11: From r119349 to r127120 (sliao for merge questions)
  /external/chromium/testing/gmock/include/gmock/internal/
gmock-internal-utils.h 15 // contributors may be used to endorse or promote products derived from
175 // LosslessArithmeticConvertibleImpl<kFromKind, From, kToKind, To>::value
176 // is true iff arithmetic type From can be losslessly converted to
179 // It's the user's responsibility to ensure that both From and To are
182 // From, and kToKind is the kind of To; the value is
184 template <TypeKind kFromKind, typename From, TypeKind kToKind, typename To>
203 template <typename From>
204 struct LosslessArithmeticConvertibleImpl<kInteger, From, kBool, bool>
209 template <typename From, typename To>
210 struct LosslessArithmeticConvertibleImpl<kInteger, From, kInteger, To
    [all...]
  /external/chromium/base/
template_util.h 15 // template definitions from tr1
56 // had called it with an argument of type From. See Alexandrescu's
66 template <typename From>
67 static From Create();
82 // Inherits from true_type if From is convertible to To, false_type otherwise.
86 template <typename From, typename To>
90 internal::ConvertHelper::Create<From>())) ==
  /external/llvm/include/llvm/ADT/
StringRef.h 64 /// Construct a string ref from a cstring.
67 assert(Str && "StringRef cannot be built from a NULL argument");
71 /// Construct a string ref from a pointer and length.
75 "StringRef cannot be built from a NULL argument with non-null length");
78 /// Construct a string ref from an std::string.
216 size_t find(char C, size_t From = 0) const {
217 for (size_t i = min(From, Length), e = Length; i != e; ++i)
227 size_t find(StringRef Str, size_t From = 0) const;
233 size_t rfind(char C, size_t From = npos) const {
234 From = min(From, Length)
    [all...]
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 22 bool ConversionFixItGenerator::compareTypesSimple(CanQualType From,
27 if (!To.isAtLeastAsQualifiedAs(From))
30 From = From.getNonReferenceType();
34 if (isa<PointerType>(From) && isa<PointerType>(To)) {
35 From = S.Context.getCanonicalType(
36 (cast<PointerType>(From))->getPointeeType());
41 const CanQualType FromUnq = From.getUnqualifiedType();
45 To.isAtLeastAsQualifiedAs(From))
SemaExprCXX.cpp 106 // The second case from the C++03 rules quoted further above.
500 // operation from the operand to the exception object (15.1) can be
549 // cv-qualifiers from the static type of the operand of throw and adjusting
550 // the type from "array of T" or "function returning T" to "pointer to T"
593 // operation from the operand to the exception object (15.1) can be
    [all...]
  /external/llvm/
README.android 21 * Recent downstreaming on 2011/10/22: From r135569 to 142530 (Contact sliao & logan for merge questions.)
22 * Recent downstreaming on 2011/7/21: From r135360 to 135569 (Contact sliao & logan for merge questions.)
23 * Recent downstreaming on 2011/7/19: From r134306 to 135360 (Contact sliao for merge questions.)
24 * Recent downstreaming on 2011/7/2: From r133718 to 134306 (Contact sliao for merge questions.)
25 * Recent downstreaming on 2011/6/30: From r133240 to 133718 (Contact sliao for merge questions.)
27 * Upstream was migrating from 2.7 bitcode to 3.0 bitcode.
34 ==> * 9d61dd9 - Remove some "2" suffixes from the metadata enums now that "1" is gone. (13 days ago) <Chris Lattner>
38 * Recent downstreaming on 2011/6/22: From r129128 to 133240 (Contact sliao@ for merge questions.)
39 * Recent downstreaming on 2011/4/8: From r127116 to 129128 (Contact sliao@ for merge questions.)
40 * Recent downstreaming on 2011/3/11: From r119309 to 127116 (Contact sliao@ for merge questions.
    [all...]
  /external/llvm/lib/VMCore/
User.cpp 20 // replaceUsesOfWith - Replaces all references to the "From" definition with
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?
33 // most importantly, removing "this" from the use list of "From".
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 96 /// Convert - Create a new persistent APSInt with the same value as 'From'
99 const llvm::APSInt& From) {
101 if (To.isUnsigned() == From.isUnsigned() &&
102 To.getBitWidth() == From.getBitWidth())
103 return From;
105 return getValue(From.getSExtValue(), To.getBitWidth(), To.isUnsigned());
108 const llvm::APSInt &Convert(QualType T, const llvm::APSInt &From) {
114 if (isUnsigned == From.isUnsigned() && bitwidth == From.getBitWidth())
115 return From;
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/
From.java 39 * From SIP Header.
48 public final class From
59 public From() {
63 /** Generate a FROM header from a TO header
65 public From(To to) {
96 * Conveniance accessor function to get the hostPort field from the address.
106 * Get the display name from the address.
114 * Get the tag parameter from the address parm list.
146 * @param t tag to set. From tags are mandatory
    [all...]
  /external/clang/include/clang/AST/
ASTImporter.h 1 //===--- ASTImporter.h - Importing ASTs from other Contexts -----*- C++ -*-===//
10 // This file defines the ASTImporter class which imports AST nodes from one
36 /// \brief Imports selected nodes from one AST context into another context,
43 /// \brief The contexts we're importing to and from.
46 /// \brief The file managers we're importing to and from.
52 /// \brief Mapping from the already-imported types in the "from" context
56 /// \brief Mapping from the already-imported declarations in the "from"
60 /// \brief Mapping from the already-imported statements in the "from
    [all...]
ExternalASTSource.h 11 // construction of AST nodes from some external source.
30 /// \brief Enumeration describing the result of loading information from
46 /// External AST sources provide AST nodes constructed from some
48 /// sources can resolve types and declarations from abstract IDs into
292 /// from an external source and partially added by local translation. The
293 /// items loaded from the external source are loaded lazily, when needed for
311 /// loaded from the external source while non-negative values are used to
446 void erase(iterator From, iterator To) {
447 if (From.Position < 0 && To.Position < 0) {
448 Loaded.erase(Loaded.end() + From.Position, Loaded.end() + To.Position)
    [all...]
ASTVector.h 15 // FIXME: Most of this is copy-and-paste from BumpVector.h and SmallVector.h.
283 iterator insert(ASTContext &C, iterator I, ItTy From, ItTy To) {
285 append(C, From, To);
289 size_t NumToInsert = std::distance(From, To);
310 std::copy(From, To, I);
325 *I = *From;
326 ++I; ++From;
330 this->uninitialized_copy(From, To, OldEnd);
367 // Define this out-of-line to dissuade the C++ compiler from inlining it.
376 // Allocate the memory from the ASTContext
    [all...]
  /external/oprofile/libutil++/
string_manip.h 24 * erase char from the begin of str to the last
25 * occurence of ch from and return the string
48 /// remove trim chars from start of input string return the new string
50 /// remove trim chars from end of input string return the new string
80 * convert From src to a T through an istringstream.
86 template <typename To, typename From>
87 To op_lexical_cast(From const & src)
  /external/llvm/lib/Support/
StringRef.cpp 143 size_t StringRef::find(StringRef Str, size_t From) const {
150 for (size_t e = Length - N + 1, i = min(From, e); i != e; ++i)
156 if (From >= Length)
165 unsigned Len = Length-From, Pos = From;
200 size_t From) const {
205 for (size_type i = min(From, Length), e = Length; i != e; ++i)
213 StringRef::size_type StringRef::find_first_not_of(char C, size_t From) const {
214 for (size_type i = min(From, Length), e = Length; i != e; ++i)
225 size_t From) const
    [all...]
  /external/clang/include/clang/Frontend/
PreprocessorOptions.h 75 /// \brief Dump declarations that are deserialized from PCH, for testing.
128 /// There is no way to set this value from the command line. If we ever need
184 void addRemappedFile(StringRef From, StringRef To) {
185 RemappedFiles.push_back(std::make_pair(From, To));
192 void addRemappedFile(StringRef From, const llvm::MemoryBuffer * To) {
193 RemappedFileBuffers.push_back(std::make_pair(From, To));
  /external/clang/include/clang/Sema/
SemaFixItUtils.h 34 /// Performs a simple check to see if From type can be converted to To type.
35 static bool compareTypesSimple(CanQualType From,
44 /// The number of Conversions fixed. This can be different from the size
  /external/llvm/lib/Analysis/
NoAliasAnalysis.cpp 67 virtual void copyValue(Value *From, Value *To) {}
  /external/llvm/utils/TableGen/
SetTheory.cpp 1 //===- SetTheory.cpp - Generate ordered sets from DAG expressions ---------===//
11 // Records from DAG expressions.
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;
156 From = II->getValue();
158 throw "From must be an integer: " + Expr->getAsString();
159 if (From < 0 || From >= (1 << 30))
160 throw "From out of range"
    [all...]
  /external/openssl/crypto/des/times/
aix.cc 0 From: Paco Garcia <pgarcia@cam.es>
  /external/oprofile/events/x86-64/family10/
unit_masks 20 # - Update from BKDG Rev 3.28 to Rev 3.34 (no change)
24 # - Update from BKDG Rev 3.20 to Rev 3.28
30 # - Update from BKDG Rev 3.00 to Rev 3.20
43 0x01 Refill from northbridge
44 0x02 Shared-state line from L2
45 0x04 Exclusive-state line from L2
46 0x08 Owner-state line from L2
47 0x10 Modified-state line from L2
48 0x1e All cache states except refill from northbridge
125 0x20 Hardware prefetch from data cach
    [all...]

Completed in 1642 milliseconds

1 2 3 4 5 6 7