Home
last modified time | relevance | path

Searched refs:examples (Results 1 – 25 of 436) sorted by relevance

12345678910>>...18

/openbsd-src/gnu/llvm/lldb/bindings/python/
H A DCMakeLists.txt73 # Distribute the examples as python packages.
78 FILES "${LLDB_SOURCE_DIR}/examples/synthetic/gnu_libstdcpp.py"
79 "${LLDB_SOURCE_DIR}/examples/synthetic/libcxx.py")
85 FILES "${LLDB_SOURCE_DIR}/examples/summaries/cocoa/cache.py"
86 "${LLDB_SOURCE_DIR}/examples/summaries/synth.py"
87 "${LLDB_SOURCE_DIR}/examples/summaries/cocoa/metrics.py"
88 "${LLDB_SOURCE_DIR}/examples/summaries/cocoa/attrib_fromdict.py"
89 "${LLDB_SOURCE_DIR}/examples/summaries/cocoa/Logger.py")
95 FILES "${LLDB_SOURCE_DIR}/examples/python/in_call_stack.py"
96 "${LLDB_SOURCE_DIR}/examples/python/symbolication.py")
[all …]
/openbsd-src/gnu/lib/libreadline/
H A DMANIFEST5 examples d
98 examples/Makefile.in f
99 examples/excallback.c f
100 examples/fileman.c f
101 examples/manexamp.c f
102 examples/readlinebuf.h f
103 examples/rlcat.c f
104 examples/rlfe.c f
105 examples/rltest.c f
106 examples/rl.c f
[all …]
H A DCHANGELOG65 - `make distclean' now descends into the `examples' subdir
71 examples/Makefile.in
213 Makefile.in,{doc,examples,shlib}/Makefile.in
224 examples/Makefile.in
317 examples/rlfe.c
320 examples/Makefile.in
376 examples/rlfe.c
416 examples/rlfe.c
440 examples/Makefile.in
441 - build histexamp as part of the examples
[all …]
H A DMakefile.in122 CREATED_MAKEFILES = Makefile doc/Makefile examples/Makefile shlib/Makefile
136 everything: all examples
157 $(CC) $(CCFLAGS) -o $@ ./examples/rl.c ./libreadline.a ${TERMCAP_LIB}
191 examples: force
192 -test -d examples || mkdir examples
193 -(cd examples && ${MAKE} ${MFLAGS} all )
253 -( cd examples && $(MAKE) $(MFLAGS) $@ )
258 -( cd examples && $(MAKE) $(MFLAGS) $@ )
263 -( cd examples && $(MAKE) $(MFLAGS) $@ )
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormattedStatus.rst142 * - clang/examples/AnnotateFunctions
147 * - clang/examples/Attribute
152 * - clang/examples/CallSuperAttribute
157 * - clang/examples/PluginsOrder
162 * - clang/examples/PrintFunctionNames
1777 * - flang/examples
1782 * - flang/examples/FlangOmpReport
1787 * - flang/examples/PrintFlangFunctionNames
2792 * - lldb/examples/darwin/heap_find/heap
2797 * - lldb/examples/functions
[all …]
H A DTooling.rst17 Canonical examples of when to use LibClang:
41 Canonical examples of when to use Clang Plugins:
65 examples of when to use LibTooling:
/openbsd-src/gnu/usr.bin/cvs/doc/
H A Dcvs.aux367 'xrdef {checkout examples-title}{checkout examples}
368 'xrdef {checkout examples-pg}{99}
369 'xrdef {checkout examples-snt}{Section'tie'char65.7.2}
376 'xrdef {commit examples-title}{commit examples}
377 'xrdef {commit examples-pg}{101}
378 'xrdef {commit examples-snt}{Section'tie'char65.8.2}
385 'xrdef {diff examples-title}{diff examples}
386 'xrdef {diff examples-pg}{103}
387 'xrdef {diff examples-snt}{Section'tie'char65.9.2}
409 'xrdef {import examples-title}{import examples}
[all …]
H A Dcvs.info160 Node: checkout examples244330
163 Node: commit examples247869
166 Node: diff examples253216
174 Node: import examples265758
177 Node: log examples270646
180 Node: rdiff examples273757
184 Node: release examples278210
H A Dcvs.info-625 File: cvs.info, Node: commit options, Next: commit examples, Up: commit
72 File: cvs.info, Node: commit examples, Prev: commit options, Up: commit
74 commit examples
160 * diff examples:: diff examples
163 File: cvs.info, Node: diff options, Next: diff examples, Up: diff
246 File: cvs.info, Node: diff examples, Prev: diff options, Up: diff
248 diff examples
569 * import examples:: import examples
610 File: cvs.info, Node: import output, Next: import examples, Prev: import options, Up: import
641 File: cvs.info, Node: import examples, Prev: import output, Up: import
[all …]
/openbsd-src/gnu/llvm/lldb/examples/test/
H A Dusage-pre-post-flight2 # The following examples first show a bad pre/post flight config file followed by a good pre/post c…
5 [11:31:19] johnny:/Volumes/data/lldb/svn/ToT/test $ ./dotest.py -A x86_64 -v -c ../examples/test/.l…
8 [11:32:48] johnny:/Volumes/data/lldb/svn/ToT/test $ ./dotest.py -A x86_64 -v -c ../examples/test/.l…
38 Command invoked: python ./dotest.py -A x86_64 -v -c ../examples/test/.lldb-pre-post-flight function…
H A Dusage-lldb-loggings9 [11:31:34] johnny:/Volumes/data/lldb/svn/ToT/test $ ./dotest.py -A x86_64 -v -c ../examples/test/.l…
38 Command invoked: python ./dotest.py -A x86_64 -v -c ../examples/test/.lldb-loggings functionalities…
70 [11:37:09] johnny:/Volumes/data/lldb/svn/ToT/test $ ./dotest.py -A x86_64 -v -c ../examples/test/.l…
102 Command invoked: python ./dotest.py -A x86_64 -v -c ../examples/test/.lldb-loggings functionalities…
/openbsd-src/regress/usr.bin/mandoc/mdoc/Sh/
H A Dtag.out_html9 <h2 class="Sh" id="examples"><a class="permalink" href="#examples">EXAMPLES</a></h2>
10 <p class="Pp">Text introducing examples.</p>
H A Dtag.out_tag5 examples tag.mandoc_ascii 17
/openbsd-src/gnu/llvm/llvm/utils/lit/examples/
H A DREADME.txt5 This directory contains examples of 'lit' test suite configurations. The test
6 suites they define can be run with 'lit examples/example-name', for more details
/openbsd-src/regress/usr.bin/mandoc/mdoc/Tg/
H A Dwarn.out_html10 <h2 class="Sh" id="examples"><a class="permalink" href="#examples">EXAMPLES</a></h2>
H A Dwarn.out_tag7 examples warn.mandoc_ascii 14
/openbsd-src/lib/libexpat/tests/
H A DREADME.txt3 are not expected to be useful examples of Expat usage; see the
4 examples/ directory for that.
/openbsd-src/regress/usr.bin/grep/
H A Dt5.out1 examples of special characters are [, $, ^, *
H A Dt11.out2 examples of special characters are [, $, ^, *
H A Din4 examples of special characters are [, $, ^, *
/openbsd-src/usr.bin/lex/
H A DREADME49 examples/ - containing examples of some possible flex scanners and a
50 few other things. See the file examples/README for more details.
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/
H A D32_world_tml.t8 "Real-world examples", 't/tml-world', \&test_yaml_roundtrip
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/
H A DMANIFEST.in3 recursive-include examples *
/openbsd-src/gnu/usr.bin/perl/dist/Thread-Queue/
H A DMakefile.PL37 @$(CHMOD) 755 examples/*.pl
/openbsd-src/gnu/usr.bin/perl/dist/Thread-Semaphore/
H A DMakefile.PL36 @$(CHMOD) 755 examples/*.pl

12345678910>>...18