Home
last modified time | relevance | path

Searched refs:EXAMPLES (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/doc/examples/
H A DMakefile0 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
25 EXAMPLES := $(EXAMPLES-yes:%=doc/examples/%$(PROGSSUF)$(EXESUF)) global() macro
[all...]
/third_party/json/docs/
H A DMakefile10 EXAMPLES = $(wildcard examples/*.cpp) macro
33 create_output: $(EXAMPLES:.cpp=.output)
36 check_output: $(EXAMPLES:.cpp=.test)
40 check_output_portable: $(filter-out examples/meta.test examples/max_size.test examples/std_hash.test examples/basic_json__CompatibleType.test,$(EXAMPLES:.cpp=.test))
43 rm -fr $(EXAMPLES:.cpp=)
/third_party/node/deps/v8/tools/
H A Drun-wasm-api-tests.py40 EXAMPLES = ["hello", "callback", "trap", "reflect", "global", "table", variable
127 examples = EXAMPLES
144 elif arg in EXAMPLES and arg not in custom_examples:

Completed in 2 milliseconds