Home
last modified time | relevance | path

Searched defs:newlines (Results 1 – 25 of 65) sorted by relevance

123

/aosp_15_r20/external/google-java-format/core/src/main/java/com/google/googlejavaformat/
H A DOpsBuilder.java519 int newlines = 0; // Count of newlines in a row. in build() local
583 int newlines = 0; in build() local
/aosp_15_r20/external/pytorch/tools/amd_build/
H A Dbuild_amd.py194 newlines = [remove_hcc(line) for line in lines] variable
/aosp_15_r20/external/python/cpython2/Lib/
D_pyio.py1352 def newlines(self): member in TextIOBase
1444 def newlines(self): member in IncrementalNewlineDecoder
1987 def newlines(self): member in TextIOWrapper
/aosp_15_r20/external/scapy/scapy/
H A Dpipetool.py431 def __init__(self, name=None, newlines=True): argument
504 def __init__(self, name=None, keepterm=True, newlines=True, openearly=True): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A D_pyio.py1882 def newlines(self): member in TextIOBase
1974 def newlines(self): member in IncrementalNewlineDecoder
2657 def newlines(self): member in TextIOWrapper
H A Dtempfile.py780 def newlines(self): member in SpooledTemporaryFile
H A Dtyping.py3321 def newlines(self) -> Any: member in TextIO
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
D_pyio.py1882 def newlines(self): member in TextIOBase
1974 def newlines(self): member in IncrementalNewlineDecoder
2657 def newlines(self): member in TextIOWrapper
Dtempfile.py780 def newlines(self): member in SpooledTemporaryFile
/aosp_15_r20/external/python/cpython3/Lib/
D_pyio.py1882 def newlines(self): member in TextIOBase
1974 def newlines(self): member in IncrementalNewlineDecoder
2657 def newlines(self): member in TextIOWrapper
Dtempfile.py780 def newlines(self): member in SpooledTemporaryFile
Dtyping.py3321 def newlines(self) -> Any: member in TextIO
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
D_pyio.py1882 def newlines(self): member in TextIOBase
1974 def newlines(self): member in IncrementalNewlineDecoder
2657 def newlines(self): member in TextIOWrapper
Dtempfile.py780 def newlines(self): member in SpooledTemporaryFile
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
D_pyio.py1882 def newlines(self): member in TextIOBase
1974 def newlines(self): member in IncrementalNewlineDecoder
2657 def newlines(self): member in TextIOWrapper
Dtempfile.py780 def newlines(self): member in SpooledTemporaryFile
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
D_pyio.py1882 def newlines(self): member in TextIOBase
1974 def newlines(self): member in IncrementalNewlineDecoder
2657 def newlines(self): member in TextIOWrapper
Dtempfile.py780 def newlines(self): member in SpooledTemporaryFile
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/doc/
Dpkg.go236 func (pkg *Package) newlines(n int) { func
/aosp_15_r20/external/gflags/src/
H A Dgflags_completions.cc748 for (string::size_type newlines = output.find(kDoubledNewlines); in GetLongFlagLine() local
/aosp_15_r20/external/sg3_utils/lib/
H A Dsg_json_builder.c544 size_t newlines = 0; in json_measure_ex() local
/aosp_15_r20/external/mksh/src/
H A Deval.c250 int newlines = 0; in expand() local
/aosp_15_r20/external/webrtc/pc/
H A Dwebrtc_sdp_unittest.cc877 const std::string& newlines, in InjectAfter()
883 const std::string& newlines, in Replace()
909 const std::string& newlines, in ExpectParseFailureWithNewLines()
/aosp_15_r20/external/wayland/src/
H A Dscanner.c327 int col, i, j, k, startcol, newlines; in desc_dump() local
/aosp_15_r20/external/pcre/src/
H A Dpcre2grep.c508 static const char *newlines[] = { variable

123