Home
last modified time | relevance | path

Searched refs:save_restore (Results 1 – 19 of 19) sorted by relevance

/third_party/boost/boost/xpressive/detail/utility/
Dsave_restore.hpp22 struct save_restore struct
25 explicit save_restore(T &t) in save_restore() argument
31 save_restore(T &t, T const &n) in save_restore() argument
38 ~save_restore() in ~save_restore() argument
/third_party/ltp/lib/newlib_tests/
Dtest19.c11 static const char * const save_restore[] = { variable
33 .save_restore = save_restore,
Dtest20.c14 static const char * const save_restore[] = { variable
44 .save_restore = save_restore,
/third_party/ltp/testcases/kernel/mem/ksm/
Dksm06.c53 static const char * const save_restore[] = { variable
103 .save_restore = save_restore,
Dksm01.c101 .save_restore = save_restore,
Dksm03.c102 .save_restore = save_restore,
Dksm02.c118 .save_restore = save_restore,
Dksm04.c125 .save_restore = save_restore,
Dksm_common.h41 static const char * const save_restore[] = { variable
/third_party/ltp/testcases/kernel/syscalls/madvise/
Dmadvise08.c45 static const char * const save_restore[] = { variable
221 .save_restore = save_restore
/third_party/boost/tools/build/test/
Dcore_update_now.py237 def save_restore(): function
377 save_restore()
/third_party/ltp/testcases/kernel/syscalls/add_key/
Dadd_key05.c33 static const char *const save_restore[] = { variable
232 .save_restore = save_restore,
/third_party/boost/boost/xpressive/detail/core/matcher/
Dlookahead_matcher.hpp63 save_restore<bool> partial_match(state.found_partial_match_); in match_()
104 save_restore<bool> partial_match(state.found_partial_match_); in match_()
Dlookbehind_matcher.hpp118 save_restore<bool> partial_match(state.found_partial_match_); in match_()
/third_party/ltp/testcases/kernel/syscalls/migrate_pages/
Dmigrate_pages02.c47 static const char * const save_restore[] = { variable
335 .save_restore = save_restore,
/third_party/ltp/include/
Dtst_test.h221 const char * const *save_restore; member
/third_party/ltp/lib/
Dtst_test.c931 if (tst_test->save_restore) { in do_setup()
932 const char * const *name = tst_test->save_restore; in do_setup()
/third_party/boost/boost/xpressive/
Dregex_algorithms.hpp310save_restore<bool> not_null(state.flags_.match_not_null_, state.flags_.match_not_null_ || not_init… in regex_search_impl()
/third_party/ltp/doc/
Dtest-writing-guidelines.txt1568 field 'save_restore'. It is a 'NULL' terminated array of strings where
1585 static const char *save_restore[] = {
1598 .save_restore = save_restore,