Home
last modified time | relevance | path

Searched refs:expected_mode (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/site_tests/security_ProfilePermissions/
Dsecurity_ProfilePermissions.py24 def check_owner_mode(self, path, expected_owner, expected_mode): argument
40 expected_mode != actual_mode):
42 path, expected_owner, oct(expected_mode),
/external/autotest/client/site_tests/logging_UserCrash/
Dlogging_UserCrash.py264 expected_mode = 01755
268 expected_mode = 0755
274 if mode != expected_mode:
277 (crash_dir, expected_mode, mode))
/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Daudio_processing_test.cc60 webrtc::EcModes expected_mode) { in TryEnablingEcWithMode() argument
68 EXPECT_EQ(expected_mode, ec_mode); in TryEnablingEcWithMode()
/external/libbrillo/brillo/streams/
Dfake_stream_unittest.cc459 Stream::AccessMode expected_mode) { in TEST_F() argument
461 EXPECT_EQ(static_cast<int>(expected_mode), static_cast<int>(mode)); in TEST_F()