Home
last modified time | relevance | path

Searched defs:start_new_session (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/
Dnative_android_device.py114 def start_new_session(self): member in NativeAndroidDevice
Dandroid_device.py1297 def start_new_session(self, max_connections=None, server_port=None): member in AndroidDevice
/aosp_15_r20/external/python/cpython3/Lib/
Dsubprocess.py812 restore_signals=True, start_new_session=False, argument
1797 start_new_session, process_group): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dsubprocess.py812 restore_signals=True, start_new_session=False, argument
1797 start_new_session, process_group): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dsubprocess.py812 restore_signals=True, start_new_session=False, argument
1797 start_new_session, process_group): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dsubprocess.py812 restore_signals=True, start_new_session=False, argument
1797 start_new_session, process_group): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dsubprocess.py812 restore_signals=True, start_new_session=False, argument
1797 start_new_session, process_group): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dsubprocess.py812 restore_signals=True, start_new_session=False, argument
1797 start_new_session, process_group): argument
/aosp_15_r20/tools/asuite/atest/
H A Datest_utils.py386 cmd, env_vars=None, shell=False, start_new_session=False argument
/aosp_15_r20/external/perfetto/src/tracing/service/
H A Dtracing_service_impl_unittest.cc4368 auto start_new_session = [&](uid_t uid) -> MockConsumer* { in TEST_F() local