Searched refs:readme (Results 1 – 25 of 87) sorted by relevance
1234
/external/libvncserver/test/ |
D | bmp.c | 83 #define readme(fd, addr, size) \ macro 193 readme(fd, &bh.bfType, sizeof(unsigned short)); in loadbmp() 207 readme(fd, &bh.bfSize, sizeof(unsigned int)); in loadbmp() 208 readme(fd, &bh.bfReserved1, sizeof(unsigned short)); in loadbmp() 209 readme(fd, &bh.bfReserved2, sizeof(unsigned short)); in loadbmp() 210 readme(fd, &bh.bfOffBits, sizeof(unsigned int)); in loadbmp() 211 readme(fd, &bh.biSize, sizeof(unsigned int)); in loadbmp() 212 readme(fd, &bh.biWidth, sizeof(int)); in loadbmp() 213 readme(fd, &bh.biHeight, sizeof(int)); in loadbmp() 214 readme(fd, &bh.biPlanes, sizeof(unsigned short)); in loadbmp() [all …]
|
/external/zlib/src/contrib/minizip/ |
D | Makefile | 19 ./minizip test readme.txt 21 mv readme.txt readme.old
|
/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/python/cpython2/ |
D | .hgeol | 42 # The Windows readme is likely to be read in Notepad, so make it readable 43 PCbuild/readme.txt = CRLF 44 PC/VS9.0/readme.txt = CRLF
|
/external/python/cpython2/Tools/unicode/ |
D | Makefile | 36 $(RM) -f build/readme.* 44 $(RM) -f build/readme.* 73 $(RM) -f build/readme.*
|
/external/icu/icu4c/source/ |
D | Makefile.in | 384 @echo -n "ICU Version: " > $(DESTDIR)/readme.txt 385 @echo `./config/icu-config --noverify --version` >> $(DESTDIR)/readme.txt 386 @echo -n "HOST: " >> $(DESTDIR)/readme.txt 387 @echo `./config/icu-config --noverify --host` >> $(DESTDIR)/readme.txt 388 @echo -n "CC Compiler: " >> $(DESTDIR)/readme.txt 389 @echo `./config/icu-config --noverify --cc` >> $(DESTDIR)/readme.txt 390 @echo -n "CXX Compiler: " >> $(DESTDIR)/readme.txt 391 @echo `./config/icu-config --noverify --cxx` >> $(DESTDIR)/readme.txt
|
/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/icu/trunk/readme.html#HowToBuild
|
/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/python/cpython2/Mac/BuildScript/ |
D | build-installer.py | 434 readme="""\ 446 readme="""\ 460 readme="""\ 473 readme="""\ 484 readme="""\ 502 readme="""\ 519 readme="""\ 1371 readme = textwrap.dedent(recipe['readme']) 1381 readme = readme % textvars 1412 fp.write(readme) [all …]
|
/external/libvpx/libvpx/ |
D | mainpage.dox | 26 - The \ref readme contains instructions on recompiling the sample applications. 49 /*!\page readme 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/icu/icu4c/source/samples/ugrep/ |
D | Makefile | 20 CHECK_ARGS=BOM readme.txt
|
/external/skia/infra/bots/assets/linux_vulkan_intel_driver_debug/ |
D | README.md | 1 See [the release readme](../linux_vulkan_intel_driver_release/README.md) for information on how to …
|
/external/syslinux/com32/lua/ |
D | README | 5 further information about Lua, see doc/readme.html.
|
/external/skia/third_party/lua/ |
D | README | 5 further information about Lua, see doc/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/curl/packages/vms/ |
D | Makefile.am | 32 readme \
|
D | readme | 10 9-MAR-2004, Created this readme. file. Marty Kuhrt (MSK). 52 this readme file, and the curl_gnv_build_steps.txt 138 readme. This file.
|
D | build_gnv_curl_release_notes.com | 8 $! 3. [--]readme. file from the Curl distribution.
|
/external/curl/packages/ |
D | Makefile.am | 29 Symbian/readme.txt \
|
/external/icu/icu4c/source/config/ |
D | mh-unknown | 22 @echo "*** see the readme.html"
|
/external/ltp/testcases/misc/math/float/ |
D | README | 14 /* there is a readme file within the directory if necessary */
|
/external/curl/packages/AIX/RPM/ |
D | README | 32 The nifty curl header of this README is a ripoff of the vms/readme file.
|
/external/icu/icu4c/packaging/rpm/ |
D | icu.spec | 132 %doc readme.html 194 %doc readme.html
|
/external/curl/src/macos/ |
D | MACINSTALL.TXT | 25 Follow the instructions in GUSI Extra "readme.txt" mainly the ones related to
|
1234