/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/test/ |
D | FlowGuideTest.kt | 6 package kotlinx.coroutines.guide.test 14 test("ExampleFlow01") { kotlinx.coroutines.guide.exampleFlow01.main() }.verifyLines( in testExampleFlow01() 23 test("ExampleFlow02") { kotlinx.coroutines.guide.exampleFlow02.main() }.verifyLines( in testExampleFlow02() 32 test("ExampleFlow03") { kotlinx.coroutines.guide.exampleFlow03.main() }.verifyLines( in testExampleFlow03() 41 test("ExampleFlow04") { kotlinx.coroutines.guide.exampleFlow04.main() }.verifyLines( in testExampleFlow04() 53 test("ExampleFlow05") { kotlinx.coroutines.guide.exampleFlow05.main() }.verifyLines( in testExampleFlow05() 70 test("ExampleFlow06") { kotlinx.coroutines.guide.exampleFlow06.main() }.verifyLines( in testExampleFlow06() 81 test("ExampleFlow07") { kotlinx.coroutines.guide.exampleFlow07.main() }.verifyLines( in testExampleFlow07() 90 test("ExampleFlow08") { kotlinx.coroutines.guide.exampleFlow08.main() }.verifyLines( in testExampleFlow08() 99 test("ExampleFlow09") { kotlinx.coroutines.guide.exampleFlow09.main() }.verifyLines( in testExampleFlow09() [all …]
|
D | DispatcherGuideTest.kt | 6 package kotlinx.coroutines.guide.test in <lambda>() 14 …test("ExampleContext01") { kotlinx.coroutines.guide.exampleContext01.main() }.verifyLinesStartUnor… in <lambda>() 24 … test("ExampleContext02") { kotlinx.coroutines.guide.exampleContext02.main() }.verifyLinesStart( in <lambda>() 34 …test("ExampleContext03") { kotlinx.coroutines.guide.exampleContext03.main() }.verifyLinesFlexibleT… in <lambda>() 43 test("ExampleContext04") { kotlinx.coroutines.guide.exampleContext04.main() }.verifyLines( in <lambda>() 52 … test("ExampleContext05") { kotlinx.coroutines.guide.exampleContext05.main() }.also { lines -> in <lambda>() 59 test("ExampleContext06") { kotlinx.coroutines.guide.exampleContext06.main() }.verifyLines( in <lambda>() 69 test("ExampleContext07") { kotlinx.coroutines.guide.exampleContext07.main() }.verifyLines( in <lambda>() 80 …test("ExampleContext08") { kotlinx.coroutines.guide.exampleContext08.main() }.verifyLinesFlexibleT… in <lambda>() 90 …test("ExampleContext09") { kotlinx.coroutines.guide.exampleContext09.main() }.verifyLinesFlexibleT… in <lambda>() [all …]
|
D | ChannelsGuideTest.kt | 6 package kotlinx.coroutines.guide.test in <lambda>() 14 test("ExampleChannel01") { kotlinx.coroutines.guide.exampleChannel01.main() }.verifyLines( in <lambda>() 26 test("ExampleChannel02") { kotlinx.coroutines.guide.exampleChannel02.main() }.verifyLines( in <lambda>() 38 test("ExampleChannel03") { kotlinx.coroutines.guide.exampleChannel03.main() }.verifyLines( in <lambda>() 50 test("ExampleChannel04") { kotlinx.coroutines.guide.exampleChannel04.main() }.verifyLines( in <lambda>() 62 test("ExampleChannel05") { kotlinx.coroutines.guide.exampleChannel05.main() }.verifyLines( in <lambda>() 78 … test("ExampleChannel06") { kotlinx.coroutines.guide.exampleChannel06.main() }.also { lines -> in <lambda>() 85 test("ExampleChannel07") { kotlinx.coroutines.guide.exampleChannel07.main() }.verifyLines( in <lambda>() 97 test("ExampleChannel08") { kotlinx.coroutines.guide.exampleChannel08.main() }.verifyLines( in <lambda>() 108 test("ExampleChannel09") { kotlinx.coroutines.guide.exampleChannel09.main() }.verifyLines( in <lambda>() [all …]
|
D | ExceptionsGuideTest.kt | 6 package kotlinx.coroutines.guide.test 14 …test("ExampleExceptions01") { kotlinx.coroutines.guide.exampleExceptions01.main() }.verifyExceptio… in testExampleExceptions01() 25 … test("ExampleExceptions02") { kotlinx.coroutines.guide.exampleExceptions02.main() }.verifyLines( in testExampleExceptions02() 32 … test("ExampleExceptions03") { kotlinx.coroutines.guide.exampleExceptions03.main() }.verifyLines( in testExampleExceptions03() 41 … test("ExampleExceptions04") { kotlinx.coroutines.guide.exampleExceptions04.main() }.verifyLines( in testExampleExceptions04() 51 … test("ExampleExceptions05") { kotlinx.coroutines.guide.exampleExceptions05.main() }.verifyLines( in testExampleExceptions05() 58 … test("ExampleExceptions06") { kotlinx.coroutines.guide.exampleExceptions06.main() }.verifyLines( in testExampleExceptions06() 66 … test("ExampleSupervision01") { kotlinx.coroutines.guide.exampleSupervision01.main() }.verifyLines( in testExampleSupervision01() 76 … test("ExampleSupervision02") { kotlinx.coroutines.guide.exampleSupervision02.main() }.verifyLines( in testExampleSupervision02() 86 … test("ExampleSupervision03") { kotlinx.coroutines.guide.exampleSupervision03.main() }.verifyLines( in testExampleSupervision03()
|
D | BasicsGuideTest.kt | 6 package kotlinx.coroutines.guide.test in <lambda>() 14 test("ExampleBasic01") { kotlinx.coroutines.guide.exampleBasic01.main() }.verifyLines( in <lambda>() 22 test("ExampleBasic02") { kotlinx.coroutines.guide.exampleBasic02.main() }.verifyLines( in <lambda>() 30 test("ExampleBasic03") { kotlinx.coroutines.guide.exampleBasic03.main() }.verifyLines( in <lambda>() 38 test("ExampleBasic04") { kotlinx.coroutines.guide.exampleBasic04.main() }.verifyLines( in <lambda>() 46 test("ExampleBasic05") { kotlinx.coroutines.guide.exampleBasic05.main() }.verifyLines( in <lambda>() 54 test("ExampleBasic06") { kotlinx.coroutines.guide.exampleBasic06.main() }.verifyLines( in <lambda>() 64 test("ExampleBasic07") { kotlinx.coroutines.guide.exampleBasic07.main() }.verifyLines( in <lambda>() 72 test("ExampleBasic08") { kotlinx.coroutines.guide.exampleBasic08.main() }.also { lines -> in <lambda>() 79 test("ExampleBasic09") { kotlinx.coroutines.guide.exampleBasic09.main() }.verifyLines( in <lambda>()
|
D | CancellationGuideTest.kt | 6 package kotlinx.coroutines.guide.test 14 test("ExampleCancel01") { kotlinx.coroutines.guide.exampleCancel01.main() }.verifyLines( in testExampleCancel01() 25 test("ExampleCancel02") { kotlinx.coroutines.guide.exampleCancel02.main() }.verifyLines( in testExampleCancel02() 38 test("ExampleCancel03") { kotlinx.coroutines.guide.exampleCancel03.main() }.verifyLines( in testExampleCancel03() 49 test("ExampleCancel04") { kotlinx.coroutines.guide.exampleCancel04.main() }.verifyLines( in testExampleCancel04() 61 test("ExampleCancel05") { kotlinx.coroutines.guide.exampleCancel05.main() }.verifyLines( in testExampleCancel05() 74 … test("ExampleCancel06") { kotlinx.coroutines.guide.exampleCancel06.main() }.verifyLinesStartWith( in testExampleCancel06() 84 test("ExampleCancel07") { kotlinx.coroutines.guide.exampleCancel07.main() }.verifyLines( in testExampleCancel07() 94 test("ExampleCancel09") { kotlinx.coroutines.guide.exampleCancel09.main() }.verifyLines( in testExampleCancel09()
|
D | SharedStateGuideTest.kt | 6 package kotlinx.coroutines.guide.test 14 test("ExampleSync01") { kotlinx.coroutines.guide.exampleSync01.main() }.verifyLinesStart( in testExampleSync01() 22 test("ExampleSync02") { kotlinx.coroutines.guide.exampleSync02.main() }.verifyLinesStart( in testExampleSync02() 30 … test("ExampleSync03") { kotlinx.coroutines.guide.exampleSync03.main() }.verifyLinesArbitraryTime( in testExampleSync03() 38 … test("ExampleSync04") { kotlinx.coroutines.guide.exampleSync04.main() }.verifyLinesArbitraryTime( in testExampleSync04() 46 … test("ExampleSync05") { kotlinx.coroutines.guide.exampleSync05.main() }.verifyLinesArbitraryTime( in testExampleSync05() 54 … test("ExampleSync06") { kotlinx.coroutines.guide.exampleSync06.main() }.verifyLinesArbitraryTime( in testExampleSync06() 62 … test("ExampleSync07") { kotlinx.coroutines.guide.exampleSync07.main() }.verifyLinesArbitraryTime( in testExampleSync07()
|
D | ComposingGuideTest.kt | 6 package kotlinx.coroutines.guide.test 14 …test("ExampleCompose01") { kotlinx.coroutines.guide.exampleCompose01.main() }.verifyLinesArbitrary… in testExampleCompose01() 22 …test("ExampleCompose02") { kotlinx.coroutines.guide.exampleCompose02.main() }.verifyLinesArbitrary… in testExampleCompose02() 30 …test("ExampleCompose03") { kotlinx.coroutines.guide.exampleCompose03.main() }.verifyLinesArbitrary… in testExampleCompose03() 38 …test("ExampleCompose04") { kotlinx.coroutines.guide.exampleCompose04.main() }.verifyLinesArbitrary… in testExampleCompose04() 46 …test("ExampleCompose05") { kotlinx.coroutines.guide.exampleCompose05.main() }.verifyLinesArbitrary… in testExampleCompose05() 54 test("ExampleCompose06") { kotlinx.coroutines.guide.exampleCompose06.main() }.verifyLines( in testExampleCompose06()
|
D | SelectGuideTest.kt | 6 package kotlinx.coroutines.guide.test 14 test("ExampleSelect01") { kotlinx.coroutines.guide.exampleSelect01.main() }.verifyLines( in testExampleSelect01() 27 test("ExampleSelect02") { kotlinx.coroutines.guide.exampleSelect02.main() }.verifyLines( in testExampleSelect02() 41 test("ExampleSelect03") { kotlinx.coroutines.guide.exampleSelect03.main() }.verifyLines( in testExampleSelect03() 58 test("ExampleSelect04") { kotlinx.coroutines.guide.exampleSelect04.main() }.verifyLines( in testExampleSelect04() 66 test("ExampleSelect05") { kotlinx.coroutines.guide.exampleSelect05.main() }.verifyLines( in testExampleSelect05()
|
/external/openscreen/third_party/abseil/src/ |
D | UPGRADES.md | 4 [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/crates/grpcio-sys/grpc/third_party/abseil-cpp/ |
D | UPGRADES.md | 4 [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/libtextclassifier/abseil-cpp/ |
D | UPGRADES.md | 4 [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/ |
D | UPGRADES.md | 4 [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/webrtc/third_party/abseil-cpp/ |
D | UPGRADES.md | 4 [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/abseil-cpp/ |
D | UPGRADES.md | 4 [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/kotlinx.coroutines/docs/ |
D | knit.properties | 5 knit.package=kotlinx.coroutines.guide 6 knit.dir=../kotlinx-coroutines-core/jvm/test/guide/ 8 test.package=kotlinx.coroutines.guide.test 9 test.dir=../kotlinx-coroutines-core/jvm/test/guide/test/
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | google-objc-function-naming.m | 15 // must be in Pascal case as required by Google Objective-C style guide 20 // must be in Pascal case as required by Google Objective-C style guide 25 // must be in Pascal case as required by Google Objective-C style guide 30 // must be in Pascal case as required by Google Objective-C style guide 38 // required by Google Objective-C style guide 42 // in Pascal case as required by Google Objective-C style guide 58 // required by Google Objective-C style guide 65 // by Google Objective-C style guide
|
/external/tensorflow/tensorflow/python/autograph/g3doc/reference/ |
D | index.md | 19 * [AutoGraph guide](https://www.tensorflow.org/guide/function) 21 * [Eager guide](https://www.tensorflow.org/guide/eager)
|
/external/google-styleguide/docguide/ |
D | README.md | 1 # Google documentation guide 10 * [How to update this guide](https://goto.google.com/doc-guide), for Googlers.
|
/external/arm-trusted-firmware/docs/getting_started/ |
D | index.rst | 15 porting-guide 16 psci-lib-integration-guide 17 rt-svc-writers-guide
|
/external/python/cpython3/Doc/howto/ |
D | cporting.rst | 12 *Supporting Python 3: An in-depth guide*, a book on moving from Python 2 15 * The `Porting guide`_ from the *py3c* project provides opinionated 24 .. _Porting guide: https://py3c.readthedocs.io/en/latest/guide.html
|
/external/tensorflow/tensorflow/python/debug/examples/ |
D | README.md | 6 [this new location](../../../docs_src/guide/debugger.md). 9 [https://www.tensorflow.org/guide/debugger](https://www.tensorflow.org/guide/debugger).
|
/external/tensorflow/.github/ISSUE_TEMPLATE/ |
D | 20-documentation-issue.md | 14 contributor guide: https://www.tensorflow.org/community/contribute/docs 48 See the API guide: https://www.tensorflow.org/community/contribute/docs_ref 58 contributor guide: https://www.tensorflow.org/community/contribute/docs, 59 docs API guide: https://www.tensorflow.org/community/contribute/docs_ref and the 60 docs style guide: https://www.tensorflow.org/community/contribute/docs_style
|
/external/tensorflow/tensorflow/lite/g3doc/convert/ |
D | index.md | 41 a [SavedModel](https://www.tensorflow.org/guide/saved_model). 43 [Keras](https://www.tensorflow.org/guide/keras/overview) model. 45 [concrete functions](https://www.tensorflow.org/guide/intro_to_graphs). 53 [SavedModel](https://www.tensorflow.org/guide/saved_model). 55 [Keras](https://www.tensorflow.org/guide/keras/overview) model. 69 [SavedModel](https://www.tensorflow.org/guide/saved_model) into a TensorFlow 87 [Keras](https://www.tensorflow.org/guide/keras/overview) model into a TensorFlow 115 [concrete functions](https://www.tensorflow.org/guide/intro_to_graphs) into a 155 [create the TensorFlow Lite operator](../guide/ops_custom.md), otherwise 156 just [use TensorFlow operators](../guide/ops_select.md) in your [all …]
|
/external/llvm-project/clang/docs/ |
D | LibFormat.rst | 51 /// Returns a format style complying with Google's C++ style guide: 55 /// Returns a format style complying with Chromium's style guide: 63 /// Returns a format style complying with Mozilla's style guide 67 /// Returns a format style complying with Webkit's style guide: 71 /// Returns a format style complying with Microsoft's style guide:
|