Home
last modified time | relevance | path

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

/third_party/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
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_builder.h.py178 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/
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()
/third_party/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()
/third_party/libbpf/scripts/
Dsync-kernel.sh104 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/
Dfix_zip.py28 if self.should_skip(node):
Dfix_filter.py59 if self.should_skip(node):
Dfix_map.py65 if self.should_skip(node):
/third_party/python/Lib/lib2to3/
Dfixer_base.py179 def should_skip(self, node): member in ConditionalFix
/third_party/node/test/fixtures/wpt/resources/
Didlharness.js262 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/
Dir3_sched.c375 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/
DDM.cpp1088 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/
Dobjectivec_helpers.cc1223 bool should_skip = in ValidateObjCClassPrefixes() local
1228 if (should_skip) { in ValidateObjCClassPrefixes()
/third_party/rust/crates/serde/test_suite/tests/
Dtest_annotations.rs28 fn should_skip(&self) -> bool; in should_skip() method
50 fn should_skip(&self) -> bool { in should_skip() method
/third_party/mesa3d/docs/relnotes/
D22.1.0.rst532 - pan/bi: Use should_skip in bi_builder generation