Home
last modified time | relevance | path

Searched full:guide (Results 1 – 25 of 5623) sorted by relevance

12345678910>>...225

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/test/
DFlowGuideTest.kt2 package kotlinx.coroutines.guide.test
10 test("ExampleFlow01") { kotlinx.coroutines.guide.exampleFlow01.main() }.verifyLines( in testExampleFlow01()
19 test("ExampleFlow02") { kotlinx.coroutines.guide.exampleFlow02.main() }.verifyLines( in testExampleFlow02()
28 test("ExampleFlow03") { kotlinx.coroutines.guide.exampleFlow03.main() }.verifyLines( in testExampleFlow03()
37 test("ExampleFlow04") { kotlinx.coroutines.guide.exampleFlow04.main() }.verifyLines( in testExampleFlow04()
49 test("ExampleFlow05") { kotlinx.coroutines.guide.exampleFlow05.main() }.verifyLines( in testExampleFlow05()
66 test("ExampleFlow06") { kotlinx.coroutines.guide.exampleFlow06.main() }.verifyLines( in testExampleFlow06()
77 test("ExampleFlow07") { kotlinx.coroutines.guide.exampleFlow07.main() }.verifyLines( in testExampleFlow07()
86 test("ExampleFlow08") { kotlinx.coroutines.guide.exampleFlow08.main() }.verifyLines( in testExampleFlow08()
95 test("ExampleFlow09") { kotlinx.coroutines.guide.exampleFlow09.main() }.verifyLines( in testExampleFlow09()
[all …]
DChannelsGuideTest.kt2 package kotlinx.coroutines.guide.test in <lambda>()
10 test("ExampleChannel01") { kotlinx.coroutines.guide.exampleChannel01.main() }.verifyLines( in <lambda>()
22 test("ExampleChannel02") { kotlinx.coroutines.guide.exampleChannel02.main() }.verifyLines( in <lambda>()
34 test("ExampleChannel03") { kotlinx.coroutines.guide.exampleChannel03.main() }.verifyLines( in <lambda>()
46 test("ExampleChannel04") { kotlinx.coroutines.guide.exampleChannel04.main() }.verifyLines( in <lambda>()
58 test("ExampleChannel05") { kotlinx.coroutines.guide.exampleChannel05.main() }.verifyLines( in <lambda>()
74 … test("ExampleChannel06") { kotlinx.coroutines.guide.exampleChannel06.main() }.also { lines -> in <lambda>()
81 test("ExampleChannel07") { kotlinx.coroutines.guide.exampleChannel07.main() }.verifyLines( in <lambda>()
93 test("ExampleChannel08") { kotlinx.coroutines.guide.exampleChannel08.main() }.verifyLines( in <lambda>()
104 test("ExampleChannel09") { kotlinx.coroutines.guide.exampleChannel09.main() }.verifyLines( in <lambda>()
[all …]
DDispatcherGuideTest.kt2 package kotlinx.coroutines.guide.test in <lambda>()
10 …test("ExampleContext01") { kotlinx.coroutines.guide.exampleContext01.main() }.verifyLinesStartUnor… in <lambda>()
20 … test("ExampleContext02") { kotlinx.coroutines.guide.exampleContext02.main() }.verifyLinesStart( in <lambda>()
30 …test("ExampleContext03") { kotlinx.coroutines.guide.exampleContext03.main() }.verifyLinesFlexibleT… in <lambda>()
39 test("ExampleContext04") { kotlinx.coroutines.guide.exampleContext04.main() }.verifyLines( in <lambda>()
48 … test("ExampleContext05") { kotlinx.coroutines.guide.exampleContext05.main() }.also { lines -> in <lambda>()
55 test("ExampleContext06") { kotlinx.coroutines.guide.exampleContext06.main() }.verifyLines( in <lambda>()
65 test("ExampleContext07") { kotlinx.coroutines.guide.exampleContext07.main() }.verifyLines( in <lambda>()
76 …test("ExampleContext08") { kotlinx.coroutines.guide.exampleContext08.main() }.verifyLinesFlexibleT… in <lambda>()
86 …test("ExampleContext09") { kotlinx.coroutines.guide.exampleContext09.main() }.verifyLinesFlexibleT… in <lambda>()
[all …]
DExceptionsGuideTest.kt2 package kotlinx.coroutines.guide.test
10 …test("ExampleExceptions01") { kotlinx.coroutines.guide.exampleExceptions01.main() }.verifyExceptio… in testExampleExceptions01()
21 … test("ExampleExceptions02") { kotlinx.coroutines.guide.exampleExceptions02.main() }.verifyLines( in testExampleExceptions02()
28 … test("ExampleExceptions03") { kotlinx.coroutines.guide.exampleExceptions03.main() }.verifyLines( in testExampleExceptions03()
37 … test("ExampleExceptions04") { kotlinx.coroutines.guide.exampleExceptions04.main() }.verifyLines( in testExampleExceptions04()
47 … test("ExampleExceptions05") { kotlinx.coroutines.guide.exampleExceptions05.main() }.verifyLines( in testExampleExceptions05()
54 … test("ExampleExceptions06") { kotlinx.coroutines.guide.exampleExceptions06.main() }.verifyLines( in testExampleExceptions06()
62 … test("ExampleSupervision01") { kotlinx.coroutines.guide.exampleSupervision01.main() }.verifyLines( in testExampleSupervision01()
72 … test("ExampleSupervision02") { kotlinx.coroutines.guide.exampleSupervision02.main() }.verifyLines( in testExampleSupervision02()
82 … test("ExampleSupervision03") { kotlinx.coroutines.guide.exampleSupervision03.main() }.verifyLines( in testExampleSupervision03()
DCancellationGuideTest.kt2 package kotlinx.coroutines.guide.test
10 test("ExampleCancel01") { kotlinx.coroutines.guide.exampleCancel01.main() }.verifyLines( in testExampleCancel01()
21 test("ExampleCancel02") { kotlinx.coroutines.guide.exampleCancel02.main() }.verifyLines( in testExampleCancel02()
34 test("ExampleCancel04") { kotlinx.coroutines.guide.exampleCancel04.main() }.verifyLines( in testExampleCancel04()
45 test("ExampleCancel05") { kotlinx.coroutines.guide.exampleCancel05.main() }.verifyLines( in testExampleCancel05()
57 test("ExampleCancel06") { kotlinx.coroutines.guide.exampleCancel06.main() }.verifyLines( in testExampleCancel06()
70 … test("ExampleCancel07") { kotlinx.coroutines.guide.exampleCancel07.main() }.verifyLinesStartWith( in testExampleCancel07()
80 test("ExampleCancel08") { kotlinx.coroutines.guide.exampleCancel08.main() }.verifyLines( in testExampleCancel08()
90 test("ExampleCancel10") { kotlinx.coroutines.guide.exampleCancel10.main() }.verifyLines( in testExampleCancel10()
DBasicsGuideTest.kt2 package kotlinx.coroutines.guide.test in <lambda>()
10 test("ExampleBasic01") { kotlinx.coroutines.guide.exampleBasic01.main() }.verifyLines( in <lambda>()
18 test("ExampleBasic02") { kotlinx.coroutines.guide.exampleBasic02.main() }.verifyLines( in <lambda>()
26 test("ExampleBasic03") { kotlinx.coroutines.guide.exampleBasic03.main() }.verifyLines( in <lambda>()
34 test("ExampleBasic04") { kotlinx.coroutines.guide.exampleBasic04.main() }.verifyLines( in <lambda>()
44 test("ExampleBasic05") { kotlinx.coroutines.guide.exampleBasic05.main() }.verifyLines( in <lambda>()
53 test("ExampleBasic06") { kotlinx.coroutines.guide.exampleBasic06.main() }.also { lines -> in <lambda>()
DComposingGuideTest.kt2 package kotlinx.coroutines.guide.test
10 …test("ExampleCompose01") { kotlinx.coroutines.guide.exampleCompose01.main() }.verifyLinesArbitrary… in testExampleCompose01()
18 …test("ExampleCompose02") { kotlinx.coroutines.guide.exampleCompose02.main() }.verifyLinesArbitrary… in testExampleCompose02()
26 …test("ExampleCompose03") { kotlinx.coroutines.guide.exampleCompose03.main() }.verifyLinesArbitrary… in testExampleCompose03()
34 …test("ExampleCompose04") { kotlinx.coroutines.guide.exampleCompose04.main() }.verifyLinesArbitrary… in testExampleCompose04()
42 …test("ExampleCompose05") { kotlinx.coroutines.guide.exampleCompose05.main() }.verifyLinesArbitrary… in testExampleCompose05()
50 test("ExampleCompose06") { kotlinx.coroutines.guide.exampleCompose06.main() }.verifyLines( in testExampleCompose06()
DSharedStateGuideTest.kt2 package kotlinx.coroutines.guide.test
10 test("ExampleSync01") { kotlinx.coroutines.guide.exampleSync01.main() }.verifyLinesStart( in testExampleSync01()
18 test("ExampleSync02") { kotlinx.coroutines.guide.exampleSync02.main() }.verifyLinesStart( in testExampleSync02()
26 … test("ExampleSync03") { kotlinx.coroutines.guide.exampleSync03.main() }.verifyLinesArbitraryTime( in testExampleSync03()
34 … test("ExampleSync04") { kotlinx.coroutines.guide.exampleSync04.main() }.verifyLinesArbitraryTime( in testExampleSync04()
42 … test("ExampleSync05") { kotlinx.coroutines.guide.exampleSync05.main() }.verifyLinesArbitraryTime( in testExampleSync05()
50 … test("ExampleSync06") { kotlinx.coroutines.guide.exampleSync06.main() }.verifyLinesArbitraryTime( in testExampleSync06()
/external/robolectric/resources/src/main/java/org/robolectric/res/android/
DAConfiguration.java11 * href="@dacRoot/guide/topics/resources/providing-resources.html#OrientationQualifier">port</a>
18 * href="@dacRoot/guide/topics/resources/providing-resources.html#OrientationQualifier">land</a>
33 … * href="@dacRoot/guide/topics/resources/providing-resources.html#TouchscreenQualifier">notouch</a>
45 * href="@dacRoot/guide/topics/resources/providing-resources.html#TouchscreenQualifier">finger</a>
55 * href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">ldpi</a>
62 * href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">mdpi</a>
69 * href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">tvdpi</a>
76 * href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">hdpi</a>
83 * href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">xhdpi</a>
90 * href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">xxhdpi</a>
[all …]
/external/accompanist/
Dmkdocs.yml19 - 'Guide': insets.md
22 - 'Guide': systemuicontroller.md
25 - 'Guide': appcompat-theme.md
28 - 'Guide': themeadapter-appcompat.md
31 - 'Guide': themeadapter-material.md
34 - 'Guide': themeadapter-material3.md
37 - 'Guide': themeadapter-core.md
40 - 'Guide': pager.md
43 - 'Guide': swiperefresh.md
46 - 'Guide': placeholder.md
[all …]
/external/google-styleguide/
DREADME.md4 Every major open-source project has its own style guide: a set of conventions
16 This project holds the [C++ Style Guide][cpp], [Objective-C Style Guide][objc],
17 [Java Style Guide][java], [Python Style Guide][py], [R Style Guide][r],
18 [Shell Style Guide][sh], [HTML/CSS Style Guide][htmlcss],
19 [JavaScript Style Guide][js], [AngularJS Style Guide][angular],
20 [Common Lisp Style Guide][cl], and [Vimscript Style Guide][vim]. This project
21 also contains [cpplint][cpplint], a tool to assist with style guide compliance,
25 Document Format Style Guide][xml] may be helpful. In addition to actual style
/external/pigweed/docs/style/
Dwriting.rst4 Writing style guide
11 This style guide explains how you should style written content that's published
24 This style guide applies to all written content that's published to
31 This style guide is narrowly focused on writing conventions such as how to
39 .. _Google developer documentation style guide: https://developers.google.com/style
42 1. Check if this writing style guide answers your style question.
43 2. If you don't find an answer in this guide, check the
44 `Google developer documentation style guide`_ (GDDSG). If the GDDSG answers
46 3. If neither this guide nor the GDDSG answers your question, `create an issue`_
47 in the Pigweed tracker. The answer will either get added to this guide or to
[all …]
/external/tensorflow/tensorflow/lite/g3doc/
D_book.yaml17 - name: "Guide"
20 path: /lite/guide
22 path: /lite/guide/inference
69 path: /lite/guide/build_ios
71 path: /lite/guide/build_arm
73 path: /lite/guide/build_cmake
76 path: /lite/guide/build_cmake_arm
78 path: /lite/guide/build_cmake_pip
80 path: /lite/guide/reduce_binary_size
85 path: /lite/guide/faq
[all …]
/external/pigweed/pw_ide/
DBUILD.gn26 "guide/cli.rst",
27 "guide/index.rst",
28 "guide/vscode/code_intelligence.rst",
29 "guide/vscode/development.rst",
30 "guide/vscode/extension_enforcement.rst",
31 "guide/vscode/index.rst",
32 "guide/vscode/legacy.rst",
33 "guide/vscode/troubleshooting.rst",
DBUILD.bazel27 "guide/cli.rst",
28 "guide/index.rst",
29 "guide/vscode/code_intelligence.rst",
30 "guide/vscode/development.rst",
31 "guide/vscode/extension_enforcement.rst",
32 "guide/vscode/index.rst",
33 "guide/vscode/legacy.rst",
34 "guide/vscode/troubleshooting.rst",
/external/pigweed/pw_ide/guide/vscode/
Dindex.rst1 .. _module-pw_ide-guide-vscode:
34 …In the meantime, bootstrap projects can use the :ref:`command-line interface<module-pw_ide-guide-c…
35 with the :ref:`legacy support for Visual Studio Code<module-pw_ide-guide-vscode-legacy>`.
87 Learn more about using and configuring code intelligence :ref:`here<module-pw_ide-guide-vscode-code…
96 …telligence for source files not in the target's build graph<module-pw_ide-guide-vscode-settings-di…
125 :ref:`settings sync command<module-pw_ide-guide-vscode-commands-sync-settings>`.
147 :ref:`extension enforcement<module-pw_ide-guide-vscode-extension-enforcement>`.
154 .. _module-pw_ide-guide-vscode-commands-sync-settings:
165 .. _module-pw_ide-guide-vscode-commands-open-output-panel:
172 .. _module-pw_ide-guide-vscode-commands-refresh-compile-commands:
[all …]
/external/tensorflow/tensorflow/lite/g3doc/examples/convert/
Dconvert_models.md8 Note: This guide assumes you've both
12 [migrating to TensorFlow 2.x](https://www.tensorflow.org/guide/migrate/tflite).
50 a [SavedModel](https://www.tensorflow.org/guide/saved_model).
52 [Keras](https://www.tensorflow.org/guide/keras/overview) model.
54 [concrete functions](https://www.tensorflow.org/guide/intro_to_graphs).
61 [SavedModel](https://www.tensorflow.org/guide/saved_model) into a TensorFlow
79 [Keras](https://www.tensorflow.org/guide/keras/overview) model into a TensorFlow
107 [concrete functions](https://www.tensorflow.org/guide/intro_to_graphs) into a
151 https://www.tensorflow.org/lite/guide/ops_select. TF Select ops: ..., ..,
156 [using the TF op in the TFLite model](../../guide/ops_select.md)
[all …]
Dindex.md39 * [SavedModel](https://www.tensorflow.org/guide/saved_model)
41 * [Keras model](https://www.tensorflow.org/guide/keras/overview):
43 * [Keras H5 format](https://www.tensorflow.org/guide/keras/save_and_serialize#keras_h5_format):
45 * [Models built from concrete functions](https://www.tensorflow.org/guide/intro_to_graphs):
68 [operator compatibility](../../guide/ops_compatibility) guide
85 [TensorFlow Lite Converter](convert_models) guide for step by step
107 * See the [Model compatibility overview](../../guide/ops_compatibility)
111 refactoring your model, such as the [Select operators](../../guide/ops_select)
112 guide.
123 [Model Analyzer guide](https://www.tensorflow.org/lite/guide/model_analyzer)
/external/cronet/tot/third_party/libc++/src/test/std/containers/container.adaptors/flat.map/flat.map.cons/
Ddeduct.verify.cpp33 …// expected-error-re@-1{{{{no viable constructor or deduction guide for deduction of template argu… in test()
39 …// expected-error-re@-1{{{{no viable constructor or deduction guide for deduction of template argu… in test()
44 …// expected-error-re@-1{{{{no viable constructor or deduction guide for deduction of template argu… in test()
49 …// expected-error-re@-1{{{{no viable constructor or deduction guide for deduction of template argu… in test()
54 …// expected-error-re@-1{{{{no viable constructor or deduction guide for deduction of template argu… in test()
59 …// expected-error-re@-1{{{{no viable constructor or deduction guide for deduction of template argu… in test()
65 …// expected-error-re@-1{{{{no viable constructor or deduction guide for deduction of template argu… in test()
70 …// expected-error-re@-1{{{{no viable constructor or deduction guide for deduction of template argu… in test()
75 …// expected-error-re@-1{{{{no viable constructor or deduction guide for deduction of template argu… in test()
80 …// expected-error-re@-1{{{{no viable constructor or deduction guide for deduction of template argu… in test()
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/containers/container.adaptors/flat.map/flat.map.cons/
Ddeduct.verify.cpp33 …// expected-error-re@-1{{{{no viable constructor or deduction guide for deduction of template argu… in test()
39 …// expected-error-re@-1{{{{no viable constructor or deduction guide for deduction of template argu… in test()
44 …// expected-error-re@-1{{{{no viable constructor or deduction guide for deduction of template argu… in test()
49 …// expected-error-re@-1{{{{no viable constructor or deduction guide for deduction of template argu… in test()
54 …// expected-error-re@-1{{{{no viable constructor or deduction guide for deduction of template argu… in test()
59 …// expected-error-re@-1{{{{no viable constructor or deduction guide for deduction of template argu… in test()
65 …// expected-error-re@-1{{{{no viable constructor or deduction guide for deduction of template argu… in test()
70 …// expected-error-re@-1{{{{no viable constructor or deduction guide for deduction of template argu… in test()
75 …// expected-error-re@-1{{{{no viable constructor or deduction guide for deduction of template argu… in test()
80 …// expected-error-re@-1{{{{no viable constructor or deduction guide for deduction of template argu… in test()
[all …]
/external/abseil-cpp/
DUPGRADES.md4 [Compatibility Guidelines][compatibility-guide], we will aim to provide a tool
8 These tools will be listed on the [C++ Upgrade Tools][upgrade-tools] guide on
11 For more information, the [C++ Automated Upgrade Guide][api-upgrades-guide]
14 [compatibility-guide]: https://abseil.io/about/compatibility
15 [api-upgrades-guide]: https://abseil.io/docs/cpp/tools/api-upgrades
/external/angle/third_party/abseil-cpp/
DUPGRADES.md4 [Compatibility Guidelines][compatibility-guide], we will aim to provide a tool
8 These tools will be listed on the [C++ Upgrade Tools][upgrade-tools] guide on
11 For more information, the [C++ Automated Upgrade Guide][api-upgrades-guide]
14 [compatibility-guide]: https://abseil.io/about/compatibility
15 [api-upgrades-guide]: https://abseil.io/docs/cpp/tools/api-upgrades
/external/cronet/stable/third_party/abseil-cpp/
DUPGRADES.md4 [Compatibility Guidelines][compatibility-guide], we will aim to provide a tool
8 These tools will be listed on the [C++ Upgrade Tools][upgrade-tools] guide on
11 For more information, the [C++ Automated Upgrade Guide][api-upgrades-guide]
14 [compatibility-guide]: https://abseil.io/about/compatibility
15 [api-upgrades-guide]: https://abseil.io/docs/cpp/tools/api-upgrades
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/
DUPGRADES.md4 [Compatibility Guidelines][compatibility-guide], we will aim to provide a tool
8 These tools will be listed on the [C++ Upgrade Tools][upgrade-tools] guide on
11 For more information, the [C++ Automated Upgrade Guide][api-upgrades-guide]
14 [compatibility-guide]: https://abseil.io/about/compatibility
15 [api-upgrades-guide]: https://abseil.io/docs/cpp/tools/api-upgrades
/external/cronet/tot/third_party/abseil-cpp/
DUPGRADES.md4 [Compatibility Guidelines][compatibility-guide], we will aim to provide a tool
8 These tools will be listed on the [C++ Upgrade Tools][upgrade-tools] guide on
11 For more information, the [C++ Automated Upgrade Guide][api-upgrades-guide]
14 [compatibility-guide]: https://abseil.io/about/compatibility
15 [api-upgrades-guide]: https://abseil.io/docs/cpp/tools/api-upgrades

12345678910>>...225