Home
last modified time | relevance | path

Searched refs:CONFIG (Results 1 – 6 of 6) sorted by relevance

/tools/netsim/rust/daemon/src/
Dconfig.rs24 static ref CONFIG: RwLock<Config> = RwLock::new(Config::new());
41 let config = CONFIG.read().unwrap(); in get_dev()
48 let mut config = CONFIG.write().unwrap(); in set_dev()
55 let config = CONFIG.read().unwrap(); in get_pcap()
62 let mut config = CONFIG.write().unwrap(); in set_pcap()
69 let config = CONFIG.read().unwrap(); in get_disable_wifi_p2p()
76 let mut config = CONFIG.write().unwrap(); in set_disable_wifi_p2p()
/tools/test/graphicsbenchmark/dist/
Drun_gamecore.sh34 CONFIG="certification-tests.xml"
44 CONFIG="AndroidTest.xml"; shift;;
55 ANDROID_TARGET_OUT_TESTCASES=$PWD/testcases ./bin/tradefed.sh run commandAndExit ${CONFIG} ${APK_IN…
/tools/tradefederation/core/javatests/com/android/tradefed/config/gcs/
DGCSConfigurationServerTest.java36 private static final String CONFIG = field in GCSConfigurationServerTest
66 content = CONFIG; in setUp()
68 content = CONFIG; in setUp()
89 Assert.assertEquals(CONFIG, StreamUtil.getStringFromStream(input)); in testGetConfig()
/tools/asuite/atest/
Dtest_finder_handler_unittest.py109 REF_TYPE.CONFIG,
121 REF_TYPE.CONFIG,
133 REF_TYPE.CONFIG,
145 REF_TYPE.CONFIG,
Dtest_finder_handler.py111 CONFIG = ('CONFIG', module_finder.ModuleFinder.find_test_by_config_name) variable in FinderMethod
286 FinderMethod.CONFIG,
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DITestSuiteIntegrationTest.java87 private static final String CONFIG = field in ITestSuiteIntegrationTest
142 CONFIG, in createConfig()