Home
last modified time | relevance | path

Searched refs:HasPrefix (Results 1 – 25 of 41) sorted by relevance

12

/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
Dcli.cc286 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/
Dmake-artificial.go73 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 …]
Dcrawl.go559 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):
Dinline-c-relative-includes.go85 if s := line; bytes.HasPrefix(s, prefix) {
/third_party/skia/third_party/externals/tint/fuzzers/tint_ast_fuzzer/
Dcli.cc57 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/
Dmain.go113 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/
Dcli.cc44 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/
Dvirtual_file_store.cc20 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/
Dcli.cc46 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/
Dgen.go101 if !bytes.HasPrefix(in, prefixAfterEditing) {
108 if !bytes.HasPrefix(in, prefixCopyright) {
/third_party/flutter/skia/third_party/externals/wuffs/cmd/wuffs-c/
Drelease.go84 if !strings.HasPrefix(filename, baseDirSlash) {
220 if len(s) == 0 || s[0] != '#' || !bytes.HasPrefix(s, grIncludeQuote) {
241 if strings.HasPrefix(relFilename, "./") {
Dtest.go159 if strings.HasPrefix(t, prefix) {
/third_party/googletest/googletest/test/
Dgoogletest-printers-test.cc707 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/
Dgenerate.go59 "HasPrefix": strings.HasPrefix,
212 return !strings.HasPrefix(fqn.Target.GetName(), "_")
/third_party/flutter/skia/third_party/externals/wuffs/lib/rac/
Dwriter_test.go116 } 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/
Dfm_bot.go75 if strings.HasPrefix(arg, "-") {
84 if strings.HasPrefix(arg, "#") {
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
Dimport.go184 if strings.HasPrefix(relpath, "..") {
231 if strings.HasPrefix(relpath, "..") {
/third_party/skia/tools/fm/fm_bot/
Dfm_bot.go75 if strings.HasPrefix(arg, "#") {
91 if strings.HasPrefix(arg, "-") {
/third_party/skia/infra/bots/gen_tasks_logic/
Dschema.go108 if strings.HasPrefix(ec, "SK_") {
218 if strings.HasPrefix(ec, "SK_") {
/third_party/flutter/skia/third_party/externals/wuffs/lib/zlibcut/
Dexample_test.go111 } else if !strings.HasPrefix(sonnet18, string(uncompressed)) {
/third_party/spirv-tools/utils/vscode/src/lsp/span/
Duri.go66 if strings.HasPrefix(s, fileScheme+"://") {
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/
Duri.go66 if strings.HasPrefix(s, fileScheme+"://") {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/
Duri.go66 if strings.HasPrefix(s, fileScheme+"://") {
/third_party/flutter/skia/third_party/externals/wuffs/cmd/wuffsfmt/
Dmain.go96 return !info.IsDir() && !strings.HasPrefix(name, ".") && strings.HasSuffix(name, ".wuffs")
/third_party/flutter/skia/third_party/externals/wuffs/lib/interval/
Dinterval_test.go151 if strings.HasPrefix(s, emptySyntax) {
389 if !strings.HasPrefix(s, "==") {

12