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

1 2

  /external/icu/icu4c/source/samples/ugrep/
Makefile 20 CHECK_ARGS=BOM readme.txt
  /external/zlib/src/contrib/minizip/
Makefile 19 ./minizip test readme.txt
21 mv readme.txt readme.old
  /external/python/futures/
setup.py 20 with open(os.path.join(here, 'README.rst')) as f:
21 readme = f.read() variable
26 long_description=readme,
  /external/fonttools/Doc/source/designspaceLib/
index.rst 12 readme
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
Makefile 36 $(RM) -f build/readme.*
44 $(RM) -f build/readme.*
73 $(RM) -f build/readme.*
  /external/python/cpython2/Tools/unicode/
Makefile 36 $(RM) -f build/readme.*
44 $(RM) -f build/readme.*
73 $(RM) -f build/readme.*
  /external/python/cpython3/Tools/unicode/
Makefile 36 $(RM) -f build/readme.*
44 $(RM) -f build/readme.*
73 $(RM) -f build/readme.*
  /build/soong/third_party/zip/
example_test.go 28 {"readme.txt", "This archive contains some text files."},
52 r, err := zip.OpenReader("testdata/readme.zip")
74 // Contents of README:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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)
  /external/python/cpython2/Lib/distutils/command/
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/python/cpython3/Lib/distutils/command/
bdist_rpm.py 220 for readme in ('README', 'README.txt'):
221 if os.path.exists(readme) and readme not in self.doc_files:
222 self.doc_files.append(readme)
  /external/tensorflow/tensorflow/lite/lib_package/
create_ios_frameworks.sh 103 echo "Remove all README files"
105 find . -type f -name README\* -exec rm -f {} \;
106 find . -type f -name readme\* -exec rm -f {} \;
  /external/python/cpython2/Mac/BuildScript/
build-installer.py 399 readme="""\
410 readme="""\
424 readme="""\
437 readme="""\
448 readme="""\
466 readme="""\
    [all...]
  /external/python/cpython3/Mac/BuildScript/
build-installer.py 403 readme="""\
414 readme="""\
428 readme="""\
441 readme="""\
452 readme="""\
470 readme="""\
    [all...]
  /external/fonttools/
setup.py 115 # concatenate README.rst and NEWS.rest into long_description so they are
117 with io.open("README.rst", "r", encoding="utf-8") as readme:
118 long_description = readme.read()
  /external/tensorflow/tensorflow/contrib/makefile/
create_ios_frameworks.sh 95 echo "Remove all README files"
97 find . -type f -name README\* -exec rm -f {} \;
98 find . -type f -name readme\* -exec rm -f {} \;
  /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/python/cpython3/Lib/idlelib/
help_about.py 132 self.readme = Button(idle_buttons, text='README', width=8,
135 self.readme.pack(side=LEFT, padx=10, pady=10)
165 "Handle Readme button event."
166 self.display_file_text('About - Readme', 'README.txt', 'ascii')
  /external/icu/icu4c/source/samples/all/
samplecheck.bat 102 %SAMPLE_CSDET% %ICU_SAMPLESDIR%\csdet\readme.txt
207 echo Looking for "ICU" in '%ICU_SAMPLESDIR%\ugrep\readme.txt' with ugrep.exe
208 %SAMPLE_UGREP% ICU %ICU_SAMPLESDIR%\ugrep\readme.txt
  /external/icu/icu4c/packaging/rpm/
icu.spec 132 %doc readme.html
194 %doc readme.html
  /external/python/cpython3/Lib/idlelib/idle_test/
test_help_about.py 73 button_sources = [(self.dialog.readme, 'README.txt', 'readme'),
  /external/tensorflow/tensorflow/lite/tools/accuracy/ilsvrc/
README.md 42 Path to blacklist file. This file contains the indices of images that are blacklisted for evaluation. 1762 images are blacklisted in ILSVRC dataset. For details please refer to readme.txt of ILSVRC2014 devkit.
  /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
  /external/icu/icu4c/
icu4c.css 2 * Default CSS style sheet for the ICU4C Open Source readme
450 body.readme {

Completed in 7815 milliseconds

1 2