Home
last modified time | relevance | path

Searched refs:NS1 (Results 1 – 11 of 11) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_lwt_ip_encap.sh47 readonly NS1="ns1-$(mktemp -u XXXXXX)"
111 ip netns add "${NS1}"
123 ip link set veth1 netns ${NS1}
127 ip link set veth5 netns ${NS1}
133 ip -netns ${NS1} link add red type vrf table 1001
134 ip -netns ${NS1} link set red up
135 ip -netns ${NS1} route add table 1001 unreachable default metric 8192
136 ip -netns ${NS1} -6 route add table 1001 unreachable default metric 8192
137 ip -netns ${NS1} link set veth1 vrf red
138 ip -netns ${NS1} link set veth5 vrf red
[all …]
/external/linux-kselftest/tools/testing/selftests/net/
Dmsg_zerocopy.sh14 readonly NS1="${NSPREFIX}1"
77 ip netns del "${NS1}"
87 ip netns add "${NS1}"
90 ip link add "${DEV}" mtu "${DEV_MTU}" netns "${NS1}" type veth \
94 ip -netns "${NS1}" link set "${DEV}" up
98 ip -netns "${NS1}" link set dev "${DEV}" address 02:02:02:02:02:02
102 ip -netns "${NS1}" addr add 192.168.1.1/24 dev "${DEV}"
104 ip -netns "${NS1}" addr add fd::1/64 dev "${DEV}" nodad
116 …ip netns exec "${NS1}" "${BIN}" "-${IP}" -i "${DEV}" -t 1 -C 3 -S "${SADDR}" -D "${DADDR}" ${ARGS}…
/external/llvm-project/clang/test/InterfaceStubs/
Dnamespace.cpp10 namespace NS1 { } namespace
11 using namespace NS1;
/external/clang/test/SemaTemplate/
Doverload-candidates.cpp68 namespace NS1 { namespace
82 foo(NS1::array<int>()); // expected-error{{no matching function for call to 'foo'}} in test()
/external/llvm-project/clang/test/SemaTemplate/
Doverload-candidates.cpp68 namespace NS1 { namespace
82 foo(NS1::array<int>()); // expected-error{{no matching function for call to 'foo'}} in test()
/external/llvm-project/llvm/test/DebugInfo/Generic/
Dnamespace.ll4 ; CHECK: [[NS1:0x[0-9a-f]*]]:{{ *}}DW_TAG_namespace
64 ; CHECK-NEXT: DW_AT_import{{.*}}=> {[[NS1]]})
78 ; CHECK-NEXT: DW_AT_import{{.*}}=> {[[NS1]]})
108 ; CHECK-NEXT: DW_AT_import{{.*}}=> {[[NS1]]})
/external/llvm/test/DebugInfo/Generic/
Dnamespace.ll5 ; CHECK: [[NS1:0x[0-9a-f]*]]:{{ *}}DW_TAG_namespace
69 ; CHECK-NEXT: DW_AT_import{{.*}}=> {[[NS1]]})
81 ; CHECK-NEXT: DW_AT_import{{.*}}=> {[[NS1]]})
111 ; CHECK-NEXT: DW_AT_import{{.*}}=> {[[NS1]]})
/external/python/cpython2/Lib/test/
Dtest_minidom.py1316 NS1 = "http://xml.python.org/ns1"
1319 " xmlns:ns1='" + NS1 + "'"
1323 a1 = e.getAttributeNodeNS(NS1, "a1")
1328 e.setIdAttributeNS(NS1, "a1")
1338 a3 = doc.createAttributeNS(NS1, "a1")
1352 NS1 = "http://xml.python.org/ns1"
1355 " xmlns:ns1='" + NS1 + "'"
1359 a1 = e.getAttributeNodeNS(NS1, "a1")
1374 a3 = doc.createAttributeNS(NS1, "a1")
/external/python/cpython3/Lib/test/
Dtest_minidom.py1479 NS1 = "http://xml.python.org/ns1"
1482 " xmlns:ns1='" + NS1 + "'"
1486 a1 = e.getAttributeNodeNS(NS1, "a1")
1491 e.setIdAttributeNS(NS1, "a1")
1501 a3 = doc.createAttributeNS(NS1, "a1")
1515 NS1 = "http://xml.python.org/ns1"
1518 " xmlns:ns1='" + NS1 + "'"
1522 a1 = e.getAttributeNodeNS(NS1, "a1")
1537 a3 = doc.createAttributeNS(NS1, "a1")
/external/llvm-project/clang/test/Modules/
Dodr_hash.cpp1618 NS1::Type a; \
1619 NS1::NS2::Type b; \
1620 NS1::S c; \
1624 namespace NS1 { namespace
1631 namespace NS3 = NS1;
/external/libxml2/
DAndroid.bp636 "fuzz/seed/xml/NS1",