/external/webkit/Tools/android/flex-2.5.4a/ |
D | ecs.c | 76 int cre8ecs( fwd, bck, num ) in cre8ecs() argument 77 int fwd[], bck[], num; in cre8ecs() 92 for ( j = fwd[i]; j != NIL; j = fwd[j] ) 115 void mkeccl( ccls, lenccl, fwd, bck, llsiz, NUL_mapping ) in mkeccl() argument 117 int lenccl, fwd[], bck[], llsiz, NUL_mapping; 141 for ( i = fwd[cclm]; i != NIL && i <= llsiz; i = fwd[i] ) 164 fwd[newec] = i; 182 fwd[oldec] = i; 192 fwd[oldec] = NIL; 195 fwd[newec] = NIL; [all …]
|
/external/iproute2/ip/ |
D | 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; fi 106 if [ $fwd -eq 0 ]; then RestartRDISC; fi [all …]
|
/external/smack/src/org/jivesoftware/smackx/carbons/ |
D | Carbon.java | 45 private Forwarded fwd; field in Carbon 47 public Carbon(Direction dir, Forwarded fwd) { in Carbon() argument 49 this.fwd = fwd; in Carbon() 67 return fwd; in getForwarded() 86 buf.append(fwd.toXML()); in toXML() 104 Forwarded fwd = null; in parseExtension() local 110 fwd = (Forwarded)new Forwarded.Provider().parseExtension(parser); in parseExtension() 115 if (fwd == null) in parseExtension() 117 return new Carbon(dir, fwd); in parseExtension()
|
/external/openssh/ |
D | mux.c | 516 format_forward(u_int ftype, Forward *fwd) in format_forward() argument 523 (fwd->listen_host == NULL) ? in format_forward() 525 fwd->listen_host, fwd->listen_port, in format_forward() 526 fwd->connect_host, fwd->connect_port); in format_forward() 530 (fwd->listen_host == NULL) ? in format_forward() 532 fwd->listen_host, fwd->listen_port); in format_forward() 536 (fwd->listen_host == NULL) ? in format_forward() 537 "LOCALHOST" : fwd->listen_host, in format_forward() 538 fwd->listen_port, in format_forward() 539 fwd->connect_host, fwd->connect_port); in format_forward() [all …]
|
D | readconf.c | 261 Forward *fwd; in add_local_forward() local 270 fwd = &options->local_forwards[options->num_local_forwards++]; in add_local_forward() 272 fwd->listen_host = newfwd->listen_host; in add_local_forward() 273 fwd->listen_port = newfwd->listen_port; in add_local_forward() 274 fwd->connect_host = newfwd->connect_host; in add_local_forward() 275 fwd->connect_port = newfwd->connect_port; in add_local_forward() 286 Forward *fwd; in add_remote_forward() local 291 fwd = &options->remote_forwards[options->num_remote_forwards++]; in add_remote_forward() 293 fwd->listen_host = newfwd->listen_host; in add_remote_forward() 294 fwd->listen_port = newfwd->listen_port; in add_remote_forward() [all …]
|
D | clientloop.c | 845 Forward fwd; in process_cmdline() local 847 bzero(&fwd, sizeof(fwd)); in process_cmdline() 848 fwd.listen_host = fwd.connect_host = NULL; in process_cmdline() 929 if (!parse_forward(&fwd, s, dynamic, remote)) { in process_cmdline() 934 if (channel_setup_local_fwd_listener(fwd.listen_host, in process_cmdline() 935 fwd.listen_port, fwd.connect_host, in process_cmdline() 936 fwd.connect_port, options.gateway_ports) < 0) { in process_cmdline() 941 if (channel_request_remote_forwarding(fwd.listen_host, in process_cmdline() 942 fwd.listen_port, fwd.connect_host, in process_cmdline() 943 fwd.connect_port) < 0) { in process_cmdline() [all …]
|
D | ssh.c | 250 Forward fwd; in main() local 457 if (parse_forward(&fwd, optarg, 1, 0)) { in main() 458 stdio_forward_host = fwd.listen_host; in main() 459 stdio_forward_port = fwd.listen_port; in main() 460 xfree(fwd.connect_host); in main() 539 if (parse_forward(&fwd, optarg, 0, 0)) in main() 540 add_local_forward(&options, &fwd); in main() 550 if (parse_forward(&fwd, optarg, 0, 1)) { in main() 551 add_remote_forward(&options, &fwd); in main() 561 if (parse_forward(&fwd, optarg, 1, 0)) { in main() [all …]
|
/external/eigen/bench/ |
D | benchFFT.cpp | 44 void bench(int nfft,bool fwd,bool unscaled=false, bool halfspec=false) in bench() argument 64 fft.fwd( outbuf , inbuf); in bench() 70 if (fwd) in bench() 72 fft.fwd( outbuf , inbuf); in bench() 89 if (fwd) in bench()
|
/external/eigen/unsupported/Eigen/src/FFT/ |
D | ei_fftw_impl.h | 60 void fwd(complex_type * dst,complex_type * src,int nfft) { 70 void fwd(complex_type * dst,scalar_type * src,int nfft) { 103 void fwd(complex_type * dst,complex_type * src,int nfft) { 113 void fwd(complex_type * dst,scalar_type * src,int nfft) { 144 void fwd(complex_type * dst,complex_type * src,int nfft) { 154 void fwd(complex_type * dst,scalar_type * src,int nfft) { 190 void fwd( Complex * dst,const Complex *src,int nfft) 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) 199 get_plan(nfft,false,dst,src).fwd(fftw_cast(dst), fftw_cast(src) ,nfft);
|
D | ei_kissfft_impl.h | 276 void fwd( Complex * dst,const Complex *src,int nfft) in fwd() function 304 void fwd( Complex * dst,const Scalar * src,int nfft) in fwd() function 317 fwd( dst, reinterpret_cast<const Complex*> (src), ncfft); in fwd()
|
/external/openssh/regress/ |
D | forwarding.sh | 11 fwd="" 18 fwd="$fwd -L$a:127.0.0.1:$b -R$b:127.0.0.1:$c" 25 ${SSH} -$p -F $OBJ/ssh_config -f $fwd somehost sleep 10
|
D | cfgmatch.sh | 8 fwd="-L $fwdport:127.0.0.1:$PORT" 16 ${SSH} -q -$p $fwd "$@" somehost \
|
/external/ceres-solver/internal/ceres/ |
D | loss_function_test.cc | 58 double fwd[3]; in AssertLossFunctionIsValid() local 61 loss.Evaluate(s + kH, fwd); in AssertLossFunctionIsValid() 65 const double fd_1 = (fwd[0] - bwd[0]) / (2 * kH); in AssertLossFunctionIsValid() 69 const double fd_2 = (fwd[0] - 2*rho[0] + bwd[0]) / (kH * kH); in AssertLossFunctionIsValid()
|
/external/icu4c/test/intltest/ |
D | dadrcal.h | 41 void testConvert(TestData *testData, const DataMap *settings, UBool fwd); 45 UBool fwd);
|
/external/llvm/test/Feature/ |
D | testtype.ll | 10 %fwd = type %fwdref* 11 %fwdref = type { %fwd* }
|
/external/eigen/unsupported/test/ |
D | FFTW.cpp | 97 fft.fwd( freqBuf,tbuf); in test_scalar_generic() 102 fft.fwd( freqBuf,tbuf); in test_scalar_generic() 156 fft.fwd( outbuf , inbuf); in test_complex_generic() 224 fft.fwd(out1,in); in test_return_by_value() 225 out2 = fft.fwd(in); in test_return_by_value()
|
/external/eigen/unsupported/Eigen/ |
D | FFT | 187 void fwd( Complex * dst, const Scalar * src, Index nfft) 189 m_impl.fwd(dst,src,static_cast<int>(nfft)); 195 void fwd( Complex * dst, const Complex * src, Index nfft) 197 m_impl.fwd(dst,src,static_cast<int>(nfft)); 210 void fwd( std::vector<Complex> & dst, const std::vector<_Input> & src) 216 fwd(&dst[0],&src[0],src.size()); 221 void fwd( MatrixBase<ComplexDerived> & dst, const MatrixBase<InputDerived> & src, Index nfft=-1) 249 fwd( &dst[0],&tmp[0],nfft ); 251 fwd( &dst[0],&src[0],nfft ); 258 fwd( const MatrixBase<InputDerived> & src, Index nfft=-1) [all …]
|
/external/llvm/test/DebugInfo/X86/ |
D | enum-fwd-decl.ll | 13 … null, i32 0} ; [ DW_TAG_enumeration_type ] [E] [line 1, size 16, align 16, offset 0] [fwd] [from ]
|
/external/icu4c/test/testdata/ |
D | testnorm.txt | 67 E011=E010 F0011 # composition of BMP+supplementary, and F0011 is maybe & combines-fwd
|
/external/eigen/unsupported/doc/examples/ |
D | FFT.cpp | 83 fft.fwd(freqbuf,timebuf); in fwd_inv()
|
/external/libvpx/libvpx/vp8/encoder/ppc/ |
D | fdct_altivec.asm | 22 ;# in normalization (fwd is twice unitary, inv is half unitary) 56 ;# For fwd transform, indices are horizontal positions, then frequencies.
|
/external/llvm/test/DebugInfo/ |
D | debug-info-block-captured-self.ll | 93 …, i32 0} ; [ DW_TAG_structure_type ] [objc_class] [line 0, size 0, align 0, offset 0] [fwd] [from ] 94 … ; [ DW_TAG_structure_type ] [Main] [line 23, size 0, align 0, offset 0] [artificial] [fwd] [from ]
|
/external/chromium/chrome/browser/resources/file_manager/js/ |
D | file_manager.js | 1165 function fwd(methodName, args) { self[methodName].apply(self, args) }; function 1173 fwd('onExifGiven_', data.arguments); 1177 fwd('onExifError_', data.arguments);
|
/external/mksh/src/ |
D | histrap.c | 512 findhist(int start, int fwd, const char *str, int anchored) in findhist() argument 516 int incr = fwd ? 1 : -1; in findhist()
|
D | edit.c | 4978 grabsearch(int save, int start, int fwd, const char *pat) in grabsearch() argument 4984 if ((start == 0 && fwd == 0) || (start >= hlast - 1 && fwd == 1)) in grabsearch() 4986 if (fwd) in grabsearch() 4991 if ((hist = findhist(start, fwd, pat, anchored)) < 0) { in grabsearch() 4993 if (start != 0 && fwd && strcmp(holdbuf, pat) >= 0) { in grabsearch()
|