| /external/robolectric/resources/src/main/java/org/robolectric/res/android/ |
| D | AConfiguration.java | 9 … * <a href="@dacRoot/guide/topics/resources/providing-resources.html#OrientationQualifier">port</a> 15 … * <a href="@dacRoot/guide/topics/resources/providing-resources.html#OrientationQualifier">land</a> 26 …* <a href="@dacRoot/guide/topics/resources/providing-resources.html#TouchscreenQualifier">notouch<… 35 …* <a href="@dacRoot/guide/topics/resources/providing-resources.html#TouchscreenQualifier">finger</… 43 * <a href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">ldpi</a> 49 * <a href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">mdpi</a> 55 * <a href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">tvdpi</a> 61 * <a href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">hdpi</a> 67 * <a href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">xhdpi</a> 73 * <a href="@dacRoot/guide/topics/resources/providing-resources.html#DensityQualifier">xxhdpi</a> [all …]
|
| /external/cldr/common/annotationsDerived/ |
| D | en_001.xml | 87 …">accessibility | blind | light skin tone | person with guide cane | person with guide cane: … 88 <annotation cp="" type="tts">person with guide cane: light skin tone</annotation> 89 …accessibility | blind | medium-light skin tone | person with guide cane | person with guide cane: … 90 <annotation cp="" type="tts">person with guide cane: medium-light skin tone</annotation> 91 …">accessibility | blind | medium skin tone | person with guide cane | person with guide cane: … 92 <annotation cp="" type="tts">person with guide cane: medium skin tone</annotation> 93 …>accessibility | blind | medium-dark skin tone | person with guide cane | person with guide cane: … 94 <annotation cp="" type="tts">person with guide cane: medium-dark skin tone</annotation> 95 …">accessibility | blind | dark skin tone | person with guide cane | person with guide cane: … 96 <annotation cp="" type="tts">person with guide cane: dark skin tone</annotation> [all …]
|
| /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 | 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 | 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 | 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("ExampleCancel04") { kotlinx.coroutines.guide.exampleCancel04.main() }.verifyLines( in testExampleCancel04() 49 test("ExampleCancel05") { kotlinx.coroutines.guide.exampleCancel05.main() }.verifyLines( in testExampleCancel05() 61 test("ExampleCancel06") { kotlinx.coroutines.guide.exampleCancel06.main() }.verifyLines( in testExampleCancel06() 74 … test("ExampleCancel07") { kotlinx.coroutines.guide.exampleCancel07.main() }.verifyLinesStartWith( in testExampleCancel07() 84 test("ExampleCancel08") { kotlinx.coroutines.guide.exampleCancel08.main() }.verifyLines( in testExampleCancel08() 94 test("ExampleCancel10") { kotlinx.coroutines.guide.exampleCancel10.main() }.verifyLines( in testExampleCancel10()
|
| 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()
|
| 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>() 48 test("ExampleBasic05") { kotlinx.coroutines.guide.exampleBasic05.main() }.verifyLines( in <lambda>() 57 test("ExampleBasic06") { kotlinx.coroutines.guide.exampleBasic06.main() }.also { lines -> in <lambda>()
|
| 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()
|
| /external/accompanist/ |
| D | mkdocs.yml | 19 - '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/ |
| D | README.md | 4 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/ |
| D | writing.rst | 4 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.yaml | 17 - 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/tensorflow/tensorflow/lite/g3doc/examples/convert/ |
| D | convert_models.md | 8 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 …]
|
| D | index.md | 39 * [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/rust/crates/ring/src/ec/suite_b/ |
| D | private_key.rs | 43 // [NSA Suite B Implementer's Guide to ECDSA] Appendix A.1.2, and in generate_private_scalar_bytes() 44 // [NSA Suite B Implementer's Guide to NIST SP 800-56A] Appendix B.2, in generate_private_scalar_bytes() 47 // [NSA Suite B Implementer's Guide to ECDSA]: doc/ecdsa.pdf. in generate_private_scalar_bytes() 48 // [NSA Suite B Implementer's Guide to NIST SP 800-56A]: doc/ecdh.pdf. in generate_private_scalar_bytes() 50 // TODO: The NSA guide also suggests, in appendix B.1, another mechanism in generate_private_scalar_bytes() 63 // NSA Guide Steps 1, 2, and 3. in generate_private_scalar_bytes() 68 // NSA Guide Step 4. in generate_private_scalar_bytes() 74 // NSA Guide Steps 5, 6, and 7. in generate_private_scalar_bytes() 79 // NSA Guide Step 8 is done in `public_from_private()`. in generate_private_scalar_bytes() 81 // NSA Guide Step 9. in generate_private_scalar_bytes() [all …]
|
| /external/rust/crates/rustix/src/net/ |
| D | socket.rs | 22 /// - [Beej's Guide to Network Programming] 34 /// [Beej's Guide to Network Programming]: https://beej.us/guide/bgnet/html/split/system-calls-or-b… 65 /// - [Beej's Guide to Network Programming] 77 /// [Beej's Guide to Network Programming]: https://beej.us/guide/bgnet/html/split/system-calls-or-b… 102 /// - [Beej's Guide to Network Programming] 114 /// [Beej's Guide to Network Programming]: https://beej.us/guide/bgnet/html/split/system-calls-or-b… 139 /// - [Beej's Guide to Network Programming] 151 /// [Beej's Guide to Network Programming]: https://beej.us/guide/bgnet/html/split/system-calls-or-b… 182 /// - [Beej's Guide to Network Programming] 194 /// [Beej's Guide to Network Programming]: https://beej.us/guide/bgnet/html/split/system-calls-or-b… [all …]
|
| /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/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/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/cronet/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/tensorflow/third_party/absl/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/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/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
|