HomeSort by relevance Sort by last modified time
    Searched refs:EOL (Results 1 - 25 of 37) sorted by null

1 2

  /external/emma/core/java12/
emma.java 50 private static final String EOL = System.getProperty ("line.separator", "\n");
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/
LexerCore.java 537 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/
IConstants.java 26 String EOL = System.getProperty ("line.separator", "\n");
IntObjectMap.java 210 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");
IntSet.java 184 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");
IntIntMap.java 252 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");
ObjectIntMap.java 248 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");
SoftValueMap.java 414 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");
  /external/oauth/core/src/main/java/net/oauth/client/
URLConnectionClient.java 64 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;
URLConnectionResponse.java 100 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/
HttpMethodResponse.java 103 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/
HttpResponseMessage.java 57 public static final String EOL = "\r\n";
  /packages/apps/Email/src/org/apache/commons/io/
HexDump.java 97 buffer.append(EOL);
108 public static final String EOL =
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLWriter.java 70 public void eol () method in class:HTMLWriter
76 m_out.write (IConstants.EOL);
HTMLDocument.java 124 def.append (IConstants.EOL);
128 def.append (IConstants.EOL);
  /external/libvpx/build/make/
gen_msvs_def.sh 15 EOL=$'\n'
  /external/emma/lib/internal/
stamptool.jar 
  /external/emma/core/java12/com/vladium/emma/data/
MethodDescriptor.java 200 s.append (EOL);
210 s.append (EOL);
216 s.append (EOL);
ClassDescriptor.java 156 s.append (EOL);
  /external/emma/core/java12/com/vladium/util/exception/
ExceptionCommon.java 336 final StringBuffer msg = new StringBuffer (code + EOL);
354 msg.append (EOL);
481 private static final String EOL = System.getProperty ("line.separator", "\n");
  /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 307 static final byte[] EOL = {(byte)'\r', (byte)'\n' };
629 ps.write(EOL);
725 ps.write(EOL);
  /external/e2fsprogs/e2fsck/
profile.c 893 #ifndef EOL
894 #define EOL "\n"
922 cb(EOL, data);
938 cb(EOL, data);
940 cb(EOL, data);
949 cb(EOL, data);
955 cb(EOL, data);
    [all...]
  /bionic/libc/regex/
engine.c 95 #define EOL (BOL+1)
697 /* is there an EOL and/or BOL between lastc and c? */
707 flagch = (flagch == BOL) ? BOLEOL : EOL;
722 (flagch == EOL || (c != OUT && !ISWORD(c))) ) {
779 /* is there an EOL and/or BOL between lastc and c? */
789 flagch = (flagch == BOL) ? BOLEOL : EOL;
804 (flagch == EOL || (c != OUT && !ISWORD(c))) ) {
867 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...]

Completed in 2488 milliseconds

1 2