Home
last modified time | relevance | path

Searched refs:snippets (Results 1 – 25 of 127) sorted by relevance

123456

/external/mbedtls/tests/scripts/
Dgenerate_test_code.py933 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/
Dgenerate_test_code.py927 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/
DMETADATA1 name: "mobly-bundled-snippets"
10 value: "https://github.com/google/mobly-bundled-snippets"
14 value: "https://github.com/google/mobly-bundled-snippets"
DREADME.md6 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
DAndroid.bp20 name: "mobly-bundled-snippets",
22 "mobly-bundled-snippets-lib",
32 name: "mobly-bundled-snippets-lib",
/external/mobly-snippet-lib/
DREADME.md24 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/
Dtest_transformer.py14 snippets = ['a, b = 1, 2',
18 for s in snippets:
/external/angle/third_party/vulkan_memory_allocator/docs/html/
Ddoxygen.css231 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/
Djsonloader.md13snippets have a property "snippetFromFile" which has the SPDX identifier of the file to which the …
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmFloatControlsTests.cpp2882 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/
DREADME.txt41 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/
DSnippetManager.java209 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/
Dconsole_prefs.py325 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/
Dmod.rs8 pub(crate) mod snippets; module
/external/eigen/unsupported/doc/
DCMakeLists.txt4 add_subdirectory(snippets)
/external/python/python-api-core/
DCONTRIBUTING.rst157 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/
Dsearch-data.js8 {%- include snippets/prepend-baseurl.html path=_article.url -%}
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_includes/search-providers/default/
Dsearch-data.js8 {%- include snippets/prepend-baseurl.html path=_article.url -%}
/external/python/google-api-python-client/
DCONTRIBUTING.rst181 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/
DCMakeLists.txt13 # some examples and snippets needs c++11, so let's check it once
83 add_subdirectory(snippets)
/external/eigen/unsupported/doc/snippets/
DCMakeLists.txt10 configure_file(${PROJECT_SOURCE_DIR}/doc/snippets/compile_snippet.cpp.in
/external/mobly-snippet-lib/examples/ex7_default_and_optional_rpc/
Dbuild.gradle23 // this repo. For your own snippets, you'll want to use the regular
/external/libchrome/mojo/public/java/bindings/
DREADME.md8 This document provides a brief guide to API usage with example code snippets.
/external/mobly-snippet-lib/examples/ex6_complex_type_conversion/
Dbuild.gradle23 // this repo. For your own snippets, you'll want to use the regular
/external/rust/crates/protobuf-codegen/src/gen/field/
Drepeated.rs3 use crate::gen::rust::snippets::EXPR_VEC_NEW;

123456