Searched defs:EOL (Results 1 - 25 of 35) sorted by relevance

12

/external/emma/core/java12/
H A Demma.java50 private static final String EOL = System.getProperty ("line.separator", "\n"); field in class:emma
53 "emma usage: emma <command> [command options]," + EOL +
54 " where <command> is one of:" + EOL +
55 EOL +
56 " run application runner {same as 'emmarun' tool};" + EOL +
57 " instr offline instrumentation processor;" + EOL +
58 " report offline report generator;" + EOL +
59 " merge offline data file merge processor." + EOL +
60 EOL +
61 " {use '<command> -h' to see usage help for a given command}" + EOL
[all...]
/external/oauth/core/src/main/java/net/oauth/client/
H A DURLConnectionClient.java64 headers.append(EOL);
69 headers.append(key).append(": ").append(value).append(EOL);
82 headers.append(key).append(": ").append(header.getValue()).append(EOL);
111 private static final String EOL = HttpResponseMessage.EOL; field in class:URLConnectionClient
/external/valgrind/main/memcheck/tests/linux/
H A Dbrk.c16 #define EOL ((void*)( ~(long)0 )) macro
26 // vals[9] = EOL;
27 vals[8] = EOL;
29 for (i = 0; EOL != vals[i]; i++) {
35 for (i = 0; EOL != vals[i]; i++) {
/external/emma/core/java12/com/vladium/util/
H A DIConstants.java26 String EOL = System.getProperty ("line.separator", "\n"); field in interface:IConstants
H A DIntObjectMap.java210 out.append (super.toString ()); out.append (EOL);
211 out.append ("size = " + m_size + ", bucket table size = " + m_buckets.length + ", load factor = " + m_loadFactor + EOL);
212 out.append ("size threshold = " + m_sizeThreshold + EOL);
284 private static final String EOL = System.getProperty ("line.separator", "\n"); field in class:IntObjectMap
H A DIntSet.java184 out.append (super.toString ()); out.append (EOL);
185 out.append ("size = " + m_size + ", bucket table size = " + m_buckets.length + ", load factor = " + m_loadFactor + EOL);
186 out.append ("size threshold = " + m_sizeThreshold + EOL);
256 private static final String EOL = System.getProperty ("line.separator", "\n"); field in class:IntSet
H A DObjectIntMap.java248 out.append (super.toString ()); out.append (EOL);
249 out.append ("size = " + m_size + ", bucket table size = " + m_buckets.length + ", load factor = " + m_loadFactor + EOL);
250 out.append ("size threshold = " + m_sizeThreshold + EOL);
322 private static final String EOL = System.getProperty ("line.separator", "\n"); field in class:ObjectIntMap
H A DIntIntMap.java252 out.append (super.toString ()); out.append (EOL);
253 out.append ("size = " + m_size + ", bucket table size = " + m_buckets.length + ", load factor = " + m_loadFactor + EOL);
254 out.append ("size threshold = " + m_sizeThreshold + EOL);
326 private static final String EOL = System.getProperty ("line.separator", "\n"); field in class:IntIntMap
H A DSoftValueMap.java414 out.append (getClass ().getName ().concat ("@").concat (Integer.toHexString (System.identityHashCode (this)))); out.append (EOL);
415 out.append ("size = " + m_size + ", bucket table size = " + m_buckets.length + ", load factor = " + m_loadFactor + EOL);
416 out.append ("size threshold = " + m_sizeThreshold + ", get clear frequency = " + m_readClearCheckFrequency + ", put clear frequency = " + m_writeClearCheckFrequency + EOL);
417 out.append ("get count: " + m_readAccessCount + ", put count: " + m_writeAccessCount + EOL);
585 final StringBuffer msg = new StringBuffer ("removeClearedValues(): soft reference [" + _ref + "] did not match within bucket #" + bucketIndex + EOL);
609 private static final String EOL = System.getProperty ("line.separator", "\n"); field in class:SoftValueMap
/external/oauth/core/src/main/java/net/oauth/http/
H A DHttpResponseMessage.java57 public static final String EOL = "\r\n"; field in class:HttpResponseMessage
/external/chromium_org/third_party/cython/src/Cython/Plex/
H A DScanners.py11 cython.declare(BOL=object, EOL=object, EOF=object, NOT_FOUND=object)
14 from Regexps import BOL, EOL, EOF namespace
148 if self.cur_char is EOL:
215 cur_char = EOL
218 cur_char = EOL
268 self.cur_char = EOL
271 self.cur_char = EOL
H A DRegexps.py19 EOL = 'eol' variable
198 ## s1 = self.build_opt(m, s1, EOL)
263 s = self.build_opt(m, initial_state, EOL)
272 symbol |sym|, which is one of BOL, EOL or EOF.
284 if match_bol and self.sym == EOL:
542 Eol = Char(EOL)
/external/emma/core/java12/com/vladium/util/exception/
H A DExceptionCommon.java336 final StringBuffer msg = new StringBuffer (code + EOL);
354 msg.append (EOL);
481 private static final String EOL = System.getProperty ("line.separator", "\n"); field in class:ExceptionCommon
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_dump.c77 #define EOL() ctx->dump_printf( ctx, "\n" ) macro
387 EOL();
436 EOL();
464 EOL();
616 EOL();
642 EOL();
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_dump.c77 #define EOL() ctx->dump_printf( ctx, "\n" ) macro
387 EOL();
436 EOL();
464 EOL();
616 EOL();
642 EOL();
/external/clang/lib/Rewrite/Frontend/
H A DInclusionRewriter.cpp70 StringRef EOL, StringRef Extra = StringRef());
71 void WriteImplicitModuleImport(const Module *Mod, StringRef EOL);
74 StringRef EOL, int &lines,
77 const MemoryBuffer &FromFile, StringRef EOL,
100 /// \p Line we are located at, using the specified \p EOL line separator, and
104 StringRef EOL, StringRef Extra) {
128 OS << EOL; local
132 StringRef EOL) {
134 << " /* clang -frewrite-includes: implicit import */" << EOL;
216 StringRef EOL, in
102 WriteLineInfo(const char *Filename, int Line, SrcMgr::CharacteristicKind FileType, StringRef EOL, StringRef Extra) argument
131 WriteImplicitModuleImport(const Module *Mod, StringRef EOL) argument
214 OutputContentUpTo(const MemoryBuffer &FromFile, unsigned &WriteFrom, unsigned WriteTo, StringRef EOL, int &Line, bool EnsureNewline) argument
232 OS << EOL; local
242 CommentOutDirective(Lexer &DirectiveLex, const Token &StartToken, const MemoryBuffer &FromFile, StringRef EOL, unsigned &NextToWrite, int &Line) argument
257 OS << "#if 0 /* expanded by -frewrite-includes */" << EOL; local
261 OS << "#endif /* expanded by -frewrite-includes */" << EOL; local
358 StringRef EOL = DetectEOL(FromFile); local
[all...]
/external/smack/src/org/xbill/DNS/
H A DTokenizer.java41 public static final int EOL = 1; field in class:Tokenizer
98 case EOL:
119 /** Indicates whether this token contains an EOL or EOF. */
122 return (type == EOL || type == EOF);
247 if (current.type == EOL)
294 return current.set(EOL, null);
315 return current.set(EOL, null);
359 if (current.type == EOL)
545 * Gets the next token from a tokenizer, which must be an EOL or EOF.
546 * @throws TextParseException The input was invalid or not an EOL o
[all...]
/external/emma/lib/internal/
H A Dstamptool.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/util/ com/vladium/util/version/ ...
/external/lldb/source/Core/
H A DStream.cpp248 Stream::EOL() function in class:Stream
/external/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp562 StringRef EOL = getLexer().LexUntilEndOfStatement(); local
563 SectionSpec.append(EOL.begin(), EOL.end());
/external/llvm/utils/FileCheck/
H A DFileCheck.cpp871 size_t EOL = Buffer.find_first_of("\n\r"); local
878 if (P.ParsePattern(Buffer.substr(0, EOL), UsedPrefix, SM, LineNumber))
890 Buffer = Buffer.substr(EOL);
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglsl_parser.h160 EOL = 378, enumerator in enum:yytokentype
361 #define EOL 378 macro
H A Dglsl_parser.cc269 EOL = 378, enumerator in enum:yytokentype
470 #define EOL 378 macro
1111 "COLON", "EOL", "INTERFACE", "OUTPUT", "PRAGMA_DEBUG_ON",
/external/e2fsprogs/e2fsck/
H A Dprofile.c897 #ifndef EOL
898 #define EOL "\n" macro
926 cb(EOL, data);
942 cb(EOL, data);
944 cb(EOL, data);
953 cb(EOL, data);
959 cb(EOL, data);
/external/svox/pico/lib/
H A Dpicotok.c87 #define EOL '\n' macro
1342 } else if ((tok->utf[tok->utfpos-1] == EOL)) {
1364 } else if ((tok->utf[tok->utfpos-1] == EOL) && (tok->nrEOL == 2)) {

Completed in 383 milliseconds

12