/device/moto/stingray/ril/ |
wrigley-diag.sh | 6 # We must also set ro.allow.ip.fwd=1 to prevent 8 setprop ro.allow.ip.fwd 1
|
/external/webkit/Tools/android/flex-2.5.4a/ |
ecs.c | 70 * fwd is the forward linked-list of equivalence class members. bck 76 int cre8ecs( fwd, bck, num ) 77 int fwd[], bck[], num; 92 for ( j = fwd[i]; j != NIL; j = fwd[j] ) 104 * int lenccl, fwd[llsiz], bck[llsiz], llsiz, NUL_mapping; 105 * void mkeccl( Char ccls[], int lenccl, int fwd[llsiz], int bck[llsiz], 109 * number of elements in the ccl, fwd is the forward link-list of equivalent 115 void mkeccl( ccls, lenccl, fwd, bck, llsiz, NUL_mapping ) 117 int lenccl, fwd[], bck[], llsiz, NUL_mapping [all...] |
/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/icu4c/test/intltest/ |
dadrcal.h | 41 void testConvert(TestData *testData, const DataMap *settings, UBool fwd); 45 UBool fwd);
|
transtst.cpp | 416 Transliterator *fwd = Transliterator::createFromRules("<ID>", RULES, local 425 expect(*fwd, DATA[i], DATA[i+1]); 428 delete fwd; [all...] |
/external/openssh/ |
mux.c | 516 format_forward(u_int ftype, Forward *fwd) 523 (fwd->listen_host == NULL) ? 525 fwd->listen_host, fwd->listen_port, 526 fwd->connect_host, fwd->connect_port); 530 (fwd->listen_host == NULL) ? 532 fwd->listen_host, fwd->listen_port); 536 (fwd->listen_host == NULL) 630 Forward fwd; local 780 Forward fwd; local [all...] |
readconf.c | 261 Forward *fwd; local 270 fwd = &options->local_forwards[options->num_local_forwards++]; 272 fwd->listen_host = newfwd->listen_host; 273 fwd->listen_port = newfwd->listen_port; 274 fwd->connect_host = newfwd->connect_host; 275 fwd->connect_port = newfwd->connect_port; 286 Forward *fwd; local 291 fwd = &options->remote_forwards[options->num_remote_forwards++]; 293 fwd->listen_host = newfwd->listen_host; 294 fwd->listen_port = newfwd->listen_port 364 Forward fwd; local [all...] |
clientloop.c | 845 Forward fwd; local 847 bzero(&fwd, sizeof(fwd)); 848 fwd.listen_host = fwd.connect_host = NULL; 929 if (!parse_forward(&fwd, s, dynamic, remote)) { 934 if (channel_setup_local_fwd_listener(fwd.listen_host, 935 fwd.listen_port, fwd.connect_host, 936 fwd.connect_port, options.gateway_ports) < 0) [all...] |
ssh.c | 250 Forward fwd; local 457 if (parse_forward(&fwd, optarg, 1, 0)) { 458 stdio_forward_host = fwd.listen_host; 459 stdio_forward_port = fwd.listen_port; 460 xfree(fwd.connect_host); 539 if (parse_forward(&fwd, optarg, 0, 0)) 540 add_local_forward(&options, &fwd); 550 if (parse_forward(&fwd, optarg, 0, 1)) { 551 add_remote_forward(&options, &fwd); 561 if (parse_forward(&fwd, optarg, 1, 0)) [all...] |
/external/openssh/regress/ |
forwarding.sh | 11 fwd="" 17 # fwd chain: $a -> $b -> $c 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
|
cfgmatch.sh | 8 fwd="-L $fwdport:127.0.0.1:$PORT" 16 ${SSH} -q -$p $fwd "$@" somehost \
|
/external/libvpx/vp8/encoder/ppc/ |
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/mksh/src/ |
histrap.c | 510 findhist(int start, int fwd, const char *str, int anchored) 514 int incr = fwd ? 1 : -1; [all...] |
edit.c | [all...] |
/external/v8/test/mjsunit/ |
unicode-test.js | [all...] |
/external/iproute2/doc/ |
ip-cref.tex | [all...] |
/external/chromium/chrome/browser/resources/file_manager/js/ |
file_manager.js | [all...] |
/external/libvpx/vp8/common/ppc/ |
loopfilter_filters_altivec.asm | 425 add r0, r3, r5 ;# r0 -> 2 rows fwd (temp) [all...] |
/external/icu4c/i18n/ |
ucol.cpp | 1909 int32_t fwd = offset; local [all...] |