HomeSort by relevance Sort by last modified time
    Searched refs:newline (Results 251 - 275 of 988) sorted by null

<<11121314151617181920>>

  /packages/apps/CertInstaller/src/com/android/certinstaller/
CredentialHelper.java 232 String newline = "<br>"; local
234 sb.append(context.getString(R.string.one_userkey)).append(newline);
237 sb.append(context.getString(R.string.one_usercrt)).append(newline);
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
tokenize.py 206 if tok_type in (NEWLINE, NL):
218 if toknum in (NEWLINE, NL):
232 elif toknum in (NEWLINE, NL):
447 newline = NEWLINE
449 newline = NL
450 yield (newline, token, spos, epos, line)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
tokenize.py 206 if tok_type in (NEWLINE, NL):
218 if toknum in (NEWLINE, NL):
232 elif toknum in (NEWLINE, NL):
447 newline = NEWLINE
449 newline = NL
450 yield (newline, token, spos, epos, line)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 206 if tok_type in (NEWLINE, NL):
218 if toknum in (NEWLINE, NL):
232 elif toknum in (NEWLINE, NL):
447 newline = NEWLINE
449 newline = NL
450 yield (newline, token, spos, epos, line)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 206 if tok_type in (NEWLINE, NL):
218 if toknum in (NEWLINE, NL):
232 elif toknum in (NEWLINE, NL):
447 newline = NEWLINE
449 newline = NL
450 yield (newline, token, spos, epos, line)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
WrapInRefactoring.java 374 InsertEdit newline = new InsertEdit(mSelectionStart + index, indentUnit); local
379 if (deletion.covers(newline)) {
385 rootEdit.addChild(newline);
  /external/fonttools/Lib/fontTools/ttLib/tables/
_h_m_t_x.py 85 writer.newline()
_c_m_a_p.py 79 writer.newline()
136 writer.newline()
140 writer.newline()
155 writer.newline()
    [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/concretesyntaxmodel/
CsmElement.java 97 static CsmElement newline() { method in interface:CsmElement
  /external/libvterm/src/
input.c 161 /* Enter is CRLF in newline mode, but just LF in linefeed */
162 if(vt->state->mode.newline)
vterm_internal.h 88 int newline:1; member in struct:VTermState::__anon26334
  /external/mesa3d/src/gallium/tools/trace/
format.py 42 def newline(self): member in class:Formatter
  /external/python/cpython3/Lib/test/libregrtest/
setup.py 116 newline='\n')
  /external/python/cpython3/Tools/msi/
csv_to_wxs.py 44 with open(file_source, 'r', newline='') as f:
  /external/v8/src/inspector/build/
rjsmin.py 34 - Newline characters are not allowed inside string and regex literals, except
109 newline = r'(?:%s?[\r\n])' % line_comment
171 r'%(space)s*(?:%(newline)s%(space)s*)*'
174 r'%(space)s*(?:%(newline)s%(space)s)*'
177 r'%(space)s*(?:(%(newline)s)%(space)s*)+'
183 r'|(?:%(newline)s%(space)s*)+') % locals()).sub
  /prebuilts/go/darwin-x86/src/encoding/csv/
writer.go 18 // newline and uses ',' as the field delimiter. The exported fields can be
124 // Fields with a Comma, fields with a quote or newline, and
  /prebuilts/go/darwin-x86/src/go/scanner/
scanner.go 45 insertSemi bool // insert a semicolon before next newline
224 // read ahead until a newline, EOF, or non-comment token is found
227 //-style comment always contains a newline
230 /*-style comment: look for newline */
583 // and "\n" if the semicolon was inserted because of a newline or
641 s.insertSemi = false // newline consumed
710 s.insertSemi = false // newline consumed
716 s.insertSemi = false // newline consumed
  /prebuilts/go/darwin-x86/src/regexp/syntax/
doc.go 19 . any character, possibly including newline (flag s=true)
79 \n newline (== \012)
  /prebuilts/go/darwin-x86/src/text/tabwriter/
tabwriter.go 39 // and newline ('\n') or formfeed ('\f') characters; both newline and
82 // The formfeed character acts like a newline but it also terminates
248 newline = []byte{'\n'}
313 // last buffered line - we don't have a newline, so just write
318 // not the last line - write newline
319 b.write0(newline)
343 // text before the newline/formfeed and does not belong
247 newline = []byte{'\\n'} var
  /prebuilts/go/linux-x86/src/encoding/csv/
writer.go 18 // newline and uses ',' as the field delimiter. The exported fields can be
124 // Fields with a Comma, fields with a quote or newline, and
  /prebuilts/go/linux-x86/src/go/scanner/
scanner.go 45 insertSemi bool // insert a semicolon before next newline
224 // read ahead until a newline, EOF, or non-comment token is found
227 //-style comment always contains a newline
230 /*-style comment: look for newline */
583 // and "\n" if the semicolon was inserted because of a newline or
641 s.insertSemi = false // newline consumed
710 s.insertSemi = false // newline consumed
716 s.insertSemi = false // newline consumed
  /prebuilts/go/linux-x86/src/regexp/syntax/
doc.go 19 . any character, possibly including newline (flag s=true)
79 \n newline (== \012)
  /prebuilts/go/linux-x86/src/text/tabwriter/
tabwriter.go 39 // and newline ('\n') or formfeed ('\f') characters; both newline and
82 // The formfeed character acts like a newline but it also terminates
248 newline = []byte{'\n'}
313 // last buffered line - we don't have a newline, so just write
318 // not the last line - write newline
319 b.write0(newline)
343 // text before the newline/formfeed and does not belong
247 newline = []byte{'\\n'} var
  /system/core/toolbox/
getevent.c 521 char *newline = "\n"; local
543 newline = "";
646 printf("%04x%s", sw, newline);
680 printf("%s", newline);
  /external/python/cpython3/Objects/
fileobject.c 16 /* Newline flags */
17 #define NEWLINE_UNKNOWN 0 /* No newline seen, yet */
18 #define NEWLINE_CR 1 /* \r newline seen */
19 #define NEWLINE_LF 2 /* \n newline seen */
20 #define NEWLINE_CRLF 4 /* \r\n newline seen */
30 const char *errors, const char *newline, int closefd)
40 newline, closefd);
237 ** If fobj is NULL the routine always does newline conversion, and

Completed in 713 milliseconds

<<11121314151617181920>>