Home
last modified time | relevance | path

Searched full:linter (Results 1 – 25 of 172) sorted by relevance

1234567

/external/deqp-deps/SPIRV-Tools/source/lint/
Dlinter.cpp15 #include "spirv-tools/linter.hpp"
25 struct Linter::Impl {
36 Linter::Linter(spv_target_env env) : impl_(new Impl(env)) {} in Linter() function in spvtools::Linter
38 Linter::~Linter() {} in ~Linter()
40 void Linter::SetMessageConsumer(MessageConsumer consumer) { in SetMessageConsumer()
44 const MessageConsumer& Linter::Consumer() const { in Consumer()
48 bool Linter::Run(const uint32_t* binary, size_t binary_size) { in Run()
/external/angle/third_party/spirv-tools/src/source/lint/
Dlinter.cpp15 #include "spirv-tools/linter.hpp"
25 struct Linter::Impl {
36 Linter::Linter(spv_target_env env) : impl_(new Impl(env)) {} in Linter() function in spvtools::Linter
38 Linter::~Linter() {} in ~Linter()
40 void Linter::SetMessageConsumer(MessageConsumer consumer) { in SetMessageConsumer()
44 const MessageConsumer& Linter::Consumer() const { in Consumer()
48 bool Linter::Run(const uint32_t* binary, size_t binary_size) { in Run()
/external/swiftshader/third_party/SPIRV-Tools/source/lint/
Dlinter.cpp15 #include "spirv-tools/linter.hpp"
25 struct Linter::Impl {
36 Linter::Linter(spv_target_env env) : impl_(new Impl(env)) {} in Linter() function in spvtools::Linter
38 Linter::~Linter() {} in ~Linter()
40 void Linter::SetMessageConsumer(MessageConsumer consumer) { in SetMessageConsumer()
44 const MessageConsumer& Linter::Consumer() const { in Consumer()
48 bool Linter::Run(const uint32_t* binary, size_t binary_size) { in Run()
/external/swiftshader/third_party/SPIRV-Tools/tools/lint/
Dlint.cpp18 #include "spirv-tools/linter.hpp"
66 spvtools::Linter linter(kDefaultEnvironment); in main() local
67 linter.SetMessageConsumer(spvtools::utils::CLIMessageConsumer); in main()
73 return linter.Run(binary.data(), binary.size()) ? 0 : 1; in main()
/external/angle/third_party/spirv-tools/src/tools/lint/
Dlint.cpp18 #include "spirv-tools/linter.hpp"
66 spvtools::Linter linter(kDefaultEnvironment); in main() local
67 linter.SetMessageConsumer(spvtools::utils::CLIMessageConsumer); in main()
73 return linter.Run(binary.data(), binary.size()) ? 0 : 1; in main()
/external/deqp-deps/SPIRV-Tools/tools/lint/
Dlint.cpp18 #include "spirv-tools/linter.hpp"
66 spvtools::Linter linter(kDefaultEnvironment); in main() local
67 linter.SetMessageConsumer(spvtools::utils::CLIMessageConsumer); in main()
73 return linter.Run(binary.data(), binary.size()) ? 0 : 1; in main()
/external/cronet/third_party/cpu_features/src/.github/workflows/
Dclang_format.yml17 run: cd .github/workflows && docker build --tag=linter .
19 run: docker run --rm --init -v $(pwd):/repo linter:latest clang-format --version
21 run: docker run --rm --init -v $(pwd):/repo linter:latest clang-format --help
24 …run: docker run --rm --init -v $(pwd):/repo -w /repo linter:latest sh -c "git diff --diff-filter=d…
/external/cpu_features/.github/workflows/
Dclang_format.yml17 run: cd .github/workflows && docker build --tag=linter .
19 run: docker run --rm --init -v $(pwd):/repo linter:latest clang-format --version
21 run: docker run --rm --init -v $(pwd):/repo linter:latest clang-format --help
24 …run: docker run --rm --init -v $(pwd):/repo -w /repo linter:latest sh -c "git diff --diff-filter=d…
/external/python/bumble/docs/mkdocs/src/development/
Dcode_style.md23 …rce that there are no errors. But we strongly recommend that you run the linter with warnings enab…
24 To run the linter, use the `project.lint` invoke command.
26 !!! example "Running the linter with default options"
32 !!! example "Running the linter with all categories"
/external/google-cloud-java/java-service-management/proto-google-cloud-service-management-v1/src/main/java/com/google/api/servicemanagement/v1/
DGenerateConfigReportResponseOrBuilder.java137 * Errors / Linter warnings associated with the service definition this
149 * Errors / Linter warnings associated with the service definition this
161 * Errors / Linter warnings associated with the service definition this
173 * Errors / Linter warnings associated with the service definition this
186 * Errors / Linter warnings associated with the service definition this
DGenerateConfigReportResponse.java260 * Errors / Linter warnings associated with the service definition this
275 * Errors / Linter warnings associated with the service definition this
291 * Errors / Linter warnings associated with the service definition this
306 * Errors / Linter warnings associated with the service definition this
321 * Errors / Linter warnings associated with the service definition this
1456 * Errors / Linter warnings associated with the service definition this
1474 * Errors / Linter warnings associated with the service definition this
1492 * Errors / Linter warnings associated with the service definition this
1510 * Errors / Linter warnings associated with the service definition this
1534 * Errors / Linter warnings associated with the service definition this
[all …]
/external/flatbuffers/
DFormatters.md3 …anguage has it's own set of rules, that are defined in their respective formatter/linter documents.
7 - Run the linter on the language you are working on before making a Pull Request.
22 Typescript uses eslint as it's linter. Take a look at [how to install here](https://eslint.org/docs…
/external/bazelbuild-rules_go/go/tools/builders/
Dnolint.go32 for _, linter := range linters {
33 if strings.EqualFold(linter, "all") {
36 result[linter] = true
/external/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/
Dlinter.hpp27 class SPIRV_TOOLS_EXPORT Linter { class
29 explicit Linter(spv_target_env env);
31 ~Linter();
/external/deqp-deps/SPIRV-Tools/include/spirv-tools/
Dlinter.hpp27 class Linter { class
29 explicit Linter(spv_target_env env);
31 ~Linter();
/external/angle/third_party/spirv-tools/src/include/spirv-tools/
Dlinter.hpp27 class SPIRV_TOOLS_EXPORT Linter { class
29 explicit Linter(spv_target_env env);
31 ~Linter();
/external/webrtc/third_party/crc32c/src/
DREADME.md63 linter linter-clang
67 `autocomplete-clang` and `linter-clang` with `you-complete-me`. This requires
72 linter you-complete-me
/external/llvm/utils/lint/
Dcommon_lint.py77 def RunLintOverAllFiles(linter, filenames): argument
78 """Runs linter over the contents of all files.
95 lint.extend(linter.RunOnFile(filename, lines))
/external/doclava/src/com/google/doclava/
DLinter.java19 public interface Linter { interface
26 class EmptyLinter implements Linter {
/external/python/asn1crypto/dev/
Dci.py32 Runs the linter and tests
35 A bool - if the linter and tests ran successfully
/external/protobuf/docs/
Dthird_party.md192 * [Linter for .proto files](https://github.com/ckaznocha/protoc-gen-lint)
201 …* [vscode-protolint: A protobuf linter for visual studio code](https://github.com/plexsystems/vsco…
202 …* [intellij-protolint: A protobuf linter for JetBrains IDEs](https://github.com/yoheimuta/intellij…
203 * [vim-protolint: A protobuf linter for Vim](https://github.com/yoheimuta/vim-protolint)
204 * [super-linter: Protocol Buffer lint as GitHub Action](https://github.com/github/super-linter)
/external/cronet/third_party/protobuf/docs/
Dthird_party.md191 * [Linter for .proto files](https://github.com/ckaznocha/protoc-gen-lint)
200 …* [vscode-protolint: A protobuf linter for visual studio code](https://github.com/plexsystems/vsco…
201 …* [intellij-protolint: A protobuf linter for JetBrains IDEs](https://github.com/yoheimuta/intellij…
202 * [vim-protolint: A protobuf linter for Vim](https://github.com/yoheimuta/vim-protolint)
203 * [super-linter: Protocol Buffer lint as GitHub Action](https://github.com/github/super-linter)
/external/vixl/
DREADME.md59 To run the linter and code formatting stages of the tests, the following
220 By default, the `tools/test.py` script runs a linter to check that the source
223 The linter has the following dependencies:
230 It is possible to tell `tools/test.py` to skip the linter stage by passing
/external/grpc-grpc/templates/src/objective-c/
DBoringSSL-GRPC.podspec.template137 … # We don't need to inhibit all warnings; only -Wno-shorten-64-to-32. But Cocoapods' linter doesn't
143 # sources and private headers in other directories outside `include/`. Cocoapods' linter doesn't
146 … # mentioned above, we work around the linter limitation by dividing the pod into two subspecs, one
148 # making the linter happy.
/external/android_onboarding/java/com/android/onboarding/contracts/annotations/
DOnboardingNode.kt36 // or at least we should enforce it in the linter
45 // or at least we should enforce it in the linter

1234567