Searched refs:examples (Results 1 – 25 of 1418) sorted by relevance
12345678910>>...57
/third_party/skia/third_party/externals/libwebp/ |
D | makefile.unix | 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 355 OUTPUT += examples/libgifdec.a examples/libanim_util.a 378 examples/libanim_util.a: $(ANIM_UTIL_OBJS) [all …]
|
D | Makefile.vc | 81 $(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 …]
|
D | .gitignore | 23 examples/anim_diff 24 examples/anim_dump 25 examples/[cdv]webp 26 examples/gif2webp 27 examples/img2webp 28 examples/webpinfo 29 examples/webpmux
|
/third_party/curl/packages/vms/ |
D | gnv_link_curl.com | 473 $ link'ldebug'/exe=[.docs.examples]'target'.exe- 474 /dsf=[.docs.examples]'target'.dsf - 475 [.docs.examples]'target'.o,- 486 $ link'ldebug'/exe=[.docs.examples]'target'.exe- 487 /dsf=[.docs.examples]'target'.dsf - 488 [.docs.examples]'target'.o,- 499 $ link'ldebug'/exe=[.docs.examples]'target'.exe- 500 /dsf=[.docs.examples]'target'.dsf - 501 [.docs.examples]'target'.o,- 512 $ link'ldebug'/exe=[.docs.examples]'target'.exe- [all …]
|
/third_party/rust/crates/clap/ |
D | Cargo.toml | 22 "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/skia/third_party/externals/imgui/ |
D | .gitignore | 11 examples/build/* 12 examples/*/Debug/* 13 examples/*/Release/* 14 examples/*/x64/* 37 examples/*.o.tmp 38 examples/*.out.js 39 examples/*.out.wasm 40 examples/example_emscripten_opengl3/web/* 41 examples/example_emscripten_wgpu/web/* 48 examples/example_glfw_opengl2/example_glfw_opengl2 [all …]
|
/third_party/libcoap/ |
D | Makefile.am | 45 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/skia/experimental/skottiekit/ |
D | Makefile | 4 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/ffmpeg/doc/examples/ |
D | Makefile | 25 EXAMPLES := $(EXAMPLES-yes:%=doc/examples/%$(PROGSSUF)$(EXESUF)) 26 EXAMPLES_G := $(EXAMPLES-yes:%=doc/examples/%$(PROGSSUF)_g$(EXESUF)) 27 ALL_EXAMPLES := $(EXAMPLES) $(EXAMPLES-:%=doc/examples/%$(PROGSSUF)$(EXESUF)) 28 ALL_EXAMPLES_G := $(EXAMPLES_G) $(EXAMPLES-:%=doc/examples/%$(PROGSSUF)_g$(EXESUF)) 31 EXAMPLE_MAKEFILE := $(SRC_PATH)/doc/examples/Makefile 32 EXAMPLES_FILES := $(wildcard $(SRC_PATH)/doc/examples/*.c) $(SRC_PATH)/doc/examples/README $(EXAMPL… 37 examples: $(EXAMPLES) target 39 $(EXAMPLES:%$(PROGSSUF)$(EXESUF)=%.o): | doc/examples 40 OUTDIRS += doc/examples 44 install: install-examples [all …]
|
D | README | 1 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/libxml2/ |
D | .gitignore | 32 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 | .gitignore | 15 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/libcoap/examples/riot/ |
D | Makefile | 13 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/unity/ |
D | .gitignore | 5 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/libusb/ |
D | .gitignore | 32 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/protobuf/cmake/ |
D | examples.cmake | 5 get_filename_component(examples_dir "../examples" ABSOLUTE) 12 # Internal utility function: Create a custom target representing a build of examples with custom op… 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) 41 add_examples_build(examples-legacy 45 add_dependencies(examples-legacy libprotobuf protoc) 48 add_examples_build(examples-installed 53 add_examples_build(examples-installed-legacy
|
/third_party/cJSON/tests/unity/ |
D | .gitignore | 4 examples/example_1/test1.exe 5 examples/example_1/test2.exe 6 examples/example_2/all_tests.exe 7 examples/example_1/test1.out 8 examples/example_1/test2.out 9 examples/example_2/all_tests.out
|
/third_party/rust/crates/syn/ |
D | Cargo.toml | 57 doc-scrape-examples = false 79 "examples/dump-syntax", 80 "examples/heapsize/example", 81 "examples/heapsize/heapsize", 82 "examples/heapsize/heapsize_derive", 83 "examples/lazy-static/example", 84 "examples/lazy-static/lazy-static", 85 "examples/trace-var/example", 86 "examples/trace-var/trace-var",
|
/third_party/json/docs/mkdocs/docs/api/basic_json/ |
D | parse.md | 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" 165 --8<-- "examples/parse__pointers.output" [all …]
|
D | at.md | 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" 167 --8<-- "examples/at__keytype.c++17.output" [all …]
|
D | operator[].md | 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" 183 --8<-- "examples/operator_array__keytype.c++17.output" [all …]
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | EXAMPLES.md | 5 **The [examples/](https://github.com/ocornut/imgui/blob/master/examples) folder example application… 82 [example_allegro5/](https://github.com/ocornut/imgui/blob/master/examples/example_allegro5/) <BR> 86 [example_android_opengl3/](https://github.com/ocornut/imgui/blob/master/examples/example_android_op… 90 [example_apple_metal/](https://github.com/ocornut/imgui/blob/master/examples/example_metal/) <BR> 97 [example_apple_opengl2/](https://github.com/ocornut/imgui/blob/master/examples/example_apple_opengl… 103 [example_emscripten_opengl3/](https://github.com/ocornut/imgui/blob/master/examples/example_emscrip… 106 Note that other examples based on SDL or GLFW + OpenGL could easily be modified to work with Emscri… 107 …vide this to make the Emscripten differences obvious, and have them not pollute all other examples. 109 [example_emscripten_wgpu/](https://github.com/ocornut/imgui/blob/master/examples/example_emscripten… 113 [example_glfw_metal/](https://github.com/ocornut/imgui/blob/master/examples/example_glfw_metal/) <B… [all …]
|
/third_party/json/docs/ |
D | Makefile | 10 EXAMPLES = $(wildcard examples/*.cpp) 40 check_output_portable: $(filter-out examples/meta.test examples/max_size.test examples/std_hash.tes…
|
/third_party/json/docs/mkdocs/ |
D | Makefile | 13 mkdir docs/examples 15 cp -r ../examples/*.cpp ../examples/*.output docs/examples 22 rm -fr docs/images/json.gif docs/examples
|
/third_party/libsnd/ |
D | .gitignore | 58 examples/generate 59 examples/list_formats 60 examples/make_sine 61 examples/sfprocess 62 examples/sndfile-loopify 63 examples/sndfile-to-text 64 examples/sndfilehandle
|
12345678910>>...57