/third_party/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
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_builder.h.py | 178 def should_skip(mod, op): function 187 return sorted([m for m in op["modifiers"].keys() if not should_skip(m, op["key"])]) 213 src_count, typesize = typesize, should_skip = should_skip))
|
/third_party/flutter/skia/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()
|
/third_party/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()
|
/third_party/libbpf/scripts/ |
D | sync-kernel.sh | 104 local should_skip 132 read -p "Do you want to skip '${desc}'? [y/N]: " should_skip 133 case "${should_skip}" in
|
/third_party/python/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):
|
/third_party/python/Lib/lib2to3/ |
D | fixer_base.py | 179 def should_skip(self, node): member in ConditionalFix
|
/third_party/node/test/fixtures/wpt/resources/ |
D | idlharness.js | 262 const should_skip = name => { function 287 if (!name || should_skip(name) || !all_deps.has(name)) { 373 var should_skip = name => { function 387 if (should_skip(parsed_idl.name)) 397 if (should_skip(parsed_idl.target)) 411 if (should_skip(parsed_idl.target)) 424 if (should_skip(parsed_idl.name))
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_sched.c | 375 should_skip(struct ir3_sched_ctx *ctx, struct ir3_instruction *instr) in should_skip() function 409 return !should_skip(ctx, instr); in could_sched() 428 if (should_skip(ctx, instr)) in check_instr()
|
/third_party/skia/dm/ |
D | DM.cpp | 1088 static bool should_skip(const char* sink, const char* src, in should_skip() function 1460 if (!FLAGS_dryRun && !should_skip("_", "tests", "_", test.fName)) { in run_test() 1549 should_skip(sink.tag.c_str(), src.tag.c_str(), in main()
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_helpers.cc | 1223 bool should_skip = in ValidateObjCClassPrefixes() local 1228 if (should_skip) { in ValidateObjCClassPrefixes()
|
/third_party/rust/crates/serde/test_suite/tests/ |
D | test_annotations.rs | 28 fn should_skip(&self) -> bool; in should_skip() method 50 fn should_skip(&self) -> bool { in should_skip() method
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.1.0.rst | 532 - pan/bi: Use should_skip in bi_builder generation
|