Searched defs:Forward (Results 1 - 11 of 11) sorted by relevance

/external/libchrome/base/
H A Dcancelable_callback.h105 void Forward(A... args) const { function in class:base::CancelableCallback
112 forwarder_ = base::Bind(&CancelableCallback<void(A...)>::Forward,
122 // Used to ensure Forward() is not run when this object is destroyed.
/external/webrtc/webrtc/common_audio/
H A Dreal_fourier_ooura.cc48 void RealFourierOoura::Forward(const float* src, complex<float>* dest) const { function in class:webrtc::RealFourierOoura
H A Dreal_fourier_openmax.cc53 void RealFourierOpenmax::Forward(const float* src, complex<float>* dest) const { function in class:webrtc::RealFourierOpenmax
/external/eigen/unsupported/Eigen/src/NumericalDiff/
H A DNumericalDiff.h19 Forward, enumerator in enum:Eigen::NumericalDiffMode
33 * Currently only "Forward" and "Central" scheme are implemented.
35 template<typename _Functor, NumericalDiffMode mode=Forward>
81 case Forward:
99 case Forward:
/external/v8/src/compiler/
H A Djump-threading.cc29 void Forward(RpoNumber to) { function in struct:v8::internal::compiler::JumpThreadingState
116 state.Forward(fw);
/external/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h86 if (AS->Forward) {
112 AliasSet *Forward; // Forwarding pointer. member in class:llvm::AliasSet
174 bool isForwardingAliasSet() const { return Forward; }
228 : PtrList(nullptr), PtrListEnd(&PtrList), Forward(nullptr), RefCount(0),
243 if (!Forward) return this;
245 AliasSet *Dest = Forward->getForwardedTarget(AST);
246 if (Dest != Forward) {
248 Forward->dropRef(AST);
249 Forward = Dest;
H A DLoopAccessAnalysis.h148 Forward, enumerator in enum:llvm::MemoryDepChecker::Dependence::DepType
149 // Forward, but if vectorized, is likely to prevent store-to-load
/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Dadb_wrapper.py593 def Forward(self, local, remote, allow_rebind=False, member in class:AdbWrapper
595 """Forward socket connections from the local socket to the remote socket.
/external/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp364 bool Forward; local
449 Forward = true;
451 Forward = false;
455 if (Forward)
/external/webrtc/webrtc/modules/audio_coding/acm2/
H A Daudio_coding_module_unittest_oldapi.cc81 void Forward(WebRtcRTPHeader* rtp_header) { function in class:webrtc::RtpUtility
204 rtp_utility_->Forward(&rtp_header_);
656 rtp_utility_->Forward(&rtp_header_);
817 rtp_utility_->Forward(&rtp_header_);
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-ios.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE com/ com/intel/ com/intel/moe/ com/intel/moe/ ...

Completed in 421 milliseconds