HomeSort by relevance Sort by last modified time
    Searched refs:EOL (Results 26 - 50 of 123) sorted by null

12 3 4 5

  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
tokenizer.py 37 EOL = 1
78 return self.ttype == EOL
96 return (self.ttype == EOL or self.ttype == EOF)
162 I{value} is a string. The valid types are EOF, EOL, WHITESPACE,
343 return Token(EOL, '\n')
362 return Token(EOL, '\n')
531 """Read the next token and raise an exception if it isn't EOL or
540 raise dns.exception.SyntaxError('expected EOL or EOF, got %d "%s"' % (token.ttype, token.value))
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_dump.c 77 #define EOL() ctx->dump_printf( ctx, "\n" )
387 EOL();
436 EOL();
464 EOL();
616 EOL();
642 EOL();
  /external/jetty/src/java/org/eclipse/jetty/util/log/
StdErrLog.java 42 private static final String EOL = System.getProperty("line.separator");
549 buffer.append(EOL);
554 buffer.append(EOL).append("\tat ");
561 buffer.append(EOL).append("Caused by: ");
  /developers/build/prebuilts/gradle/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessagingService.java 39 private static final String EOL = "\n";
129 messageForNotification.append(EOL);
  /developers/samples/android/notification/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessagingService.java 39 private static final String EOL = "\n";
129 messageForNotification.append(EOL);
  /development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
MessagingService.java 39 private static final String EOL = "\n";
129 messageForNotification.append(EOL);
  /frameworks/base/tests/CoreTests/android/core/
TestWebServer.java 318 static final byte[] EOL = {(byte)'\r', (byte)'\n' };
670 ps.write(EOL);
766 ps.write(EOL);
  /libcore/support/src/test/java/tests/support/
Support_TestWebServer.java 250 static final byte[] EOL = {(byte)'\r', (byte)'\n' };
572 ps.write(EOL);
668 ps.write(EOL);
  /external/emma/core/java12/com/vladium/emma/data/
ClassDescriptor.java 156 s.append (EOL);
  /external/opencv3/3rdparty/libtiff/
t4.h 41 #define EOL 0x001 /* EOL code value - 0000 0000 0000 1 */
tif_fax3.c 75 int EOLcnt; /* count of EOL codes recognized */
115 int EOLcnt; /* # EOL codes recognized */ \
155 sp->EOLcnt = 0; /* force initial scan for EOL */
204 a0 < lastx ? "Premature EOL" : "Line length mismatch",
674 * Write an EOL code to the output stream. The zero-fill
689 * Force bit alignment so EOL will terminate on
691 * to 16-12 = 4 before putting out the EOL code.
704 code = EOL, length = 12;
    [all...]
  /external/pdfium/third_party/libtiff/
t4.h 41 #define EOL 0x001 /* EOL code value - 0000 0000 0000 1 */
tif_fax3.c 75 int EOLcnt; /* count of EOL codes recognized */
115 int EOLcnt; /* # EOL codes recognized */ \
155 sp->EOLcnt = 0; /* force initial scan for EOL */
204 a0 < lastx ? "Premature EOL" : "Line length mismatch",
675 * Write an EOL code to the output stream. The zero-fill
690 * Force bit alignment so EOL will terminate on
692 * to 16-12 = 4 before putting out the EOL code.
705 code = EOL, length = 12;
1093 unsigned int code = EOL;
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-core/1.0/
doxia-core-1.0.jar 
  /external/e2fsprogs/e2fsck/
profile.c 897 #ifndef EOL
898 #define EOL "\n"
926 cb(EOL, data);
942 cb(EOL, data);
944 cb(EOL, data);
953 cb(EOL, data);
959 cb(EOL, data);
    [all...]
  /external/llvm/lib/Support/
regengine.inc 98 #define EOL (BOL+1)
709 /* is there an EOL and/or BOL between lastc and c? */
719 flagch = (flagch == BOL) ? BOLEOL : EOL;
734 (flagch == EOL || (c != OUT && !ISWORD(c))) ) {
792 /* is there an EOL and/or BOL between lastc and c? */
802 flagch = (flagch == BOL) ? BOLEOL : EOL;
817 (flagch == EOL || (c != OUT && !ISWORD(c))) ) {
880 if (ch == EOL || ch == BOLEOL)
  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 136 #define EOL (BOL+1)
806 /* is there an EOL and/or BOL between lastc and c? */
816 flagch = (flagch == BOL) ? BOLEOL : EOL;
831 (flagch == EOL || (c != OUT && !ISWORD(c))) ) {
899 /* is there an EOL and/or BOL between lastc and c? */
909 flagch = (flagch == BOL) ? BOLEOL : EOL;
924 (flagch == EOL || (c != OUT && !ISWORD(c))) ) {
957 == #define EOL (BOL+1)
1001 if (ch == EOL || ch == BOLEOL)
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 95 #define EOL (BOL+1)
699 /* is there an EOL and/or BOL between lastc and c? */
709 flagch = (flagch == BOL) ? BOLEOL : EOL;
724 (flagch == EOL || (c != OUT && !ISWORD(c))) ) {
781 /* is there an EOL and/or BOL between lastc and c? */
791 flagch = (flagch == BOL) ? BOLEOL : EOL;
806 (flagch == EOL || (c != OUT && !ISWORD(c))) ) {
869 if (ch == EOL || ch == BOLEOL)
  /external/emma/core/java12/com/vladium/emma/report/xml/
ReportGenerator.java 136 eol (); method
142 eol (); method
160 eol (); method
164 eol (); method
173 eol (); method
177 eol (); method
263 super.write (IConstants.EOL, 0, IConstants.EOL.length ());
365 eol (); method
379 eol (); method
392 eol (); method
407 eol (); method
448 eol (); method
479 private void eol () method in class:ReportGenerator
    [all...]
  /external/libvpx/libvpx/build/make/
gen_msvs_sln.sh 15 EOL=$'\n'
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_sln.sh 15 EOL=$'\n'
gen_msvs_proj.sh 16 EOL=$'\n'
  /external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 77 StringRef EOL, int &lines,
80 const MemoryBuffer &FromFile, StringRef EOL,
103 /// \p Line we are located at, using the specified \p EOL line separator, and
  /external/llvm/lib/MC/MCParser/
DarwinAsmParser.cpp 571 StringRef EOL = getLexer().LexUntilEndOfStatement();
572 SectionSpec.append(EOL.begin(), EOL.end());
    [all...]
  /external/llvm/utils/FileCheck/
FileCheck.cpp 906 size_t EOL = Buffer.find_first_of("\n\r");
913 if (P.ParsePattern(Buffer.substr(0, EOL), UsedPrefix, SM, LineNumber))
    [all...]

Completed in 1557 milliseconds

12 3 4 5