Searched refs:VALUE1 (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/lgetxattr/ |
H A D | lgetxattr01.c | 32 #define VALUE1 "test1" macro 56 set_xattr("testfile", SECURITY_KEY1, VALUE1, strlen(VALUE1)); in setup()
|
/third_party/python/Lib/unittest/test/testmock/ |
H A D | testmock.py | 657 mock.method.side_effect = [sentinel.VALUE1, DEFAULT] 659 self.assertEqual(mock.method(), sentinel.VALUE1) 670 mock.method.side_effect = [sentinel.VALUE1, sentinel.VALUE2] 672 self.assertEqual(mock.method(), sentinel.VALUE1) 719 mock.method.side_effect = [sentinel.VALUE1, sentinel.VALUE2] 722 self.assertEqual(mock.method(), sentinel.VALUE1) 746 mock.method.side_effect = [sentinel.VALUE1, DEFAULT] 749 self.assertEqual(mock.method(), sentinel.VALUE1)
|
Completed in 3 milliseconds