Home
last modified time | relevance | path

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

1234

/external/libvncserver/test/
Dbmp.c83 #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/
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/cpython2/
D.hgeol42 # 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/
DMakefile36 $(RM) -f build/readme.*
44 $(RM) -f build/readme.*
73 $(RM) -f build/readme.*
/external/icu/icu4c/source/
DMakefile.in384 @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/
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/icu/trunk/readme.html#HowToBuild
/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/python/cpython2/Mac/BuildScript/
Dbuild-installer.py434 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/
Dmainpage.dox26 - The \ref readme contains instructions on recompiling the sample applications.
49 /*!\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)
/external/icu/icu4c/source/samples/ugrep/
DMakefile20 CHECK_ARGS=BOM readme.txt
/external/skia/infra/bots/assets/linux_vulkan_intel_driver_debug/
DREADME.md1 See [the release readme](../linux_vulkan_intel_driver_release/README.md) for information on how to …
/external/syslinux/com32/lua/
DREADME5 further information about Lua, see doc/readme.html.
/external/skia/third_party/lua/
DREADME5 further information about Lua, see doc/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/curl/packages/vms/
DMakefile.am32 readme \
Dreadme10 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.
Dbuild_gnv_curl_release_notes.com8 $! 3. [--]readme. file from the Curl distribution.
/external/curl/packages/
DMakefile.am29 Symbian/readme.txt \
/external/icu/icu4c/source/config/
Dmh-unknown22 @echo "*** see the readme.html"
/external/ltp/testcases/misc/math/float/
DREADME14 /* there is a readme file within the directory if necessary */
/external/curl/packages/AIX/RPM/
DREADME32 The nifty curl header of this README is a ripoff of the vms/readme file.
/external/icu/icu4c/packaging/rpm/
Dicu.spec132 %doc readme.html
194 %doc readme.html
/external/curl/src/macos/
DMACINSTALL.TXT25 Follow the instructions in GUSI Extra "readme.txt" mainly the ones related to

1234