Home
last modified time | relevance | path

Searched refs:should_skip (Results 1 - 13 of 13) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_builder.h.py104 % 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 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/python/Lib/lib2to3/fixes/
H A Dfix_zip.py28 if self.should_skip(node):
H A Dfix_filter.py59 if self.should_skip(node):
H A Dfix_map.py65 if self.should_skip(node):
/third_party/libbpf/scripts/
H A Dsync-kernel.sh106 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 Dfixer_base.py179 def should_skip(self, node): member in ConditionalFix
/third_party/mesa3d/src/freedreno/ir3/
H A 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/vulkan-loader/loader/
H A Dsettings.c495 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 Didlharness.js398 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 Dobjectivec_helpers.cc1223 bool should_skip = in ValidateObjCClassPrefixes() local
1228 if (should_skip) { in ValidateObjCClassPrefixes()
/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_annotations.rs30 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 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()

Completed in 17 milliseconds