OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:From
(Results
1 - 12
of
12
) 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
30
/// A Range represents the closed range [
from
, to]. The caller must
31
/// guarantee that
from
<= to. Note that Range is immutable, so as not
37
Range(const llvm::APSInt &
from
, const llvm::APSInt &to)
38
: std::pair<const llvm::APSInt*, const llvm::APSInt*>(&
from
, &to) {
39
assert(
from
<= to);
44
const llvm::APSInt &
From
() const {
51
return &
From
() == &To() ? &
From
() : NULL;
55
ID.AddPointer(&
From
());
92
/// 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
101
// First get all the defs
from
the interval values. This provides the correct
539
// we are called
from
extendRange. In that case LiveOutSeen is true, and
610
// Can't remat, just insert a copy
from
parent.
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp
165
// When new basic blocks are inserted and the edges
from
MBB to its successors
378
unsigned
From
= I->first;
389
MRI.replaceRegWith(
From
, To);
631
// a reference to the root node, preventing it
from
being deleted,
717
// No catch info found - try to extract some
from
the successor.
[
all
...]
SelectionDAG.cpp
515
// to the root node, preventing it
from
being deleted.
572
// Finally, remove uses due to operands of this node, remove
from
the
641
// Remove it
from
the CSE Map.
661
/// AddModifiedNodeToCSEMaps - The specified node has been removed
from
the CSE
[
all
...]
/external/clang/lib/AST/
ExprConstant.cpp
680
// 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
820
/// derived
from
the type \p Base.
[
all
...]
/prebuilt/common/groovy/
groovy-all-1.7.0.jar
Completed in 251 milliseconds