/external/syzkaller/pkg/report/ |
D | freebsd.go | 14 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)
|
D | gvisor.go | 12 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)
|
D | netbsd.go | 13 ignores []*regexp.Regexp member 16 func ctorNetbsd(kernelSrc, kernelObj string, ignores []*regexp.Regexp) (Reporter, []string, error) { 20 ignores: ignores,
|
D | stub.go | 13 ignores []*regexp.Regexp member 16 func ctorStub(kernelSrc, kernelObj string, ignores []*regexp.Regexp) (Reporter, []string, error) { 20 ignores: ignores,
|
D | akaros.go | 19 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)
|
D | report.go | 60 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)
|
D | fuchsia.go | 21 ignores []*regexp.Regexp member 47 func ctorFuchsia(kernelSrc, kernelObj string, ignores []*regexp.Regexp) (Reporter, []string, error)… 49 ignores: ignores,
|
D | linux.go | 26 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/ |
D | repo_to_repo.py | 57 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/ |
D | option_writer_generator.cc | 356 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 | .gitignore | 1 # CVS default ignores begin 28 # CVS default ignores end
|
/external/python/cpython3/Tools/scripts/ |
D | h2py.py | 37 ignores = [p_comment, p_cpp_comment] variable 64 ignores.append(re.compile(a)) 92 for p in ignores:
|
/external/python/cpython2/Tools/scripts/ |
D | h2py.py | 37 ignores = [p_comment, p_cpp_comment] variable 73 ignores.append(re.compile(a)) 101 for p in ignores:
|
/external/perfetto/protos/perfetto/config/android/ |
D | android_log_config.proto | 28 // 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/ |
D | gdb-master.json.rtr | 12 "ignores": [
|
D | binutils-master.json.rtr | 15 "ignores": [
|
D | binutils-mobile_toolchain_v16.json.rtr | 16 "ignores": [
|
D | gcc-master.json.rtr | 15 "ignores": [
|
D | gcc-branches_google_main.json.rtr | 15 "ignores": [
|
D | gcc-branches_google_4_7.json.rtr | 14 "ignores": [
|
D | toolchain-utils.json.rtr | 19 "ignores": [
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/WebAssembly/ |
D | custom-code-section.ll | 5 ; Wasm silently ignores custom sections for code.
|
/external/libopus/win32/ |
D | .gitignore | 1 # Visual Studio ignores
|
/external/llvm/lib/Target/Mips/ |
D | MipsScheduleP5600.td | 319 // 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/ |
D | delay-slot-kill.ll | 5 ; delay slot filler ignores such KILL instructions by filling the slot of the
|