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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-parse.output 19 7 expanded_line: IF_EXPANDED expression NEWLINE
20 8 | ELIF_EXPANDED expression NEWLINE
21 9 | LINE_EXPANDED integer_constant NEWLINE
22 10 | LINE_EXPANDED integer_constant integer_constant NEWLINE
24 11 control_line: HASH_DEFINE OBJ_IDENTIFIER replacement_list NEWLINE
25 12 | HASH_DEFINE FUNC_IDENTIFIER '(' ')' replacement_list NEWLINE
26 13 | HASH_DEFINE FUNC_IDENTIFIER '(' identifier_list ')' replacement_list NEWLINE
27 14 | HASH_UNDEF IDENTIFIER NEWLINE
28 15 | HASH_LINE pp_tokens NEWLINE
29 16 | HASH_IF conditional_tokens NEWLINE
    [all...]
  /external/pcre/dist/doc/html/
pcre_compile.html 59 PCRE_DOLLAR_ENDONLY $ not to match newline at end
65 PCRE_FIRSTLINE Force matching to be before newline
69 PCRE_NEWLINE_ANY Recognize any Unicode newline sequence
70 PCRE_NEWLINE_ANYCRLF Recognize CR, LF, and CRLF as newline
72 PCRE_NEWLINE_CR Set CR as the newline sequence
73 PCRE_NEWLINE_CRLF Set CRLF as the newline sequence
74 PCRE_NEWLINE_LF Set LF as the newline sequence
pcre_compile2.html 63 PCRE_DOLLAR_ENDONLY $ not to match newline at end
69 PCRE_FIRSTLINE Force matching to be before newline
73 PCRE_NEWLINE_ANY Recognize any Unicode newline sequence
74 PCRE_NEWLINE_ANYCRLF Recognize CR, LF, and CRLF as newline
76 PCRE_NEWLINE_CR Set CR as the newline sequence
77 PCRE_NEWLINE_CRLF Set CRLF as the newline sequence
78 PCRE_NEWLINE_LF Set LF as the newline sequence
  /ndk/sources/cxx-stl/llvm-libc++/patches.android/
