Home
last modified time | relevance | path

Searched refs:readme (Results 1 – 25 of 594) sorted by relevance

12345678910>>...24

/external/rust/crates/libz-sys/src/zlib/contrib/minizip/
DMakefile19 ./minizip test readme.txt
21 mv readme.txt readme.old
/external/zlib/contrib/minizip/
DMakefile19 ./minizip test readme.txt
21 mv readme.txt readme.old
/external/unicode/testunicode.xcodeproj/
Dproject.pbxproj12 …B045A38309F1CE9C0028F52B /* readme.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = B045A38109…
23 B045A38309F1CE9C0028F52B /* readme.txt in CopyFiles */,
33 …045A38109F1CE9C0028F52B /* readme.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFi…
51 B045A38109F1CE9C0028F52B /* readme.txt */,
/external/python/cpython3/Tools/unicode/
DMakefile36 $(RM) -f build/readme.*
44 $(RM) -f build/readme.*
73 $(RM) -f build/readme.*
/external/python/cpython2/Tools/unicode/
DMakefile36 $(RM) -f build/readme.*
44 $(RM) -f build/readme.*
73 $(RM) -f build/readme.*
/external/python/asn1crypto/
Dsetup.py97 readme = '' variable
99 readme = f.read() variable
111 long_description=readme,
/external/python/uritemplates/
Dsetup.py12 readme = file.read() variable
21 long_description="\n\n".join([readme, history]),
/external/python/asn1crypto/tests/
Dsetup.py96 readme = '' variable
98 readme = f.read() variable
108 long_description=readme,
/external/cronet/third_party/icu/source/
DMakefile.in399 @echo -n "ICU Version: " > $(DESTDIR)/readme.txt
400 @echo `./config/icu-config --noverify --version` >> $(DESTDIR)/readme.txt
401 @echo -n "HOST: " >> $(DESTDIR)/readme.txt
402 @echo `./config/icu-config --noverify --host` >> $(DESTDIR)/readme.txt
403 @echo -n "CC Compiler: " >> $(DESTDIR)/readme.txt
404 @echo `./config/icu-config --noverify --cc` >> $(DESTDIR)/readme.txt
405 @echo -n "CXX Compiler: " >> $(DESTDIR)/readme.txt
406 @echo `./config/icu-config --noverify --cxx` >> $(DESTDIR)/readme.txt
/external/icu/icu4c/source/
DMakefile.in399 @echo -n "ICU Version: " > $(DESTDIR)/readme.txt
400 @echo `./config/icu-config --noverify --version` >> $(DESTDIR)/readme.txt
401 @echo -n "HOST: " >> $(DESTDIR)/readme.txt
402 @echo `./config/icu-config --noverify --host` >> $(DESTDIR)/readme.txt
403 @echo -n "CC Compiler: " >> $(DESTDIR)/readme.txt
404 @echo `./config/icu-config --noverify --cc` >> $(DESTDIR)/readme.txt
405 @echo -n "CXX Compiler: " >> $(DESTDIR)/readme.txt
406 @echo `./config/icu-config --noverify --cxx` >> $(DESTDIR)/readme.txt
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/break_rules/
Dreadme.txt1 file: main/tests/core/src/com/ibm/icu/dev/test/rbbi/break_rules/readme.txt
10 See the readme.txt located there for additional information.
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/break_rules/
Dreadme.txt1 file: main/tests/core/src/com/ibm/icu/dev/test/rbbi/break_rules/readme.txt
10 See the readme.txt located there for additional information.
/external/python/google-api-python-client/
Dsetup.py52 readme = readme_file.read() variable
65 long_description=readme,
/external/python/python-api-core/
Dsetup.py57 readme = readme_file.read() variable
75 long_description=readme,
/external/rust/crates/bitflags/
DCargo.toml.orig5 # 2. number in readme (for breaking changes)
11 readme = "README.md"
/external/python/setuptools/setuptools/tests/config/
Dtest_apply_pyprojecttoml.py136 def _pep621_example_project(tmp_path, readme="README.rst"): argument
144 (tmp_path / readme).write_text("hello world")
166 def test_readme_content_type(tmp_path, readme, ctype): argument
167 pyproject = _pep621_example_project(tmp_path, readme)
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_grep.py69 readme = os.path.join(self.path, 'README.txt')
76 self.assertNotIn(readme, filelist)
82 self.assertIn(readme, filelist)
/external/python/cpython2/
D.gitattributes41 PCbuild/readme.txt text eol=crlf
42 PC/readme.txt text eol=crlf
/external/cronet/third_party/icu/scripts/
Dupdate.sh32 for file in source LICENSE license.html readme.html APIChangeReport.html
38 for file in source LICENSE license.html readme.html APIChangeReport.html
/external/geonames/
DMETADATA30 …eonames.org/export/dump/readme.txt on 2021-07-29, SHA1=7dc17472faed8f71aebc3e4cf22af181ef2002fe, s…
/external/cronet/third_party/icu/source/data/
Dicu4j-readme.txt7 * 6/26/08 - Created by Brian Rower - heavy copying from ICU4J readme & others *
32 see the ICU4C readme at:
33 …https://htmlpreview.github.io/?https://github.com/unicode-org/icu/blob/main/icu4c/readme.html#HowT…
/external/icu/icu4c/source/data/
Dicu4j-readme.txt7 * 6/26/08 - Created by Brian Rower - heavy copying from ICU4J readme & others *
32 see the ICU4C readme at:
33 …https://htmlpreview.github.io/?https://github.com/unicode-org/icu/blob/main/icu4c/readme.html#HowT…
/external/libaom/
Dmainpage.dox27 - \ref readme contains instructions on compiling the sample applications.
63 /*!\page readme README.md
/external/libvpx/
Dmainpage.dox26 - The \ref readme contains instructions on recompiling the sample applications.
51 /*!\page readme README
/external/python/cpython2/Lib/distutils/command/
Dbdist_rpm.py231 for readme in ('README', 'README.txt'):
232 if os.path.exists(readme) and readme not in self.doc_files:
233 self.doc_files.append(readme)

12345678910>>...24