/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
D | cli.cc | 286 bool HasPrefix(const char* str, const char* prefix) { in HasPrefix() function 293 if (HasPrefix(param, "-tint_transformation_batch_size=")) { in ParseMutatorCliParam() 298 } else if (HasPrefix(param, "-tint_reduction_batch_size=")) { in ParseMutatorCliParam() 303 } else if (HasPrefix(param, "-tint_opt_batch_size=")) { in ParseMutatorCliParam() 308 } else if (HasPrefix(param, "-tint_donors=")) { in ParseMutatorCliParam() 310 } else if (HasPrefix(param, "-tint_repeated_pass_strategy=")) { in ParseMutatorCliParam() 316 } else if (HasPrefix(param, "-tint_enable_all_fuzzer_passes=")) { in ParseMutatorCliParam() 321 } else if (HasPrefix(param, "-tint_enable_all_reduce_passes=")) { in ParseMutatorCliParam() 326 } else if (HasPrefix(param, "-tint_validate_after_each_opt_pass=")) { in ParseMutatorCliParam() 331 } else if (HasPrefix(param, "-tint_validate_after_each_fuzzer_pass=")) { in ParseMutatorCliParam() [all …]
|
/third_party/flutter/skia/third_party/externals/wuffs/script/ |
D | make-artificial.go | 73 if !strings.HasPrefix(s, m) { 85 if strings.HasPrefix(s, rep) { 407 case strings.HasPrefix(line, cmdB): 419 case strings.HasPrefix(line, cmdBNC): 423 case strings.HasPrefix(line, cmdBFH): 427 case strings.HasPrefix(line, cmdBDH): 525 case strings.HasPrefix(line, cmdH): 534 case strings.HasPrefix(line, cmdNLC): 543 case strings.HasPrefix(line, cmdNDC): 552 case strings.HasPrefix(line, cmdNCLCL): [all …]
|
D | crawl.go | 559 case bytes.HasPrefix(b, prefixBM): 560 if len(b) > 6 && bytes.HasPrefix(b[6:], prefixZZZZ) { 563 case bytes.HasPrefix(b, prefixGIF): 565 case bytes.HasPrefix(b, prefixJPEG): 567 case bytes.HasPrefix(b, prefixPNG): 569 case bytes.HasPrefix(b, prefixRIFF): 570 if len(b) > 8 && bytes.HasPrefix(b[8:], prefixWEBP) { 573 case bytes.HasPrefix(b, prefixTIFFBE), bytes.HasPrefix(b, prefixTIFFLE):
|
D | inline-c-relative-includes.go | 85 if s := line; bytes.HasPrefix(s, prefix) {
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/ |
D | cli.cc | 57 bool HasPrefix(const char* str, const char* prefix) { in HasPrefix() function 112 if (HasPrefix(param, "-tint_enable_all_mutations=")) { in ParseCliParams() 117 } else if (HasPrefix(param, "-tint_mutation_batch_size=")) { in ParseCliParams() 122 } else if (HasPrefix(param, "-tint_fuzzing_target=")) { in ParseCliParams()
|
/third_party/skia/third_party/externals/swiftshader/tests/check_build_files/ |
D | main.go | 113 if strings.HasPrefix(source, ":") { 131 if strings.HasPrefix(source, "//") { 146 if strings.HasPrefix(source, "@") || strings.HasPrefix(source, ":") {
|
/third_party/skia/third_party/externals/tint/fuzzers/ |
D | cli.cc | 44 bool HasPrefix(const char* str, const char* prefix) { in HasPrefix() function 75 if (HasPrefix(param, "-tint_dump_input=")) { in ParseCliParams()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
D | virtual_file_store.cc | 20 bool HasPrefix(const std::string& str, const std::string& prefix) { in HasPrefix() function 25 return HasPrefix(str, prefix) ? str.substr(prefix.length()) : str; in TrimPrefix()
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_regex_fuzzer/ |
D | cli.cc | 46 bool HasPrefix(const char* str, const char* prefix) { in HasPrefix() function 81 if (HasPrefix(param, "-tint_fuzzing_target=")) { in ParseCliParams()
|
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/ |
D | gen.go | 101 if !bytes.HasPrefix(in, prefixAfterEditing) { 108 if !bytes.HasPrefix(in, prefixCopyright) {
|
/third_party/flutter/skia/third_party/externals/wuffs/cmd/wuffs-c/ |
D | release.go | 84 if !strings.HasPrefix(filename, baseDirSlash) { 220 if len(s) == 0 || s[0] != '#' || !bytes.HasPrefix(s, grIncludeQuote) { 241 if strings.HasPrefix(relFilename, "./") {
|
D | test.go | 159 if strings.HasPrefix(t, prefix) {
|
/third_party/googletest/googletest/test/ |
D | googletest-printers-test.cc | 707 AssertionResult HasPrefix(const StringType& str, const StringType& prefix) { in HasPrefix() function 733 EXPECT_TRUE(HasPrefix(Print(&Foo::value), in TEST() 736 EXPECT_TRUE(HasPrefix(Print(p), in TEST() 745 EXPECT_TRUE(HasPrefix(Print(&Foo::MyMethod), in TEST() 748 HasPrefix(Print(&Foo::MyVirtualMethod), in TEST() 751 EXPECT_TRUE(HasPrefix(Print(p), in TEST() 1379 EXPECT_TRUE(HasPrefix( 1385 EXPECT_TRUE(HasPrefix( 1395 EXPECT_TRUE(HasPrefix(
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/gen/ |
D | generate.go | 59 "HasPrefix": strings.HasPrefix, 212 return !strings.HasPrefix(fqn.Target.GetName(), "_")
|
/third_party/flutter/skia/third_party/externals/wuffs/lib/rac/ |
D | writer_test.go | 116 } else if !strings.HasPrefix(err.Error(), "rac: IndexLocationAtEnd requires") { 124 } else if !strings.HasPrefix(err.Error(), "rac: IndexLocationAtStart requires") {
|
/third_party/flutter/skia/tools/fm/fm_bot/ |
D | fm_bot.go | 75 if strings.HasPrefix(arg, "-") { 84 if strings.HasPrefix(arg, "#") {
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
D | import.go | 184 if strings.HasPrefix(relpath, "..") { 231 if strings.HasPrefix(relpath, "..") {
|
/third_party/skia/tools/fm/fm_bot/ |
D | fm_bot.go | 75 if strings.HasPrefix(arg, "#") { 91 if strings.HasPrefix(arg, "-") {
|
/third_party/skia/infra/bots/gen_tasks_logic/ |
D | schema.go | 108 if strings.HasPrefix(ec, "SK_") { 218 if strings.HasPrefix(ec, "SK_") {
|
/third_party/flutter/skia/third_party/externals/wuffs/lib/zlibcut/ |
D | example_test.go | 111 } else if !strings.HasPrefix(sonnet18, string(uncompressed)) {
|
/third_party/spirv-tools/utils/vscode/src/lsp/span/ |
D | uri.go | 66 if strings.HasPrefix(s, fileScheme+"://") {
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/ |
D | uri.go | 66 if strings.HasPrefix(s, fileScheme+"://") {
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/ |
D | uri.go | 66 if strings.HasPrefix(s, fileScheme+"://") {
|
/third_party/flutter/skia/third_party/externals/wuffs/cmd/wuffsfmt/ |
D | main.go | 96 return !info.IsDir() && !strings.HasPrefix(name, ".") && strings.HasSuffix(name, ".wuffs")
|
/third_party/flutter/skia/third_party/externals/wuffs/lib/interval/ |
D | interval_test.go | 151 if strings.HasPrefix(s, emptySyntax) { 389 if !strings.HasPrefix(s, "==") {
|