Home
last modified time | relevance | path

Searched refs:should_skip (Results 1 – 15 of 15) sorted by relevance

/external/ltp/testcases/kernel/tracing/ftrace_test/ftrace_stress/
Dftrace_trace_stat.sh18 should_skip=0
22 should_skip=1
28 should_skip=1
32 if [ $should_skip -eq 1 ]; then
/external/skqp/tools/skqp/src/
Dskqp_main.cpp46 static bool should_skip(const char* const* rules, size_t count, const char* name) { in should_skip() function
102 if (should_skip(matchRules, matchRulesCount, testName.c_str())) { in main()
126 if (should_skip(matchRules, matchRulesCount, testName.c_str())) { in main()
/external/skia/tools/skqp/src/
Dskqp_main.cpp52 static bool should_skip(const char* const* rules, size_t count, const char* name) { in should_skip() function
117 if (should_skip(matchRules, matchRulesCount, testName.c_str())) { in main()
141 if (should_skip(matchRules, matchRulesCount, testName.c_str())) { in main()
/external/libaom/libaom/test/
Dedge_detect_test.cc166 bool should_skip() const { in should_skip() function in __anona55d79060111::EdgeDetectBrightnessTest
186 if (should_skip()) { in TEST_P()
207 if (should_skip()) { in TEST_P()
258 bool should_skip() const { in should_skip() function in __anona55d79060111::EdgeDetectImageTest
269 if (should_skip()) { in TEST_P()
/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_zip.py25 if self.should_skip(node):
Dfix_filter.py54 if self.should_skip(node):
Dfix_map.py60 if self.should_skip(node):
/external/python/cpython3/Lib/lib2to3/fixes/
Dfix_zip.py28 if self.should_skip(node):
Dfix_filter.py59 if self.should_skip(node):
Dfix_map.py65 if self.should_skip(node):
/external/python/cpython2/Lib/lib2to3/
Dfixer_base.py180 def should_skip(self, node): member in ConditionalFix
/external/python/cpython3/Lib/lib2to3/
Dfixer_base.py179 def should_skip(self, node): member in ConditionalFix
/external/OpenCL-CTS/test_conformance/basic/
Dtest_progvar.cpp1517 static cl_int should_skip(cl_device_id device, cl_bool& skip) in should_skip() function
1545 auto error = should_skip(device, skip); in test_progvar_prog_scope_misc()
1576 auto error = should_skip(device, skip); in test_progvar_prog_scope_uninit()
1605 auto error = should_skip(device, skip); in test_progvar_prog_scope_init()
1634 auto error = should_skip(device, skip); in test_progvar_func_scope()
/external/skia/dm/
DDM.cpp1103 static bool should_skip(const char* sink, const char* src, in should_skip() function
1473 if (!FLAGS_dryRun && !should_skip("_", "tests", "_", test.name)) { in run_test()
1562 should_skip(sink.tag.c_str(), src.tag.c_str(), in main()
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc1214 bool should_skip = in ValidateObjCClassPrefixes() local
1219 if (should_skip) { in ValidateObjCClassPrefixes()