Home
last modified time | relevance | path

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

12345

/third_party/boost/libs/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 …]
/third_party/boost/libs/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 …]
/third_party/mbedtls/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 …]
/third_party/flutter/flutter/dev/snippets/test/
Dconfiguration_test.dart9 import 'package:snippets/configuration.dart';
20 matches(RegExp(r'[/\\]flutter sdk[/\\]dev[/\\]snippets[/\\]config')));
24 matches(RegExp(r'[/\\]flutter sdk[/\\]dev[/\\]docs[/\\]doc[/\\]snippets')));
28 matches(RegExp(r'[/\\]flutter sdk[/\\]dev[/\\]snippets[/\\]config[/\\]skeletons')));
32 matches(RegExp(r'[/\\]flutter sdk[/\\]dev[/\\]snippets[/\\]config[/\\]templates')));
38 … r'[/\\]flutter sdk[/\\]dev[/\\]snippets[/\\]config[/\\]skeletons[/\\]application.html')));
Dsnippets_test.dart11 import 'package:snippets/configuration.dart';
12 import 'package:snippets/snippets.dart';
58 test('generates application snippets', () async {
97 test('generates sample snippets', () async {
/third_party/flutter/flutter/dev/snippets/lib/
Dconfiguration.dart27 /// A class to compute the configuration of the snippets input and output
28 /// locations based in the current location of the snippets main.dart.
34 /// This is the configuration directory for the snippets system, containing
39 path.canonicalize(path.join(flutterRoot.absolute.path, 'dev', 'snippets', 'config')));
45 /// This is where the snippets themselves will be written, in order to be
49 path.canonicalize(path.join(flutterRoot.absolute.path, 'dev', 'docs', 'doc', 'snippets')));
/third_party/boost/libs/signals2/doc/
Dsnippet-extractor.jam16 toolset.flags snippet-extractor.extract-snippets EXTRACTOR-COMMAND <extractor-command> ;
18 rule extract-snippets ( target : sources * : properties * )
22 actions extract-snippets bind EXTRACTOR-COMMAND
/third_party/boost/libs/beast/test/doc/
Dwebsocket_5_control_frames.cpp29 snippets() in snippets() function
70 BEAST_EXPECT(&snippets); in run()
Dwebsocket.cpp33 snippets() in snippets() function
107 BEAST_EXPECT(&snippets); in run()
Dwebsocket_6_timeouts.cpp31 snippets() in snippets() function
95 BEAST_EXPECT(&snippets); in run()
Dwebsocket_1_connecting.cpp29 snippets() in snippets() function
81 BEAST_EXPECT(&snippets); in run()
Dwebsocket_4_messages.cpp29 snippets() in snippets() function
139 BEAST_EXPECT(&snippets); in run()
Dwebsocket_8_notes.cpp30 snippets() in snippets() function
92 BEAST_EXPECT(&snippets); in run()
Dwebsocket_7_teardown.cpp96 snippets() in snippets() function
113 BEAST_EXPECT(&snippets); in run()
Dwebsocket_3_decorator.cpp39 snippets() in snippets() function
137 BEAST_EXPECT(&snippets); in run()
DCMakeLists.txt17 snippets.hpp
18 snippets.ipp
Dwebsocket_2_handshaking.cpp29 snippets() in snippets() function
233 BEAST_EXPECT(&snippets); in run()
/third_party/flutter/flutter/dev/snippets/
DREADME.md42 This uses the skeleton for [sample](config/skeletons/sample.html) snippets.
80 snippets.
82 Code `snippets` also allow for quick Flutter app generation using the following command:
108 [application](config/skeletons/application.html) `snippets` and one for
109 [sample](config/skeletons/sample.html) `snippets`, but there could be more.
120 The `snippets` tool renders these examples through a combination of markdown
/third_party/flutter/flutter/dev/bots/
Danalyze-sample-code.dart128 /// Checks samples and code snippets for analysis errors.
136 /// For snippets, the snippets are generated using the snippets tool, and they
137 /// are analyzed with the samples. If errors are found in snippets, then the
139 /// line, since snippets get reformatted when written, and the line numbers
189 // Once the snippets tool has been precompiled by Dart, this contains the AOT
193 /// Finds the location of the snippets script.
196 return path.canonicalize(path.join(platformScriptPath, '..', 'snippets', 'lib', 'main.dart'));
238 final Map<String, Snippet> snippets = <String, Snippet>{};
239 _extractSamples(sections, snippets);
240 errors = _analyze(_tempDirectory, sections, snippets);
[all …]
/third_party/mesa3d/docs/ci/
Dfdo-cache26 include snippets/uri-caching.conf;
42 include snippets/uri-caching.conf;
/third_party/vk-gl-cts/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 …]
/third_party/node/doc/api_assets/
DREADME.md5 The syntax theme for code snippets in API reference documents.
/third_party/boost/libs/metaparse/example/getting_started/
DREADME1 This example contains the code snippets of Getting Started. These headers are
/third_party/boost/tools/quickbook/test/
Dcode_snippet-1_1.quickbook6 Code snippets inlined in text, as in `namespace quickbook { static const int
/third_party/boost/libs/outcome/doc/src/
Dconfig.toml16 snippetsURL = "https://github.com/boostorg/outcome/tree/master/doc/src/snippets/"

12345