Home
last modified time | relevance | path

Searched full:guidelines (Results 1 – 25 of 2029) sorted by relevance

12345678910>>...82

/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/
H A DBackend.java76 …d balancer can handle additional traffic or is fully loaded. For usage guidelines, see Connection …
260 …d balancer can handle additional traffic or is fully loaded. For usage guidelines, see Connection …
276 …d balancer can handle additional traffic or is fully loaded. For usage guidelines, see Connection …
300 …d balancer can handle additional traffic or is fully loaded. For usage guidelines, see Connection …
525 …* Defines a target maximum number of simultaneous connections. For usage guidelines, see Connectio…
540 …* Defines a target maximum number of simultaneous connections. For usage guidelines, see Connectio…
558 …* Defines a target maximum number of simultaneous connections. For usage guidelines, see Connectio…
573 …* Defines a target maximum number of simultaneous connections. For usage guidelines, see Connectio…
591 …* Defines a target maximum number of simultaneous connections. For usage guidelines, see Connectio…
606 …* Defines a target maximum number of simultaneous connections. For usage guidelines, see Connectio…
[all …]
H A DBackendOrBuilder.java30 …d balancer can handle additional traffic or is fully loaded. For usage guidelines, see Connection …
43 …d balancer can handle additional traffic or is fully loaded. For usage guidelines, see Connection …
56 …d balancer can handle additional traffic or is fully loaded. For usage guidelines, see Connection …
194 …* Defines a target maximum number of simultaneous connections. For usage guidelines, see Connectio…
206 …* Defines a target maximum number of simultaneous connections. For usage guidelines, see Connectio…
219 …* Defines a target maximum number of simultaneous connections. For usage guidelines, see Connectio…
231 …* Defines a target maximum number of simultaneous connections. For usage guidelines, see Connectio…
244 …* Defines a target maximum number of simultaneous connections. For usage guidelines, see Connectio…
256 …* Defines a target maximum number of simultaneous connections. For usage guidelines, see Connectio…
269 …* Defines a maximum number of HTTP requests per second (RPS). For usage guidelines, see Rate balan…
[all …]
/aosp_15_r20/external/ltp/doc/old/
H A DLTP-Library-API-Writing-Guidelines.asciidoc1 LTP Library API Writing Guidelines
5 … https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines[Test Writing Guidelines],
13 (see https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines[Test Writing Guidelines
14 offline: 'doc/Test-Writing-Guidelines.asciidoc'),
22 https://github.com/linux-test-project/ltp/wiki/User-Guidelines[LTP User Guidelines]
H A DMaintainer-Patch-Review-Checklist.asciidoc123 * Use new https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines#22-writing-a-test-…
126 …(more in https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines#21-c-coding-style[…
129 …(more in https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines#2238-test-tags[Tes…
132 * Use new https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines#23-writing-a-testc…
134 …(more in https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines#132-shell-coding-s…
139 …m/linux-test-project/ltp/wiki/LTP-Library-API-Writing-Guidelines[LTP Library API Writing Guideline…
H A DC-Test-Case-Tutorial.asciidoc5 … https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines[Test Writing Guidelines],
301 +TBROK+. Try changing it do so (see +doc/Test-Writing-Guidelines.asciidoc+ or
302 https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines[the
314 …(more in https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines#21-c-coding-style[…
487 https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines[test
660 https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines[test
661 writing guidelines] for details).
783 https://github.com/linux-test-project/ltp/wiki/Test-Writing-Guidelines#2214-testing-with-a-block-de…
784 2.2.14] of the Test Writing Guidelines).
799 the kernel style guidelines where possible. Next you should create a new
[all …]
/aosp_15_r20/external/fonttools/Tests/ufoLib/
H A DUFO3_test.py1699 info["guidelines"] = [dict(x="1")]
1706 info["guidelines"] = [dict(y="1")]
1713 info["guidelines"] = [dict(x=0, y=0, angle=-1)]
1719 info["guidelines"] = [dict(x=0, y=0, angle=361)]
1726 info["guidelines"] = [dict(x=0, name=1)]
1733 info["guidelines"] = [dict(x=0, color=1)]
1739 info["guidelines"] = [dict(x=0, color="1 0, 0, 0")]
1744 info["guidelines"] = [dict(x=0, color="1 0 0, 0")]
1749 info["guidelines"] = [dict(x=0, color="1 0 0 0")]
1755 info["guidelines"] = [dict(x=0, color=", 0, 0, 0")]
[all …]
H A DGLIF2_test.py377 …glyph.guidelines = [{"x" : 1}, {"y" : 1}, {"angle" : 0, "x" : 1, "y" : 1}, {"angle" : 360, "x" : 1…
395 glyph.guidelines = [{"angle" : 45, "x" : "a", "y" : 1}]
411 glyph.guidelines = [{"angle" : 45, "x" : 1, "y" : "a"}]
427 glyph.guidelines = [{"angle" : "a", "x" : 1, "y" : 1}]
443 glyph.guidelines = [{"angle" : 45, "y" : 1}]
459 glyph.guidelines = [{"angle" : 45, "x" : 1}]
475 glyph.guidelines = [{"x" : 1, "y" : 1}]
491 glyph.guidelines = [{"angle" : -1, "x" : "1", "y" : 1}]
504 glyph.guidelines = [{"angle" : 361, "x" : "1", "y" : 1}]
1729 …glyph.guidelines = [{"identifier" : "guideline1", "x" : 0}, {"identifier" : "guideline2", "x" : 0}]
[all …]
/aosp_15_r20/external/fonttools/Lib/fontTools/ufoLib/
H A DglifLib.py389 guidelines
471 guidelines
682 guidelines
780 # guidelines
781 if formatVersion.major >= 2 and getattr(glyphObject, "guidelines", None):
833 guidelines
935 guidelines = getattr(glyphObject, "guidelines", [])
936 if validate and not guidelinesValidator(guidelines):
937 raise GlifLibError("guidelines attribute does not have the proper structure.")
938 for guideline in guidelines:
[all …]
/aosp_15_r20/external/ComputeLibrary/docs/contributor_guide/
H A Dcontribution_guidelines.dox27 @page contribution_guidelines Contribution Guidelines
31 If you want to contribute to Arm Compute Library, be sure to review the following guidelines.
46 @section S5_1_coding_standards Coding standards and guidelines
285 @subsection S5_1_3_library_size_guidelines Library size: best practices and guidelines
369 @subsection S5_1_5_guidelines_for_stable_api_abi Guidelines for stable API/ABI
375 the library's API/ABI, please review and follow the guidelines shown in this section. Also, please …
376 these guidelines are not exhaustive list but discussing things that might be easily overlooked.
378 @subsubsection S5_1_5_1_guidelines_for_api Guidelines for API
387 @subsubsection S5_1_5_2_guidelines_for_abi Guidelines for ABI
/aosp_15_r20/external/arm-trusted-firmware/docs/process/
H A Dcode-review-guidelines.rst1 Code Review Guidelines
43 Guidelines for patch contributors
77 Guidelines for all reviewers
90 Guidelines for code owners
133 guidelines for them:
151 Guidelines for maintainers
/aosp_15_r20/external/tensorflow/
H A DCONTRIBUTING.md1 # Contributing guidelines
7 - Read the [contributing guidelines](CONTRIBUTING.md).
12 [guidelines](#general-guidelines-and-philosophy-for-contribution).
58 ### Contribution guidelines and standards
62 make sure your changes are consistent with the guidelines and follow the
65 #### General guidelines and philosophy for contribution
/aosp_15_r20/external/executorch/docs/source/
H A Dbackend-delegates-dependencies.md4 With that some of these guidelines will change in the future.
22 **Guidelines:**
41 **Guidelines:**
63 **Guidelines:**
95 After listing the high level guidelines, let's now talk about specific
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy/
DCONTRIBUTING.md12 few small guidelines you need to follow.
35 ## Code Guidelines
106 guidelines on how to test code in zerocopy:
164 typo. The git book contains a [Commit Guidelines][commit_guidelines] section
197 ## Community Guidelines
200 Guidelines][google_open_source_guidelines].
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy/
DCONTRIBUTING.md12 few small guidelines you need to follow.
35 ## Code Guidelines
106 guidelines on how to test code in zerocopy:
164 typo. The git book contains a [Commit Guidelines][commit_guidelines] section
197 ## Community Guidelines
200 Guidelines][google_open_source_guidelines].
/aosp_15_r20/external/trusty/arm-trusted-firmware/docs/process/
Dcode-review-guidelines.rst1 Code Review Guidelines
64 Guidelines for patch contributors
106 Guidelines for all reviewers
119 Guidelines for code owners
162 guidelines for them:
180 Guidelines for maintainers
/aosp_15_r20/external/cronet/third_party/libxml/fuzz/seed_corpus/
H A D4f0b4f0c0a1ab5357b685020fa52f6ca00f299b5129 agents is possible by following a small set of guidelines.</p>
254 <li class="tocline"><a href="#guidelines">Appendix C. HTML Compatibility Guidelines</a></li>
276 simple <a href="#guidelines">guidelines</a> are followed,
906 href="#guidelines">HTML Compatibility Guidelines</a> for information on ways to
997 See the <a href="#guidelines">HTML Compatibility
998 Guidelines</a> for information on ensuring such anchors are backwards
1010 accomplish. Guidelines for creating compatible documents can be
1011 found in <a href="#guidelines">Appendix&#160;C</a>.</p>
1018 <p>However, XHTML Documents which follow the guidelines set forth
1019 in <a href="#guidelines">Appendix C</a>, "HTML Compatibility Guidelines" may be
[all …]
/aosp_15_r20/external/libxml2/test/valid/
H A Dxhtml1.xhtml129 agents is possible by following a small set of guidelines.</p>
254 <li class="tocline"><a href="#guidelines">Appendix C. HTML Compatibility Guidelines</a></li>
276 simple <a href="#guidelines">guidelines</a> are followed,
906 href="#guidelines">HTML Compatibility Guidelines</a> for information on ways to
997 See the <a href="#guidelines">HTML Compatibility
998 Guidelines</a> for information on ensuring such anchors are backwards
1010 accomplish. Guidelines for creating compatible documents can be
1011 found in <a href="#guidelines">Appendix&#160;C</a>.</p>
1018 <p>However, XHTML Documents which follow the guidelines set forth
1019 in <a href="#guidelines">Appendix C</a>, "HTML Compatibility Guidelines" may be
[all …]
/aosp_15_r20/external/libxml2/result/valid/
H A Dxhtml1.xhtml114 agents is possible by following a small set of guidelines.</p>
230 <li class="tocline"><a href="#guidelines">Appendix C. HTML Compatibility Guidelines</a></li>
252 simple <a href="#guidelines">guidelines</a> are followed,
864 …e> or <code>&lt;hr&gt;&lt;/hr&gt;</code>. See <a href="#guidelines">HTML Compatibility Guidelines<…
953 See the <a href="#guidelines">HTML Compatibility
954 Guidelines</a> for information on ensuring such anchors are backwards
966 accomplish. Guidelines for creating compatible documents can be
967 found in <a href="#guidelines">Appendix&#xA0;C</a>.</p>
974 <p>However, XHTML Documents which follow the guidelines set forth
975 in <a href="#guidelines">Appendix C</a>, "HTML Compatibility Guidelines" may be
[all …]
/aosp_15_r20/external/pigweed/docs/style/
H A Dcli.rst10 The Pigweed CLI style guide is based on the `Command Line Interface Guidelines
12 Pigweed except as noted. This document covers key guidelines and Pigweed
53 Following these guidelines ensures that the output of a program can be properly
57 See `CLIG:Guidelines Output <https://clig.dev/#output>`_.
165 See `CLIG:Guidelines Arguments and flags <https://clig.dev/#arguments-and-flags>`_.
/aosp_15_r20/external/pigweed/pw_status/
H A Dreference.rst191 .. _module-pw_status-guidelines:
193 Some guidelines that may help a service implementer in deciding between
225 See the :ref:`guidelines <module-pw_status-guidelines>` above for deciding
310 See the :ref:`guidelines <module-pw_status-guidelines>` above for deciding
/aosp_15_r20/external/flashrom/doc/about_flashrom/
H A Dteam.rst31 * Know development guidelines and check the patches you are reviewing align with the guidelines.
52 * Know development guidelines, and educate other contributors if needed (e.g. give links).
64 with upstream culture and dev guidelines.
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/architecture/testing/
H A Dtest-framework.md13 …each paragraph in a `.data` file is the test description. The following rules and guidelines apply:
25 `tests/scripts/check_test_cases.py` enforces some rules and warns if some guidelines are violated.
35 The same rules and guidelines apply as for [unit test descriptions](#unit-test-descriptions). In ad…
41 The same rules and guidelines apply as for [unit test descriptions](#unit-test-descriptions). In ad…
/aosp_15_r20/external/mbedtls/docs/architecture/testing/
H A Dtest-framework.md13 …each paragraph in a `.data` file is the test description. The following rules and guidelines apply:
25 `tests/scripts/check_test_cases.py` enforces some rules and warns if some guidelines are violated.
35 The same rules and guidelines apply as for [unit test descriptions](#unit-test-descriptions). In ad…
41 The same rules and guidelines apply as for [unit test descriptions](#unit-test-descriptions). In ad…
/aosp_15_r20/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/rpc/
H A DCode.java179 * Service implementors can use the following guidelines to decide
202 * See the guidelines above for deciding between `FAILED_PRECONDITION`,
266 * See the guidelines above for deciding between `FAILED_PRECONDITION`,
432 * Service implementors can use the following guidelines to decide
455 * See the guidelines above for deciding between `FAILED_PRECONDITION`,
519 * See the guidelines above for deciding between `FAILED_PRECONDITION`,
/aosp_15_r20/external/crosvm/docs/book/src/contributing/
H A Dcoding_style.md14 ## Style guidelines
55 [guidelines](https://std-dev-guide.rust-lang.org/policy/safety-comments.html). Notably, use
81 code to match these guidelines by running `tools/fmt --nightly`.
110 in those tests, but they do not need to follow these guidelines.

12345678910>>...82