HomeSort by relevance Sort by last modified time
    Searched refs:via (Results 51 - 75 of 581) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/services/NetworkRecommendation/
Android.mk 21 # Set to false to allow iteration via adb install rather than having to
  /prebuilts/go/darwin-x86/misc/cgo/nocgo/
nocgo.go 15 // goroutines will be created via the runtime/cgo package.
  /prebuilts/go/linux-x86/misc/cgo/nocgo/
nocgo.go 15 // goroutines will be created via the runtime/cgo package.
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-nios2/
relax_call26_multi.d 5 # Test relaxation of call26 relocations via linker stubs
relax_call26_boundary.s 1 # Test for call26 relaxation via linker stubs.
  /external/ltp/testcases/network/stress/route/
route4-change-dst 224 ip route add ${dst_network}/24 via $rhost_ipv4addr dev $lhost_ifname
245 ip route del ${dst_network}/24 via $rhost_ipv4addr dev $lhost_ifname
route6-change-dst 220 ip -f inet6 route add ${dst_network}/64 via $rhost_ipv6addr dev $lhost_ifname
241 ip -f inet6 route del ${dst_network}/64 via $rhost_ipv6addr dev $lhost_ifname
route6-change-if 246 ip -f inet6 route add ${dst_network}/64 via $gateway dev $lhost_ifname
278 ip -f inet6 route add ${dst_network}/64 via $gateway dev $lhost_ifname
279 ip -f inet6 route del ${dst_network}/64 via $pre_gateway dev $pre_lhost_ifname
  /external/valgrind/memcheck/tests/
leak_cpp_interior.stderr.exp 13 of which reachable via heuristic:
28 of which reachable via heuristic:
42 of which reachable via heuristic:
54 of which reachable via heuristic:
66 of which reachable via heuristic:
78 of which reachable via heuristic:
92 of which reachable via heuristic:
106 of which reachable via heuristic:
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
x.s 5 ;# refers to fn via a local label. We use .gcc_except_table as we
  /external/iproute2/doc/
ip-tunnels.tex 50 to tunnel net 10.0.0.0 via router 193.233.7.65. It does not
53 to 10.0.0.0 via \verb|tunl0| in routing table.
60 ip route add 10.0.0.0/8 via 193.233.7.65 dev tunl0 onlink
123 via this tunnel,
124 rather than via Internet. Actual tunnel endpoint address \verb|A|
133 kinds and gateway is required to be directly reachable via this tunnel,
134 rather than via Internet. You still may use \verb|ip route add ... onlink|
211 NBMA tunnels are different. To route something via NBMA tunnel
216 ip route add 10.0.0.0/24 via <A> dev tunl0 onlink
219 kernel will refuse request to create route via gateway not directl
    [all...]
  /prebuilts/go/darwin-x86/src/sort/
genzfunc.go 7 // This program is run via "go generate" (via a directive in sort.go)
74 // This is so much easier than adding comments via the AST
  /prebuilts/go/linux-x86/src/sort/
genzfunc.go 7 // This program is run via "go generate" (via a directive in sort.go)
74 // This is so much easier than adding comments via the AST
  /external/jemalloc/include/jemalloc/
jemalloc_mangle.sh 32 * provide isolation from the name mangling specified via --with-mangling
  /external/llvm/test/MC/Mips/mips32/
abiflags.s 36 # command line options and any inconsistencies reported via a warning.
  /external/llvm/test/MC/Mips/mips32r2/
abiflags.s 37 # command line options and any inconsistencies reported via a warning.
  /external/llvm/test/MC/Mips/mips32r3/
abiflags.s 37 # command line options and any inconsistencies reported via a warning.
  /external/llvm/test/MC/Mips/mips32r5/
abiflags.s 37 # command line options and any inconsistencies reported via a warning.
  /external/llvm/test/MC/Mips/mips64/
abiflags.s 36 # command line options and any inconsistencies reported via a warning.
  /external/llvm/test/MC/Mips/mips64r2/
abiflags.s 36 # command line options and any inconsistencies reported via a warning.
  /external/llvm/test/MC/Mips/mips64r3/
abiflags.s 36 # command line options and any inconsistencies reported via a warning.
  /external/llvm/test/MC/Mips/mips64r5/
abiflags.s 36 # command line options and any inconsistencies reported via a warning.
  /external/llvm/test/MC/Mips/
module-hardfloat.s 26 # command line options and any inconsistencies reported via a warning.
  /external/llvm/test/MC/Mips/msa/
abiflags.s 37 # command line options and any inconsistencies reported via a warning.
  /external/nist-sip/java/gov/nist/javax/sip/parser/
ViaParser.java 33 * Parser for via headers.
43 public ViaParser(String via) {
44 super(via);
52 * a parser for the essential part of the via header.
54 private void parseVia(Via v) throws ParseException {
98 if (name.equals(Via.BRANCH)) {
109 // JvB Note: RFC3261 does not allow a comment in Via headers anymore
163 if (name.getTokenValue().compareToIgnoreCase(Via.RECEIVED) == 0) {
202 // The first via header.
203 this.lexer.match(TokenTypes.VIA);
    [all...]

Completed in 568 milliseconds

1 23 4 5 6 7 8 91011>>