Searched refs:EOL (Results 1 - 25 of 32) 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/nist-sip/java/gov/nist/core/
H A DLexerCore.java537 this.buffer + " :unexpected EOL",
561 this.buffer + " :unexpected EOL",
568 this.buffer + " : unexpected EOL",
601 * Scan until you see a slash or an EOL.
720 this.buffer + "unexpected EOL",
730 this.buffer + "unexpected EOL",
/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 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 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 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/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
H A DURLConnectionResponse.java100 request.append(EOL);
119 response.append(firstLine).append(EOL);
125 response.append(value).append(EOL);
127 response.append(EOL);
/external/oauth/core/src/main/java/net/oauth/client/httpclient4/
H A DHttpMethodResponse.java103 request.append(EOL);
105 request.append(header.getName()).append(": ").append(header.getValue()).append(EOL);
111 request.append("Content-Length: ").append(contentLength).append(EOL);
114 request.append(EOL);
123 response.append(value).append(EOL);
127 response.append(name).append(": ").append(value).append(EOL);
129 response.append(EOL);
/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/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLWriter.java76 m_out.write (IConstants.EOL);
H A DHTMLDocument.java124 def.append (IConstants.EOL);
128 def.append (IConstants.EOL);
/external/libvpx/build/make/
H A Dgen_msvs_def.sh15 EOL=$'\n'
H A Dgen_msvs_sln.sh15 EOL=$'\n'
/external/emma/lib/internal/
H A Dstamptool.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/util/ com/vladium/util/version/ ...
/external/emma/core/java12/com/vladium/emma/data/
H A DMethodDescriptor.java200 s.append (EOL);
210 s.append (EOL);
216 s.append (EOL);
H A DClassDescriptor.java156 s.append (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/e2fsprogs/e2fsck/
H A Dprofile.c893 #ifndef EOL
894 #define EOL "\n" macro
922 cb(EOL, data);
938 cb(EOL, data);
940 cb(EOL, data);
949 cb(EOL, data);
955 cb(EOL, data);
/external/emma/core/java12/com/vladium/emma/report/xml/
H A DReportGenerator.java263 super.write (IConstants.EOL, 0, IConstants.EOL.length ());
/external/webkit/JavaScriptCore/pcre/
H A Dpcre_internal.h270 macro(EOL) \
/external/webkit/JavaScriptCore/yarr/
H A DRegexInterpreter.h195 static ByteTerm EOL(int inputPos) function in struct:JSC::Yarr::ByteTerm
H A DRegexPattern.h157 static PatternTerm EOL() function in struct:JSC::Yarr::PatternTerm

Completed in 1163 milliseconds

12