OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clangFormat
(Results
1 - 5
of
5
) sorted by null
/external/skia/gn/
run_sksllex.py
13
clangFormat
= sys.argv[2]
19
subprocess.check_call(
clangFormat
+ " -i \"" + src + "/sksl/SkSLLexer.h\"",
21
subprocess.check_call(
clangFormat
+ " -i \"" + src +
compile_processors.py
13
clangFormat
= sys.argv[2]
20
subprocess.check_call(
clangFormat
+ " --sort-includes=false -i \"" +
23
subprocess.check_call(
clangFormat
+ " --sort-includes=false -i \"" +
/external/skqp/gn/
run_sksllex.py
13
clangFormat
= sys.argv[2]
19
subprocess.check_call(
clangFormat
+ " -i \"" + src + "/sksl/SkSLLexer.h\"",
21
subprocess.check_call(
clangFormat
+ " -i \"" + src +
27
subprocess.check_call(
clangFormat
+ " -i \"" + src +
29
subprocess.check_call(
clangFormat
+ " -i \"" + src +
compile_processors.py
13
clangFormat
= sys.argv[2]
20
subprocess.check_call(
clangFormat
+ " --sort-includes=false -i \"" +
23
subprocess.check_call(
clangFormat
+ " --sort-includes=false -i \"" +
/external/boringssl/src/crypto/obj/
objects.go
371
func
clangFormat
(input string) (string, error) {
511
formatted, err :=
clangFormat
(b.String())
703
formatted, err :=
clangFormat
(b.String())
Completed in 199 milliseconds