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

1 2

  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
bye.h 35 void From(uint32_t ssrc) { sender_ssrc_ = ssrc; }
psfb.h 30 void From(uint32_t ssrc) { sender_ssrc_ = ssrc; }
receiver_report.h 35 void From(uint32_t ssrc) { sender_ssrc_ = ssrc; }
rtpfb.h 30 void From(uint32_t ssrc) { sender_ssrc_ = ssrc; }
tmmbn.h 32 void From(uint32_t ssrc) {
tmmbr.h 31 void From(uint32_t ssrc) {
app.h 36 void From(uint32_t ssrc) { ssrc_ = ssrc; }
  /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/Analysis/Analyses/
Consumed.h 140 const Stmt *From;
145 ConsumedStateMap() : Reachable(true), From(nullptr) {}
147 : Reachable(Other.Reachable), From(Other.From), VarMap(Other.VarMap),
151 /// they were declared to be in upon return from a function.
180 void setSource(const Stmt *Source) { this->From = Source; }
188 /// \brief Remove the temporary value from our state map.
233 bool isBackEdge(const CFGBlock *From, const CFGBlock *To);
  /external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 217 const auto From = getSupportedKind();
221 /// - From Matcher<Type> to Matcher<QualType>
222 if (From.isSame(TypeKind) && To.isSame(QualKind)) return true;
223 /// - From Matcher<Base> to Matcher<Derived>
224 return From.isBaseOf(To);
333 // lot of the logic from NamedDecl::printQualifiedName(). The benchmarks do
  /external/clang/tools/clang-format/
ClangFormat.cpp 78 cl::desc("When reading from stdin, clang-format assumes this\n"
98 "clang-format from an editor integration"),
204 size_t From = 0;
206 while ((Index = Text.find_first_of("\n\r<&", From)) != StringRef::npos) {
207 outs() << Text.substr(From, Index - From);
224 From = Index + 1;
226 outs() << Text.substr(From);
294 errs() << "error: cannot use -i when reading from stdin.\n";
326 "If no arguments are specified, it formats the code from standard input\n
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/net/
HttpRequestHeader.java 95 * Example: From: user@example.com */
96 public static final String From = "From";
150 /** Request only part of an entity. Bytes are numbered from 0.
155 /** This is the address of the previous web page from which a link to the currently requested page was followed. (The word
  /external/llvm/lib/TableGen/
SetTheory.cpp 1 //===- SetTheory.cpp - Generate ordered sets from DAG expressions ---------===//
11 // Records from DAG expressions.
166 // (sequence "Format", From, To) Generate a sequence of records by name.
172 PrintFatalError(Loc, "Bad args to (sequence \"Format\", From, To): " +
188 int64_t From, To;
190 From = II->getValue();
192 PrintFatalError(Loc, "From must be an integer: " + Expr->getAsString());
193 if (From < 0 || From >= (1 << 30))
194 PrintFatalError(Loc, "From out of range")
    [all...]
  /art/runtime/verifier/
reg_type_cache.cc 101 return From(loader, descriptor, precise);
173 const RegType& RegTypeCache::From(mirror::ClassLoader* loader,
314 // Try loading the class from linker.
  /external/ceres-solver/examples/
libmv_homography.cc 14 // used to endorse or promote products derived from this software without
46 // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
58 // the routines from the Libmv library.
150 // The homography matrix H is built from a list of 8 parameters (a, b,...g, h)
163 // Convert from the 8 parameters to a H matrix.
170 // Convert from a H matrix to the 8 parameters.
171 static void From(const Parameterized &h, Parameters *p) {
384 // This matrix has been dumped from a Blender test file of plane tracking.
  /external/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 27 /// A Range represents the closed range [from, to]. The caller must
28 /// guarantee that from <= to. Note that Range is immutable, so as not
34 Range(const llvm::APSInt &from, const llvm::APSInt &to)
35 : std::pair<const llvm::APSInt*, const llvm::APSInt*>(&from, &to) {
36 assert(from <= to);
41 const llvm::APSInt &From() const {
48 return &From() == &To() ? &From() : nullptr;
52 ID.AddPointer(&From());
98 /// Construct a new RangeSet representing '{ [from, to] }'
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 160 /// \brief Pop the last saved value from the control flow stack
228 BasicBlock *From = Phi->getIncomingBlock(i);
230 NewPhi->addIncoming(Broken, From);
236 NewPhi->addIncoming(PhiArg, From);
247 BasicBlock *From = Phi->getIncomingBlock(i);
248 if (From == IDom) {
256 TerminatorInst *Insert = From->getTerminator();
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_packet.h 44 // rr.From(123);
48 // fir.From(123);
159 void From(uint32_t ssrc) {
279 void From(uint32_t ssrc) {
330 void From(uint32_t ssrc) {
384 void From(uint32_t ssrc) {
412 // From RFC 3611: RTP Control Protocol Extended Reports (RTCP XR).
435 void From(uint32_t ssrc) {
  /external/llvm/lib/CodeGen/
SplitKit.cpp 122 // First get all the defs from the interval values. This provides the correct
438 // Can't remat, just insert a copy from parent.
752 // Skip the singly mapped values. There is nothing to gain from hoisting a
    [all...]
StackColoring.cpp 71 ProtectFromEscapedAllocas("protect-from-escaped-allocas",
140 /// Removes all of the lifetime marker instructions from the function.
288 // is a map from blocks to bitvectors where the bitvectors represent which
311 // Forward propagation from begins to ends.
321 // Reverse propagation from ends to begins.
475 const AllocaInst *From = MFI->getObjectAllocation(SI.first);
477 assert(To && From && "Invalid allocation object");
478 Allocas[From] = To;
482 // derived from the alloca being remapped and the target of that remapping.
487 if (From->getType() != To->getType())
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
ast.py 5 from compiler.consts import CO_VARARGS, CO_VARKEYWORDS
530 class From(Node):
544 return "From(%s, %s, %s)" % (repr(self.modname), repr(self.names), repr(self.level))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
ast.py 5 from compiler.consts import CO_VARARGS, CO_VARKEYWORDS
530 class From(Node):
544 return "From(%s, %s, %s)" % (repr(self.modname), repr(self.names), repr(self.level))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
ast.py 5 from compiler.consts import CO_VARARGS, CO_VARKEYWORDS
530 class From(Node):
544 return "From(%s, %s, %s)" % (repr(self.modname), repr(self.names), repr(self.level))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
ast.py 5 from compiler.consts import CO_VARARGS, CO_VARKEYWORDS
530 class From(Node):
544 return "From(%s, %s, %s)" % (repr(self.modname), repr(self.names), repr(self.level))
    [all...]
  /external/libchrome/base/
values.cc 353 scoped_ptr<DictionaryValue> DictionaryValue::From(scoped_ptr<Value> value) {
883 scoped_ptr<ListValue> ListValue::From(scoped_ptr<Value> value) {
    [all...]

Completed in 1005 milliseconds

1 2