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

1 2

  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
psfb.h 31 void To(uint32_t ssrc) { media_ssrc_ = ssrc; }
rtpfb.h 31 void To(uint32_t ssrc) { media_ssrc_ = ssrc; }
tmmbr.h 34 void To(uint32_t ssrc) {
voip_metric.h 38 void To(uint32_t ssrc) { ssrc_ = ssrc; }
report_block.h 33 void To(uint32_t ssrc) { source_ssrc_ = ssrc; }
  /external/nist-sip/java/gov/nist/javax/sip/header/
To.java 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST
7 * employees are not subject to copyright protection in the United States
8 * and are considered to be in the public domain. As a result, a formal
9 * license is not needed to use the software.
17 * not limited to the correctness, accuracy, reliability or usefulness of
20 * Permission to use this software is contingent upon your acceptance
39 * To SIP Header.
50 public final class To extends AddressParametersHeader implements
61 public To() {
62 super(TO,true)
    [all...]
  /external/autotest/site_utils/
dump_to_cloudsql.py 7 """Module to upload a MySQL dump file to Cloud SQL.
13 Uploads MySQL dump file to a MySQL database or Cloud SQL. With no optional
14 arguments will connect to localhost as root with an empty password.
41 """Manages connections to a MySQL database.
54 """Buffers writes to command boundaries.
58 execute_cmd: Whether to execute the command, defaults to True.
59 increment_cmd: Whether to increment cmd_num, defaults to False
    [all...]
  /external/llvm/lib/TableGen/
SetTheory.cpp 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;
197 To = II->getValue();
199 PrintFatalError(Loc, "To must be an integer: " + Expr->getAsString());
200 if (To < 0 || To >= (1 << 30))
201 PrintFatalError(Loc, "To out of range");
206 Step *= From <= To ? 1 : -1
    [all...]
  /external/ceres-solver/examples/
libmv_homography.cc 14 // used to endorse or promote products derived from this software without
18 // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 // CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
31 // Permission is hereby granted, free of charge, to any person obtaining a copy
32 // of this software and associated documentation files (the "Software"), to
34 // rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
35 // sell copies of the Software, and to permit persons to whom the Software is
36 // furnished to do so, subject to the following conditions
    [all...]
  /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
29 /// to subvert RangeSet's immutability.
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);
44 const llvm::APSInt &To() const {
48 return &From() == &To() ? &From() : nullptr;
53 ID.AddPointer(&To());
63 // be used to speed up some of the operations in RangeSet
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest-port_test.cc 15 // contributors may be used to endorse or promote products derived from
20 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
51 // included, or there will be a compiler error. This trick is to
165 class To {
167 To(bool* converted) { *converted = true; } // NOLINT
172 To to = ::testing::internal::ImplicitCast_<To>(&converted); local
173 (void)to;
    [all...]
  /external/gtest/test/
gtest-port_test.cc 15 // contributors may be used to endorse or promote products derived from
20 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
51 // included, or there will be a compiler error. This trick is to
202 class To {
204 To(bool* converted) { *converted = true; } // NOLINT
209 To to = ::testing::internal::ImplicitCast_<To>(&converted); local
210 (void)to;
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-port_test.cc 15 // contributors may be used to endorse or promote products derived from
20 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
51 // included, or there will be a compiler error. This trick is to
202 class To {
204 To(bool* converted) { *converted = true; } // NOLINT
209 To to = ::testing::internal::ImplicitCast_<To>(&converted); local
210 (void)to;
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtcp_packet.h 40 // report_block.To(234)
49 // fir.To(234)
69 // Callback used to signal that an RTCP packet is ready. Note that this may
71 // max_length bytes, it will be fragmented and multiple calls to this
85 // Returns true if all calls to Create succeeded. A buffer of size
86 // IP_PACKET_SIZE will be allocated and reused between calls to callback.
89 // Returns true if all calls to Create succeeded. Provided buffer reference
90 // will be used for all calls to callback.
128 // TODO(sprang): Move RtcpPacket subclasses out to separate files.
282 void To(uint32_t ssrc)
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-port_test.cc 15 // contributors may be used to endorse or promote products derived from
20 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
24 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
51 // included, or there will be a compiler error. This trick is to
202 class To {
204 To(bool* converted) { *converted = true; } // NOLINT
209 To to = ::testing::internal::ImplicitCast_<To>(&converted); local
210 (void)to;
    [all...]
  /external/llvm/lib/CodeGen/
SplitKit.cpp 89 // back to the call that may throw.
99 // really be live-in to the landing pad. This can happen if the landing pad
105 // Value is properly live-in to the landing pad.
256 // Live segment ends exactly at Stop. Move to the next segment.
387 // No longer a simple mapping. Switch to a complex, non-forced mapping.
428 // We may be trying to avoid interference that ends at a deleted instruction,
551 // value. The inserted COPY is not a kill, and we don't need to recompute
552 // the source live range. The spiller also won't try to hoist this copy.
644 // Adjust RegAssign if a register assignment is killed at Def. We want to
658 DEBUG(dbgs() << " move kill to " << Kill << '\t' << *MBBI)
    [all...]
StackColoring.cpp 12 // which represent the possible lifetime of stack slots. It attempts to
16 // TODO: In the future we plan to improve stack coloring in the following ways:
67 /// zone. This can happen when the user returns a reference to a local
68 /// data-structure. We can detect these cases and decide not to optimize the
69 /// code. If this flag is enabled, we try to save the user.
77 STATISTIC(StackSpaceSaved, "Number of bytes saved due to merging slots.");
110 /// Maps serial numbers to basic blocks.
112 /// Maps basic blocks to a serial number.
124 /// The list of lifetime markers found. These markers are to be removed
159 /// slots to use the joint slots
    [all...]
TwoAddressInstructionPass.cpp 16 // to:
21 // Note that if a register allocator chooses to use this pass, that it
22 // has to be capable of handling the non-SSA nature of these rewritten
58 STATISTIC(NumCommuted , "Number of instructions commuted to coalesce");
60 STATISTIC(NumConvertedTo3Addr, "Number of instructions promoted to 3-address");
65 // Temporary flag to disable rescheduling.
92 // A map from virtual registers to physical registers which are likely targets
93 // to be coalesced to due to copies from physical registers to virtua
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 14 // parameters define the context of the match, which allows matchers to recurse
15 // or store the current node as bound to a specific string, so that it can be
22 // to clang's AST class hierarchy, meaning that you can use a Matcher<Base>
26 // The matcher functions are defined in ASTMatchers.h. To make it possible
27 // to implement both the matcher function and the implementation of the matcher
31 // This file contains the base classes needed to construct the actual matchers.
66 /// \brief Adds \c Node to the map with key \c ID.
73 /// \brief Returns the AST node bound to \c ID.
75 /// Returns NULL if there was no node bound to \c ID or if there is a node but
76 /// it cannot be converted to the specified type
    [all...]
  /external/llvm/lib/Transforms/Scalar/
StructurizeCFG.cpp 75 /// \brief Add BB to the resulting dominator
146 /// Additionally to that even complicated loops look like this:
155 /// 3 3 = "Flow" block, with back edge to entry block
204 void delPhiValues(BasicBlock *From, BasicBlock *To);
206 void addPhiValues(BasicBlock *From, BasicBlock *To);
295 // to what we want. The only problem with it is that sometimes backedges
318 // Make sure we have visited all blocks in this loop before moving back to
343 // rather than re-working the whole pass to operate on the list in order,
344 // we just reverse the list and continue to operate on it in reverse.
402 llvm_unreachable("Unhandled condition to invert")
    [all...]
  /external/clang/lib/Sema/
SemaCast.cpp 101 /// Try to handle the given placeholder expression kind. Return
147 // arguments, they return TC_NotApplicable and *may* set diag to a diagnostic
148 // to emit if no other way succeeds. If their way of casting is appropriate but
149 // fails, they return TC_Failed and *must* set diag; they can set it to 0 if
304 /// Try to diagnose a failed overloaded cast. Returns true if
393 // Detect if both types are (ptr to) class, and note any incompleteness.
400 QualType To = src->getType();
401 if (auto Ptr = To->getAs<PointerType>()) {
402 To = Ptr->getPointeeType();
407 auto RecTo = To->getAs<RecordType>()
    [all...]
  /external/llvm/lib/Analysis/
CFLAliasAnalysis.cpp 13 // Rugina, and "Fast algorithms for Dyck-CFL-reachability with applications to
14 // Alias Analysis" by Zhang Q, Lyu M R, Yuan H, and Su Z. -- to summarize the
21 // the edge labels (actions) conforms to a context-free grammar.
25 // in order to transform the graph into sets of variables that may alias in
59 // \brief Information we have about a function and would like to keep around
69 // Try to go from a Value* to a Function*. Never returns nullptr.
80 // Some instructions need to have their users tracked. Instructions like
81 // `add` require you to get the users of the Instruction* itself, other
82 // instructions like `store` require you to get the users of the firs
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp 70 STATISTIC(NumDAGIselRetries,"Number of times dag isel has to try another path");
73 "Number of entry blocks where fast isel failed to lower arguments");
176 "fails to lower an instruction: 0 disable the abort, 1 will "
179 "to SelectionDAG."));
193 cl::desc("Pop up a window to show dags before the first "
197 cl::desc("Pop up a window to show dags before legalize types"));
200 cl::desc("Pop up a window to show dags before legalize"));
203 cl::desc("Pop up a window to show dags before the second "
207 cl::desc("Pop up a window to show dags before the post legalize types"
211 cl::desc("Pop up a window to show isel dags as they are selected"))
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 195 // Constructor to create a '0' constant of arbitrary type...
239 // Convert an integer to a pointer, if necessary.
243 // Broadcast a scalar to a vector, if necessary.
267 /// constant that corresponds to the specified element if possible, or null if
301 /// a chance to remove the constant from any maps/pools it's contained in.
313 // references to the constant by other constants in the constant pool. These
328 assert(isa<Constant>(V) && "References remain to Constant being destroyed");
335 // Value has no outstanding references it is safe to delete it now...
365 // Div and rem can trap if the RHS is not known to be non-zero.
440 // While raw uses of blockaddress need to be relocated, differences betwee
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdtypes.h 4 * No warranty is given; refer to the file DISCLAIMER.PD within this package.
81 const WCHAR *To;

Completed in 1074 milliseconds

1 2