Home
last modified time | relevance | path

Searched refs:readme (Results 1 – 25 of 92) 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/opencv3/samples/cpp/tutorial_code/calib3d/stereoBM/
DSBM_Sample.cpp18 void readme();
27 { readme(); return -1; } in main()
72 void readme() in readme() function
/external/opencv3/doc/tutorials/features2d/feature_detection/
Dfeature_detection.markdown32 void readme();
38 { readme(); return -1; }
71 /* @function readme */
72 void readme()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/
Dsetup.py44 def readme(): function
51 long_description = readme(),
/external/chromium-trace/catapult/third_party/typ/
Dsetup.py27 readme = fp.read().strip() variable
29 readme_lines = readme.splitlines()
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
Dsetup.py36 readme = os.path.join(os.path.dirname(__file__), 'README.md') variable
37 LONG_DESCRIPTION = open(readme).read()
/external/opencv3/doc/tutorials/features2d/feature_flann_matcher/
Dfeature_flann_matcher.markdown40 void readme();
49 { readme(); return -1; }
115 * @function readme
117 void readme()
/external/icu/icu4c/source/
DMakefile.in392 @echo -n "ICU Version: " > $(DESTDIR)/readme.txt
393 @echo `./config/icu-config --noverify --version` >> $(DESTDIR)/readme.txt
394 @echo -n "HOST: " >> $(DESTDIR)/readme.txt
395 @echo `./config/icu-config --noverify --host` >> $(DESTDIR)/readme.txt
396 @echo -n "CC Compiler: " >> $(DESTDIR)/readme.txt
397 @echo `./config/icu-config --noverify --cc` >> $(DESTDIR)/readme.txt
398 @echo -n "CXX Compiler: " >> $(DESTDIR)/readme.txt
399 @echo `./config/icu-config --noverify --cxx` >> $(DESTDIR)/readme.txt
/external/opencv3/doc/tutorials/features2d/feature_description/
Dfeature_description.markdown34 void readme();
77 /* @function readme */
78 void readme()
/external/opencv3/doc/tutorials/features2d/feature_homography/
Dfeature_homography.markdown32 void readme();
38 { readme(); return -1; }
121 /* @function readme */
122 void readme()
/external/icu/icu4c/source/data/
Dicu4j-readme.txt5 * 6/26/08 - Created by Brian Rower - heavy copying from ICU4J readme & others *
19 ICU4C, see the ICU4C readme at:
20 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/chromium-trace/catapult/third_party/coverage/
Dsetup.py45 with open("README.rst") as readme:
46 long_description = readme.read().replace("http://coverage.readthedocs.org", __url__)
/external/libvpx/libvpx/
Dmainpage.dox26 - The \ref readme contains instructions on recompiling the sample applications.
49 /*!\page readme README
/external/opencv3/platforms/android/service/
DCMakeLists.txt5 install(FILES "readme.txt" DESTINATION "apk/" COMPONENT libs)
/external/icu/icu4c/source/samples/ugrep/
DMakefile17 CHECK_ARGS=BOM readme.txt
/external/chromium-trace/catapult/third_party/mox3/doc/source/
Dindex.rst12 readme
/external/chromium-trace/catapult/telemetry/third_party/mox3/doc/source/
Dindex.rst12 readme
/external/opencv3/samples/winrt/
Dreadme.txt6 Please follow the instructions in "platforms/winrt/readme.txt" to generate and build OpenCV for Win…
/external/opencv3/samples/winrt_universal/
Dreadme.txt6 Please follow the instructions in "platforms/winrt/readme.txt" to generate and build OpenCV for Win…
/external/opencv3/samples/wp8/
Dreadme.txt6 Please follow the instructions in "platforms/winrt/readme.txt" to generate and build OpenCV for Win…
/external/curl/packages/vms/
DMakefile.am32 readme \
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
Dbuild.properties16 readme.html,\
/external/chromium-trace/catapult/third_party/gsutil/third_party/retry-decorator/
DCHANGES.txt38 5803da54f2 new readme (Patrick)

1234