Home
last modified time | relevance | path

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

123456

/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/zlib/src/contrib/minizip/
DMakefile19 ./minizip test readme.txt
21 mv readme.txt readme.old
/external/python/cpython2/Tools/unicode/
DMakefile36 $(RM) -f build/readme.*
44 $(RM) -f build/readme.*
73 $(RM) -f build/readme.*
/external/python/cpython3/Tools/unicode/
DMakefile36 $(RM) -f build/readme.*
44 $(RM) -f build/readme.*
73 $(RM) -f build/readme.*
/external/python/futures/
Dsetup.py21 readme = f.read() variable
26 long_description=readme,
/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/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/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/icu4c/source/data/
Dicu4j-readme.txt7 * 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.gitattributes41 PCbuild/readme.txt text eol=crlf
42 PC/readme.txt text eol=crlf
/external/libxml2/win32/VC10/
DREADME.vc105 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/
Dmainpage.dox25 - \ref readme contains instructions on compiling the sample applications.
48 /*!\page readme README.md
/external/python/cpython3/Lib/distutils/command/
Dbdist_rpm.py220 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/
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)
/external/python/cpython3/Mac/BuildScript/
Dbuild-installer.py403 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/
Dbuild-installer.py399 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/
Dmainpage.dox26 - The \ref readme contains instructions on recompiling the sample applications.
51 /*!\page readme README
/external/python/cpython3/
D.gitattributes39 PCbuild/readme.txt text eol=crlf
40 PC/readme.txt text eol=crlf
/external/cldr/tools/java/
Dreadme.txt45 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/
Dincludes-common.txt1 readme.html
Dincludes-keyboards.txt1 readme.html
Dincludes-tools.txt1 readme.html
/external/python/cpython2/PC/
Dreadme.txt78 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/
DMakefile20 CHECK_ARGS=BOM readme.txt
/external/lua/
DREADME5 further information about Lua, see doc/readme.html.

123456