Home
last modified time | relevance | path

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

12345678910>>...303

/aosp_15_r20/external/bazelbuild-rules_go/tests/core/
H A DREADME.rst11 * `Misc configuration transition tests <transition/README.rst>`_
12 * `Basic go_library functionality <go_library/README.rst>`_
13 * `output_groups functionality <output_groups/README.rst>`_
14 * `Basic -buildmode=plugin functionality <go_plugin/README.rst>`_
15 * `go_bazel_test macro functionality <go_bazel_test/README.rst>`_
16 * `Core Go rules tests <nogo/README.rst>`_
17 * `go_proto_library importmap <go_proto_library_importmap/README.rst>`_
18 * `Cross compilation <cross/README.rst>`_
19 * `Basic go_proto_library functionality <go_proto_library/README.rst>`_
20 * `c-archive / c-shared linkmodes <c_linkmodes/README.rst>`_
[all …]
/aosp_15_r20/external/opencensus-java/
H A DRELEASING.md199 1. Update README.md and gradle/maven build files on `master` branch:
208 README.md
209 contrib/appengine_standard_util/README.md
210 contrib/dropwizard/README.md
211 contrib/dropwizard5/README.md
212 contrib/exemplar_util/README.md
213 contrib/grpc_util/README.md
214 contrib/http_jaxrs/README.md
215 contrib/http_jetty_client/README.md
216 contrib/http_servlet/README.md
[all …]
/aosp_15_r20/external/google-cloud-java/
H A Dchangelog.json899 "message": "README.md to have Libraries BOM usage guide",
916 "message": "README.md to have Libraries BOM usage guide",
933 "message": "README.md to have Libraries BOM usage guide",
950 "message": "README.md to have Libraries BOM usage guide",
967 "message": "README.md to have Libraries BOM usage guide",
984 "message": "README.md to have Libraries BOM usage guide",
1001 "message": "README.md to have Libraries BOM usage guide",
1018 "message": "README.md to have Libraries BOM usage guide",
1035 "message": "README.md to have Libraries BOM usage guide",
1052 "message": "README.md to have Libraries BOM usage guide",
[all …]
/aosp_15_r20/tools/external_updater/tests/
H A Dtest_gitrepo.py58 repo.commit("Add README.md.", update_files={"README.md": "Hello, world!"})
59 self.assertEqual(repo.commit_message_at_revision("HEAD"), "Add README.md.\n")
61 repo.file_contents_at_revision("HEAD", "README.md"), "Hello, world!"
68 repo.commit("Add README.md.", update_files={"README.md": "Hello, world!"})
69 repo.commit("Update README.md.", update_files={"README.md": "Goodbye, world!"})
70 self.assertEqual(repo.commit_message_at_revision("HEAD^"), "Add README.md.\n")
72 repo.file_contents_at_revision("HEAD^", "README.md"), "Hello, world!"
74 self.assertEqual(repo.commit_message_at_revision("HEAD"), "Update README.md.\n")
76 repo.file_contents_at_revision("HEAD", "README.md"), "Goodbye, world!"
83 repo.commit("Add README.md.", update_files={"README.md": "Hello, world!"})
[all …]
/aosp_15_r20/external/cronet/android/tools/license/tests/
H A Dlicense_converter_test.py156 # README.chromium and BUILD.gn lives in //third_party/rust/my_crate while
160 # where the source lives and not where the README.chromium lives.
170 with open(os.path.join(readme_dir, "README.chromium"),
171 "w", encoding="utf-8") as readme:
172 readme.write("\n".join([
200 with open(os.path.join(temp_directory, "README.chromium"),
201 "w", encoding="utf-8") as readme:
202 readme.write("\n".join([
228 with open(os.path.join(temp_directory, "README.chromium"),
229 "w", encoding="utf-8") as readme:
[all …]
/aosp_15_r20/external/AFLplusplus/docs/
H A Dfeatures.md27 see [instrumentation/README.llvm.md](../instrumentation/README.llvm.md)
31 [instrumentation/README.llvm.md](../instrumentation/README.llvm.md).
36 [instrumentation/README.persistent_mode.md](../instrumentation/README.persistent_mode.md)
39 [instrumentation/README.laf-intel.md](../instrumentation/README.laf-intel.md)
44 [instrumentation/README.cmplog.md](../instrumentation/README.cmplog.md)
49 [instrumentation/README.instrument_list.md](../instrumentation/README.instrument_list.md)
55 [instrumentation/README.llvm.md](../instrumentation/README.llvm.md).
60 see [instrumentation/README.llvm.md](../instrumentation/README.llvm.md).
64 [instrumentation/README.lto.md](../instrumentation/README.lto.md)
68 [nyx_mode](../nyx_mode/README.md) instead.
[all …]
H A Dfuzzing_binary-only_targets.md63 [qemu_mode/README.persistent.md](../qemu_mode/README.persistent.md) this will
69 [qemu_mode/README.md](../qemu_mode/README.md). If possible, you should use the
71 [qemu_mode/README.persistent.md](../qemu_mode/README.persistent.md). The mode is
91 [qemu_mode/README.wine.md](../qemu_mode/README.wine.md).
107 [frida_mode/README.md](../frida_mode/README.md).
110 [instrumentation/README.persistent_mode.md](../instrumentation/README.persistent_mode.md).
133 See [nyx_mode/README.md](../nyx_mode/README.md).
154 [unicorn_mode/README.md](../unicorn_mode/README.md).
167 [utils/afl_untracer/README.md](../utils/afl_untracer/README.md).
177 [coresight_mode/README.md](../coresight_mode/README.md).
H A Dfuzzing_in_depth.md67 +--------------------------------+ see [instrumentation/README.lto.md](instrumentation/README.l…
74 +---------------------------------+ see [instrumentation/README.llvm.md](instrumentation/README
81 …----------------------------+ see [instrumentation/README.gcc_plugin.md](instrumentation/README
82 … [instrumentation/README.instrument_list.md](instrumentation/README.instrument_list.md)
90 Clickable README links for the chosen compiler:
92 * [LTO mode - afl-clang-lto](../instrumentation/README.lto.md)
93 * [LLVM mode - afl-clang-fast](../instrumentation/README.llvm.md)
94 * [GCC_PLUGIN mode - afl-gcc-fast](../instrumentation/README.gcc_plugin.md)
95 * GCC/CLANG modes (afl-gcc/afl-clang) have no README as they have no own
129 [instrumentation/README.laf-intel.md](../instrumentation/README.laf-intel.md).
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/testdata/vcstest/svn/
Dtest1-svn-git.txt26 cd git-README-only
31 git add README
33 git commit -a -m 'README'
40 git remote add origin https://vcs-test.swtch.com/git/README-only
56 svn add git-README-only
57 svn commit -m 'add modified git-README-only'
62 svn commit -m 'use git-README-only/pkg'
76 cd git-README-only
77 git remote set-url origin https://vcs-test.golang.org/git/README-only
91 -- .checkout/git-README-only/pkg/pkg.go --
[all …]
/aosp_15_r20/external/cronet/android/tools/license/
H A Dconstants.py36 "base/third_party/nspr/README.chromium": create_license_post_processing(
38 "url/third_party/mozilla/README.chromium": create_license_post_processing(
41 "third_party/libc++abi/README.chromium": create_license_post_processing(
46 "third_party/libc++/README.chromium": create_license_post_processing(
51 "third_party/boringssl/README.chromium": create_license_post_processing(
59 "third_party/quic_trace/README.chromium": create_license_post_processing(
61 "third_party/metrics_proto/README.chromium": create_license_post_processing(
63 …"third_party/boringssl/src/pki/testdata/nist-pkits/README.chromium": create_license_post_processin…
68 "third_party/rust/unicode_ident/v1/README.chromium": create_license_post_processing(
77 "testing/android/native_test/README.chromium",
[all …]
/aosp_15_r20/external/python/setuptools/setuptools/tests/config/
Dtest_apply_pyprojecttoml.py84 readme = "README.rst"
136 def _pep621_example_project(tmp_path, readme="README.rst"): argument
139 replacements = {'readme = "README.rst"': f'readme = "{readme}"'}
144 (tmp_path / readme).write_text("hello world")
159 "readme, ctype",
161 ("Readme.txt", "text/plain"),
162 ("readme.md", "text/markdown"),
166 def test_readme_content_type(tmp_path, readme, ctype): argument
167 pyproject = _pep621_example_project(tmp_path, readme)
173 pyproject = _pep621_example_project(tmp_path, "README.tex")
[all …]
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/
H A DMakefile.in69 zip -9y $(ZIPFILE) README HISTORY IMPLEMNT *.spec *.mif *.def \
72 curspriv.h panel.h term.h pdcurses/README \
73 pdcurses/*.c demos/README demos/*.c demos/*.h dos/README dos/*.c \
74 dos/*.h dos/*.mak dos/*.lrf os2/README os2/*.c os2/*.h os2/*.mak \
75 os2/*.lrf sdl1/README sdl1/*.c sdl1/*.h sdl1/Make* \
76 win32/README win32/*.c win32/*.h win32/*.mak \
77 win32/*.ico win32/*.rc x11/README x11/*.c x11/*.h x11/Makefile.* \
83 (cd ..; tar cvf - $(PDC_DIR)/README $(PDC_DIR)/HISTORY \
91 $(PDC_DIR)/pdcurses/README $(PDC_DIR)/pdcurses/*.c \
92 $(PDC_DIR)/demos/README $(PDC_DIR)/demos/*.c $(PDC_DIR)/demos/*.h \
[all …]
/aosp_15_r20/external/libwebsockets/
H A Dlibwebsockets.dox176 ./READMEs/README.async-dns.md \
177 ./READMEs/README.build.md \
178 ./READMEs/README.ci.md \
179 ./READMEs/README.coding.md \
180 ./READMEs/README.content-security-policy.md \
181 ./READMEs/README.contributing.md \
182 ./READMEs/README.crypto-apis.md \
183 ./READMEs/README.detailed-latency.md \
184 ./READMEs/README.esp32.md \
185 ./READMEs/README.h2-long-poll.md \
[all …]
/aosp_15_r20/bootable/libbootloader/gbl/
H A Dreadme.bzl16 Action that verifies all EFI protocols used by GBL are explicitly listed in README.md
35 --readme)
36 README=$2
47 if [ ! -f $README ]; then
48 echo "README file doesn't exist: ${README}"
60 grep -Lq $P ${README} || DOCLESS_PROTOCOLS+="\n\t$P"
72 README_PROTOCOLS=($(grep -P " ?[^ ]+Protocol$" ${README} | awk '{print $NF}' | sort | uniq))
88 readme = ctx.attr.readme
100 "--readme",
101 readme[DefaultInfo].files.to_list()[0],
[all …]
/aosp_15_r20/external/bazelbuild-rules_go/tests/
H A Dupdate.py25 from the firts non blank line of the README.rst for that folder.
30 README = "README.rst" variable
36 if README not in files:
38 readme = os.path.join(dirname, README)
41 with open(readme) as f:
47 print('{}: No child markers'.format(readme))
50 print('{}: Invalid child markers'.format(readme))
52 print('{}: updating from {} to {}'.format(readme, start, end))
56 child = os.path.join(dirname, sub, README)
64 out.append("* `{} <{}/{}>`_\n".format(childname, sub, README))
[all …]
/aosp_15_r20/external/sg3_utils/
H A DMakefile.am15 README.details \
16 README.freebsd \
17 README.iscsi \
18 README.sg_start \
19 README.solaris \
20 README.tru64 \
21 README.win32 \
30 archive/README \
42 debian/README.debian4 \
49 examples/README \
[all …]
/aosp_15_r20/external/google-styleguide/docguide/
H A 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 …]
/aosp_15_r20/external/AFLplusplus/instrumentation/
H A DREADME.llvm.md3 For the general instruction manual, see [docs/README.md](../docs/README.md).
6 [README.gcc_plugin.md](README.gcc_plugin.md).
66 Then look at [README.persistent_mode.md](README.persistent_mode.md).
121 [README.instrument_list.md](README.instrument_list.md)
124 [README.laf-intel.md](README.laf-intel.md).
131 afl-clang-lto/afl-clang-lto++. See [README.lto.md](README.lto.md).
147 [README.cmplog.md](README.cmplog.md).
162 explanation, see [README.persistent_mode.md](README.persistent_mode.md).
H A DREADME.gcc_plugin.md3 For the general instruction manual, see [docs/README.md](../docs/README.md).
5 For the LLVM-based instrumentation, see [README.llvm.md](README.llvm.md).
40 will *not* work with LLVM (see [README.llvm.md](README.llvm.md) for an
92 [README.persistent_mode.md#3) Deferred initialization](README.persistent_mode.md#3-deferred-initial…
97 [README.persistent_mode.md#4) Persistent mode](README.persistent_mode.md#4-persistent-mode).
102 details, see [README.instrument_list.md](README.instrument_list.md).
/aosp_15_r20/external/libchrome/mojo/
H A 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 …]
/aosp_15_r20/external/protobuf/examples/
H A 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
94 Follow instructions in [../README.md](../README.md) to install protoc. Then
124 First, follow the instructions in [../README.md](../README.md) to install the Protocol Buffer Compi…
/aosp_15_r20/external/cronet/third_party/protobuf/examples/
H A 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
94 Follow instructions in [../README.md](../README.md) to install protoc. Then
124 First, follow the instructions in [../README.md](../README.md) to install the Protocol Buffer Compi…
/aosp_15_r20/external/libffi/
H A DChangeLog.v114 * README: Boosted rev and updated release notes.
20 * README: Boosted rev and updated release notes.
37 * README: Boosted rev and added release notes.
57 * README: Updated dates and reworded Irix comments.
77 * README: Boosted rev to 1.14. Added notes.
106 * README: Boosted rev to 1.12. Added notes.
115 * README: Boosted rev to 1.11. Added notes about GNU make.
125 * README: Boosted rev to 1.09. Added more notes on building
137 * README: Added n32 bug fix notes.
144 * README: Added web page reference.
[all …]
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog.v114 * README: Boosted rev and updated release notes.
20 * README: Boosted rev and updated release notes.
37 * README: Boosted rev and added release notes.
57 * README: Updated dates and reworded Irix comments.
77 * README: Boosted rev to 1.14. Added notes.
106 * README: Boosted rev to 1.12. Added notes.
115 * README: Boosted rev to 1.11. Added notes about GNU make.
125 * README: Boosted rev to 1.09. Added more notes on building
137 * README: Added n32 bug fix notes.
144 * README: Added web page reference.
[all …]
/aosp_15_r20/packages/modules/Virtualization/
DREADME.md17 * [pVM firmware](guest/pvmfw/README.md)
19 * [Microdroid](build/microdroid/README.md)
20 * [Microdroid kernel](guest/kernel/README.md)
21 * [Microdroid payload](libs/libmicrodroid_payload_metadata/README.md)
22 * [vmbase](libs/libvmbase/README.md)
23 * [Encrypted Storage](guest/encryptedstore/README.md)
26 * [Java API](libs/framework-virtualization/README.md)
27 * [VM Payload API](libs/libvm_payload/README.md)
30 * [Building and running a demo app in Java](android/MicrodroidDemoApp/README.md)
31 * [Building and running a demo app in C++](android/vm_demo_native/README.md)

12345678910>>...303