HomeSort by relevance Sort by last modified time
    Searched defs:NL (Results 1 - 25 of 291) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
TestFixtureBase.cs 42 public static readonly string NL = Environment.NewLine;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
base64mime.py 43 NL = '\n'
67 maxlinelen=76, eol=NL):
113 if line.endswith(NL):
125 def encode(s, binary=True, maxlinelen=76, eol=NL):
151 if enc.endswith(NL) and eol != NL:
generator.py 18 NL = '\n'
211 alltext = NL.join(msgtexts)
260 blocks.append(NL.join(lines[:-1]))
266 self._fp.write(NL.join(blocks))
header.py 22 NL = '\n'
375 joiner = NL + self._continuation_ws
quoprimime.py 52 NL = '\n'
117 maxlinelen=76, eol=NL):
181 def encode(body, binary=False, maxlinelen=76, eol=NL):
272 def decode(encoded, eol=NL):
  /external/deqp/external/openglcts/modules/common/
glcTestSubcase.hpp 37 #define NL "\n"
  /external/python/cpython2/Lib/email/
base64mime.py 43 NL = '\n'
67 maxlinelen=76, eol=NL):
113 if line.endswith(NL):
125 def encode(s, binary=True, maxlinelen=76, eol=NL):
151 if enc.endswith(NL) and eol != NL:
generator.py 18 NL = '\n'
211 alltext = NL.join(msgtexts)
235 self._fp.write('\n--' + boundary + '--' + NL)
267 blocks.append(NL.join(lines[:-1]))
273 self._fp.write(NL.join(blocks))
header.py 22 NL = '\n'
375 joiner = NL + self._continuation_ws
quoprimime.py 52 NL = '\n'
117 maxlinelen=76, eol=NL):
181 def encode(body, binary=False, maxlinelen=76, eol=NL):
272 def decode(encoded, eol=NL):
  /external/python/cpython3/Lib/email/
base64mime.py 41 NL = '\n'
79 def body_encode(s, maxlinelen=76, eol=NL):
98 if enc.endswith(NL) and eol != NL:
quoprimime.py 47 NL = '\n'
152 def body_encode(body, maxlinelen=76, eol=NL):
231 def decode(encoded, eol=NL):
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
base64mime.py 43 NL = '\n'
67 maxlinelen=76, eol=NL):
113 if line.endswith(NL):
125 def encode(s, binary=True, maxlinelen=76, eol=NL):
151 if enc.endswith(NL) and eol != NL:
generator.py 18 NL = '\n'
211 alltext = NL.join(msgtexts)
268 blocks.append(NL.join(lines[:-1]))
274 self._fp.write(NL.join(blocks))
header.py 22 NL = '\n'
375 joiner = NL + self._continuation_ws
quoprimime.py 52 NL = '\n'
117 maxlinelen=76, eol=NL):
181 def encode(body, binary=False, maxlinelen=76, eol=NL):
272 def decode(encoded, eol=NL):
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
base64mime.py 43 NL = '\n'
67 maxlinelen=76, eol=NL):
113 if line.endswith(NL):
125 def encode(s, binary=True, maxlinelen=76, eol=NL):
151 if enc.endswith(NL) and eol != NL:
generator.py 18 NL = '\n'
211 alltext = NL.join(msgtexts)
268 blocks.append(NL.join(lines[:-1]))
274 self._fp.write(NL.join(blocks))
header.py 22 NL = '\n'
375 joiner = NL + self._continuation_ws
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
base64mime.py 43 NL = '\n'
67 maxlinelen=76, eol=NL):
113 if line.endswith(NL):
125 def encode(s, binary=True, maxlinelen=76, eol=NL):
151 if enc.endswith(NL) and eol != NL:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
base64mime.py 43 NL = '\n'
67 maxlinelen=76, eol=NL):
113 if line.endswith(NL):
125 def encode(s, binary=True, maxlinelen=76, eol=NL):
151 if enc.endswith(NL) and eol != NL:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lcorolib.c 83 lua_State *NL;
85 NL = lua_newthread(L);
87 lua_xmove(L, NL, 1); /* move function from L to NL */
  /external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
SystemZ.h 40 NL = 10,
  /external/syslinux/com32/lua/src/
lcorolib.c 83 lua_State *NL;
85 NL = lua_newthread(L);
87 lua_xmove(L, NL, 1); /* move function from L to NL */
  /external/clang/lib/StaticAnalyzer/Core/
Environment.cpp 188 void Environment::print(raw_ostream &Out, const char *NL,
196 Out << NL << NL
198 << NL;
201 Out << NL;

Completed in 494 milliseconds

1 2 3 4 5 6 7 8 91011>>