Home
last modified time | relevance | path

Searched refs:ignores (Results 1 – 25 of 247) sorted by relevance

12345678910

/external/syzkaller/pkg/report/
Dfreebsd.go14 ignores []*regexp.Regexp member
17 func ctorFreebsd(kernelSrc, kernelObj string, ignores []*regexp.Regexp) (Reporter, []string, error)…
21 ignores: ignores,
27 return containsCrash(output, freebsdOopses, ctx.ignores)
43 match := matchOops(output[pos:next], oops1, ctx.ignores)
Dgvisor.go12 ignores []*regexp.Regexp member
15 func ctorGvisor(kernelSrc, kernelObj string, ignores []*regexp.Regexp) (Reporter, []string, error) {
17 ignores: ignores,
34 return containsCrash(output, gvisorOopses, ctx.ignores)
38 rep := simpleLineParser(output, gvisorOopses, nil, ctx.ignores)
Dnetbsd.go13 ignores []*regexp.Regexp member
16 func ctorNetbsd(kernelSrc, kernelObj string, ignores []*regexp.Regexp) (Reporter, []string, error) {
20 ignores: ignores,
Dstub.go13 ignores []*regexp.Regexp member
16 func ctorStub(kernelSrc, kernelObj string, ignores []*regexp.Regexp) (Reporter, []string, error) {
20 ignores: ignores,
Dakaros.go19 ignores []*regexp.Regexp member
23 func ctorAkaros(kernelSrc, kernelObj string, ignores []*regexp.Regexp) (Reporter, []string, error) {
25 ignores: ignores,
32 return containsCrash(output, akarosOopses, ctx.ignores)
36 rep := simpleLineParser(output, akarosOopses, akarosStackParams, ctx.ignores)
Dreport.go60 ignores, err := compileRegexps(cfg.Ignores)
64 rep, suppressions, err := ctor(cfg.KernelSrc, cfg.KernelObj, ignores)
248 func containsCrash(output []byte, oopses []*oops, ignores []*regexp.Regexp) bool {
257 match := matchOops(output[pos:next], oops, ignores)
268 func matchOops(line []byte, oops *oops, ignores []*regexp.Regexp) int {
276 if matchesAny(line, ignores) {
429 func simpleLineParser(output []byte, oopses []*oops, params *stackParams, ignores []*regexp.Regexp)…
443 match := matchOops(line, oops1, ignores)
Dfuchsia.go21 ignores []*regexp.Regexp member
47 func ctorFuchsia(kernelSrc, kernelObj string, ignores []*regexp.Regexp) (Reporter, []string, error)…
49 ignores: ignores,
Dlinux.go26 ignores []*regexp.Regexp member
35 func ctorLinux(kernelSrc, kernelObj string, ignores []*regexp.Regexp) (Reporter, []string, error) {
51 ignores: ignores,
116 return containsCrash(output, linuxOopses, ctx.ignores)
184 match := matchOops(line, oops1, ctx.ignores)
/external/toolchain-utils/
Drepo_to_repo.py57 self.ignores = ['.gitignore', '.p4config', 'README.google']
114 def __init__(self, address, ignores=None): argument
123 if ignores:
124 self.ignores += ignores
193 def __init__(self, address, branch, mappings=None, ignores=None, gerrit=None): argument
198 if ignores:
199 self.ignores += ignores
249 for ignore in self.ignores:
340 ignores=repo_ignores,
/external/tensorflow/tensorflow/lite/experimental/writer/
Doption_writer_generator.cc356 std::unordered_set<std::string> ignores; in GenerateImport() local
357 ignores.insert("CONCAT_EMBEDDINGS"); in GenerateImport()
358 ignores.insert("CALL"); in GenerateImport()
364 if (!option_it->second.empty() && ignores.find(op_name) == ignores.end()) in GenerateImport()
374 if (ignores.find(op_name) != ignores.end()) continue; in GenerateImport()
/external/expat/
D.gitignore1 # CVS default ignores begin
28 # CVS default ignores end
/external/python/cpython3/Tools/scripts/
Dh2py.py37 ignores = [p_comment, p_cpp_comment] variable
64 ignores.append(re.compile(a))
92 for p in ignores:
/external/python/cpython2/Tools/scripts/
Dh2py.py37 ignores = [p_comment, p_cpp_comment] variable
73 ignores.append(re.compile(a))
101 for p in ignores:
/external/perfetto/protos/perfetto/config/android/
Dandroid_log_config.proto28 // If set ignores all log messages whose prio is < the given value.
31 // If non-empty ignores all log messages whose tag doesn't match one of the
/external/toolchain-utils/deprecated/repo_to_repo_files/
Dgdb-master.json.rtr12 "ignores": [
Dbinutils-master.json.rtr15 "ignores": [
Dbinutils-mobile_toolchain_v16.json.rtr16 "ignores": [
Dgcc-master.json.rtr15 "ignores": [
Dgcc-branches_google_main.json.rtr15 "ignores": [
Dgcc-branches_google_4_7.json.rtr14 "ignores": [
Dtoolchain-utils.json.rtr19 "ignores": [
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/WebAssembly/
Dcustom-code-section.ll5 ; Wasm silently ignores custom sections for code.
/external/libopus/win32/
D.gitignore1 # Visual Studio ignores
/external/llvm/lib/Target/Mips/
DMipsScheduleP5600.td319 // current aggregates the resources and ignores the exact cycle they are
325 // current aggregates the resources and ignores the exact cycle they are
331 // current aggregates the resources and ignores the exact cycle they are
337 // current aggregates the resources and ignores the exact cycle they are
343 // current aggregates the resources and ignores the exact cycle they are
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Ddelay-slot-kill.ll5 ; delay slot filler ignores such KILL instructions by filling the slot of the

12345678910