0010-Add-enough-symlink-to-rename-file-path-with-replace-.patch 74 \ No newline at end of file
82 \ No newline at end of file
90 \ No newline at end of file
98 \ No newline at end of file
106 \ No newline at end of file
114 \ No newline at end of file
122 \ No newline at end of file
130 \ No newline at end of file
138 \ No newline at end of file
146 \ No newline at end of fil
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PostalSplitter.java 76 private static final String NEWLINE = "\n";
130 builder.append(NEWLINE);
147 builder.append(NEWLINE);
189 if (hasStreet) builder.append(NEWLINE);
193 if (hasStreet || hasPobox) builder.append(NEWLINE);
200 builder.append(NEWLINE);
217 builder.append(NEWLINE);
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/
gUnit.g 205 {// also determine the appropriate newline separator and get info of the first and last 2 characters (exclude '<<' and '>>')
206 String newline = System.getProperty("line.separator");
211 if ( newline.length()==1 ) {
223 // strip unwanted characters, e.g. '<<' (including a newline after it) or '>>' (including a newline before it)
225 if ( front.equals(newline) && end.equals(newline) ) {
227 if ( newline.length()==1 && getText().length()==5 ) temp = "";
228 else if ( newline.length()==2 && getText().length()==6 ) temp = "";
231 else if ( front.equals(newline) ) {
    [all...]
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_line_reader_unittest.cpp 49 // The LineReader will add a newline to the last line.
63 "Yadda yadda yadda yadda. No newline";
84 "Yadda yadda yadda yadda. No newline\n",
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
format_element.h 17 // string such as " ", or a newline.
38 // Builds a newline element.
58 // newline - but IsNewline() is preferred to determine this. If empty, then
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
reg_writer_unittest.py 23 NEWLINE = '\r\n'
70 expected_output = self.NEWLINE.join([
102 expected_output = self.NEWLINE.join([
127 expected_output = self.NEWLINE.join([
152 expected_output = self.NEWLINE.join([
181 expected_output = self.NEWLINE.join([
212 expected_output = self.NEWLINE.join([
237 expected_output = self.NEWLINE.join([
268 expected_output = self.NEWLINE.join([
303 expected_output = self.NEWLINE.join(
    [all...]
plist_strings_writer_unittest.py 97 With a newline.""",
103 With a newline.""",
127 '"Description of policy.\\nWith a newline.";')
145 With a newline.""",
173 '"Description of policy.\\nWith a newline.";')
191 With a newline.""",
232 'Description of policy.\\nWith a newline.";')
  /ndk/sources/android/crazy_linker/src/
crazy_linker_line_reader_unittest.cpp 49 // The LineReader will add a newline to the last line.
63 "Yadda yadda yadda yadda. No newline";
84 "Yadda yadda yadda yadda. No newline\n",
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
Profiler.java 40 public static final String newline = System.getProperty("line.separator"); field in class:Profiler
533 buf.append(newline);
536 buf.append(newline);
539 buf.append(newline);
542 buf.append(newline);
545 buf.append(newline);
548 buf.append(newline);
551 buf.append(newline);
554 buf.append(newline);
557 buf.append(newline);
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/JavaCompat/
Expr.g3 79 stat: expr NEWLINE {JSystem.@out.println($expr.value);}
80 | ID '=' expr NEWLINE
82 | NEWLINE
109 NEWLINE:'\r'? '\n' ;
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOM3SerializerImpl.java 153 * @param newLine The end-of-line sequence of characters to be used during serialization.
155 public void setNewLine(char[] newLine) {
156 fNewLine = (newLine != null) ? new String(newLine) : null;
  /external/chromium_org/components/test/data/autofill/merge/tools/
reserialize_profiles_from_query.py 28 # trim the newline if present
  /external/clang/test/FixIt/
fixit-errors-1.c 15 int i; // expected-error{{no newline at end of file}}
  /external/fonttools/Lib/fontTools/ttLib/tables/
M_E_T_A_.py 161 writer.newline()
166 writer.newline()
196 writer.newline()
198 writer.newline()
200 writer.newline()
204 writer.newline()
274 writer.newline()
277 writer.newline()
278 writer.newline()
280 writer.newline()
    [all...]
_p_o_s_t.py 199 writer.newline()
202 writer.newline()
209 writer.newline()
213 writer.newline()
215 writer.newline()
218 writer.newline()
220 writer.newline()
223 writer.newline()
225 writer.newline()
228 writer.newline()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_exitfunc.py 8 from lib2to3.fixer_util import Name, Attr, Call, Comma, Newline, syms
71 containing_stmt.insert_child(position + 1, Newline())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_exitfunc.py 8 from lib2to3.fixer_util import Name, Attr, Call, Comma, Newline, syms
71 containing_stmt.insert_child(position + 1, Newline())
  /external/guava/guava-tests/test/com/google/common/io/
LineBufferTest.java 49 bufferHelper("two lines\nbut no newline at end",
50 "two lines\n", "but no newline at end");
51 bufferHelper("\nempty first line\nno newline at end",
52 "\n", "empty first line\n", "no newline at end");
53 bufferHelper("three\rlines\rno newline at end",
54 "three\r", "lines\r", "no newline at end");
  /external/okhttp/okio/src/main/java/okio/
RealBufferedSource.java 84 long newline = indexOf((byte) '\n'); local
86 if (newline == -1) {
90 return buffer.readUtf8Line(newline);
94 long newline = indexOf((byte) '\n'); local
95 if (newline == -1L) throw new EOFException();
96 return buffer.readUtf8Line(newline);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
SerializeOptions.java 66 * standard XML newline.
68 private String newline = "\n"; field in class:SerializeOptions
309 * @return Returns the newline.
313 return newline;
318 * @param newline
319 * The newline to set.
322 public SerializeOptions setNewline(String newline)
324 this.newline = newline;
393 clone.setNewline(newline);
    [all...]
  /external/clang/lib/AST/
CommentLexer.cpp 117 /// Returns pointer to the first newline character in the string.
240 // We found a newline, check if it is escaped.
248 // We found an escaped newline.
251 return CurPtr; // Not an escaped newline.
421 formTokenWithChars(T, TokenPtr, tok::newline);
453 // If there is a newline following the verbatim opening command, skip the
454 // newline so that we don't create an tok::verbatim_block_line with empty
471 // end command or newline.
474 const char *Newline = findNewline(BufferPtr, CommentEnd);
475 StringRef Line(BufferPtr, Newline - BufferPtr)
    [all...]
CommentParser.cpp 100 if (P.Tok.is(tok::newline)) {
101 // If we see a single newline token between text tokens, skip it.
102 Token Newline = P.Tok;
105 P.putBack(Newline);
374 else if (Tok.is(tok::newline)) {
600 case tok::newline: {
602 if (Tok.is(tok::newline) || Tok.is(tok::eof)) {
606 // Also allow [tok::newline, tok::text, tok::newline] if the middle
611 if (Tok.is(tok::newline) || Tok.is(tok::eof))
    [all...]

Completed in 767 milliseconds

1 2 34 5 6 7 8 91011>>