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

  /external/webrtc/webrtc/common_audio/
real_fourier_ooura.cc 48 void RealFourierOoura::Forward(const float* src, complex<float>* dest) const {
real_fourier_openmax.cc 53 void RealFourierOpenmax::Forward(const float* src, complex<float>* dest) const {
  /external/libchrome/base/
cancelable_callback.h 105 void Forward(A... args) const {
112 forwarder_ = base::Bind(&CancelableCallback<void(A...)>::Forward,
122 // Used to ensure Forward() is not run when this object is destroyed.
  /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/v8/src/compiler/
jump-threading.cc 29 void Forward(RpoNumber to) {
46 TRACE(" fw %d -> %d (forward)\n", from.ToInt(), to.ToInt());
47 result[from.ToInt()] = to_to; // forward the block.
64 // Iterate over the blocks forward, pushing the blocks onto the stack.
92 // try to forward the jump instruction.
107 state.Forward(fw);
  /external/chromium-trace/catapult/devil/devil/android/sdk/
adb_wrapper.py 423 def Forward(self, local, remote, timeout=_DEFAULT_TIMEOUT,
425 """Forward socket connections from the local socket to the remote socket.
441 self._RunDeviceAdbCmd(['forward', str(local), str(remote)], timeout,
446 """Remove a forward socket connection.
453 self._RunDeviceAdbCmd(['forward', '--remove', str(local)], timeout,
463 return self._RunDeviceAdbCmd(['forward', '--list'], timeout, retries)
485 forward_lock: (optional) If set forward-locks the app.
515 forward_lock: (optional) If set forward-locks the app.
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 86 if (AS->Forward) {
112 AliasSet *Forward; // Forwarding pointer.
174 bool isForwardingAliasSet() const { return Forward; }
190 /// Define an iterator for alias sets... this is just a forward iterator.
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
    [all...]
LoopAccessAnalysis.h 139 // Lexically forward.
141 // FIXME: If we only have loop-independent forward dependences (e.g. a
144 // enumerating loop-independent forward dependences in
148 Forward,
149 // Forward, but if vectorized, is likely to prevent store-to-load
182 /// \brief Lexically forward dependence.
  /external/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp 364 bool Forward;
449 Forward = true;
451 Forward = false;
455 if (Forward)
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_unittest_oldapi.cc 81 void Forward(WebRtcRTPHeader* rtp_header) {
204 rtp_utility_->Forward(&rtp_header_);
656 rtp_utility_->Forward(&rtp_header_);
817 rtp_utility_->Forward(&rtp_header_);
    [all...]
  /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...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler/0.12.613/
kotlin-compiler-0.12.613.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1513/
kotlin-compiler-embeddable-0.13.1513.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/0.13.1514/
kotlin-compiler-embeddable-0.13.1514.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-1103/
kotlin-compiler-embeddable-1.0.0-beta-1103.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-beta-4584/
kotlin-compiler-embeddable-1.0.0-beta-4584.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0-rc-1036/
kotlin-compiler-embeddable-1.0.0-rc-1036.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 

Completed in 1152 milliseconds