HomeSort by relevance Sort by last modified time
    Searched refs:crlf (Results 26 - 50 of 69) sorted by null

12 3

  /external/tensorflow/tensorflow/python/data/kernel_tests/
reader_dataset_ops_test.py 48 crlf=False,
60 contents.append(b"\r\n" if crlf else b"\n")
80 2, 5, crlf=True, compression_type=compression_type)
152 test_filenames = self._createFiles(2, 5, crlf=True)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
_pyio.py     [all...]
  /external/python/cpython2/Lib/
_pyio.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
_pyio.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
_pyio.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py     [all...]
  /external/curl/lib/
transfer.c 132 buffersize -= (8 + 2 + 2); /* 32bit hex + CRLF + CRLF */
133 data->req.upload_fromhere += (8 + 2); /* 32bit hex + CRLF */
178 * <HEX SIZE> CRLF
179 * <DATA> CRLF
199 (data->set.crlf)) {
218 /* always append ASCII CRLF to the data */
941 /* convert LF to CRLF if so asked */
947 (data->set.crlf))) {
968 if(!data->set.crlf) {
    [all...]
urldata.h 1541 bool crlf; \/* convert crlf on ftp upload(?) *\/ member in struct:UserDefined
    [all...]
smtp.c 409 if(initresp) { /* AUTH <mech> ...<crlf> */
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
reader_ops_test.py 293 def _CreateFiles(self, crlf=False):
304 f.write(b"\r\n" if crlf else b"\n")
326 self._testOneEpoch(self._CreateFiles(crlf=False))
329 self._testOneEpoch(self._CreateFiles(crlf=True))
    [all...]
  /external/pcre/dist2/
RunGrepTest 616 $valgrind $vjs $pcre2grep -n --newline=crlf "^(abc|def|ghi|jkl)" testNinputgrep >>testtrygrep
623 $valgrind $vjs $pcre2grep -n --newline=crlf -F -f $srcdir/testdata/greppatN4 testNinputgrep >>testtrygrep
  /external/syslinux/diag/geodsp/
geodsp1s.asm 100 call crlf
  /external/python/cpython3/Lib/
_pyio.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_bz2.py 56 def createTempFile(self, crlf=0):
58 if crlf:
149 self.createTempFile(crlf=1)
  /external/python/cpython2/Lib/test/
test_bz2.py 57 def createTempFile(self, crlf=0):
59 if crlf:
150 self.createTempFile(crlf=1)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_bz2.py 58 def createTempFile(self, crlf=0):
60 if crlf:
151 self.createTempFile(crlf=1)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_bz2.py 58 def createTempFile(self, crlf=0):
60 if crlf:
151 self.createTempFile(crlf=1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bz2.py 58 def createTempFile(self, crlf=0):
60 if crlf:
151 self.createTempFile(crlf=1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_bz2.py 58 def createTempFile(self, crlf=0):
60 if crlf:
151 self.createTempFile(crlf=1)
  /external/webrtc/webrtc/examples/androidapp/third_party/autobanh/
autobanh.jar 
  /external/syslinux/core/
pxelinux.asm 339 pm_call crlf
  /prebuilts/go/darwin-x86/src/mime/multipart/
multipart_test.go 399 // final delimiter; this was manually edited to use a CRLF.
575 name: "final part empty then crlf",
862 formData("crlf", "\r\n"),
  /prebuilts/go/linux-x86/src/mime/multipart/
multipart_test.go 399 // final delimiter; this was manually edited to use a CRLF.
575 name: "final part empty then crlf",
862 formData("crlf", "\r\n"),
  /external/curl/src/
tool_getparam.c 108 {"*u", "crlf", ARG_BOOL},
747 case 'u': /* --crlf */
748 /* LF -> CRLF conversion? */
749 config->crlf = toggle;
    [all...]

Completed in 900 milliseconds

12 3