Home
last modified time | relevance | path

Searched refs:TEST_PORT (Results 1 – 2 of 2) sorted by relevance

/trusty/user/base/lib/unittest-rust/src/
Dlib.rs58 static TEST_PORT: &'static str; variable
84 pub static TEST_PORT: &'static str = env!( constant
271 let port_str = unsafe { TEST_PORT }; in test_main_static_abort()
/trusty/user/base/tools/
Dtest_manifest_compiler.py17 TEST_PORT = "SAMPLE_PORT" variable
943 "constants": [{"name": TEST_PORT,
950 manifest_compiler.START_PORT_NAME: TEST_PORT}
977 "constants": [{"name": TEST_PORT,
1014 "constants": [{"name": TEST_PORT,
1019 config_data = {manifest_compiler.START_PORT_NAME: TEST_PORT}