/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/ |
H A D | Backend.java | 76 …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 D | BackendOrBuilder.java | 30 …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 D | LTP-Library-API-Writing-Guidelines.asciidoc | 1 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 D | Maintainer-Patch-Review-Checklist.asciidoc | 123 * 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 D | C-Test-Case-Tutorial.asciidoc | 5 … 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 D | UFO3_test.py | 1699 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 D | GLIF2_test.py | 377 …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 D | glifLib.py | 389 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 D | contribution_guidelines.dox | 27 @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 D | code-review-guidelines.rst | 1 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 D | CONTRIBUTING.md | 1 # 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 D | backend-delegates-dependencies.md | 4 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/ |
D | CONTRIBUTING.md | 12 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/ |
D | CONTRIBUTING.md | 12 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/ |
D | code-review-guidelines.rst | 1 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 D | 4f0b4f0c0a1ab5357b685020fa52f6ca00f299b5 | 129 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 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 D | xhtml1.xhtml | 129 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 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 D | xhtml1.xhtml | 114 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><hr></hr></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 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 D | cli.rst | 10 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 D | reference.rst | 191 .. _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 D | team.rst | 31 * 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 D | test-framework.md | 13 …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 D | test-framework.md | 13 …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 D | Code.java | 179 * 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 D | coding_style.md | 14 ## 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.
|