Home
last modified time | relevance | path

Searched defs:test_save (Results 1 – 4 of 4) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_kmod.sh48 test_save() function
/external/clang/bindings/python/tests/cindex/
Dtest_translation_unit.py102 def test_save(): function
/external/trace-cmd/tracecmd/
Dtrace-read.c227 static void test_save(struct tep_record *record, int cpu) in test_save() function
271 static void test_save(struct tep_record *record, int cpu) in test_save() function
324 static void test_save(struct tep_record *record, int cpu) in test_save() function
336 static void test_save(struct tep_record *record, int cpu) in test_save() function
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_config.py162 def test_save(self): member in IdleUserConfParserTest