| /external/mbedtls/tests/scripts/ | 
| D | generate_test_code.py | 933                    c_file, snippets):  argument 945     snippets['test_file'] = c_file 946     snippets['test_main_file'] = template_file 947     snippets['test_case_file'] = funcs_file 948     snippets['test_case_data_file'] = data_file 952                                out_data_file, snippets):  argument 967         snippets['test_common_helper_file'] = helpers_file 968         snippets['test_common_helpers'] = help_f.read() 969         snippets['test_platform_file'] = platform_file 970         snippets['platform_code'] = platform_f.read().replace( [all …] 
 | 
| /external/openthread/third_party/mbedtls/repo/tests/scripts/ | 
| D | generate_test_code.py | 927                    c_file, snippets):  argument 939     snippets['test_file'] = c_file 940     snippets['test_main_file'] = template_file 941     snippets['test_case_file'] = funcs_file 942     snippets['test_case_data_file'] = data_file 946                                out_data_file, snippets):  argument 961         snippets['test_common_helper_file'] = helpers_file 962         snippets['test_common_helpers'] = help_f.read() 963         snippets['test_platform_file'] = platform_file 964         snippets['platform_code'] = platform_f.read().replace( [all …] 
 | 
| /external/mobly-bundled-snippets/ | 
| D | METADATA | 1 name: "mobly-bundled-snippets" 10     value: "https://github.com/google/mobly-bundled-snippets" 14     value: "https://github.com/google/mobly-bundled-snippets"
  | 
| D | README.md | 6 of APIs, feel free to file a request in [Issues](https://github.com/google/mobly-bundled-snippets/i… 13 1.  Compile and install the bundled snippets 16         adb install -d -r -g ./build/outputs/apk/debug/mobly-bundled-snippets-debug.apk 18 1.  Use the Mobly snippet shell to interact with the bundled snippets 29 1.  To use these snippets within Mobly tests, load it on your AndroidDevice objects
  | 
| D | Android.bp | 20     name: "mobly-bundled-snippets", 22         "mobly-bundled-snippets-lib", 32     name: "mobly-bundled-snippets-lib",
  | 
| /external/mobly-snippet-lib/ | 
| D | README.md | 24 invoked this way are called `snippets`. 28 of an existing apk. This allows you to write snippets that instrument or 36 for snippets that interact with a main app's classes, such as Espresso snippets, 41 to trigger snippets. The server's handler locates the corresponding methods by 59     snippets that automate the UI actions using UIAutomator. Unlike Espresso
  | 
| /external/python/cpython2/Lib/test/ | 
| D | test_transformer.py | 14         snippets = ['a, b = 1, 2', 18         for s in snippets:
  | 
| /external/angle/third_party/vulkan_memory_allocator/docs/html/ | 
| D | doxygen.css | 231 a.code.hl_class { /* style for links to class names in code snippets */ } 232 a.code.hl_struct { /* style for links to struct names in code snippets */ } 233 a.code.hl_union { /* style for links to union names in code snippets */ } 234 a.code.hl_interface { /* style for links to interface names in code snippets */ } 235 a.code.hl_protocol { /* style for links to protocol names in code snippets */ } 236 a.code.hl_category { /* style for links to category names in code snippets */ } 237 a.code.hl_exception { /* style for links to exception names in code snippets */ } 238 a.code.hl_service { /* style for links to service names in code snippets */ } 239 a.code.hl_singleton { /* style for links to singleton names in code snippets */ } 240 a.code.hl_concept { /* style for links to concept names in code snippets */ } [all …] 
 | 
| /external/spdx-tools/docs/ | 
| D | jsonloader.md | 13 …snippets have a property "snippetFromFile" which has the SPDX identifier of the file to which the …
  | 
| /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ | 
| D | vktSpvAsmFloatControlsTests.cpp | 2882 		TypeSnippetsSP		snippets;  member 2898 	m_typeData[FP16].snippets		= TypeSnippetsSP(new TypeSnippets<deFloat16>);  in TestGroupBuilderBase() 2902 	m_typeData[FP32].snippets		= TypeSnippetsSP(new TypeSnippets<float>);  in TestGroupBuilderBase() 2906 	m_typeData[FP64].snippets		= TypeSnippetsSP(new TypeSnippets<double>);  in TestGroupBuilderBase() 2924 	const TypeSnippetsSP	outTypeSnippets	= m_typeData.at(outFloatType).snippets;  in specializeOperation() 2932 	TypeSnippetsSP inTypeSnippets = m_typeData.at(inFloatType).snippets;  in specializeOperation() 3757 		capabilities	+= fp64Data.snippets->capabilities;  in fillShaderSpec() 3761 						   fp64Data.snippets->multiOutputAnnotationsSnippet +  in fillShaderSpec() 3763 		types			+= fp64Data.snippets->minTypeDefinitionsSnippet;  in fillShaderSpec() 3765 		outDefinitions	+= fp64Data.snippets->multiOutputDefinitionsSnippet;  in fillShaderSpec() [all …] 
 | 
| /external/eigen/unsupported/ | 
| D | README.txt | 41 unsupported/doc/snippets/.cpp   <- code snippets for the doc
  | 
| /external/mobly-snippet-lib/third_party/sl4a/src/main/java/com/google/android/mobly/snippet/manager/ | 
| D | SnippetManager.java | 209         String snippets = findMetadata(context).getString(TAG_NAME_SNIPPET_LIST);  in findSnippetClassesFromMetadata()  local 210         if (snippets == null) {  in findSnippetClassesFromMetadata() 217         String[] snippetClassNames = snippets.split("\\s*,\\s*");  in findSnippetClassesFromMetadata()
  | 
| /external/pigweed/pw_console/py/pw_console/ | 
| D | console_prefs.py | 325     def snippets(self) -> Dict:  member in ConsolePrefs 338         all_descriptions.extend(self.snippets.keys()) 347         all_snippets.extend(self.snippets.items())
  | 
| /external/rust/crates/protobuf-codegen/src/gen/rust/ | 
| D | mod.rs | 8 pub(crate) mod snippets;  module
  | 
| /external/eigen/unsupported/doc/ | 
| D | CMakeLists.txt | 4 add_subdirectory(snippets)
  | 
| /external/python/python-api-core/ | 
| D | CONTRIBUTING.rst | 157 Samples and code snippets 160 Code samples and snippets live in the `samples/` catalogue. Feel free to 164 base it on the `samples/snippets` folder (providing `noxfile.py` and 173    $ cd samples/snippets 177    $ cd samples/snippets
  | 
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_includes/search-providers/default/ | 
| D | search-data.js | 8       {%- include snippets/prepend-baseurl.html path=_article.url -%}
  | 
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_includes/search-providers/default/ | 
| D | search-data.js | 8       {%- include snippets/prepend-baseurl.html path=_article.url -%}
  | 
| /external/python/google-api-python-client/ | 
| D | CONTRIBUTING.rst | 181 Samples and code snippets 184 Code samples and snippets live in the `samples/` catalogue. Feel free to 188 base it on the `samples/snippets` folder (providing `noxfile.py` and 197    $ cd samples/snippets 201    $ cd samples/snippets
  | 
| /external/eigen/doc/ | 
| D | CMakeLists.txt | 13 # some examples and snippets needs c++11, so let's check it once 83 add_subdirectory(snippets)
  | 
| /external/eigen/unsupported/doc/snippets/ | 
| D | CMakeLists.txt | 10   configure_file(${PROJECT_SOURCE_DIR}/doc/snippets/compile_snippet.cpp.in
  | 
| /external/mobly-snippet-lib/examples/ex7_default_and_optional_rpc/ | 
| D | build.gradle | 23     // this repo. For your own snippets, you'll want to use the regular
  | 
| /external/libchrome/mojo/public/java/bindings/ | 
| D | README.md | 8 This document provides a brief guide to API usage with example code snippets.
  | 
| /external/mobly-snippet-lib/examples/ex6_complex_type_conversion/ | 
| D | build.gradle | 23     // this repo. For your own snippets, you'll want to use the regular
  | 
| /external/rust/crates/protobuf-codegen/src/gen/field/ | 
| D | repeated.rs | 3 use crate::gen::rust::snippets::EXPR_VEC_NEW;
  |