HomeSort by relevance Sort by last modified time
    Searched defs:From (Results 1 - 13 of 13) sorted by null

  /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/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 29 /// A Range represents the closed range [from, to]. The caller must
30 /// guarantee that from <= to. Note that Range is immutable, so as not
36 Range(const llvm::APSInt &from, const llvm::APSInt &to)
37 : std::pair<const llvm::APSInt*, const llvm::APSInt*>(&from, &to) {
38 assert(from <= to);
43 const llvm::APSInt &From() const {
50 return &From() == &To() ? &From() : NULL;
54 ID.AddPointer(&From());
91 /// Construct a new RangeSet representing '{ [from, to] }'
    [all...]
  /external/llvm/lib/VMCore/
Metadata.cpp 194 // removed from the uniquing map.
282 // removed from the uniquing map.
293 // Replace value from this node's operand list.
295 Value *From = *Op;
315 if (From == To)
327 // Remove "this" from the context map. FoldingSet doesn't have to reprofile
408 /// eraseFromParent - Drop all references and remove the node from parent
470 // Otherwise, we're removing metadata from an instruction.
555 /// clearMetadataHashEntries - Clear all hashtable-based metadata from
  /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/dropbear/libtommath/
bn.tex 79 In a nutshell the library was written from scratch with verbose comments to help instruct computer science students how
81 universities, commercial and open source software developers. It has been used on a variety of platforms ranging from
164 don't need the vast majority of the library to perform these operations. Aside from LTM\_ALL there is
165 another pre--defined class ``SC\_RSA\_1'' which works in conjunction with the RSA from LibTomCrypt. Additional
195 A trim is a manner of removing functionality from a function that is not required. For instance, to perform
259 are the pros and cons of LibTomMath by comparing it to the math routines from GnuPG\footnote{GnuPG v1.2.3 versus LibTomMath v0.28}.
284 So it may feel tempting to just rip the math code out of GnuPG (or GnuMP where it was taken from originally) in your
455 from the heap at the same time.
    [all...]
  /external/llvm/lib/CodeGen/
SplitKit.cpp 102 // First get all the defs from the interval values. This provides the correct
420 // Can't remat, just insert a copy from parent.
738 // Skip the singly mapped values. There is nothing to gain from hoisting a
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 165 // When new basic blocks are inserted and the edges from MBB to its successors
385 unsigned From = I->first;
396 MRI.replaceRegWith(From, To);
639 // a reference to the root node, preventing it from being deleted,
730 // No catch info found - try to extract some from the successor.
    [all...]
SelectionDAG.cpp 517 // to the root node, preventing it from being deleted.
574 // Finally, remove uses due to operands of this node, remove from the
643 // Remove it from the CSE Map.
663 /// AddModifiedNodeToCSEMaps - The specified node has been removed from the CSE
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp 1 //===--- ASTImporter.cpp - Importing ASTs from other Contexts ---*- C++ -*-===//
10 // This file defines the ASTImporter class which imports AST nodes from one
88 void ImportDeclarationNameLoc(const DeclarationNameInfo &From,
91 bool ImportDefinition(RecordDecl *From, RecordDecl *To,
93 bool ImportDefinition(EnumDecl *From, EnumDecl *To,
97 TemplateArgument ImportTemplateArgument(const TemplateArgument &From);
103 bool IsStructuralMatch(ClassTemplateDecl *From, ClassTemplateDecl *To);
168 /// declarations, mapping from a declaration in the first context to the
176 /// \brief Declaration (from, to) pairs that are known not to be equivalent
    [all...]
ExprConstant.cpp 717 // Now figure out the necessary offset to add to the baseLV to get from
    [all...]
  /external/v8/src/
profile-generator.cc 14 // from this software without specific prior written permission.
413 // Remove child from the stack.
653 // Called from VM thread, and only it can mutate the list,
662 // Called from VM thread for a completed profile.
923 HeapEntry* HeapGraphEdge::From() {
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 370 // inner scopes do not acquire default arguments from
508 // differ from the template declaration with respect to the constexpr
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 258 milliseconds