Home
last modified time | relevance | path

Searched defs:current_settings (Results 1 – 5 of 5) sorted by relevance

/external/autotest/server/cros/bluetooth/
Dbluetooth_default_state_test.py29 def compare_property(self, bluez_property, mgmt_setting, current_settings): argument
/external/pytorch/torch/testing/_internal/
Dhypothesis_utils.py357 current_settings = settings._profiles[settings._current_profile].__dict__ variable
/external/e2fsprogs/misc/
De4crypt.c456 struct termios current_settings; in disable_echo() local
472 struct termios current_settings; in get_passphrase() local
/external/f2fs-tools/tools/
Df2fscrypt.c505 struct termios current_settings; in disable_echo() local
521 struct termios current_settings; in get_passphrase() local
/external/linux-kselftest/tools/testing/selftests/vm/
Dkhugepaged.c357 static struct settings *current_settings(void) in current_settings() function