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

/external/libchrome/base/
H A Dcancelable_callback.h107 void Forward(A... args) const { function in class:base::CancelableCallback
114 forwarder_ = base::Bind(&CancelableCallback<void(A...)>::Forward,
124 // 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/openssh/
H A Dmisc.h19 struct Forward { struct
/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/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVFunction.h120 void takeExecutionModes(SPIRVForward *Forward) { argument
121 ExecModes = std::move(Forward->ExecModes);
H A DSPIRVModule.cpp855 SPIRVModuleImpl::replaceForward(SPIRVForward *Forward, SPIRVEntry *Entry) { argument
857 SPIRVId ForwardId = Forward->getId();
868 Entry->takeAnnotations(Forward);
869 delete Forward;
/external/libmojo/third_party/catapult/devil/devil/android/sdk/
H A Dadb_wrapper.py537 def Forward(self, local, remote, allow_rebind=False, member in class:AdbWrapper
539 """Forward socket connections from the local socket to the remote socket.
/external/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h93 if (AS->Forward) {
119 AliasSet *Forward; // Forwarding pointer. member in class:llvm::AliasSet
180 bool isForwardingAliasSet() const { return Forward; }
233 : PtrList(nullptr), PtrListEnd(&PtrList), Forward(nullptr), RefCount(0),
248 if (!Forward) return this;
250 AliasSet *Dest = Forward->getForwardedTarget(AST);
251 if (Dest != Forward) {
253 Forward->dropRef(AST);
254 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/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DAliasSetTracker.h85 if (AS->Forward) {
111 AliasSet *Forward; // Forwarding pointer. member in class:llvm::AliasSet
168 bool isForwardingAliasSet() const { return Forward; }
225 AliasSet() : PtrList(0), PtrListEnd(&PtrList), Forward(0), RefCount(0),
240 if (!Forward) return this;
242 AliasSet *Dest = Forward->getForwardedTarget(AST);
243 if (Dest != Forward) {
245 Forward->dropRef(AST);
246 Forward = Dest;
/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Dadb_wrapper.py603 def Forward(self, local, remote, allow_rebind=False, member in class:AdbWrapper
605 """Forward socket connections from the local socket to the remote socket.
/external/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp393 bool Forward; local
478 Forward = true;
480 Forward = false;
484 if (Forward)
/external/spirv-llvm/lib/SPIRV/
H A DSPIRVWriter.cpp247 auto Forward = static_cast<SPIRVForward *>(Loc->second); local
248 BV->setId(Forward->getId());
249 BM->replaceForward(Forward, BV);
/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_);

Completed in 557 milliseconds