Home
last modified time | relevance | path

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

12345678910>>...31

/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/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)
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"
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/
DCargo.toml.orig2 name = "annotate-snippets"
8 repository = "https://github.com/rust-lang/annotate-snippets-rs"
13 travis-ci = { repository = "rust-lang/annotate-snippets-rs", branch = "master" }
14 coveralls = { repository = "rust-lang/annotate-snippets-rs", branch = "master", service = "github" }
DCargo.toml14 name = "annotate-snippets"
27 repository = "https://github.com/rust-lang/annotate-snippets-rs"
65 repository = "rust-lang/annotate-snippets-rs"
73 repository = "rust-lang/annotate-snippets-rs"
/external/mbedtls/tests/scripts/
Dgenerate_test_code.py1043 c_file, snippets): argument
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
1077 snippets['test_common_helper_file'] = helpers_file
1078 snippets['test_common_helpers'] = help_f.read()
1079 snippets['test_platform_file'] = platform_file
1080 snippets['platform_code'] = platform_f.read().replace(
[all …]
/external/openthread/third_party/mbedtls/repo/tests/scripts/
Dgenerate_test_code.py1030 c_file, snippets): argument
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
1064 snippets['test_common_helper_file'] = helpers_file
1065 snippets['test_common_helpers'] = help_f.read()
1066 snippets['test_platform_file'] = platform_file
1067 snippets['platform_code'] = platform_f.read().replace(
[all …]
/external/mobly-bundled-snippets/
DMETADATA2 # Usage: tools/external_updater/updater.sh update external/mobly-bundled-snippets
5 name: "mobly-bundled-snippets"
14 homepage: "https://github.com/google/mobly-bundled-snippets"
17 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/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…
/external/google-cloud-java/generation/
Ddelete_non_generated_samples.sh9 mkdir -p _TMP_/snippets
10 cp -R samples/snippets/generated _TMP_/snippets
/external/sandboxed-api/sandboxed_api/tools/clang_generator/
Dfrontend_action_test_util.cc86 std::vector<std::string> UglifyAll(const std::vector<std::string>& snippets) { in UglifyAll() argument
88 result.reserve(snippets.size()); in UglifyAll()
89 std::transform(snippets.cbegin(), snippets.cend(), std::back_inserter(result), in UglifyAll()
/external/sdk-platform-java/scripts/
Ddiff_gen_and_golden.sh12 mkdir -p ../samples/snippets/generated/
13 cp -r samples/snippets/generated/**/* ../samples/snippets/generated
Dupdate_golden.sh26 mkdir -p ./samples/snippets/generated
27 cp -r ${UNPACK_DIR}/samples/snippets/generated/**/* ./samples/snippets/generated
/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/rust/crates/annotate-snippets/tests/
Dformatter.rs523 let snippets = Snippet { in test_i_29() localVariable
551 assert_eq!(DisplayList::from(snippets).to_string(), expected); in test_i_29()
556 let snippets = Snippet { in test_point_to_double_width_characters() localVariable
579 assert_eq!(DisplayList::from(snippets).to_string(), expected); in test_point_to_double_width_characters()
584 let snippets = Snippet { in test_point_to_double_width_characters_across_lines() localVariable
609 assert_eq!(DisplayList::from(snippets).to_string(), expected); in test_point_to_double_width_characters_across_lines()
614 let snippets = Snippet { in test_point_to_double_width_characters_multiple() localVariable
646 assert_eq!(DisplayList::from(snippets).to_string(), expected); in test_point_to_double_width_characters_multiple()
651 let snippets = Snippet { in test_point_to_double_width_characters_mixed() localVariable
674 assert_eq!(DisplayList::from(snippets).to_string(), expected); in test_point_to_double_width_characters_mixed()
/external/google-cloud-java/owl-bot-postprocessor/synthtool/gcp/
Dsnippets.py119 snippets = {}
123 snippets[snippet] = code
124 return snippets
/external/google-cloud-java/generation/new_client/templates/
Dowlbot.yaml.monorepo.j220 - "/{{ module_name }}/samples/snippets/generated"
32 - source: "/{{ proto_path }}/(v.*)/.*-java/samples/snippets/generated"
33 dest: "/owl-bot-staging/{{ module_name }}/$1/samples/snippets/generated"
/external/python/cpython2/Lib/test/
Dtest_transformer.py14 snippets = ['a, b = 1, 2',
18 for s in snippets:
/external/sdk-platform-java/java-common-protos/.github/
DCODEOWNERS12 # Generated snippets should not be owned by samples reviewers
13 samples/snippets/generated/ @googleapis/yoshi-java
/external/spdx-tools/docs/
Djsonloader.md13snippets have a property "snippetFromFile" which has the SPDX identifier of the file to which the …
/external/google-cloud-java/owl-bot-postprocessor/synthtool/gcp/templates/java_library/.github/
DCODEOWNERS19 # Generated snippets should not be owned by samples reviewers
20 samples/snippets/generated/ @googleapis/yoshi-java

12345678910>>...31