HomeSort by relevance Sort by last modified time
    Searched full:newline (Results 151 - 175 of 1174) sorted by null

1 2 3 4 5 67 8 91011>>

  /sdk/emulator/opengl/host/tools/emugen/
EntryPoint.h 35 void print(FILE *fp = stdout, bool newline = true,
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ProfilesLoader.java 51 out.newLine();
WindowsLoader.java 50 out.newLine();
CaptureLoader.java 56 out.newLine();
143 out.newLine();
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/device/
DeviceConnection.java 78 out.newLine();
  /external/chromium/base/i18n/
break_iterator.h 39 // string, breking only when a newline-equivalent character is encountered
110 // The breaking style (word/space/newline).
  /external/clang/include/clang/Basic/
DiagnosticFrontendKinds.td 56 "macro '%0' contains embedded newline; text after the newline is ignored">;
  /external/ipsec-tools/src/racoon/
plog.c 191 * 2 words a bytes + 1 space 4 bytes + 1 newline 32 bytes
192 * + 2 newline + '\0'
  /external/smali/util/src/main/java/org/jf/util/
IndentingWriter.java 39 private static final String newLine = System.getProperty("line.separator");
49 writer.write(newLine);
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Debug.h 46 /* Setup log format (adds newline if no newline provided) */
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Debug.h 71 /* Setup log format (adds newline if no newline provided) */
  /tools/motodev/src/plugins/preflighting.core/src/com/motorolamobility/preflighting/core/verbose/
DebugVerboseOutputter.java 80 private static final String NEWLINE = System.getProperty("line.separator"); //$NON-NLS-1$
168 strMsg = NEWLINE;
  /external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
process.js     [all...]
  /cts/libs/json/src/com/android/json/stream/
JsonWriter.java 233 newline(); method
405 private void newline() throws IOException { method in class:JsonWriter
427 newline(); method
451 newline(); method
456 newline(); method
  /external/emma/core/java12/com/vladium/emma/report/txt/
ReportGenerator.java 131 m_out.newLine ();
422 m_out.newLine ();
437 m_out.newLine ();
450 m_out.newLine ();
462 m_out.newLine ();
  /external/llvm/test/Scripts/
coff-dump.py 240 NewLine = True
251 global NewLine
256 if NewLine:
258 NewLine = False
263 NewLine = True
  /external/regex-re2/doc/
syntax.txt 5 . any character, including newline (s=true)
76 \Z at end of text, or before newline at end of text NOT SUPPORTED
102 \n newline (== \012)
334 \_x «\x» plus newline, for any «x» NOT SUPPORTED vim
366 (*ANY) set newline convention NOT SUPPORTED
  /packages/apps/Browser/tests/src/com/android/browser/
PopularUrlsTest.java 57 private final static String newLine = System.getProperty("line.separator");
379 output.write(iteration + newLine);
380 output.write(page + newLine);
381 output.write(url + newLine);
493 writer.write(page + "|" + (stopTime - startTime) + newLine);
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
ICalendar.java 64 private static final String NEWLINE = "\n";
183 sb.append(NEWLINE);
189 * caller is responsible for appending a newline at the end of the
196 sb.append(NEWLINE);
202 sb.append(NEWLINE);
210 sb.append(NEWLINE);
337 * caller is responsible for appending a newline after this property.
  /external/clang/include/clang/Lex/
Lexer.h 248 /// after trigraph expansion and escaped-newline folding. In particular, this
272 /// includes a trigraph or an escaped newline) then this count includes bytes
416 // If this is not a trigraph and not a UCN or escaped newline, return
486 // If this is not a trigraph and not a UCN or escaped newline, return
517 // If this is not a trigraph and not a UCN or escaped newline, return
532 /// getEscapedNewLineSize - Return the size of the specified escaped newline,
533 /// or 0 if it is not an escaped newline. P[-1] is known to be a "\" on entry
537 /// SkipEscapedNewLines - If P points to an escaped newline (or a series of
538 /// them), skip over them and return the first non-escaped-newline found,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlPrettyPrinter.java 377 // Remove newline added by element open tag or element close tag
432 // Find last newline at the beginning of the text:
449 // Find last newline at the end of the text
502 // align indent when we don't find a newline before the content
524 // See if the next line after the newline has indentation; if it doesn't,
540 // Skip line 0 since we know that it doesn't start with a newline
696 // Don't add a newline at the last attribute line; the > should
768 // newline would have been added above it), or if we are not in a formatting
793 // the previous one (but we don't insert a newline inside tags)
    [all...]
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CredentialHelper.java 221 String newline = "<br>"; local
223 sb.append(context.getString(R.string.one_userkey)).append(newline);
226 sb.append(context.getString(R.string.one_usercrt)).append(newline);
  /development/ndk/platforms/android-3/include/android/
log.h 52 * Note that a newline character ("\n") will be appended automatically to your
  /external/antlr/antlr-3.4/gunit/
CHANGES.txt 74 * display escaped text for newline characters in the test result for comparing expected and actual string.
  /external/antlr/antlr-3.4/runtime/Perl5/t/
lexer.t 53 NEWLINE : '\r'? '\n' { $self->skip() } ;

Completed in 1588 milliseconds

1 2 3 4 5 67 8 91011>>