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

1 2 3 4 5 6

  /external/libmojo/mojo/public/cpp/bindings/
native_struct.h 30 static NativeStructPtr From(const U& u) {
  /external/pdfium/core/fxcrt/
cfx_seekablestreamproxy.h 18 enum class From {
31 void Seek(From eSeek, FX_FILESIZE iOffset);
  /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/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);
297 errs() << "error: cannot use -i when reading from stdin.\n";
329 "If no arguments are specified, it formats the code from standard input\n
    [all...]
  /external/llvm/lib/Analysis/
AliasAnalysisSummary.cpp 88 auto From = instantiateInterfaceValue(ERelation.From, CS);
89 if (!From)
94 return InstantiatedRelation{*From, *To};
AliasAnalysisSummary.h 61 /// Attr represent whether the said pointer comes from an unknown source
65 /// AttrUnknown represent whether the said pointer comes from a source not known
70 /// AttrCaller represent whether the said pointer comes from a source not known
77 /// AttrEscaped represent whether the said pointer comes from a known source but
80 /// alias pointers coming from unknown sources.
127 InterfaceValue From, To;
156 InstantiatedValue From, To;
  /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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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.
228 bool isBackEdge(const CFGBlock *From, const CFGBlock *To);
  /prebuilts/clang/host/darwin-x86/clang-4393122/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.
228 bool isBackEdge(const CFGBlock *From, const CFGBlock *To);
  /prebuilts/clang/host/darwin-x86/clang-4479392/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.
228 bool isBackEdge(const CFGBlock *From, const CFGBlock *To);
  /prebuilts/clang/host/darwin-x86/clang-4579689/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.
228 bool isBackEdge(const CFGBlock *From, const CFGBlock *To);
  /prebuilts/clang/host/darwin-x86/clang-4630689/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.
228 bool isBackEdge(const CFGBlock *From, const CFGBlock *To);
  /prebuilts/clang/host/darwin-x86/clang-4639204/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.
228 bool isBackEdge(const CFGBlock *From, const CFGBlock *To);
  /prebuilts/clang/host/darwin-x86/clang-4691093/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.
228 bool isBackEdge(const CFGBlock *From, const CFGBlock *To);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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.
228 bool isBackEdge(const CFGBlock *From, const CFGBlock *To);
  /prebuilts/clang/host/linux-x86/clang-4393122/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.
228 bool isBackEdge(const CFGBlock *From, const CFGBlock *To);
  /prebuilts/clang/host/linux-x86/clang-4479392/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.
228 bool isBackEdge(const CFGBlock *From, const CFGBlock *To);

Completed in 641 milliseconds

1 2 3 4 5 6