HomeSort by relevance Sort by last modified time
    Searched refs:fwd (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/smack/src/org/jivesoftware/smackx/carbons/
Carbon.java 45 private Forwarded fwd; field in class:Carbon
47 public Carbon(Direction dir, Forwarded fwd) {
49 this.fwd = fwd;
67 return fwd;
86 buf.append(fwd.toXML());
104 Forwarded fwd = null; local
110 fwd = (Forwarded)new Forwarded.Provider().parseExtension(parser);
115 if (fwd == null)
117 return new Carbon(dir, fwd);
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/iface/
argument_factory.hpp 20 #include <boost/test/utils/runtime/fwd.hpp>
22 #include <boost/test/utils/runtime/cla/fwd.hpp>
id_policy.hpp 21 #include <boost/test/utils/runtime/cla/fwd.hpp>
  /external/iproute2/ip/
ifcfg 4 local sbase fwd
6 fwd=0
9 fwd=$[$fwd + `cat $dir`]
12 fwd=2
14 return $fwd
45 fwd=$?
46 if [ $fwd -ne 0 ]; then
47 echo "Forwarding is ON or its state is unknown ($fwd). OK, No RDISC." 1>&2
60 if [ $fwd -eq 0 ]; then RestartRDISC; f
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
dadrcal.h 41 void testConvert(TestData *testData, const DataMap *settings, UBool fwd);
45 UBool fwd);
  /external/icu/icu4c/source/test/intltest/
dadrcal.h 41 void testConvert(TestData *testData, const DataMap *settings, UBool fwd);
45 UBool fwd);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
value_handler.hpp 21 #include <boost/test/utils/runtime/cla/fwd.hpp>
validation.hpp 21 #include <boost/test/utils/runtime/cla/fwd.hpp>
typed_parameter.hpp 21 #include <boost/test/utils/runtime/fwd.hpp>
value_generator.hpp 21 #include <boost/test/utils/runtime/cla/fwd.hpp>
parameter.hpp 21 #include <boost/test/utils/runtime/fwd.hpp>
25 #include <boost/test/utils/runtime/cla/fwd.hpp>
parser.hpp 20 #include <boost/test/utils/runtime/fwd.hpp>
23 #include <boost/test/utils/runtime/cla/fwd.hpp>
  /external/eigen/bench/
benchFFT.cpp 44 void bench(int nfft,bool fwd,bool unscaled=false, bool halfspec=false)
64 fft.fwd( outbuf , inbuf);
70 if (fwd)
72 fft.fwd( outbuf , inbuf);
89 if (fwd)
90 cout << " fwd";
  /external/eigen/unsupported/Eigen/src/FFT/
ei_fftw_impl.h 60 void fwd(complex_type * dst,complex_type * src,int nfft) { function in struct:Eigen::internal::fftw_plan
70 void fwd(complex_type * dst,scalar_type * src,int nfft) { function in struct:Eigen::internal::fftw_plan
103 void fwd(complex_type * dst,complex_type * src,int nfft) { function in struct:Eigen::internal::fftw_plan
113 void fwd(complex_type * dst,scalar_type * src,int nfft) { function in struct:Eigen::internal::fftw_plan
144 void fwd(complex_type * dst,complex_type * src,int nfft) { function in struct:Eigen::internal::fftw_plan
154 void fwd(complex_type * dst,scalar_type * src,int nfft) { function in struct:Eigen::internal::fftw_plan
190 void fwd( Complex * dst,const Complex *src,int nfft) function in struct:Eigen::internal::fftw_impl
192 get_plan(nfft,false,dst,src).fwd(fftw_cast(dst), fftw_cast(src),nfft );
197 void fwd( Complex * dst,const Scalar * src,int nfft) function in struct:Eigen::internal::fftw_impl
199 get_plan(nfft,false,dst,src).fwd(fftw_cast(dst), fftw_cast(src) ,nfft)
    [all...]
  /frameworks/compile/mclinker/lib/LD/
BranchIslandFactory.cpp 76 /// getIsland - find fwd and bwd islands for the fragment
81 BranchIsland* fwd = NULL; local
88 fwd = &*it;
100 return std::make_pair(fwd, bwd);
  /external/ceres-solver/internal/ceres/
loss_function_test.cc 58 double fwd[3]; local
61 loss.Evaluate(s + kH, fwd);
65 const double fd_1 = (fwd[0] - bwd[0]) / (2 * kH);
69 const double fd_2 = (fwd[0] - 2*rho[0] + bwd[0]) / (kH * kH);
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/arm64/
armSP_FFT_CToC_FC32_Radix2_fs_s.S 127 FFTSTAGE "FALSE","FALSE",fwd
armSP_FFT_CToC_FC32_Radix2_ls_s.S 140 FFTSTAGE "FALSE","FALSE",fwd
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
armSP_FFT_CToC_FC32_Radix2_fs_unsafe_s.S 125 FFTSTAGE "FALSE","FALSE",fwd
armSP_FFT_CToC_SC32_Radix2_fs_unsafe_s.S 142 FFTSTAGE "FALSE","FALSE",fwd
armSP_FFT_CToC_FC32_Radix2_ls_unsafe_s.S 144 FFTSTAGE "FALSE","FALSE",fwd
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
argument.hpp 20 #include <boost/test/utils/runtime/fwd.hpp>
  /external/eigen/unsupported/test/
FFTW.cpp 94 fft.fwd( freqBuf,tbuf);
99 fft.fwd( freqBuf,tbuf);
153 fft.fwd( outbuf , inbuf);
193 fft.fwd( tmpOut,src.col(k) );
199 fft.fwd( tmpOut, dst2.row(k) );
221 fft.fwd(out1,in);
222 out2 = fft.fwd(in);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/
environment.hpp 24 #include <boost/test/utils/runtime/fwd.hpp>
28 #include <boost/test/utils/runtime/env/fwd.hpp>
variable.hpp 24 #include <boost/test/utils/runtime/fwd.hpp>
28 #include <boost/test/utils/runtime/env/fwd.hpp>

Completed in 1517 milliseconds

1 2 3