Home
last modified time | relevance | path

Searched full:development (Results 1 – 25 of 3097) sorted by relevance

12345678910>>...124

/external/libwebsockets/READMEs/
DREADME.release-policy.md12 backported from the development branch. So you should not consume tags like
24 ## Development section in lws release policy
30 usable shape. See "Why no history on development" below for why it's managed like
45 This fetches current remote development branch into local branch `m`, and then forces your
48 to pop them before updating your basis against lws development.
52 Master is very useful for coordinating development, and integrating WIP,
54 more desirable than the latest development work.
56 Periodically, when development seems in good shape and various new developments seem
59 ![stable branches are copied from development](../doc-assets/lws-relpol-2.svg)
63 (At that time, development's logical version is set to "...99", eg, `v4.0.99` so
[all …]
/external/pigweed/docs/concepts/
Dindex.rst9 Our goal is to make embedded software development efficient, robust, and
13 Embedded software development is notoriously arcane. Developers often have to
23 hardware the framework supports, and you get an efficient embedded development
36 Pigweed provides four foundational pillars to support your embedded development:
38 … :ref:`A comprehensive set of libraries for embedded development<docs-concepts-embedded-developmen…
39 * :ref:`A hermetic and replicable development environment<docs-concepts-development-environment>`
43 .. _docs-concepts-embedded-development-libraries:
45 Embedded Development Libraries
47 Pigweed enables you to use modern C++ and software development best practices in
62 .. _docs-concepts-development-environment:
[all …]
/external/webrtc/docs/native-code/
Dindex.md33 * [Development][webrtc-development]
34 * [Android][webtc-android-development]
35 * [iOS][webrtc-ios-development]
38 [webrtc-prerequitite-sw]: https://webrtc.googlesource.com/src/+/main/docs/native-code/development/p…
39 [webrtc-development]: https://webrtc.googlesource.com/src/+/main/docs/native-code/development/index…
40 [webtc-android-development]: https://webrtc.googlesource.com/src/+/main/docs/native-code/android/in…
41 [webrtc-ios-development]: https://webrtc.googlesource.com/src/+/main/docs/native-code/ios/index.md
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLProcessorVersion.src83 * development drop for a release.
88 * Development Drop Number.
89 * Optional identifier designates development drop of
90 * a specific release. D01 is the first development drop
93 * Development drops are works in progress towards a
94 * compeleted, final release. A specific development drop
96 * feature, which may take several development drops to
104 public static final int DEVELOPMENT = 0;
113 +(DEVELOPMENT > 0 ? ("D"+DEVELOPMENT)
/external/webrtc/docs/native-code/development/
Dindex.md1 # WebRTC development
4 iOS. See the [Android][webrtc-android-development] and [iOS][webrtc-ios-development]
12 [webrtc-prerequisite-sw]: https://webrtc.googlesource.com/src/+/main/docs/native-code/development/p…
17 For desktop development:
51 See the [Android][webrtc-android-development] and [iOS][webrtc-ios-development] pages for separate …
72 See the [Android][webrtc-android-development] and [iOS][webrtc-ios-development] pages for build
108 platform specific tips on the [Android][webrtc-android-development] and
109 [iOS][webrtc-ios-development] instructions.
193 [contributing]: https://webrtc.googlesource.com/src/+/refs/heads/main/docs/native-code/development/…
281 [webrtc-android-development]: https://webrtc.googlesource.com/src/+/main/docs/native-code/android/i…
[all …]
/external/brotli/python/
DREADME.md6 We provide a `Makefile` to simplify common development commands.
20 ### Development subsection
32 "[development mode][]":
34 $ make develop # Install the module in "development mode"
51 [development mode]: https://setuptools.readthedocs.io/en/latest/setuptools.html#development-mode
/external/python/cpython3/Doc/library/
Ddevmode.rst3 Python Development Mode
8 The Python Development Mode introduces additional runtime checks that are too
18 Effects of the Python Development Mode
21 Enabling the Python Development Mode is similar to the following command, but
26 Effects of the Python Development Mode:
57 To enable the Python Development Mode without installing debug hooks on
87 The Python Development Mode does not enable the :mod:`tracemalloc` module by
94 The Python Development Mode does not prevent the :option:`-O` command line
98 The Python Development Mode can only be enabled at the Python startup. Its
134 Enabling the Python Development Mode displays a :exc:`ResourceWarning` warning:
[all …]
/external/tensorflow/tensorflow/lite/g3doc/android/
Dindex.md101 [runtime environment](#runtime) and [development
103 model, make sure to review the [Advanced development
124 Lite development libraries to your app development environment. For information
129 ### Development APIs and libraries {:#apis}
154 library](./development#lite_lib). Alternatively, you can include [Google Play
159 The [TensorFlow Lite Support library](./development#support_lib) is also
165 [Development tools for Android](./development).
221 ## Advanced development paths {:#adv_development}
224 need to use more advanced development approaches than what is described above.
251 about this development option, see the
[all …]
/external/crosvm/docs/book/src/
Dbuilding_crosvm.md14 ## Setting up the development environment
30 Crosvm development best works on Debian derivatives. We provide a script to install the necessary
38 [Using the development container](#using-the-development-container).
40 ### Using the development container
69 ## Development section in Building Crosvm
131 [development container](#using-the-development-container), which will have everything configured.
133 Note: Cross-compilation is **not supported on gLinux**. Please use the development container.
/external/webrtc/docs/native-code/android/
Dindex.md1 # WebRTC Android development
5 Android development is only supported on Linux.
19 The same checkout can be used for both Linux and Android development since you
23 See [Development][webrtc-development] for instructions on how to update
153 [webrtc-prerequisite-sw]: https://webrtc.googlesource.com/src/+/main/docs/native-code/development/p…
158 [webrtc-development]: https://webrtc.googlesource.com/src/+/main/docs/native-code/development/index…
/external/python/setuptools/docs/userguide/
Ddevelopment_mode.rst1 "Development Mode"
8 change to it during development.
11 need to do development on two related projects at the same time. You may need
32 script directory that will run your in-development scripts after ensuring that
37 doing development work.
39 When you're done with a given development task, you can remove the project
/external/webrtc/docs/native-code/ios/
Dindex.md1 # WebRTC iOS development
3 ## Development Environment
8 A macOS machine is required for iOS development. While it's possible to
25 for both Mac and iOS development, since GN allows you to generate your
39 See [Development][webrtc-development] for generic instructions on how
182 [webrtc-prerequisite-sw]: https://webrtc.googlesource.com/src/+/main/docs/native-code/development/p…
183 [webrtc-development]: https://webrtc.googlesource.com/src/+/main/docs/native-code/development/index…
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DVersion.java115 * development drop for a release.
123 * Development Drop Number.
124 * Optional identifier designates development drop of
125 * a specific release. D01 is the first development drop
128 * Development drops are works in progress towards a
129 * compeleted, final release. A specific development drop
131 * feature, which may take several development drops to
DVersion.src115 * development drop for a release.
123 * Development Drop Number.
124 * Optional identifier designates development drop of
125 * a specific release. D01 is the first development drop
128 * Development drops are works in progress towards a
129 * compeleted, final release. A specific development drop
131 * feature, which may take several development drops to
/external/OpenCL-CTS/test_common/
Dconfig.hpp19 // Enable development options for OpenCL C++ tests (test_conformance/clpp)
20 // #define DEVELOPMENT
21 #if defined(CLPP_DEVELOPMENT_OPTIONS) && !defined(DEVELOPMENT)
22 #define DEVELOPMENT macro
25 #ifdef DEVELOPMENT
/external/jacoco/org.jacoco.doc/docroot/doc/
Denvironment.html8 <title>JaCoCo - Development Environment</title>
15 <span class="el_source">Development Environment</span>
19 <h1>Development Environment</h1>
44 JaCoCo development is done with the latest version of
97 <h3>Development Build Artifacts</h3>
102 development cycle:
125 The development team communicates through a mailing list. The list is closed
129 with the development team.
/external/apache-xml/src/main/java/org/apache/xalan/
DVersion.java118 * development drop for a release.
126 * Development Drop Number.
127 * Optional identifier designates development drop of
128 * a specific release. D01 is the first development drop
131 * Development drops are works in progress towards a
132 * compeleted, final release. A specific development drop
134 * feature, which may take several development drops to
DVersion.src118 * development drop for a release.
126 * Development Drop Number.
127 * Optional identifier designates development drop of
128 * a specific release. D01 is the first development drop
131 * Development drops are works in progress towards a
132 * compeleted, final release. A specific development drop
134 * feature, which may take several development drops to
/external/guice/core/src/com/google/inject/
DGuice.java25 * <p>Guice supports a model of development that draws clear boundaries between APIs,
54 * #createInjector(Stage, Module...)} with Stage.DEVELOPMENT.
64 * #createInjector(Stage, Iterable)} with Stage.DEVELOPMENT.
69 return createInjector(Stage.DEVELOPMENT, modules); in createInjector()
73 * Creates an injector for the given set of modules, in a given development stage.
82 * Creates an injector for the given set of modules, in a given development stage.
/external/openthread/third_party/mbedtls/repo/
DCONTRIBUTING.md10 …ontributions conform to [our coding standards](https://tls.mbed.org/kb/development/mbedtls-coding-…
18 …As a general rule, you should use the ["development" branch](https://github.com/ARMmbed/mbedtls/tr…
28 …ility is maintained between different versions of Mbed TLS on the main development branch and in L…
30 …interface is required, all changes to the ABI or API, even on the main development branch where ne…
50 …rted to LTS branches in addition to the [development branch](https://github.com/ARMmbed/mbedtls/tr…
66 …ional tests is available on the Mbed TLS website](https://tls.mbed.org/kb/development/test_suites).
76 It is advised to enable the [githooks scripts](https://github.com/ARMmbed/mbedtls/tree/development/…
86 1. A [ChangeLog](https://github.com/ARMmbed/mbedtls/blob/development/ChangeLog.d/00README.md) entry…
/external/perfetto/docs/contributing/
Dui-development.md1 # UI development
3 Some tips to get started with the UI development:
5 ## Development environment
15 starting the local development server.
21 development-only "Rapid live reload" flag in the UI. Disabling it will reload
/external/mbedtls/
DCONTRIBUTING.md17 …to [our coding standards](https://mbed-tls.readthedocs.io/en/latest/kb/development/mbedtls-coding-…
25 …As a general rule, you should use the ["development" branch](https://github.com/Mbed-TLS/mbedtls/t…
33 …ility is maintained between different versions of Mbed TLS on the main development branch and in L…
35 …interface is required, all changes to the ABI or API, even on the main development branch where ne…
55 …ted to LTS branches in addition to the [development branch](https://github.com/Mbed-TLS/mbedtls/tr…
66 …le on the Mbed TLS website](https://mbed-tls.readthedocs.io/en/latest/kb/development/test_suites/).
76 It is advised to enable the [githooks scripts](https://github.com/Mbed-TLS/mbedtls/tree/development
86 1. A [ChangeLog](https://github.com/Mbed-TLS/mbedtls/blob/development/ChangeLog.d/00README.md) entr…
/external/python/cryptography/docs/development/custom-vectors/
Dhkdf.rst13 .. literalinclude:: /development/custom-vectors/hkdf/generate_hkdf.py
16 </development/custom-vectors/hkdf/generate_hkdf.py>`
24 .. literalinclude:: /development/custom-vectors/hkdf/verify_hkdf.go
28 </development/custom-vectors/hkdf/verify_hkdf.go>`
Darc4.rst15 .. literalinclude:: /development/custom-vectors/arc4/generate_arc4.py
18 </development/custom-vectors/arc4/generate_arc4.py>`
26 .. literalinclude:: /development/custom-vectors/arc4/verify_arc4.go
30 </development/custom-vectors/arc4/verify_arc4.go>`
Dseed.rst15 .. literalinclude:: /development/custom-vectors/seed/generate_seed.py
18 </development/custom-vectors/seed/generate_seed.py>`
27 .. literalinclude:: /development/custom-vectors/seed/verify_seed.py
30 </development/custom-vectors/seed/verify_seed.py>`

12345678910>>...124