Searched refs:readme (Results 1 – 25 of 141) sorted by relevance
123456
/external/unicode/testunicode.xcodeproj/ |
D | project.pbxproj | 12 …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/zlib/src/contrib/minizip/ |
D | Makefile | 19 ./minizip test readme.txt 21 mv readme.txt readme.old
|
/external/python/cpython2/Tools/unicode/ |
D | Makefile | 36 $(RM) -f build/readme.* 44 $(RM) -f build/readme.* 73 $(RM) -f build/readme.*
|
/external/python/cpython3/Tools/unicode/ |
D | Makefile | 36 $(RM) -f build/readme.* 44 $(RM) -f build/readme.* 73 $(RM) -f build/readme.*
|
/external/python/futures/ |
D | setup.py | 21 readme = f.read() variable 26 long_description=readme,
|
/external/icu/icu4c/source/ |
D | Makefile.in | 399 @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/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/break_rules/ |
D | readme.txt | 1 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/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/break_rules/ |
D | readme.txt | 1 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/icu4c/source/data/ |
D | icu4j-readme.txt | 7 * 6/26/08 - Created by Brian Rower - heavy copying from ICU4J readme & others * 21 ICU4C, see the ICU4C readme at: 22 http://source.icu-project.org/repos/icu/trunk/icu4c/readme.html#HowToBuild
|
/external/python/cpython2/ |
D | .gitattributes | 41 PCbuild/readme.txt text eol=crlf 42 PC/readme.txt text eol=crlf
|
/external/libxml2/win32/VC10/ |
D | README.vc10 | 5 to clarify: This is not the readme file for the whole libxml2 project. 6 Rather, it's a readme for the VC10 project files, attached to the libxml2 proejct.
|
/external/libaom/libaom/ |
D | mainpage.dox | 25 - \ref readme contains instructions on compiling the sample applications. 48 /*!\page readme README.md
|
/external/python/cpython3/Lib/distutils/command/ |
D | bdist_rpm.py | 220 for readme in ('README', 'README.txt'): 221 if os.path.exists(readme) and readme not in self.doc_files: 222 self.doc_files.append(readme)
|
/external/python/cpython2/Lib/distutils/command/ |
D | bdist_rpm.py | 231 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)
|
/external/python/cpython3/Mac/BuildScript/ |
D | build-installer.py | 403 readme="""\ 414 readme="""\ 428 readme="""\ 441 readme="""\ 452 readme="""\ 470 readme="""\ 1342 readme = textwrap.dedent(recipe['readme']) 1352 readme = readme % textvars 1383 fp.write(readme) 1414 IFPkgDescriptionDescription=readme,
|
/external/python/cpython2/Mac/BuildScript/ |
D | build-installer.py | 399 readme="""\ 410 readme="""\ 424 readme="""\ 437 readme="""\ 448 readme="""\ 466 readme="""\ 1355 readme = textwrap.dedent(recipe['readme']) 1365 readme = readme % textvars 1396 fp.write(readme) 1427 IFPkgDescriptionDescription=readme,
|
/external/libvpx/libvpx/ |
D | mainpage.dox | 26 - The \ref readme contains instructions on recompiling the sample applications. 51 /*!\page readme README
|
/external/python/cpython3/ |
D | .gitattributes | 39 PCbuild/readme.txt text eol=crlf 40 PC/readme.txt text eol=crlf
|
/external/cldr/tools/java/ |
D | readme.txt | 45 If you checked out CLDR as one directory (i.e. there is a ../../common relative to this readme), 50 … Otherwise, if inside of an eclipse workspace (i.e. there is a ../common relative to this readme),
|
/external/cldr/tools/dist.conf/ |
D | includes-common.txt | 1 readme.html
|
D | includes-keyboards.txt | 1 readme.html
|
D | includes-tools.txt | 1 readme.html
|
/external/python/cpython2/PC/ |
D | readme.txt | 78 versions of Microsoft Visual Studio. See PCbuild/readme.txt. 83 See os2emx/readme.txt. This platform is maintained by Andrew MacIntyre. 88 See os2vacpp/readme.txt. This platform is supported by Jeff Rush.
|
/external/icu/icu4c/source/samples/ugrep/ |
D | Makefile | 20 CHECK_ARGS=BOM readme.txt
|
/external/lua/ |
D | README | 5 further information about Lua, see doc/readme.html.
|
123456