Home
last modified time | relevance | path

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

12345678910>>...177

/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 …]
DREADME1 FFmpeg examples README
8 Method 1: build the installed examples in a generic read/write user directory
14 Method 2: build the examples in-tree
17 FFmpeg (no need to make install in any prefix). Then just run "make examples".
18 This will build the examples using the FFmpeg build system. You can clean those
19 examples using "make examplesclean"
21 If you want to try the dedicated Makefile examples (to emulate the first
22 method), go into doc/examples and run a command such as
/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 …]
DMakefile.vc81 $(DIROBJ)\examples \
262 $(DIROBJ)\examples\anim_util.obj \
278 $(DIROBJ)\examples\gifdec.obj \
281 $(DIROBJ)\examples\example_util.obj \
362 $(DIRBIN)\anim_diff.exe: $(DIROBJ)\examples\anim_diff.obj $(EX_ANIM_UTIL_OBJS)
365 $(DIRBIN)\anim_dump.exe: $(DIROBJ)\examples\anim_dump.obj $(EX_ANIM_UTIL_OBJS)
369 $(DIRBIN)\cwebp.exe: $(DIROBJ)\examples\cwebp.obj $(IMAGEIO_DEC_OBJS)
372 $(DIRBIN)\dwebp.exe: $(DIROBJ)\examples\dwebp.obj $(IMAGEIO_DEC_OBJS)
376 $(DIRBIN)\gif2webp.exe: $(DIROBJ)\examples\gif2webp.obj $(EX_GIF_DEC_OBJS)
379 $(DIRBIN)\vwebp.exe: $(DIROBJ)\examples\vwebp.obj $(EX_UTIL_OBJS)
[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/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/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/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/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/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/protobuf/cmake/
Dexamples.cmake2 message(STATUS "Protocol Buffers Examples Configuring...")
5 get_filename_component(examples_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 libprotobuf protoc)
35 option(protobuf_BUILD_EXAMPLES_MULTITEST "Build Examples in multiple configurations. Useful for tes…
41 add_examples_build(examples-legacy
[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/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/json/docs/mkdocs/docs/api/basic_json/
Dparse.md96 ## Examples section in <small>nlohmann::basic_json::</small>parse
103 --8<-- "examples/parse__array__parser_callback_t.cpp"
109 --8<-- "examples/parse__array__parser_callback_t.output"
117 --8<-- "examples/parse__string__parser_callback_t.cpp"
123 --8<-- "examples/parse__string__parser_callback_t.output"
131 --8<-- "examples/parse__istream__parser_callback_t.cpp"
137 --8<-- "examples/parse__istream__parser_callback_t.output"
145 --8<-- "examples/parse__contiguouscontainer__parser_callback_t.cpp"
151 --8<-- "examples/parse__contiguouscontainer__parser_callback_t.output"
159 --8<-- "examples/parse__pointers.cpp"
[all …]
Dat.md93 ## Examples section in <small>nlohmann::basic_json::</small>at
101 --8<-- "examples/at__size_type.cpp"
107 --8<-- "examples/at__size_type.output"
116 --8<-- "examples/at__size_type_const.cpp"
122 --8<-- "examples/at__size_type_const.output"
131 --8<-- "examples/at__object_t_key_type.cpp"
137 --8<-- "examples/at__object_t_key_type.output"
146 --8<-- "examples/at__object_t_key_type_const.cpp"
152 --8<-- "examples/at__object_t_key_type_const.output"
161 --8<-- "examples/at__keytype.c++17.cpp"
[all …]
Doperator[].md113 ## Examples section in <small>nlohmann::basic_json::</small>operator[]
121 --8<-- "examples/operator_array__size_type.cpp"
127 --8<-- "examples/operator_array__size_type.output"
135 --8<-- "examples/operator_array__size_type_const.cpp"
141 --8<-- "examples/operator_array__size_type_const.output"
149 --8<-- "examples/operator_array__object_t_key_type.cpp"
155 --8<-- "examples/operator_array__object_t_key_type.output"
163 --8<-- "examples/operator_array__object_t_key_type_const.cpp"
169 --8<-- "examples/operator_array__object_t_key_type_const.output"
177 --8<-- "examples/operator_array__keytype.c++17.cpp"
[all …]
/third_party/libusb/
D.gitignore32 examples/listdevs
33 examples/xusb
34 examples/dpfp
35 examples/dpfp_threaded
36 examples/fxload
37 examples/hotplugtest
38 examples/sam3u_benchmark
39 examples/testlibusb
/third_party/skia/third_party/externals/tint/tools/src/cmd/check-spec-examples/
Dmain.go15 // check-spec-examples tests that WGSL specification examples compile as
19 // and then runs the WGSL compiler for all examples annotated with the 'wgsl'
24 // go run tools/check-spec-examples/main.go --compiler=<path-to-tint>
44 toolName = "check-spec-examples"
55 fmt.Fprintf(out, "%v tests that WGSL specification examples compile as expected.\n", toolName)
83 verbose := flag.Bool("verbose", false, "print examples that pass")
149 // Parse all the WGSL examples
150 examples := []example{}
151 if err := gatherExamples(doc, &examples); err != nil {
155 if len(examples) == 0 {
[all …]
/third_party/json/docs/
DMakefile10 EXAMPLES = $(wildcard examples/*.cpp) macro
33 create_output: $(EXAMPLES:.cpp=.output)
36 check_output: $(EXAMPLES:.cpp=.test)
40 …ble: $(filter-out examples/meta.test examples/max_size.test examples/std_hash.test examples/basic_…
43 rm -fr $(EXAMPLES:.cpp=)
/third_party/libwebsockets/minimal-examples/
DREADME.md3 client-server|Minimal examples providing client and server connections simultaneously
4 crypto|Minimal examples related to using lws crypto apis
5 dbus-server|Minimal examples showing how to integrate DBUS into lws event loop
6 http-client|Minimal examples providing an http client
7 http-server|Minimal examples providing an http server
8 raw|Minimal examples related to adopting raw file or socket descriptors into the event loop
9 secure-streams|Minimal examples related to the Secure Streams client api
10 ws-client|Minimal examples providing a ws client
11 ws-server|Minimal examples providing a ws server (and an http server)
29 - you can separate it as these examples do, and #include it
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/offline_debug/
Ddbg_services.py37 Examples:
54 Examples:
86 Examples:
119 Examples:
146 Examples:
181 Examples:
213 Examples:
276 Examples:
316 Examples:
353 Examples:
[all …]

12345678910>>...177