Home
last modified time | relevance | path

Searched refs:README (Results 1 – 25 of 1638) sorted by relevance

12345678910>>...66

/external/tpm2-tss/.ci/
Dcoverity.run24 rm -fr README
26 echo "Name: $AUTHOR" >> README
27 echo "Email: tadeusz.struk@intel.com" >> README
28 echo "Project: 01org/TPM2.0-TSS" >> README
29 echo "Build-Version: $TRAVIS_COMMIT" >> README
30 echo "Description: $TRAVIS_REPO_SLUG $TRAVIS_BRANCH" >> README
31 echo "Submitted-by: tpm2-tss CI" >> README
33 tar -czf $TRAVIS_BUILD_DIR/tpm2-tss-scan.tgz README cov-int
35 rm -fr README cov-int
/external/webrtc/docs/native-code/rtp-hdrext/
Dindex.md5 * [abs-send-time](abs-send-time/README.md)
6 * [abs-capture-time](abs-capture-time/README.md)
7 * [color-space](color-space/README.md)
8 * [playout-delay](playout-delay/README.md)
9 * [transport-wide-cc-02](transport-wide-cc-02/README.md)
10 * [video-content-type](video-content-type/README.md)
11 * [video-timing](video-timing/README.md)
12 * [inband-cn](inband-cn/README.md)
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/kprobe/
Dkprobe_syntax_errors.tc13 if grep -q 'r\[maxactive\]' README; then
34 if grep -q '$arg<N>' README; then
44 grep -q "imm-value" README && \
46 grep -q "imm-string" README && \
53 if grep -A1 "fetcharg:" README | grep -q '\$comm' ; then
61 if grep -q ' <type>\\\[<array-size>\\\]' README; then
91 if grep -q "Create/append/" README && grep -q "imm-value" README; then
Dkprobe_args_user.tc7 grep -q '\$arg<N>' README || exit_unresolved # depends on arch
8 grep -A10 "fetcharg:" README | grep -q 'ustring' || exit_unsupported
9 grep -A10 "fetcharg:" README | grep -q '\[u\]<offset>' || exit_unsupported
/external/openssh/contrib/cygwin/
DMakefile48 -$(INSTALL) -m 644 $(srcdir)/README $(DESTDIR)$(sshdocdir)/README
49 -$(INSTALL) -m 644 $(srcdir)/README.dns $(DESTDIR)$(sshdocdir)/README.dns
50 -$(INSTALL) -m 644 $(srcdir)/README.platform $(DESTDIR)$(sshdocdir)/README.platform
51 -$(INSTALL) -m 644 $(srcdir)/README.privsep $(DESTDIR)$(sshdocdir)/README.privsep
52 -$(INSTALL) -m 644 $(srcdir)/README.tun $(DESTDIR)$(sshdocdir)/README.tun
55 install-cygwindoc: README
57 $(INSTALL) -m 644 README $(DESTDIR)$(cygdocdir)/openssh.README
/external/google-styleguide/docguide/
DREADMEs.md1 # README.md files
3 About README.md files.
13 `README.md` files are Markdown files that describe a directory.
16 For example, the file /README.md is rendered when you view the contents of the
21 Also `README.md` at `HEAD` ref is rendered by Gitiles when displaying repository
28 **`README.md` files are intended to provide orientation for engineers browsing
29 your code, especially first-time users.** The `README.md` is likely the first
34 `README.md` file. This is especially important for package directories that
39 Use `README.md`.
41 Files named `README` are not displayed in the directory view in Gitiles.
[all …]
/external/libwebsockets/
Dlibwebsockets.dox158 ./READMEs/README.async-dns.md \
159 ./READMEs/README.build.md \
160 ./READMEs/README.ci.md \
161 ./READMEs/README.coding.md \
162 ./READMEs/README.content-security-policy.md \
163 ./READMEs/README.contributing.md \
164 ./READMEs/README.crypto-apis.md \
165 ./READMEs/README.detailed-latency.md \
166 ./READMEs/README.esp32.md \
167 ./READMEs/README.generic-sessions.md \
[all …]
/external/mockito/
Dupdate_source.sh61 mv README.version README.tmp
62 grep -B 100 "Local Modifications" README.tmp > README.version
63 echo " None" >> README.version
64 rm README.tmp
/external/objenesis/
Dupdate_source.sh63 mv README.version README.tmp
64 grep -B 100 "Local Modifications" README.tmp > README.version
65 echo " None" >> README.version
66 rm README.tmp
/external/dexmaker/
Dupdate_source.sh75 mv README.version README.tmp
76 grep -B 100 "Local Modifications" README.tmp > README.version
77 echo " None" >> README.version
78 rm README.tmp
/external/zstd/doc/educational_decoder/
DMakefile47 @$(ZSTD) -f README.md -o tmp.zst
49 @$(DIFF) -s tmp README.md
55 @$(ZSTD) --train harness.c zstd_decompress.c zstd_decompress.h README.md \
56 harness.c zstd_decompress.c zstd_decompress.h README.md \
57 harness.c zstd_decompress.c zstd_decompress.h README.md \
59 @$(ZSTD) -f README.md -D dictionary -o tmp.zst
61 @$(DIFF) -s tmp README.md
/external/libusb/
DMakefile.am31 chmod u+w $(distdir)/README $(distdir)/msvc
32 $(SED) -i.orig -e '/Build Status/d' $(distdir)/README
33 $(SED) -i.orig -e '/^$$/N;/^\n$$/D' $(distdir)/README
34 $(SED) -i.orig -e 's/\[\([A-Z]*\)\](\1)/\1/' $(distdir)/README
35 rm -f $(distdir)/README.orig
/external/kotlinx.coroutines/integration/
DREADME.md8 * [kotlinx-coroutines-jdk8](kotlinx-coroutines-jdk8/README.md) -- integration with JDK8 `Completabl…
9 * [kotlinx-coroutines-guava](kotlinx-coroutines-guava/README.md) -- integration with Guava [Listena…
10 * [kotlinx-coroutines-slf4j](kotlinx-coroutines-slf4j/README.md) -- integration with SLF4J [MDC](ht…
21 * Write tests and documentation, include top-level `README.md` with short overview and example.
26 * List of integrations in the root [README.md](../README.md).
27 * Update links to documentation website as explained [here](../knit/README.md#usage).
/external/python/cpython2/Misc/
DREADME24 PURIFY.README Information for Purify users
31 README The file you're reading now
32 README.coverity Information about running Coverity's Prevent on Python
33 README.klocwork Information about running Klocwork's K7 on Python
34 README.OpenBSD Help for building problems on OpenBSD
35 README.valgrind Information for Valgrind users, see valgrind-python.supp
40 valgrind-python.supp Valgrind suppression file, see README.valgrind
/external/opencensus-java/
DRELEASING.md195 1. Update README.md and gradle/maven build files on `master` branch:
204 README.md
205 contrib/appengine_standard_util/README.md
206 contrib/exemplar_util/README.md
207 contrib/grpc_util/README.md
208 contrib/http_util/README.md
209 contrib/log_correlation/log4j2/README.md
210 contrib/log_correlation/stackdriver/README.md
211 contrib/monitored_resource_util/README.md
212 contrib/spring/README.md
[all …]
/external/python/dateutil/
Dsetup.py35 def README(): function
48 README = README() # NOQA variable
62 long_description=README,
/external/kotlinx.coroutines/reactive/
DREADME.md8 * [kotlinx-coroutines-reactive](kotlinx-coroutines-reactive/README.md) -- utilities for [Reactive S…
9 * [kotlinx-coroutines-reactor](kotlinx-coroutines-reactor/README.md) -- utilities for [Reactor](htt…
10 * [kotlinx-coroutines-rx2](kotlinx-coroutines-rx2/README.md) -- utilities for [RxJava 2.x](https://…
11 * [kotlinx-coroutines-rx3](kotlinx-coroutines-rx3/README.md) -- utilities for [RxJava 3.x](https://…
/external/python/cpython3/Misc/
DREADME20 README The file you're reading now
21 README.AIX Information about using Python on AIX
22 README.coverity Information about running Coverity's Prevent on Python
23 README.valgrind Information for Valgrind users, see valgrind-python.supp
27 valgrind-python.supp Valgrind suppression file, see README.valgrind
/external/icu/icu4c/source/config/
Ddist-data.sh70 README=icu4c-${VERSION}-data-bin-${endian}-README.md
71 cat >> ${DISTY_DIR}/tmp/${README} <<EOF
80 - this README
103 ${DISTY_DIR}/tmp/${README} \
/external/exoplayer/tree/library/
DREADME.md4 [top level README][] for more information about the available library modules
7 [top level README]: https://github.com/google/ExoPlayer/blob/release-v2/README.md
/external/libwebsockets/win32port/
Dlibwebsockets.nsi38 File "..\README.md"
39 File "..\README.build.md"
40 File "..\README.coding.md"
41 File "..\README.test-apps.md"
82 Delete "$INSTDIR\README.md"
83 Delete "$INSTDIR\README.build.md"
84 Delete "$INSTDIR\README.coding.md"
85 Delete "$INSTDIR\README.test-apps.md"
/external/exoplayer/tree/extensions/jobdispatcher/
DREADME.md8 …er extension]: https://github.com/google/ExoPlayer/blob/release-v2/extensions/workmanager/README.md
25 [top level README][].
27 [top level README]: https://github.com/google/ExoPlayer/blob/release-v2/README.md
/external/fonttools/
DMANIFEST.in1 include README.rst
8 include Snippets/README.md
29 include Doc/README.md
38 recursive-include Tests *.txt README
/external/curl/packages/
DMakefile.am24 EXTRA_DIST = README \
25 DOS/README \
27 OS400/README.OS400 \
/external/linux-kselftest/tools/testing/selftests/ftrace/test.d/dynevent/
Dclear_select_events.tc7 grep -q "place: \[<module>:\]<symbol>" README || exit_unsupported
8 grep -q "place (kretprobe): \[<module>:\]<symbol>" README || exit_unsupported
10 grep -q "s:\[synthetic/\]" README || exit_unsupported

12345678910>>...66