HomeSort by relevance Sort by last modified time
    Searched full:newline (Results 201 - 225 of 2008) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Lexicon.py 113 (Str("\n"), 'NEWLINE'),
122 (Str("\n"), 'NEWLINE'),
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-parse.h 61 NEWLINE = 279,
99 #define NEWLINE 279
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
reg_writer.py 27 NEWLINE = '\r\n'
110 return self.NEWLINE.join(all)
  /external/clang/lib/Format/
ContinuationIndenter.h 59 /// Puts the token on the current line if \p Newline is \c false and adds a
64 unsigned addTokenToState(LineState &State, bool Newline, bool DryRun,
74 unsigned moveStateToNextToken(LineState &State, bool DryRun, bool Newline);
77 void moveStatePastFakeLParens(LineState &State, bool Newline);
82 void moveStatePastScopeOpener(LineState &State, bool Newline);
177 /// \brief Whether a newline needs to be inserted before the block's closing
180 /// We only want to insert a newline before the closing brace if there also
181 /// was a newline after the beginning left brace.
  /external/deqp/framework/randomshaders/
rsgStatement.cpp 205 str << Token::LEFT_BRACE << Token::NEWLINE << Token::INDENT_INC;
210 str << Token::INDENT_DEC << Token::RIGHT_BRACE << Token::NEWLINE;
223 str << Token::SEMICOLON << Token::NEWLINE;
343 str << Token::SEMICOLON << Token::NEWLINE;
463 str << Token::RIGHT_PAREN << Token::NEWLINE;
485 str << Token::NEWLINE;
490 str << Token::NEWLINE << Token::INDENT_INC;
560 str << Token::SEMICOLON << Token::NEWLINE;
  /external/doclava/src/com/google/doclava/
Proofread.java 30 static final String NEWLINE = "\n" + INDENT;
69 s = m.replaceAll(NEWLINE);
  /external/fonttools/Lib/fontTools/ttLib/tables/
_s_b_i_x.py 118 xmlWriter.newline()
120 xmlWriter.newline()
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
SyntaxTreeDumper.java 39 private final String newLine = System.getProperty("line.separator");
125 line.append(newLine);
  /external/jsoncpp/devtools/
licenseupdater.py 26 newline = fin.newlines and fin.newlines[0] or '\n'
36 fout.write( new_text.replace('\n', newline ) )
  /external/libedit/src/
vis.h 45 * non-graphic except space, tab, and newline).
49 #define VIS_NL 0x0010 /* also encode newline */
  /external/pcre/dist/
config.h.in 39 NEWLINE macro below to set a suitable EBCDIC newline, commonly 21 (0x15).
40 On systems that can use "configure" or CMake to set EBCDIC, NEWLINE is
50 NEWLINE macro below. On systems that can use "configure" or CMake to set
51 EBCDIC_NL25, the adjustment of NEWLINE is automatic. */
195 /* The value of NEWLINE determines the default newline character sequence.
203 #undef NEWLINE
  /external/pcre/dist/doc/
pcre_fullinfo.3 37 or after newline, or
63 string or after a newline, and
  /external/pcre/dist/testdata/
testoutputEBC 2 EBCDIC option but in an ASCII environment, that newline and white space
9 /-- Test default newline and variations --/
  /frameworks/base/core/java/com/android/internal/util/
IndentingPrintWriter.java 27 * Delays writing indent until first actual write on a newline, enabling indent
28 * modification after newline.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
config-keys.def 31 plain-newline-and-indent=<Control-Key-j> <Control-Key-J>
48 newline-and-indent=<Key-Return> <Key-KP_Enter>
80 plain-newline-and-indent=<Control-Key-j>
99 newline-and-indent=<Key-Return> <Key-KP_Enter>
133 plain-newline-and-indent=<Control-Key-j>
150 newline-and-indent=<Key-Return> <Key-KP_Enter>
171 plain-newline-and-indent = <Control-Key-j>
204 newline-and-indent = <Key-Return> <Key-KP_Enter>
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
config-keys.def 31 plain-newline-and-indent=<Control-Key-j> <Control-Key-J>
48 newline-and-indent=<Key-Return> <Key-KP_Enter>
80 plain-newline-and-indent=<Control-Key-j>
99 newline-and-indent=<Key-Return> <Key-KP_Enter>
133 plain-newline-and-indent=<Control-Key-j>
150 newline-and-indent=<Key-Return> <Key-KP_Enter>
171 plain-newline-and-indent = <Control-Key-j>
204 newline-and-indent = <Key-Return> <Key-KP_Enter>
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_io.so 
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
TestTest.java 44 * Test {@link Test#getFailureMessageFromStackTrace(String)} for a one line stack with a newline
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
TestFixtureBase.cs 42 public static readonly string NL = Environment.NewLine;
  /external/chromium_org/chrome/browser/diagnostics/
diagnostics_writer.h 36 // UTF8 encoded. A newline will be added for non-LOG output formats.
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_textfield_unittest.mm 62 // Insert a newline. Must do this via simulated key event to trigger
  /external/chromium_org/third_party/WebKit/Source/core/editing/
HTMLInterchange.h 35 #define AppleInterchangeNewline "Apple-interchange-newline"
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseSvnPropertyValue.pl 223 \ No newline at end of property
225 expectedReturn => ["*", "\\ No newline at end of property\n"],
233 \ No newline at end of property
235 expectedReturn => ["*", "\\ No newline at end of property\n"],
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/
os_misc.h 77 * Output a message. Message should preferably end in a newline.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasmlib.h 47 long nasm_src_set_linnum(long newline);

Completed in 1422 milliseconds

1 2 3 4 5 6 7 891011>>