Home
last modified time | relevance | path

Searched full:readme (Results 1 – 25 of 3764) sorted by relevance

12345678910>>...151

/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/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/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/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/dexmaker/
Dupdate_source.sh69 echo "Updating README.version"
72 perl -pi -e "s|^Version: .*$|Version: ${VERSION} (${SHA})|" "README.version"
75 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/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.sh58 perl -pi -e "s|^Version: .*$|Version: ${VERSION}|" "README.version"
61 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.sh60 perl -pi -e "s|^Version: .*$|Version: ${VERSION}|" "README.version"
63 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/libchrome/mojo/
DREADME.md12 [**Mojom IDL and bindings generator**](/mojo/public/tools/bindings/README.md).
15 the top-level [Services documentation](/services/README.md).
18 out [Converting Legacy Chrome IPC To Mojo](/ipc/README.md).
43 [**Mojo Core Embedder API**](/mojo/core/embedder/README.md) for more details.
72 [**C System API**](/mojo/public/c/system/README.md) is usable on any thread for
86 [Platform API](/mojo/public/cpp/platform/README.md) documentation for details.
95 The [**C++ System API**](/mojo/public/cpp/system/README.md) provides a layer of
102 The [**JavaScript System API**](/third_party/blink/renderer/core/mojo/README.md)
107 The [**Java System API**](/mojo/public/java/system/README.md) provides helper
119 [**Mojom IDL**](/mojo/public/tools/bindings/README.md), which can be fed to the
[all …]
/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/protobuf/examples/
DREADME.md46 You can follow instructions in [../src/README.md](../src/README.md) to install
65 Follow instructions in [../README.md](../README.md) to install protoc and then
66 follow [../python/README.md](../python/README.md) to install protobuf python
79 Follow instructions in [../README.md](../README.md) to install protoc and then
128 First, follow the instructions in [../README.md](../README.md) to install the Protocol Buffer Compi…
/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/perfetto/infra/luci/
DREADME.recipes.md17 …com/infra/luci/recipes-py.git/+/2030661a4ff2a6b64b0651f2c44aabed8c71223f/README.recipes.md#recipe_…
18 …com/infra/luci/recipes-py.git/+/2030661a4ff2a6b64b0651f2c44aabed8c71223f/README.recipes.md#recipe_…
19 …com/infra/luci/recipes-py.git/+/2030661a4ff2a6b64b0651f2c44aabed8c71223f/README.recipes.md#recipe_…
20 …com/infra/luci/recipes-py.git/+/2030661a4ff2a6b64b0651f2c44aabed8c71223f/README.recipes.md#recipe_…
21 …com/infra/luci/recipes-py.git/+/2030661a4ff2a6b64b0651f2c44aabed8c71223f/README.recipes.md#recipe_…
22 …com/infra/luci/recipes-py.git/+/2030661a4ff2a6b64b0651f2c44aabed8c71223f/README.recipes.md#recipe_…
23 …com/infra/luci/recipes-py.git/+/2030661a4ff2a6b64b0651f2c44aabed8c71223f/README.recipes.md#recipe_…
/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
/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.am28 # 1) Remove the GitHub Markdown from the README file
31 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/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/autotest/client/tests/npb/
DNPB3.3.tar.gz ... 3/NPB3.3-MPI/FT/README NPB3.3/NPB3.3-MPI/ ...
/external/curl/packages/vms/
Dbuild_gnv_curl_release_notes.com8 $! 3. [--]readme. file from the Curl distribution.
40 $ curl_readme = f$search("sys$disk:[--]readme.")
43 $ curl_readme = f$search("sys$disk:[--]$README.")
47 $ write sys$output "Can not find Curl readme file."
62 $ vms_readme = f$search("sys$disk:[]readme.")
65 $ vms_readme = f$search("sys$disk:[]$README.")
69 $ write sys$output "Can not find VMS specific Curl readme file."
/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/rust/crates/plotters/
DCONTRIBUTING.md38 …/master/examples/wasm-demo) directory and follow the instruction in the `README.md` file under tha…
57 ## Top Level Documentation and Readme
59 Please notice we put almost same content for top level `rustdoc` and `README.md`. Thus the both par…
60readme and documentation, please change the template at [doc-template/readme.template.md](https://…
61 use the following command to synchronize the doc to both `src/lib.rs` and `README.md`.
64 bash doc-template/update-readme.sh
/external/skia/site/docs/dev/testing/
Dautomated_testing.md37 [asset](https://skia.googlesource.com/skia/+/master/infra/bots/assets/README.md)
156 [infra/bots/recipes/README.md][recipes README] and
157 [infra/bots/recipe_modules/README.md][recipe_modules README].
167 task. See infra/bots/assets/README.md for more info.
187 [recipes README]:
188 https://skia.googlesource.com/skia/+/master/infra/bots/recipes/README.md
189 [recipe_modules README]:
190 https://skia.googlesource.com/skia/+/master/infra/bots/recipe_modules/README.md
/external/autotest/client/tests/cerberus/
Dctcs2.tar.bz2 ... -syntax ctcs2/TODO ctcs2/list ctcs2/README.FIRST ctcs2/ctcs.spec.in ctcs2 ...
/external/kotlinx.coroutines/
DRELEASE.md16 * [`README.md`](README.md) (native, core, test, debug, modules)
17 * [`kotlinx-coroutines-debug/README.md`](kotlinx-coroutines-debug/README.md)
18 * [`kotlinx-coroutines-test/README.md`](kotlinx-coroutines-test/README.md)

12345678910>>...151