Home
last modified time | relevance | path

Searched +full:code +full:- +full:format +full:- +full:checks (Results 1 – 25 of 1136) sorted by relevance

12345678910>>...46

/external/pigweed/pw_presubmit/
Ddocs.rst1 .. _module-pw_presubmit:
6 .. pigweed-module::
9 The presubmit module provides Python tools for running presubmit checks and
10 checking and fixing code format. It also includes the presubmit check script for
13 Presubmit checks are essential tools, but they take work to set up, and
15 tools for setting up high quality presubmit checks for any project. We use this
19 The ``pw_presubmit`` module also includes ``pw format``, a tool that provides a
20 unified interface for automatically formatting code in a variety of languages.
21 With ``pw format``, you can format Bazel, C, C++, Python, GN, and Go code
22 according to configurations defined by your project. ``pw format`` leverages
[all …]
/external/vulkan-validation-layers/
DCONTRIBUTING.md5 The source code for The Vulkan-ValidationLayer components is sponsored by Khronos and LunarG.
6 * [Khronos Vulkan-ValidationLayers](https://github.com/KhronosGroup/Vulkan-ValidationLayers)
13 there are always opportunities for anyone to help by contributing additional validation layer checks
14 and tests for these validation checks.
17 * Examine the [issues list](https://github.com/KhronosGroup/Vulkan-ValidationLayers/issues)
19 * Alternatively, run the `vk_validation_stats.py` script (in the scripts directory) with the `-todo`
20 command line argument to see a list of as-yet unimplemented validation checks.
21 …elected a validation check to work on, it is often efficient to implement a block of related checks
23 or csv format) to identify related checks that may be implemented simultaneously.
28 Please see the [section about Validation Layers](#special-considerations-for-validation-layers)
[all …]
/external/clang/utils/check_cfc/
Dcheck_cfc.py3 """Check CFC - Check Compile Flow Consistency
5 This is a compiler wrapper for testing that code generation is consistent with
6 different compilation processes. It checks that code is not unduly affected by
10 -Ensure that the compiler under test (i.e. clang, clang++) is on the PATH
11 -On Linux copy this script to the name of the compiler
13 -On Windows use setup.py to generate check_cfc.exe and copy that to clang.exe
15 -Enable the desired checks in check_cfc.cfg (in the same directory as the
18 [Checks]
22 -The wrapper can be run using its absolute path or added to PATH before the
25 -Compile as normal. The wrapper intercepts normal -c compiles and will return
[all …]
/external/rust/beto-rust/nearby/src/
Dmain.rs7 // http://www.apache.org/licenses/LICENSE-2.0
30 fn main() -> anyhow::Result<()> { in main()
42 "Congratulations, the default checks passed. Since you like quality, here are\n", in main()
43 "some more checks you may like:\n", in main()
44 " cargo run -- run-rust-fuzzers\n", in main()
45 " cargo run -- check-stack-usage\n", in main()
75 fn check_format(root: &path::Path, options: &FormatterOptions) -> anyhow::Result<()> { in check_format()
76 // Rust format in check_format()
78 let fmt_command = if options.reformat { "cargo fmt" } else { "cargo fmt --check" }; in check_format()
82 // Java format. This uses the jar downloaded as part of the CI script or the local in check_format()
[all …]
/external/icu/libicu/cts_headers/unicode/
Duspoof.h5 * Copyright (C) 2008-2016, International Business Machines Corporation
9 * encoding: UTF-8
49 …* detection</em>), such as "paypal" with some Latin characters substituted with Cyrillic look-alik…
54 …* <code>USpoofChecker</code> has a number of other practical use cases, such as preventing attempt…
63 …* The following example shows how to use <code>USpoofChecker</code> to check for confusability bet…
65 * \code{.c}
73 * int32_t bitmask = uspoof_areConfusable(sc, str1, -1, str2, -1, &status);
81 …* The call to {@link uspoof_open} creates a <code>USpoofChecker</code> object; the call to {@link …
82 …* enables confusable checking and disables all other checks; the call to {@link uspoof_areConfusab…
89 * \code{.c}
[all …]
/external/icu/libandroidicu/include/unicode/
Duspoof.h5 * Copyright (C) 2008-2016, International Business Machines Corporation
9 * encoding: UTF-8
49 …* detection</em>), such as "paypal" with some Latin characters substituted with Cyrillic look-alik…
54 …* <code>USpoofChecker</code> has a number of other practical use cases, such as preventing attempt…
63 …* The following example shows how to use <code>USpoofChecker</code> to check for confusability bet…
65 * \code{.c}
73 * int32_t bitmask = uspoof_areConfusable(sc, str1, -1, str2, -1, &status);
81 …* The call to {@link uspoof_open} creates a <code>USpoofChecker</code> object; the call to {@link …
82 …* enables confusable checking and disables all other checks; the call to {@link uspoof_areConfusab…
89 * \code{.c}
[all …]
/external/icu/icu4c/source/i18n/unicode/
Duspoof.h5 * Copyright (C) 2008-2016, International Business Machines Corporation
9 * encoding: UTF-8
49 …* detection</em>), such as "paypal" with some Latin characters substituted with Cyrillic look-alik…
54 …* <code>USpoofChecker</code> has a number of other practical use cases, such as preventing attempt…
63 …* The following example shows how to use <code>USpoofChecker</code> to check for confusability bet…
65 * \code{.c}
73 * int32_t bitmask = uspoof_areConfusable(sc, str1, -1, str2, -1, &status);
81 …* The call to {@link uspoof_open} creates a <code>USpoofChecker</code> object; the call to {@link …
82 …* enables confusable checking and disables all other checks; the call to {@link uspoof_areConfusab…
89 * \code{.c}
[all …]
/external/openscreen/
DPRESUBMIT.py2 # Use of this source code is governed by a BSD-style license that can be
12 # git-cl upload is not compatible with __init__.py based subfolder imports, so
19 # Opt-in to using Python3 instead of Python2, as part of the ongoing Python2
24 # Rather than pass this to all of the checks, we override the global excluded
46 """Checks third party licenses and returns a list of violations."""
53 """Checks DEPS rules and returns a list of violations."""
77 """Checks that there are no matches for a specific regex.
95 'Error: {} at {}'.format(error_msg,
100 """Checks that there are no OSP_DCHECK(foo.is_value()) instances.
113 """Checks that move constructors are declared with 'noexcept'.
[all …]
/external/python/google-api-python-client/docs/dyn/
Dserviceusage_v1beta1.services.consumerQuotaMetrics.limits.adminOverrides.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dserviceconsumermanagement_v1beta1.services.consumerQuotaMetrics.limits.producerOverrides.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dserviceusage_v1beta1.services.consumerQuotaMetrics.limits.consumerOverrides.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcompute_beta.httpHealthChecks.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcompute_v1.httpHealthChecks.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dmonitoring_v3.projects.uptimeCheckConfigs.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcompute_alpha.httpHealthChecks.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcompute_beta.httpsHealthChecks.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcompute_v1.regionHealthChecks.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/external/cronet/third_party/icu/source/i18n/unicode/
Duspoof.h5 * Copyright (C) 2008-2016, International Business Machines Corporation
9 * encoding: UTF-8
48 …* detection</em>), such as "paypal" with some Latin characters substituted with Cyrillic look-alik…
53 …* <code>USpoofChecker</code> has a number of other practical use cases, such as preventing attempt…
62 …* The following example shows how to use <code>USpoofChecker</code> to check for confusability bet…
64 * \code{.c}
72 * int32_t bitmask = uspoof_areConfusable(sc, str1, -1, str2, -1, &status);
80 …* The call to {@link uspoof_open} creates a <code>USpoofChecker</code> object; the call to {@link …
81 …* enables confusable checking and disables all other checks; the call to {@link uspoof_areConfusab…
90 * \code{.cpp}
[all …]
/external/fmtlib/doc/
Dapi.rst1 .. _string-formatting-api:
9 * :ref:`fmt/core.h <core-api>`: the core API providing main formatting functions
10 for ``char``/UTF-8 with C++20 compile-time checks and minimal dependencies
11 * :ref:`fmt/format.h <format-api>`: the full format API providing additional
13 * :ref:`fmt/ranges.h <ranges-api>`: formatting of ranges and tuples
14 * :ref:`fmt/chrono.h <chrono-api>`: date and time formatting
15 * :ref:`fmt/std.h <std-api>`: formatters for standard library types
16 * :ref:`fmt/compile.h <compile-api>`: format string compilation
17 * :ref:`fmt/color.h <color-api>`: terminal color and text style
18 * :ref:`fmt/os.h <os-api>`: system APIs
[all …]
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
DRange.java9 * http://www.apache.org/licenses/LICENSE-2.0
29 * <p>#ThreadSafe# if the objects and comparator are thread-safe.</p>
43 * @param obj1 left-hand side of comparison
44 * @param obj2 right-hand side of comparison
132 * @param element the value to use for this range, must not be {@code null}
239 * Checks whether the specified element occurs within this range.
248 … return comparator.compare(element, minimum) > -1 && comparator.compare(element, maximum) < 1; in contains()
252 * Checks whether this range contains all the elements of the specified range.
269 * Checks where the specified element occurs relative to this range.
271 * <p>The API is reminiscent of the Comparable interface returning {@code -1} if
[all …]
/external/nullaway/nullaway/src/main/java/com/uber/nullaway/
DConfig.java26 import com.sun.tools.javac.code.Symbol;
35 * Checks if Serialization feature is active.
52 * Checks if a class comes from an explicitly annotated package.
62 * Checks if a class comes from an explicitly unannotated (sub-)package.
72 * Checks if (tool) generated code should be considered always unannoatated.
74 * @return true if code marked as generated code should be treated as unannotated, even if it
80 * Checks if a class should be excluded.
82 * @param className fully-qualified class name
89 * Checks if a class should be treated as unannotated.
107 * Checks if the annotation is an @Initializer annotation.
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/truth/
DSpannedSubject.java8 * http://www.apache.org/licenses/LICENSE-2.0
71 * <p>Can be statically imported alongside other Truth {@code assertThat} methods.
94 * Checks that the subject has an italic span from {@code start} to {@code end}.
105 * Checks that the subject has a bold span from {@code start} to {@code end}.
141 * Checks that the subject has bold and italic styling from {@code start} to {@code end}.
146 * <li>A single {@link StyleSpan} with {@code span.getStyle() == Typeface.BOLD_ITALIC}.
147 * <li>Two {@link StyleSpan}s, one with {@code span.getStyle() == Typeface.BOLD} and the other
148 * with {@code span.getStyle() == Typeface.ITALIC}.
178 String.format("No matching StyleSpans found between start=%s,end=%s", start, end)), in hasBoldItalicSpanBetween()
187 * Checks that the subject has no {@link StyleSpan}s on any of the text between {@code start} and
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/truth/
DSpannedSubject.java8 * http://www.apache.org/licenses/LICENSE-2.0
71 * <p>Can be statically imported alongside other Truth {@code assertThat} methods.
94 * Checks that the subject has an italic span from {@code start} to {@code end}.
105 * Checks that the subject has a bold span from {@code start} to {@code end}.
141 * Checks that the subject has bold and italic styling from {@code start} to {@code end}.
146 * <li>A single {@link StyleSpan} with {@code span.getStyle() == Typeface.BOLD_ITALIC}.
147 * <li>Two {@link StyleSpan}s, one with {@code span.getStyle() == Typeface.BOLD} and the other
148 * with {@code span.getStyle() == Typeface.ITALIC}.
178 String.format("No matching StyleSpans found between start=%s,end=%s", start, end)), in hasBoldItalicSpanBetween()
187 * Checks that the subject has no {@link StyleSpan}s on any of the text between {@code start} and
[all …]
/external/openthread/
DCONTRIBUTING.md5 - [1 Code of Conduct](#code-of-conduct)
6 - [2 Bugs](#bugs)
7 - [3 New Features](#new-features)
8 - [4 Contributing Code](#contributing-code)
9 - [4.1 Initial Setup](#initial-setup)
10 - [4.2 Contributor License Agreement (CLA)](#contributor-license-agreement--cla-)
11 - [4.3 Submitting a Pull Request](#submitting-a-pull-request)
12 - [5 Contributing Documentation](#contributing-documentation)
14 ## Code of Conduct
16 Help us keep OpenThread open and inclusive. Please read and follow our [Code of Conduct](CODE_OF_CO…
[all …]
/external/stardoc/docs/
Dwriting_stardoc.md4 <li><a href="#rule-documentation">Rule Documentation</a></li>
5 <li><a href="#provider-documentation">Provider Documentation</a></li>
6 <li><a href="#macro-documentation">Macro / Function Documentation</a></li>
11 inline documentation as well as evaluates the Starlark code to determine the
17 <a name="rule-documentation"></a>
21 inline documentation as well as evaluates the Starlark code to determine the
34 schema-defining functions, such as `attr.label()`.
58 <a name="provider-documentation"></a>
68 Field-related documentation can be specified by passing a map to the
84 <a name="macro-documentation"></a>
[all …]

12345678910>>...46