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

1 2

  /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/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>
id_policy.hpp 21 #include <boost/test/utils/runtime/cla/fwd.hpp>
argument_factory.hpp 21 #include <boost/test/utils/runtime/fwd.hpp>
27 #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/openssh/
readconf.c 291 struct Forward *fwd; local
301 fwd = &options->local_forwards[options->num_local_forwards++];
303 fwd->listen_host = newfwd->listen_host;
304 fwd->listen_port = newfwd->listen_port;
305 fwd->listen_path = newfwd->listen_path;
306 fwd->connect_host = newfwd->connect_host;
307 fwd->connect_port = newfwd->connect_port;
308 fwd->connect_path = newfwd->connect_path;
319 struct Forward *fwd; local
324 fwd = &options->remote_forwards[options->num_remote_forwards++]
756 struct Forward fwd; local
2200 const struct Forward *fwd; local
    [all...]
mux.c 107 /* Context for stdio fwd open confirmation callback */
517 format_forward(u_int ftype, struct Forward *fwd)
524 (fwd->listen_path != NULL) ? fwd->listen_path :
525 (fwd->listen_host == NULL) ?
527 fwd->listen_host, fwd->listen_port,
528 (fwd->connect_path != NULL) ? fwd->connect_path :
529 fwd->connect_host, fwd->connect_port)
648 struct Forward fwd; local
814 struct Forward fwd, *found_fwd; local
    [all...]
serverloop.c 1238 struct Forward fwd; local
1271 struct Forward fwd; local
1282 struct Forward fwd; local
1301 struct Forward fwd; local
    [all...]
channels.c 3424 struct Forward fwd; local
    [all...]
clientloop.c 877 struct Forward fwd; local
879 memset(&fwd, 0, sizeof(fwd));
946 if (!parse_forward(&fwd, s, 1, 0)) {
951 ok = channel_request_rforward_cancel(&fwd) == 0;
953 ok = channel_cancel_lport_listener(&fwd,
956 ok = channel_cancel_lport_listener(&fwd,
965 if (!parse_forward(&fwd, s, dynamic, remote)) {
970 if (!channel_setup_local_fwd_listener(&fwd,
976 if (channel_request_remote_forwarding(&fwd) < 0)
    [all...]
  /frameworks/compile/mclinker/lib/LD/
BranchIslandFactory.cpp 73 /// getIsland - find fwd and bwd islands for the fragment
77 BranchIsland* fwd = NULL; local
83 fwd = &*it;
95 return std::make_pair(fwd, bwd);
  /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...]
  /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);
  /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 589 milliseconds

1 2