Home
last modified time | relevance | path

Searched refs:linebreak (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dcsv_dataset_test.py41 def _setup_files(self, inputs, linebreak='\n', compression_type=None): argument
45 contents = linebreak.join(ip).encode('utf-8')
104 linebreak='\n', argument
109 filenames = self._setup_files(inputs, linebreak, compression_type)
421 linebreak, argument
430 linebreak=linebreak,
440 inputs, expected, linebreak='\n', record_defaults=record_defaults)
449 inputs, expected, linebreak='\r', record_defaults=record_defaults)
458 inputs, expected, linebreak='\r\n', record_defaults=record_defaults)
466 inputs, expected, linebreak='\n', record_defaults=record_defaults)
[all …]
Dmake_csv_dataset_test.py44 def _setup_files(self, inputs, linebreak="\n", compression_type=None): argument
48 contents = linebreak.join(ip).encode("utf-8")
/external/skia/modules/skshaper/src/
DSkShaper_primitive.cpp61 static size_t linebreak(const char text[], const char stop[], in linebreak() function
172 size_t bytesConsumed = linebreak(utf8text, utf8text + textBytes, font, width, in shape()
/external/scapy/scapy/layers/tls/
Dautomaton_cli.py100 self.linebreak = False
454 if self.linebreak:
743 if self.linebreak:
/external/ltp/doc/
Dstyle-guide.txt208 than 80 columns. Use a linebreak with string constants in format functions
/external/python/cpython2/Objects/
Dunicodeobject.c8934 Py_UNICODE linebreak[] = { in _PyUnicode_Init() local
8957 linebreak, sizeof(linebreak) / sizeof(linebreak[0]) in _PyUnicode_Init()
/external/python/cpython2/Doc/c-api/
Dunicode.rst139 Return ``1`` or ``0`` depending on whether *ch* is a linebreak character.
/external/python/cpython3/Objects/
Dunicodeobject.c15189 Py_UCS2 linebreak[] = { in _PyUnicode_Init() local
15211 PyUnicode_2BYTE_KIND, linebreak, in _PyUnicode_Init()
15212 Py_ARRAY_LENGTH(linebreak)); in _PyUnicode_Init()
/external/python/cpython3/Doc/c-api/
Dunicode.rst278 Return ``1`` or ``0`` depending on whether *ch* is a linebreak character.
/external/python/cpython2/Misc/NEWS.d/
D2.6a1.rst196 Speedup unicode whitespace and linebreak detection. (Patch by Antoine