Home
last modified time | relevance | path

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

12345678910>>...74

/external/sdv/vsomeip/third_party/boost/regex/example/
DJamfile.v244 [ regex-test-run snippets/credit_card_example.cpp ]
45 [ regex-test-run snippets/mfc_example.cpp ]
46 [ regex-test-run snippets/icu_example.cpp ]
47 [ regex-test-run snippets/partial_regex_grep.cpp : $(BOOST_ROOT)/libs/regex/index.htm ]
48 [ regex-test-run snippets/partial_regex_iterate.cpp : $(BOOST_ROOT)/libs/regex/index.htm ]
49 [ regex-test-run snippets/partial_regex_match.cpp : 1234-5678-8765-4 ]
50 [ regex-test-run snippets/regex_grep_example_1.cpp : $(BOOST_ROOT)/boost/rational.hpp ]
51 [ regex-test-run snippets/regex_grep_example_2.cpp : $(BOOST_ROOT)/boost/rational.hpp ]
52 [ regex-test-run snippets/regex_grep_example_3.cpp : $(BOOST_ROOT)/boost/rational.hpp ]
53 [ regex-test-run snippets/regex_grep_example_4.cpp : $(BOOST_ROOT)/boost/rational.hpp ]
[all …]
/external/sdv/vsomeip/third_party/boost/regex/doc/
Dexamples.qbk87 [h4 Code snippets]
89 The snippets examples contain the code examples used in the documentation:
91 [@../../example/snippets/captures_example.cpp captures_example.cpp]: Demonstrates the use of captur…
93 [@../../example/snippets/credit_card_example.cpp credit_card_example.cpp]: Credit card number forma…
95 [@../../example/snippets/partial_regex_grep.cpp partial_regex_grep.cpp]: Search example using parti…
97 [@../../example/snippets/partial_regex_match.cpp partial_regex_match.cpp]: regex_match example usin…
99 [@../../example/snippets/regex_iterator_example.cpp regex_iterator_example.cpp]: Iterating through …
101 [@../../example/snippets/regex_match_example.cpp regex_match_example.cpp]: ftp based regex_match ex…
103 [@../../example/snippets/regex_merge_example.cpp regex_merge_example.cpp]: regex_merge example: con…
105 [@../../example/snippets/regex_replace_example.cpp regex_replace_example.cpp]: regex_replace exampl…
[all …]
/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/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/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/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2beta1/src/main/java/com/google/cloud/dialogflow/v2beta1/
DArticleAnswerOrBuilder.java80 * Output only. Article snippets.
83 * <code>repeated string snippets = 3;</code>
85 * @return A list containing the snippets.
92 * Output only. Article snippets.
95 * <code>repeated string snippets = 3;</code>
97 * @return The count of snippets.
104 * Output only. Article snippets.
107 * <code>repeated string snippets = 3;</code>
110 * @return The snippets at the given index.
117 * Output only. Article snippets.
[all …]
/external/google-cloud-java/java-dialogflow/proto-google-cloud-dialogflow-v2/src/main/java/com/google/cloud/dialogflow/v2/
DArticleAnswerOrBuilder.java80 * Article snippets.
83 * <code>repeated string snippets = 3;</code>
85 * @return A list containing the snippets.
92 * Article snippets.
95 * <code>repeated string snippets = 3;</code>
97 * @return The count of snippets.
104 * Article snippets.
107 * <code>repeated string snippets = 3;</code>
110 * @return The snippets at the given index.
117 * Article snippets.
[all …]
/external/rust/crates/annotate-snippets/
DCHANGELOG.md7 ## annotate-snippets 0.9.2 (October 30, 2023)
12 ## annotate-snippets 0.9.1 (September 4, 2021)
18 ## annotate-snippets 0.9.0 (June 28, 2020)
22 ## annotate-snippets 0.8.0 (April 14, 2020)
28 ## annotate-snippets 0.7.0 (March 30, 2020)
36 ## annotate-snippets 0.6.1 (July 23, 2019)
40 ## annotate-snippets 0.6.0 (June 26, 2019)
DREADME.md1 # annotate-snippets
3 `annotate-snippets` is a Rust library for annotation of programming code slices.
5 …es.io](https://img.shields.io/crates/v/annotate-snippets.svg)](https://crates.io/crates/annotate-s…
6 ![build status](https://github.com/rust-lang/annotate-snippets-rs/actions/workflows/ci.yml/badge.sv…
7 …pos/github/rust-lang/annotate-snippets-rs/badge.svg?branch=master)](https://coveralls.io/github/ru…
31 [Documentation]: https://docs.rs/annotate-snippets/
DMETADATA2 # Usage: tools/external_updater/updater.sh update rust/crates/annotate-snippets
5 name: "annotate-snippets"
16 value: "https://crates.io/crates/annotate-snippets"
20 value: "https://static.crates.io/crates/annotate-snippets/annotate-snippets-0.9.2.crate"
/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-bundled-snippets/
DMETADATA2 # Usage: tools/external_updater/updater.sh update external/mobly-bundled-snippets
5 name: "mobly-bundled-snippets"
6 description: "Mobly Bundled Snippets is a set of Snippets to allow Mobly tests to control Android d…
14 homepage: "https://github.com/google/mobly-bundled-snippets"
17 value: "https://github.com/google/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
/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/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/google-cloud-java/owl-bot-postprocessor/synthtool/gcp/
Dsnippets.py56 """Reads in a sample file and parse out all contained snippets.
81 # open snippets
83 # This allows us to handle parsing nested or interleaved snippets and ignore
84 # blocks of code in the snippets
111 """Walks the samples directory and parses snippets from each file.
119 snippets = {}
123 snippets[snippet] = code
124 return snippets
/external/mbedtls/tests/scripts/
Dgenerate_test_code.py1043 c_file, snippets): argument
1045 Add generator input info in snippets.
1051 :param snippets: Dictionary to contain code pieces to be
1055 snippets['test_file'] = c_file
1056 snippets['test_main_file'] = template_file
1057 snippets['test_case_file'] = funcs_file
1058 snippets['test_case_data_file'] = data_file
1062 out_data_file, snippets): argument
1070 :param snippets: Dictionary to contain code pieces to be
1077 snippets['test_common_helper_file'] = helpers_file
[all …]
/external/openthread/third_party/mbedtls/repo/tests/scripts/
Dgenerate_test_code.py1030 c_file, snippets): argument
1032 Add generator input info in snippets.
1038 :param snippets: Dictionary to contain code pieces to be
1042 snippets['test_file'] = c_file
1043 snippets['test_main_file'] = template_file
1044 snippets['test_case_file'] = funcs_file
1045 snippets['test_case_data_file'] = data_file
1049 out_data_file, snippets): argument
1057 :param snippets: Dictionary to contain code pieces to be
1064 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' -%}
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/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 -%}
/external/aws-sdk-java-v2/docs/design/
DAPIReference.md17 … public APIs in high level libraries such as DynamoDB Enhanced Client SHOULD include code snippets.
25snippets. [External code snippets](https://docs.oracle.com/en/java/javase/18/code-snippet/index.ht…

12345678910>>...74