Home
last modified time | relevance | path

Searched full:snippets (Results 1 – 25 of 412) sorted by relevance

12345678910>>...17

/external/spdx-tools/tvloader/parser2v1/
Dparse_snippet_test.go19 …file: &v2_1.File{FileName: "f1.txt", FileSPDXIdentifier: "f1", Snippets: map[common.ElementID]*…
25 parser.file.Snippets[sid1] = parser.snippet
27 // the File's Snippets should have this one only
28 if len(parser.file.Snippets) != 1 {
29 t.Errorf("Expected len(Snippets) to be 1, got %d", len(parser.file.Snippets))
31 if parser.file.Snippets["s1"] != s1 {
32 t.Errorf("Expected snippet %v in Snippets[s1], got %v", s1, parser.file.Snippets["s1"])
34 if parser.file.Snippets["s1"].SnippetSPDXIdentifier != sid1 {
35 …t.Errorf("expected snippet ID %s in Snippets[s1], got %s", sid1, parser.file.Snippets["s1"].Snippe…
55 // and the File's Snippets should be of size 2 and have these two
[all …]
/external/spdx-tools/tvloader/parser2v2/
Dparse_snippet_test.go19 …file: &v2_2.File{FileName: "f1.txt", FileSPDXIdentifier: "f1", Snippets: map[common.ElementID]*…
25 parser.file.Snippets[sid1] = parser.snippet
27 // the File's Snippets should have this one only
28 if len(parser.file.Snippets) != 1 {
29 t.Errorf("Expected len(Snippets) to be 1, got %d", len(parser.file.Snippets))
31 if parser.file.Snippets["s1"] != s1 {
32 t.Errorf("Expected snippet %v in Snippets[s1], got %v", s1, parser.file.Snippets["s1"])
34 if parser.file.Snippets["s1"].SnippetSPDXIdentifier != sid1 {
35 …t.Errorf("expected snippet ID %s in Snippets[s1], got %s", sid1, parser.file.Snippets["s1"].Snippe…
55 // and the File's Snippets should be of size 2 and have these two
[all …]
/external/spdx-tools/tvloader/parser2v3/
Dparse_snippet_test.go19 …file: &v2_3.File{FileName: "f1.txt", FileSPDXIdentifier: "f1", Snippets: map[common.ElementID]*…
25 parser.file.Snippets[sid1] = parser.snippet
27 // the File's Snippets should have this one only
28 if len(parser.file.Snippets) != 1 {
29 t.Errorf("Expected len(Snippets) to be 1, got %d", len(parser.file.Snippets))
31 if parser.file.Snippets["s1"] != s1 {
32 t.Errorf("Expected snippet %v in Snippets[s1], got %v", s1, parser.file.Snippets["s1"])
34 if parser.file.Snippets["s1"].SnippetSPDXIdentifier != sid1 {
35 …t.Errorf("expected snippet ID %s in Snippets[s1], got %s", sid1, parser.file.Snippets["s1"].Snippe…
55 // and the File's Snippets should be of size 2 and have these two
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_includes/head/
Dfavicon.html2 {%- include snippets/prepend-baseurl.html path='/assets/apple-touch-icon.png' -%}
5 {%- include snippets/prepend-baseurl.html path='/assets/favicon-32x32.png' -%}
8 {%- include snippets/prepend-baseurl.html path='/assets/favicon-16x16.png' -%}
11 {%- include snippets/prepend-baseurl.html path='/assets/site.webmanifest' -%}
14 {%- include snippets/prepend-baseurl.html path='/assets/safari-pinned-tab.svg' -%}
17 {%- include snippets/prepend-baseurl.html path='/assets/favicon.ico' -%}
22 {%- include snippets/prepend-baseurl.html path='/assets/browserconfig.xml' -%}
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_includes/head/
Dfavicon.html2 {%- include snippets/prepend-baseurl.html path='/assets/apple-touch-icon.png' -%}
5 {%- include snippets/prepend-baseurl.html path='/assets/favicon-32x32.png' -%}
8 {%- include snippets/prepend-baseurl.html path='/assets/favicon-16x16.png' -%}
11 {%- include snippets/prepend-baseurl.html path='/assets/site.webmanifest' -%}
14 {%- include snippets/prepend-baseurl.html path='/assets/safari-pinned-tab.svg' -%}
17 {%- include snippets/prepend-baseurl.html path='/assets/favicon.ico' -%}
22 {%- include snippets/prepend-baseurl.html path='/assets/browserconfig.xml' -%}
/external/mobly-snippet-lib/
DREADME.md1 # Getting Started with Snippets for Mobly
24 invoked this way are called `snippets`.
28 of an existing apk. This allows you to write snippets that instrument or
34 A snippet is launched by an `am instrument` call. Snippets use a custom
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/mobly-bundled-snippets/
DREADME.md1 Mobly Bundled Snippets is a set of Snippets to allow Mobly tests to control
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
DMETADATA1 name: "mobly-bundled-snippets"
3 "Mobly Bundled Snippets is a set of Snippets to allow Mobly tests to "
10 value: "https://github.com/google/mobly-bundled-snippets"
14 value: "https://github.com/google/mobly-bundled-snippets"
/external/llvm/tools/llvm-cov/
DSourceCoverageViewHTML.cpp293 // 1. Split the line into N+1 snippets, where N = |Segments|. The first in renderLine()
298 SmallVector<std::string, 8> Snippets; in renderLine() local
303 Snippets.push_back(Line.substr(Start, Len)); in renderLine()
318 // 2. Escape all of the snippets. in renderLine()
320 for (unsigned I = 0, E = Snippets.size(); I < E; ++I) in renderLine()
321 Snippets[I] = escape(Snippets[I]); in renderLine()
323 // 3. Use \p WrappedSegment to set the highlight for snippets 0 and 1. Use in renderLine()
339 Snippets[0] = Highlight(Snippets[0]); in renderLine()
340 Snippets[1] = Highlight(Snippets[1]); in renderLine()
353 Snippets[I + 1] = Highlight(Snippets[I + 1]); in renderLine()
[all …]
/external/openthread/third_party/mbedtls/repo/tests/scripts/
Dgenerate_test_code.py927 c_file, snippets): argument
929 Add generator input info in snippets.
935 :param snippets: Dictionary to contain code pieces to be
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
954 :param snippets: Dictionary to contain code pieces to be
961 snippets['test_common_helper_file'] = helpers_file
[all …]
/external/mbedtls/tests/scripts/
Dgenerate_test_code.py933 c_file, snippets): argument
935 Add generator input info in snippets.
941 :param snippets: Dictionary to contain code pieces to be
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
960 :param snippets: Dictionary to contain code pieces to be
967 snippets['test_common_helper_file'] = helpers_file
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_includes/
Darticle-header.html1 {%- include snippets/get-article-title.html article=include.article-%}
6 {%- include snippets/assign.html
11 {%- include snippets/assign.html
23 {%- include snippets/is_collection.html page=include.article -%}
25 {%- include snippets/get-locale-string.html key='POST_ON_GITHUB' -%}
28 …{%- include snippets/prepend-path.html path=include.article.path prepend_path=site.collections_dir…
Darticle-section-navigator.html12 {%- include snippets/get-nav-url.html path=_child.url -%}
14 {%- include snippets/get-nav-url.html path=page.url -%}
40 {%- include snippets/prepend-baseurl.html path=_previous.url -%}
42 {%- include snippets/get-locale-string.html key='PREVIOUS' -%}
47 {%- include snippets/prepend-baseurl.html path=_next.url -%}
49 {%- include snippets/get-locale-string.html key='NEXT' -%}
Dhead.html5 {%- include snippets/get-article-title.html article=page -%}
9 <link rel="canonical" href="{%- include snippets/page-url.html -%}">
12 {%- include snippets/get-nav-url.html path=_paths_rss -%}
17 {%- include snippets/prepend-baseurl.html path='/assets/css/main.css' -%}
20 {%- include snippets/get-sources.html -%}
Darticle-footer.html1 {%- include snippets/assign.html
6 {%- include snippets/assign.html
11 {%- include snippets/assign.html
18 {%- include snippets/get-locale-string.html key='ARTICLE_DATE_FORMAT' -%}
21 {%- include snippets/get-locale-string.html key='LAST_UPDATED' -%}
Darticle-info.html5 {%- include snippets/assign.html
15 {%- include snippets/assign.html
27 {%- include snippets/assign.html target=site.data.variables.default.page.pageview
44 {%- include snippets/prepend-baseurl.html path=_tag_path -%}
65 {%- include snippets/get-locale-string.html key='ARTICLE_DATE_FORMAT' -%}
72 {%- include snippets/get-locale-string.html key='VIEWS' -%}
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_includes/
Darticle-section-navigator.html12 {%- include snippets/get-nav-url.html path=_child.url -%}
14 {%- include snippets/get-nav-url.html path=page.url -%}
40 {%- include snippets/prepend-baseurl.html path=_previous.url -%}
42 {%- include snippets/get-locale-string.html key='PREVIOUS' -%}
47 {%- include snippets/prepend-baseurl.html path=_next.url -%}
49 {%- include snippets/get-locale-string.html key='NEXT' -%}
Darticle-header.html1 {%- include snippets/get-article-title.html article=include.article-%}
6 {%- include snippets/assign.html
11 {%- include snippets/assign.html
23 {%- include snippets/is_collection.html page=include.article -%}
25 {%- include snippets/get-locale-string.html key='POST_ON_GITHUB' -%}
28 …{%- include snippets/prepend-path.html path=include.article.path prepend_path=site.collections_dir…
Dhead.html5 {%- include snippets/get-article-title.html article=page -%}
9 <link rel="canonical" href="{%- include snippets/page-url.html -%}">
12 {%- include snippets/get-nav-url.html path=_paths_rss -%}
17 {%- include snippets/prepend-baseurl.html path='/assets/css/main.css' -%}
20 {%- include snippets/get-sources.html -%}
Darticle-footer.html1 {%- include snippets/assign.html
6 {%- include snippets/assign.html
11 {%- include snippets/assign.html
18 {%- include snippets/get-locale-string.html key='ARTICLE_DATE_FORMAT' -%}
21 {%- include snippets/get-locale-string.html key='LAST_UPDATED' -%}
Darticle-info.html5 {%- include snippets/assign.html
15 {%- include snippets/assign.html
27 {%- include snippets/assign.html target=site.data.variables.default.page.pageview
44 {%- include snippets/prepend-baseurl.html path=_tag_path -%}
65 {%- include snippets/get-locale-string.html key='ARTICLE_DATE_FORMAT' -%}
72 {%- include snippets/get-locale-string.html key='VIEWS' -%}
/external/skia/src/gpu/graphite/
DBuiltInCodeSnippetID.h22 // SkShader code snippets
41 // SkColorFilter code snippets
49 // SkBlender code snippets (evaluating a blend as part of the shader graph)
52 // BlendMode code snippets (applying a blend to a destination)
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_layouts/
Darticles.html46 {%- include snippets/assign.html
54 {%- include snippets/assign.html
59 {%- include snippets/assign.html
64 {%- include snippets/assign.html
69 {%- include snippets/assign.html
Dlanding.html13 {%- include snippets/get-nav-url.html path=_section.background_image.src -%}
39 {%- include snippets/get-nav-url.html path=_action.url -%}
80 {%- include snippets/get-nav-url.html path=_action.url -%}
92 {%- include snippets/get-nav-url.html path=child.image.url -%}
98 {%- include snippets/get-nav-url.html path=child.image.src -%}
136 {%- include snippets/get-nav-url.html path=_section.image.url -%}
142 {%- include snippets/get-nav-url.html path=_section.image.src -%}
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_layouts/
Darticles.html46 {%- include snippets/assign.html
54 {%- include snippets/assign.html
59 {%- include snippets/assign.html
64 {%- include snippets/assign.html
69 {%- include snippets/assign.html

12345678910>>...17