Searched refs:should_skip (Results 1 - 13 of 13) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_builder.h.py | 104 % if not should_skip(mod, opcode): 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/skia/tools/skqp/src/ |
H A 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/python/Lib/lib2to3/fixes/ |
H A D | fix_zip.py | 28 if self.should_skip(node):
|
H A D | fix_filter.py | 59 if self.should_skip(node):
|
H A D | fix_map.py | 65 if self.should_skip(node):
|
/third_party/libbpf/scripts/ |
H A D | sync-kernel.sh | 106 local should_skip 134 read -p "Do you want to skip '${desc}'? [y/N]: " should_skip 135 case "${should_skip}" in
|
/third_party/python/Lib/lib2to3/ |
H A D | fixer_base.py | 179 def should_skip(self, node): member in ConditionalFix
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A 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/vulkan-loader/loader/ |
H A D | settings.c | 495 bool should_skip = global_loader_settings.settings_active && 0 != (msg_type & global_loader_settings.debug_level); in should_skip_logging_global_messages() local 497 return should_skip; in should_skip_logging_global_messages()
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | idlharness.js | 398 var should_skip = name => { 412 if (should_skip(parsed_idl.name)) 422 if (should_skip(parsed_idl.target)) 431 if (should_skip(parsed_idl.name))
|
/third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
H A 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/ |
H A D | test_annotations.rs | 30 fn should_skip(&self) -> bool; in should_skip() functions 52 fn should_skip(&self) -> bool { in should_skip() functions 814 #[serde(skip_serializing_if = "ShouldSkip::should_skip")] 858 #[serde(skip_serializing_if = "ShouldSkip::should_skip")] C, 937 #[serde(skip_serializing_if = "ShouldSkip::should_skip")] 943 #[serde(skip_serializing_if = "ShouldSkip::should_skip")] C,
|
/third_party/skia/dm/ |
H A 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()
|
Completed in 17 milliseconds