Home
last modified time | relevance | path

Searched full:examples (Results 1 – 25 of 5875) sorted by relevance

12345678910>>...235

/third_party/skia/m133/tools/fiddle/
Dall_examples.cpp3 #include "docs/examples/50_percent_gray.cpp"
4 #include "docs/examples/50_percent_srgb.cpp"
5 #include "docs/examples/Alpha_Constants_a.cpp"
6 #include "docs/examples/Alpha_Constants_b.cpp"
7 #include "docs/examples/Anti_Alias.cpp"
8 #include "docs/examples/AutoCanvasRestore_SkCanvas_star.cpp"
9 #include "docs/examples/AutoCanvasRestore_restore.cpp"
10 #include "docs/examples/Bitmap_012.cpp"
11 #include "docs/examples/Bitmap_ComputeIsOpaque.cpp"
12 #include "docs/examples/Bitmap_HeapAllocator_allocPixelRef.cpp"
[all …]
/third_party/skia/tools/fiddle/
Dall_examples.cpp3 #include "../../docs/examples/50_percent_gray.cpp"
4 #include "../../docs/examples/50_percent_srgb.cpp"
5 #include "../../docs/examples/Alpha_Constants_a.cpp"
6 #include "../../docs/examples/Alpha_Constants_b.cpp"
7 #include "../../docs/examples/Alpha_Type_Opaque.cpp"
8 #include "../../docs/examples/Alpha_Type_Premul.cpp"
9 #include "../../docs/examples/Alpha_Type_Unpremul.cpp"
10 #include "../../docs/examples/Anti_Alias.cpp"
11 #include "../../docs/examples/Arc.cpp"
12 #include "../../docs/examples/AutoCanvasRestore_SkCanvas_star.cpp"
[all …]
/third_party/ffmpeg/doc/examples/
DMakefile1 EXAMPLES-$(CONFIG_AVIO_LIST_DIR_EXAMPLE) += avio_list_dir
2 EXAMPLES-$(CONFIG_AVIO_READING_EXAMPLE) += avio_reading
3 EXAMPLES-$(CONFIG_DECODE_AUDIO_EXAMPLE) += decode_audio
4 EXAMPLES-$(CONFIG_DECODE_VIDEO_EXAMPLE) += decode_video
5 EXAMPLES-$(CONFIG_DEMUXING_DECODING_EXAMPLE) += demuxing_decoding
6 EXAMPLES-$(CONFIG_ENCODE_AUDIO_EXAMPLE) += encode_audio
7 EXAMPLES-$(CONFIG_ENCODE_VIDEO_EXAMPLE) += encode_video
8 EXAMPLES-$(CONFIG_EXTRACT_MVS_EXAMPLE) += extract_mvs
9 EXAMPLES-$(CONFIG_FILTER_AUDIO_EXAMPLE) += filter_audio
10 EXAMPLES-$(CONFIG_FILTERING_AUDIO_EXAMPLE) += filtering_audio
[all …]
/third_party/lwip/contrib/ports/win32/msvc/
DlwIP_Test.vcxproj.filters20 <Filter Include="Source Files\examples">
23 <Filter Include="Source Files\examples\httpd">
26 <Filter Include="Source Files\examples\snmp">
29 <Filter Include="Source Files\examples\httpd\fs_example">
32 <Filter Include="Source Files\examples\httpd\ssi_example">
35 <Filter Include="Source Files\examples\snmp\snmp_private_mib">
38 <Filter Include="Source Files\examples\snmp\snmp_v3">
41 <Filter Include="Source Files\examples\httpd\cgi_example">
44 <Filter Include="Source Files\examples\httpd\genfiles_example">
47 <Filter Include="Source Files\examples\httpd\post_example">
[all …]
/third_party/skia/m133/third_party/externals/libwebp/
Dmakefile.unix4 # and 'dwebp' tools in the examples/ directory, along with the static
9 # To build the library and examples, use:
127 examples/anim_util.o \
260 examples/example_util.o \
263 examples/gifdec.o \
359 OUT_LIBS = examples/libexample_util.a
367 OUT_EXAMPLES = examples/cwebp examples/dwebp
368 EXTRA_EXAMPLES = examples/gif2webp examples/vwebp examples/webpmux \
369 examples/anim_diff examples/anim_dump \
370 examples/img2webp examples/webpinfo
[all …]
/third_party/skia/third_party/externals/libwebp/
Dmakefile.unix4 # and 'dwebp' tools in the examples/ directory, along with the static
8 # To build the library and examples, use:
126 examples/anim_util.o \
250 examples/example_util.o \
253 examples/gifdec.o \
338 OUT_LIBS = examples/libexample_util.a
345 OUT_EXAMPLES = examples/cwebp examples/dwebp
346 EXTRA_EXAMPLES = examples/gif2webp examples/vwebp examples/webpmux \
347 examples/anim_diff examples/anim_dump \
348 examples/img2webp examples/webpinfo
[all …]
/third_party/curl/packages/vms/
Dgnv_link_curl.com465 $ if f$search("[.docs.examples]''target'.o") .eqs. ""
467 $ write sys$output "examples not built"
470 $ if f$search("[.docs.examples]''target'.exe") .eqs. ""
473 $ link'ldebug'/exe=[.docs.examples]'target'.exe-
474 /dsf=[.docs.examples]'target'.dsf -
475 [.docs.examples]'target'.o,-
483 $ if f$search("[.docs.examples]''target'.exe") .eqs. ""
486 $ link'ldebug'/exe=[.docs.examples]'target'.exe-
487 /dsf=[.docs.examples]'target'.dsf -
488 [.docs.examples]'target'.o,-
[all …]
/third_party/rust/crates/clap/
DCargo.toml22 "examples/**/*"
46 cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
118 … = { version = "0.14.15", default-features = false, features = ["color-auto", "diff", "examples"] }
159 path = "examples/multicall-busybox.rs"
163 path = "examples/multicall-hostname.rs"
167 path = "examples/repl.rs"
172 path = "examples/tutorial_builder/01_quick.rs"
177 path = "examples/tutorial_builder/02_apps.rs"
181 path = "examples/tutorial_builder/02_crate.rs"
186 path = "examples/tutorial_builder/02_app_settings.rs"
[all …]
/third_party/libxml2/
D.gitignore32 doc/examples/.deps
33 doc/examples/Makefile
34 doc/examples/Makefile.in
35 doc/examples/io1
36 doc/examples/io2
37 doc/examples/parse1
38 doc/examples/parse2
39 doc/examples/parse3
40 doc/examples/parse4
41 doc/examples/reader1
[all …]
/third_party/rust/rust/src/doc/rustdoc/src/
Dscraped-examples.md1 # Scraped examples
3 …can automatically scrape examples of items being documented from the `examples/` directory of a Ca…
13 // a_crate/examples/ex.rs
24 …unstable, so you can enable it by calling Rustdoc with the unstable `rustdoc-scrape-examples` flag:
27 cargo doc -Zunstable-options -Zrustdoc-scrape-examples
34 cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
40 When you run `cargo doc`, Rustdoc will analyze all the crates that match Cargo's `--examples` filte…
42 Rustdoc has a few techniques to ensure these examples don't overwhelm documentation readers, and th…
44 1. For a given item, a maximum of 5 examples are included in the page. The remaining examples are j…
45 2. Only one example is shown by default, and the remaining examples are hidden behind a toggle.
[all …]
/third_party/elfio/
D.gitignore15 examples/ELFDump/Debug
16 examples/anonymizer/anonymizer
17 examples/anonymizer/anonymizer.exe
18 examples/elfdump/elfdump
19 examples/elfdump/elfdump.exe
20 examples/tutorial/tutorial
21 examples/tutorial/tutorial.exe
22 examples/write_obj/write_obj
23 examples/write_obj/write_obj.exe
24 examples/writer/writer
[all …]
/third_party/rust/rust/src/librustdoc/html/static/
Dscrape-examples-help.md1 Rustdoc will automatically scrape examples of documented items from a project's source code. These
11 // examples/ex.rs
20 ## How to read scraped examples
22 Scraped examples are shown as blocks of code from a given file. The relevant item will be highlight…
24 …there is more than one file that contains examples, then you should click "More examples" to see t…
27 ## How Rustdoc scrapes examples
29 When you run `cargo doc -Zunstable-options -Zrustdoc-scrape-examples`, Rustdoc will analyze all the…
33 1. For a given item, a maximum of 5 examples are included in the page. The remaining examples are j…
34 2. Only one example is shown by default, and the remaining examples are hidden behind a toggle.
35 3. For a given file that contains examples, only the item containing the examples will be included …
/third_party/rust/crates/clap/src/
D_tutorial.rs29 //! - The [cookbook][crate::_cookbook] for more application-focused examples
36 #![doc = include_str!("../examples/tutorial_builder/01_quick.rs")]
39 #![doc = include_str!("../examples/tutorial_builder/01_quick.md")]
46 #![doc = include_str!("../examples/tutorial_builder/02_apps.rs")]
49 #![doc = include_str!("../examples/tutorial_builder/02_apps.md")]
55 #![doc = include_str!("../examples/tutorial_builder/02_crate.rs")]
57 #![doc = include_str!("../examples/tutorial_builder/02_crate.md")]
63 #![doc = include_str!("../examples/tutorial_builder/02_app_settings.rs")]
65 #![doc = include_str!("../examples/tutorial_builder/02_app_settings.md")]
74 #![doc = include_str!("../examples/tutorial_builder/03_03_positional.rs")]
[all …]
/third_party/skia/experimental/skottiekit/
DMakefile4 cp ../../out/skottiekit_debug/skottiekit.js ./examples/bin
5 cp ../../out/skottiekit_debug/skottiekit.wasm ./examples/bin
6 cp ../../out/skottiekit_debug/skottiekit.wasm.map ./examples/bin
11 cp ../../out/skottiekit_debug/skottiekit.js ./examples/bin
12 cp ../../out/skottiekit_debug/skottiekit.wasm ./examples/bin
13 cp ../../out/skottiekit_debug/skottiekit.wasm.map ./examples/bin
18 cp ../../out/skottiekit/skottiekit.js ./examples/bin
19 cp ../../out/skottiekit/skottiekit.wasm ./examples/bin
24 cp ../../out/skottiekit/skottiekit.js ./examples/bin
25 cp ../../out/skottiekit/skottiekit.wasm ./examples/bin
[all …]
/third_party/liburing/
D.gitignore17 /examples/io_uring-close-test
18 /examples/io_uring-cp
19 /examples/io_uring-test
20 /examples/io_uring-udp
21 /examples/link-cp
22 /examples/napi-busy-poll-client
23 /examples/napi-busy-poll-server
24 /examples/ucontext-cp
25 /examples/poll-bench
26 /examples/proxy
[all …]
/third_party/rust/crates/clap/src/_derive/
D_tutorial.rs29 //! - The [cookbook][crate::_cookbook] for more application-focused examples
37 #![doc = include_str!("../../examples/tutorial_derive/01_quick.rs")]
40 #![doc = include_str!("../../examples/tutorial_derive/01_quick.md")]
47 #![doc = include_str!("../../examples/tutorial_derive/02_apps.rs")]
50 #![doc = include_str!("../../examples/tutorial_derive/02_apps.md")]
55 #![doc = include_str!("../../examples/tutorial_derive/02_crate.rs")]
57 #![doc = include_str!("../../examples/tutorial_derive/02_crate.md")]
62 #![doc = include_str!("../../examples/tutorial_derive/02_app_settings.rs")]
64 #![doc = include_str!("../../examples/tutorial_derive/02_app_settings.md")]
73 #![doc = include_str!("../../examples/tutorial_derive/03_03_positional.rs")]
[all …]
/third_party/protobuf/cmake/
Dexamples.cmake2 message(STATUS "Protocol Buffers Examples Configuring...")
5 get_filename_component(examples_dir "${protobuf_SOURCE_DIR}/examples" ABSOLUTE)
8 message(STATUS "Protocol Buffers Examples Configuring done")
12 # Internal utility function: Create a custom target representing a build of examples with custom op…
26 set_property(TARGET ${NAME} PROPERTY FOLDER "Examples")
30 # Add examples as an external project.
32 add_examples_build(examples "-Dprotobuf_DIR:PATH=${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_CMAKEDIR}")
33 add_dependencies(examples ${protobuf_LIB_PROTOBUF} ${protobuf_PROTOC_EXE})
35 option(protobuf_BUILD_EXAMPLES_MULTITEST "Build Examples in multiple configurations. Useful for tes…
41 add_examples_build(examples-legacy
[all …]
/third_party/libcoap/examples/riot/
DMakefile13 all: RIOT pkg examples client server
36 examples: target
37 rm -rf RIOT/examples/libcoap-client && mkdir RIOT/examples/libcoap-client
38 cd examples_libcoap_client && cp -r * ../RIOT/examples/libcoap-client
39 rm -rf RIOT/examples/libcoap-server && mkdir RIOT/examples/libcoap-server
40 cd examples_libcoap_server && cp -r * ../RIOT/examples/libcoap-server
42 client: RIOT pkg examples
43 $(MAKE) -C RIOT/examples/libcoap-client/ RIOT_CI_BUILD=1
45 server: RIOT pkg examples
46 $(MAKE) -C RIOT/examples/libcoap-server/ RIOT_CI_BUILD=1
[all …]
/third_party/libcoap/
DMakefile.am45 examples/coap_list.h \
46 examples/getopt.c \
47 examples/contiki/coap_config.h \
48 examples/contiki/Makefile \
49 examples/contiki/Makefile.contiki \
50 examples/contiki/project-conf.h \
51 examples/contiki/README \
52 examples/contiki/server.c \
53 examples/lwip/client.c \
54 examples/lwip/client-coap.c \
[all …]
/third_party/glfw/
D.gitignore70 examples/*.app
71 examples/*.exe
72 examples/boing
73 examples/gears
74 examples/heightmap
75 examples/offscreen
76 examples/particles
77 examples/splitview
78 examples/sharing
79 examples/triangle-opengl
[all …]
/third_party/rust/rust/tests/rustdoc/
Dissue-29449.rs5 // @has - '//*[@id="examples"]//a' 'Examples'
7 /// # Examples
11 // @has - '//*[@id="examples-1"]//a' 'Examples'
12 /// # Examples
15 // @has - '//*[@id="examples-2"]//a' 'Examples'
17 /// # Examples
/third_party/lwip/contrib/
DFilelists.cmake16 ${LWIP_CONTRIB_DIR}/examples/httpd/fs_example/fs_example.c
17 ${LWIP_CONTRIB_DIR}/examples/httpd/https_example/https_example.c
18 ${LWIP_CONTRIB_DIR}/examples/httpd/ssi_example/ssi_example.c
19 ${LWIP_CONTRIB_DIR}/examples/lwiperf/lwiperf_example.c
20 ${LWIP_CONTRIB_DIR}/examples/mdns/mdns_example.c
21 ${LWIP_CONTRIB_DIR}/examples/mqtt/mqtt_example.c
22 ${LWIP_CONTRIB_DIR}/examples/ppp/pppos_example.c
23 ${LWIP_CONTRIB_DIR}/examples/snmp/snmp_private_mib/lwip_prvmib.c
24 ${LWIP_CONTRIB_DIR}/examples/snmp/snmp_v3/snmpv3_dummy.c
25 ${LWIP_CONTRIB_DIR}/examples/snmp/snmp_example.c
[all …]
DFilelists.mk44 $(CONTRIBDIR)/examples/httpd/fs_example/fs_example.c \
45 $(CONTRIBDIR)/examples/httpd/https_example/https_example.c \
46 $(CONTRIBDIR)/examples/httpd/ssi_example/ssi_example.c \
47 $(CONTRIBDIR)/examples/lwiperf/lwiperf_example.c \
48 $(CONTRIBDIR)/examples/mdns/mdns_example.c \
49 $(CONTRIBDIR)/examples/mqtt/mqtt_example.c \
50 $(CONTRIBDIR)/examples/ppp/pppos_example.c \
51 $(CONTRIBDIR)/examples/snmp/snmp_private_mib/lwip_prvmib.c \
52 $(CONTRIBDIR)/examples/snmp/snmp_v3/snmpv3_dummy.c \
53 $(CONTRIBDIR)/examples/snmp/snmp_example.c \
[all …]
/third_party/unity/
D.gitignore5 examples/example_1/subprojects/unity
6 examples/example_1/test1.exe
7 examples/example_1/test2.exe
8 examples/example_2/all_tests.exe
9 examples/example_1/test1.out
10 examples/example_1/test2.out
11 examples/example_2/all_tests.out
12 examples/example_4/builddir
/third_party/rust/rust/tests/rustdoc-gui/
Dscrape-examples-toggle.goml1 // This tests checks that the "scraped examples" toggle is working as expected.
13 // Clicking "More examples..." will open additional examples
14 assert-attribute-false: (".more-examples-toggle", {"open": ""})
15 click: ".more-examples-toggle"
16 assert-attribute: (".more-examples-toggle", {"open": ""})
45 // Toggling all docs will close additional examples
47 assert-attribute-false: (".more-examples-toggle", {"open": ""})
49 // After re-opening the docs, the additional examples should stay closed
51 assert-attribute-false: (".more-examples-toggle", {"open": ""})

12345678910>>...235