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

  /external/chromium_org/base/
cancelable_callback.h 105 void Forward() {
112 forwarder_ = base::Bind(&CancelableCallback<void(void)>::Forward,
116 // Used to ensure Forward() is not run when this object is destroyed.
175 void Forward(A1 a1) const {
182 forwarder_ = base::Bind(&CancelableCallback<void(A1)>::Forward,
186 // Used to ensure Forward() is not run when this object is destroyed.
245 void Forward(A1 a1, A2 a2) const {
252 forwarder_ = base::Bind(&CancelableCallback<void(A1, A2)>::Forward,
262 // Used to ensure Forward() is not run when this object is destroyed.
  /external/chromium_org/mojo/public/cpp/bindings/lib/
template_util.h 53 typename EnableIf<!IsMoveOnlyType<T>::value, T>::type& Forward(T& t) {
58 typename EnableIf<IsMoveOnlyType<T>::value, T>::type Forward(T& t) {
72 // This class doesn't work correctly with forward declarations.
74 // from passing in forward declarations.
  /external/chromium_org/tools/telemetry/telemetry/core/backends/
adb_commands.py 68 def Forward(self, local, remote):
70 'forward %s %s' % (local, remote))
  /external/eigen/unsupported/Eigen/src/NumericalDiff/
NumericalDiff.h 19 Forward,
33 * Currently only "Forward" and "Central" scheme are implemented.
35 template<typename _Functor, NumericalDiffMode mode=Forward>
48 // forward constructors
81 case Forward:
99 case Forward:
  /external/chromium_org/build/android/pylib/device/
adb_wrapper.py 205 def Forward(self, local, remote, timeout=_DEFAULT_TIMEOUT,
207 """Forward socket connections from the local socket to the remote socket.
223 self._DeviceAdbCmd(['forward', str(local), str(remote)], timeout, retries)
244 forward_lock: (optional) If set forward-locks the app.
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 84 if (AS->Forward) {
110 AliasSet *Forward; // Forwarding pointer.
166 bool isForwardingAliasSet() const { return Forward; }
182 /// Define an iterator for alias sets... this is just a forward iterator.
224 : PtrList(nullptr), PtrListEnd(&PtrList), Forward(nullptr), RefCount(0),
239 if (!Forward) return this;
241 AliasSet *Dest = Forward->getForwardedTarget(AST);
242 if (Dest != Forward) {
244 Forward->dropRef(AST);
245 Forward = Dest
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
audio_coding_module_unittest.cc 69 void Forward(WebRtcRTPHeader* rtp_header) {
177 rtp_utility_->Forward(&rtp_header_);
482 rtp_utility_->Forward(&rtp_header_);
    [all...]
audio_coding_module_unittest_oldapi.cc 68 void Forward(WebRtcRTPHeader* rtp_header) {
166 rtp_utility_->Forward(&rtp_header_);
484 rtp_utility_->Forward(&rtp_header_);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.h 460 enum DirectionOfPlayback { Backward, Forward };
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2atm.h 138 ATM_TD Forward;
cdosys.h 444 virtual HRESULT WINAPI Forward(IMessage **ppMsg) = 0;
512 HRESULT (WINAPI *Forward)(IMessage *This,IMessage **ppMsg);
    [all...]
mmcobj.h     [all...]
cdoex.h 650 virtual HRESULT WINAPI Forward(IMessage **ppMsg) = 0;
718 HRESULT (WINAPI *Forward)(IMessage *This,IMessage **ppMsg);
    [all...]
rtccore.h     [all...]
tapi3if.h     [all...]
wincrypt.h     [all...]

Completed in 567 milliseconds