Home
last modified time | relevance | path

Searched refs:EXAMPLES (Results 1 – 25 of 142) sorted by relevance

123456

/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 …]
DMakefile.example14 EXAMPLES= avio_list_dir \
34 OBJS=$(addsuffix .o,$(EXAMPLES))
44 all: $(OBJS) $(EXAMPLES)
50 $(RM) $(EXAMPLES) $(OBJS)
/third_party/json/doc/
DMakefile12 EXAMPLES = $(wildcard examples/*.cpp) macro
37 create_output: $(EXAMPLES:.cpp=.output)
39 create_links: $(EXAMPLES:.cpp=.link)
42 check_output: $(EXAMPLES:.cpp=.test)
46 rm -fr me.nlohmann.json.docset html xml $(EXAMPLES:.cpp=)
/third_party/jsoncpp/example/
DCMakeLists.txt2 set(EXAMPLES variable
21 foreach(example ${EXAMPLES})
27 add_custom_target(examples ALL DEPENDS ${EXAMPLES})
/third_party/boost/libs/callable_traits/example/
DCMakeLists.txt11 file(GLOB_RECURSE EXAMPLES "*.cpp")
16 list(REMOVE_ITEM EXAMPLES ${_experimental})
20 foreach(_file IN LISTS EXAMPLES)
/third_party/boost/libs/hana/example/
DCMakeLists.txt41 file(GLOB_RECURSE EXAMPLES "*.cpp")
43 list(REMOVE_ITEM EXAMPLES "" ${EXCLUDED_EXAMPLES})
53 foreach(_file IN LISTS EXAMPLES)
/third_party/boost/libs/compute/example/
DCMakeLists.txt12 set(EXAMPLES variable
58 foreach(EXAMPLE ${EXAMPLES})
/third_party/skia/third_party/externals/imgui/examples/
DREADME.txt1 See BACKENDS and EXAMPLES files in the docs/ folder, or on the web at: https://github.com/ocornut/i…
/third_party/skia/third_party/externals/imgui/docs/
DBACKENDS.md18 …mgui/blob/master/examples/) folder. See [EXAMPLES.MD](https://github.com/ocornut/imgui/blob/master…
53 See "Getting Started" section of [EXAMPLES.MD](https://github.com/ocornut/imgui/blob/master/docs/EX…
/third_party/boost/libs/hof/
DCMakeLists.txt151 file(GLOB EXAMPLES example/*.cpp)
152 foreach(EXAMPLE ${EXAMPLES})
/third_party/openssl/doc/man1/
Derrstr.pod23 =head1 EXAMPLES chapter
Dpkeyparam.pod63 =head1 EXAMPLES chapter
Dnseq.pod49 =head1 EXAMPLES chapter
/third_party/openssl/doc/man3/
DSSL_CTX_get0_param.pod40 =head1 EXAMPLES chapter
DSSL_load_client_CA_file.pod57 =head1 EXAMPLES chapter
DBIO_new.pod56 =head1 EXAMPLES chapter
DSSL_CTX_config.pod36 =head1 EXAMPLES chapter
DBIO_find_type.pod43 =head1 EXAMPLES chapter
DEVP_PKEY_verify.pod47 =head1 EXAMPLES chapter
/third_party/skia/third_party/externals/opengl-registry/extensions/WIN/
DWIN_scene_markerXXX.txt55 EXAMPLES
/third_party/openGLES/extensions/WIN/
DWIN_scene_markerXXX.txt55 EXAMPLES
/third_party/iptables/extensions/
Dlibxt_time.man35 this as a single time period instead distinct intervals. See EXAMPLES.
67 EXAMPLES. To match on weekends, use:
/third_party/openssl/doc/man7/
DX25519.pod40 =head1 EXAMPLES chapter
Dossl_store.pod43 =head1 EXAMPLES chapter
DSM2.pod44 =head1 EXAMPLES chapter

123456