Home
last modified time | relevance | path

Searched refs:ns (Results 1 – 7 of 7) sorted by relevance

/tools/asuite/atest/unittest_data/
Dmy_cc_test.cc51 REQUIRES_FLAGS_DISABLED(ACONFIG_FLAG(ns::test, flag)) in TEST_WITH_FLAGS()
56 REQUIRES_FLAGS_ENABLED(ACONFIG_FLAG(ns::test, flag)),
57 REQUIRES_FLAGS_DISABLED(LEGACY_FLAG(ns.test, ns::test, flag))
64 REQUIRES_FLAGS_DISABLED(ACONFIG_FLAG(ns::test, flag)) in TEST_F_WITH_FLAGS()
70 REQUIRES_FLAGS_ENABLED(ACONFIG_FLAG(ns::test, flag)),
71 REQUIRES_FLAGS_DISABLED(LEGACY_FLAG(ns.test, ns::test, flag))
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/functional/
DMacRandomTest.py38 def request_network(self, dut, ns): argument
46 network_req = {"TransportType": 5, "NetworkSpecifier": ns}
DDataPathTest.py70 def request_network(self, dut, ns): argument
78 network_req = {"TransportType": 5, "NetworkSpecifier": ns}
/tools/trebuchet/core/common/src/main/kotlin/trebuchet/util/
DBatchProcessor.kt33 fun ns2ms(ns: Long) = ns / 1000000 in <lambda>()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DFeatureFlagTargetPreparer.java199 flags.computeIfAbsent(deviceFeatureFlag.getNamespace(), ns -> new HashMap<>()) in parseFlags()
230 .computeIfAbsent(namespace, ns -> new HashMap<>()) in updateFlagsToRestore()
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/performance/
DThroughputTest.py39 def request_network(self, dut, ns): argument
47 network_req = {"TransportType": 5, "NetworkSpecifier": ns}
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/aware/
Daware_test_utils.py539 def request_network(dut, ns): argument
547 network_req = {"TransportType": 5, "NetworkSpecifier": ns}