/external/ltp/testcases/kernel/tracing/ftrace_test/ftrace_stress/ |
D | ftrace_trace_stat.sh | 18 should_skip=0 22 should_skip=1 28 should_skip=1 32 if [ $should_skip -eq 1 ]; then
|
/external/skqp/tools/skqp/src/ |
D | skqp_main.cpp | 46 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/ |
D | skqp_main.cpp | 52 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/ |
D | edge_detect_test.cc | 166 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/ |
D | fix_zip.py | 25 if self.should_skip(node):
|
D | fix_filter.py | 54 if self.should_skip(node):
|
D | fix_map.py | 60 if self.should_skip(node):
|
/external/python/cpython3/Lib/lib2to3/fixes/ |
D | fix_zip.py | 28 if self.should_skip(node):
|
D | fix_filter.py | 59 if self.should_skip(node):
|
D | fix_map.py | 65 if self.should_skip(node):
|
/external/python/cpython2/Lib/lib2to3/ |
D | fixer_base.py | 180 def should_skip(self, node): member in ConditionalFix
|
/external/python/cpython3/Lib/lib2to3/ |
D | fixer_base.py | 179 def should_skip(self, node): member in ConditionalFix
|
/external/OpenCL-CTS/test_conformance/basic/ |
D | test_progvar.cpp | 1517 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/ |
D | DM.cpp | 1103 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/ |
D | objectivec_helpers.cc | 1214 bool should_skip = in ValidateObjCClassPrefixes() local 1219 if (should_skip) { in ValidateObjCClassPrefixes()
|