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

1 2

  /external/icu/icu4c/source/samples/ugrep/
Makefile 17 CHECK_ARGS=BOM readme.txt
  /external/chromium_org/net/websockets/
PRESUBMIT.py 13 # list of files in the README file is no longer needed.
15 """Verifies that any new files have been added to the README file.
18 also added to the README file. We do not warn about pre-existing
36 readme = input_api.AffectedSourceFiles(
37 lambda af: af.LocalPath().endswith('/README'))
38 if not readme:
41 'to net/websockets/README.\n', added_source_filenames)]
42 readme_added_filenames = set(line.strip() for line in readme[0].NewContents()
46 'One or more files added to net/websockets but not found in the README '
  /external/chromium_org/third_party/zlib/contrib/minizip/
Makefile 19 ./minizip test readme.txt
21 mv readme.txt readme.old
  /external/zlib/src/contrib/minizip/
Makefile 19 ./minizip test readme.txt
21 mv readme.txt readme.old
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
build.properties 16 readme.html,\
  /external/chromium_org/build/linux/
install-chromeos-fonts.py 61 readme = os.path.join(dest_dir, "README")
62 with open(readme, 'w') as s:
  /external/chromium_org/native_client_sdk/src/tools/
getos.py 65 readme = os.path.join(root, "README")
66 if not os.path.exists(readme):
67 raise Error("README not found in SDK root: %s" % root)
71 for line in open(readme):
80 raise Error("error parsing SDK README: %s" % readme)
86 raise Error("error parsing SDK README: %s" % readme)
  /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/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
379 # empty add-on folder with just a readme copied from sdk.git
380 sdk/files/README_add-ons.txt add-ons/README.txt
388 development/sdk/support_README.txt extras/android/support/README.txt
402 frameworks/support/v7/gridlayout/README.txt extras/android/support/v7/gridlayout/README.txt
408 frameworks/support/v7/gridlayout/src/.readme extras/android/support/v7/gridlayout/src/.readme
411 frameworks/support/v7/appcompat/README.txt extras/android/support/v7/appcompat/README.tx
    [all...]
  /external/fdlibm/
Android.mk 52 # library (see their own admission in 'readme'). Without this, we
  /external/chromium_org/third_party/libxslt/win32/
Makefile 204 cscript //NoLogo configure.js genreadme $(XSLT_BASENAME) $(BDVERSION) $(BDPREFIX)\readme.txt
  /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/chromium_org/native_client_sdk/src/build_tools/
build_sdk.py 172 'README.Makefiles',
173 'getting_started/README',
181 # Replace a few placeholders in README
182 readme_text = open(os.path.join(SDK_SRC_DIR, 'README')).read()
192 open(os.path.join(pepperdir, 'README'), 'w').write(readme_text)
832 extra_licenses = ('tinyxml/readme.txt',
833 'jpeg-8d/README',
834 'zlib-1.2.3/README')
838 readme = os.path.join(out_dir, 'ports', 'README')
    [all...]
  /external/chromium_org/third_party/icu/
icu4c.css 2 * Default CSS style sheet for the ICU4C Open Source readme
414 body.readme {
  /external/icu/icu4c/
icu4c.css 2 * Default CSS style sheet for the ICU4C Open Source readme
414 body.readme {
  /external/protobuf/
Makefile.am 41 README.txt \
46 editors/README.txt \
56 vsprojects/readme.txt \
61 examples/README.txt \
114 java/README.txt \
144 python/README.txt
  /external/chromium_org/third_party/libxml/src/win32/
Makefile 316 cscript //NoLogo configure.js genreadme $(XML_BASENAME) $(BDVERSION) $(BDPREFIX)\readme.txt
  /external/chromium_org/third_party/icu/source/data/
makedata.mak 506 # see icu4j-readme.txt
    [all...]
  /external/icu/icu4c/source/data/
makedata.mak 496 # see icu4j-readme.txt
    [all...]
  /external/chromium_org/third_party/yasm/source/config/android/
Makefile 246 DIST_COMMON = README $(am__configure_deps) $(dist_man_MANS) \
673 tools/re2c/CHANGELOG tools/re2c/NO_WARRANTY tools/re2c/README \
681 tools/re2c/examples/rexx/README \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/ios/
Makefile 246 DIST_COMMON = README $(am__configure_deps) $(dist_man_MANS) \
673 tools/re2c/CHANGELOG tools/re2c/NO_WARRANTY tools/re2c/README \
681 tools/re2c/examples/rexx/README \
    [all...]
  /external/chromium_org/third_party/yasm/source/config/linux/
Makefile 246 DIST_COMMON = README $(am__configure_deps) $(dist_man_MANS) \
673 tools/re2c/CHANGELOG tools/re2c/NO_WARRANTY tools/re2c/README \
681 tools/re2c/examples/rexx/README \
    [all...]

Completed in 846 milliseconds

1 2