HomeSort by relevance Sort by last modified time
    Searched refs:readme (Results 1 - 25 of 33) sorted by null

1 2

  /external/icu/icu4c/source/samples/ugrep/
Makefile 17 CHECK_ARGS=BOM readme.txt
  /external/zlib/src/contrib/minizip/
Makefile 19 ./minizip test readme.txt
21 mv readme.txt readme.old
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
setup.py 36 readme = os.path.join(os.path.dirname(__file__), 'README.md') variable
37 LONG_DESCRIPTION = open(readme).read()
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/
setup.py 44 def readme(): function
45 with open("README.rst") as f:
51 long_description = readme(),
  /external/chromium-trace/catapult/third_party/typ/
setup.py 26 with open(os.path.join(here, 'README.rst')) as fp:
27 readme = fp.read().strip() variable
29 readme_lines = readme.splitlines()
34 package_data={'': ['../README.rst']},
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
build.properties 16 readme.html,\
  /external/opencv3/samples/cpp/tutorial_code/calib3d/stereoBM/
SBM_Sample.cpp 18 void readme();
27 { readme(); return -1; }
70 * @function readme
72 void readme() function
  /external/libvncserver/test/
bmp.c 83 #define readme(fd, addr, size) \ macro
193 readme(fd, &bh.bfType, sizeof(unsigned short));
207 readme(fd, &bh.bfSize, sizeof(unsigned int));
208 readme(fd, &bh.bfReserved1, sizeof(unsigned short));
209 readme(fd, &bh.bfReserved2, sizeof(unsigned short));
210 readme(fd, &bh.bfOffBits, sizeof(unsigned int));
211 readme(fd, &bh.biSize, sizeof(unsigned int));
212 readme(fd, &bh.biWidth, sizeof(int));
213 readme(fd, &bh.biHeight, sizeof(int));
214 readme(fd, &bh.biPlanes, sizeof(unsigned short))
    [all...]
  /external/v8/build/linux/
install-chromeos-fonts.py 67 readme = os.path.join(dest_dir, "README")
68 with open(readme, 'w') as s:
  /external/chromium-trace/catapult/third_party/coverage/
setup.py 45 with open("README.rst") as readme:
46 long_description = readme.read().replace("http://coverage.readthedocs.org", __url__)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/packager/
packaging.properties 15 root=epl-v10.html, notice.html, configuration/, startup.jar, .eclipseproduct, eclipse.ini, readme/
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
bdist_rpm.py 230 for readme in ('README', 'README.txt'):
231 if os.path.exists(readme) and readme not in self.doc_files:
232 self.doc_files.append(readme)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
bdist_rpm.py 230 for readme in ('README', 'README.txt'):
231 if os.path.exists(readme) and readme not in self.doc_files:
232 self.doc_files.append(readme)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py 230 for readme in ('README', 'README.txt'):
231 if os.path.exists(readme) and readme not in self.doc_files:
232 self.doc_files.append(readme)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_rpm.py 230 for readme in ('README', 'README.txt'):
231 if os.path.exists(readme) and readme not in self.doc_files:
232 self.doc_files.append(readme)
  /development/build/
sdk.atree 30 # the readme
    [all...]
  /external/autotest/site_utils/docgen/
CreateDocs.py 29 - Each master suite has a README.txt file with general instructions on
94 suite README file.
124 self.readme = self.options.readme
375 This method assumes a file named README.txt is located in your suite
377 If your README file is in another file, ensure you pass a --readme
391 # Define some characters we expect to delineate sections in the README.
403 readme_file = os.path.join(current_dir, self.readme)
405 readme_file = os.path.join(self.suite_dir, self.readme)
    [all...]
  /external/curl/packages/vms/
build_gnv_curl_release_notes.com 8 $! 3. [--]readme. file from the Curl distribution.
40 $ curl_readme = f$search("sys$disk:[--]readme.")
43 $ curl_readme = f$search("sys$disk:[--]$README.")
47 $ write sys$output "Can not find Curl readme file."
62 $ vms_readme = f$search("sys$disk:[]readme.")
65 $ vms_readme = f$search("sys$disk:[]$README.")
69 $ write sys$output "Can not find VMS specific Curl readme file."
build_gnv_curl_pcsi_text.com 7 $! 2. [--]readme. file from the Curl distribution, modified to fit
79 $ if f$search("[--]readme.") .nes. ""
81 $ readme_file = "[--]readme."
83 $ if f$search("[--]$README.") .nes. ""
85 $ readme_file = "[--]$README."
87 $ write sys$output "Can not find readme file."
117 $! First insert the Readme file.
  /external/fdlibm/
Android.mk 52 # library (see their own admission in 'readme'). Without this, we
  /external/icu/icu4c/packaging/rpm/
icu.spec 130 %doc readme.html
192 %doc readme.html
  /external/zlib/src/contrib/pascal/
example.pas 7 * For conditions of distribution and use, see copyright notice in readme.txt
11 * For conditions of distribution and use, see copyright notice in readme.txt
zlibpas.pas 5 * For conditions of distribution and use, see copyright notice in readme.txt
  /external/icu/icu4c/
icu4c.css 2 * Default CSS style sheet for the ICU4C Open Source readme
448 body.readme {
  /external/protobuf/
Makefile.am 41 README.md \
46 editors/README.txt \
56 vsprojects/readme.txt \
61 examples/README.txt \
170 java/README.txt \
210 python/google/protobuf/pyext/README \
247 python/README.txt

Completed in 756 milliseconds

1 2