/external/emma/core/java12/ |
D | emma.java | 50 private static final String EOL = System.getProperty ("line.separator", "\n"); field in 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/clang/lib/Rewrite/Frontend/ |
D | InclusionRewriter.cpp | 67 StringRef EOL, StringRef Extra = StringRef()); 70 StringRef EOL, int &lines, 73 const MemoryBuffer &FromFile, StringRef EOL, 97 StringRef EOL, StringRef Extra) { in WriteLineInfo() argument 117 OS << EOL; in WriteLineInfo() 198 StringRef EOL, int &Line, in OutputContentUpTo() argument 209 OS << EOL; in OutputContentUpTo() 222 StringRef EOL, in CommentOutDirective() argument 225 SM.getFileOffset(StartToken.getLocation()), EOL, Line); in CommentOutDirective() 230 OS << "#if 0 /* expanded by -frewrite-includes */" << EOL; in CommentOutDirective() [all …]
|
/external/valgrind/main/memcheck/tests/linux/ |
D | brk.c | 16 #define EOL ((void*)( ~(long)0 )) in main() macro 27 vals[8] = EOL; in main() 29 for (i = 0; EOL != vals[i]; i++) { in main() 35 for (i = 0; EOL != vals[i]; i++) { in main()
|
/external/oauth/core/src/main/java/net/oauth/client/httpclient4/ |
D | HttpMethodResponse.java | 103 request.append(EOL); in dump() 105 request.append(header.getName()).append(": ").append(header.getValue()).append(EOL); in dump() 111 request.append("Content-Length: ").append(contentLength).append(EOL); in dump() 114 request.append(EOL); in dump() 123 response.append(value).append(EOL); in dump() 127 response.append(name).append(": ").append(value).append(EOL); in dump() 129 response.append(EOL); in dump()
|
/external/oauth/core/src/main/java/net/oauth/client/ |
D | URLConnectionClient.java | 64 headers.append(EOL); in execute() 69 headers.append(key).append(": ").append(value).append(EOL); in execute() 82 headers.append(key).append(": ").append(header.getValue()).append(EOL); in execute() 111 private static final String EOL = HttpResponseMessage.EOL; field in URLConnectionClient
|
D | URLConnectionResponse.java | 100 request.append(EOL); in dump() 119 response.append(firstLine).append(EOL); in dump() 125 response.append(value).append(EOL); in dump() 127 response.append(EOL); in dump()
|
/external/smack/src/org/xbill/DNS/ |
D | Tokenizer.java | 41 public static final int EOL = 1; field in Tokenizer 98 case EOL: in toString() 122 return (type == EOL || type == EOF); in isEOL() 247 if (current.type == EOL) in get() 294 return current.set(EOL, null); in get() 315 return current.set(EOL, null); in get() 359 if (current.type == EOL) in unget() 552 if (next.type != EOL && next.type != EOF) { in getEOL()
|
D | Master.java | 295 if (next.type == Tokenizer.EOL) in _nextRecord() 305 else if (token.type == Tokenizer.EOL) in _nextRecord()
|
/external/zlib/src/contrib/ada/ |
D | buffer_demo.adb | 26 EOL : Character renames ASCII.LF; variable 28 := "Four score and seven years ago our fathers brought forth," & EOL & 29 "upon this continent, a new nation, conceived in liberty," & EOL &
|
/external/emma/core/java12/com/vladium/util/ |
D | IntSet.java | 184 out.append (super.toString ()); out.append (EOL); in debugDump() 185 … + m_size + ", bucket table size = " + m_buckets.length + ", load factor = " + m_loadFactor + EOL); in debugDump() 186 out.append ("size threshold = " + m_sizeThreshold + EOL); in debugDump() 256 private static final String EOL = System.getProperty ("line.separator", "\n"); field in IntSet
|
D | IntObjectMap.java | 210 out.append (super.toString ()); out.append (EOL); in debugDump() 211 … + m_size + ", bucket table size = " + m_buckets.length + ", load factor = " + m_loadFactor + EOL); in debugDump() 212 out.append ("size threshold = " + m_sizeThreshold + EOL); in debugDump() 284 private static final String EOL = System.getProperty ("line.separator", "\n"); field in IntObjectMap
|
D | IntIntMap.java | 252 out.append (super.toString ()); out.append (EOL); in debugDump() 253 … + m_size + ", bucket table size = " + m_buckets.length + ", load factor = " + m_loadFactor + EOL); in debugDump() 254 out.append ("size threshold = " + m_sizeThreshold + EOL); in debugDump() 326 private static final String EOL = System.getProperty ("line.separator", "\n"); field in IntIntMap
|
D | SoftValueMap.java | 414 …e ().concat ("@").concat (Integer.toHexString (System.identityHashCode (this)))); out.append (EOL); in debugDump() 415 … + m_size + ", bucket table size = " + m_buckets.length + ", load factor = " + m_loadFactor + EOL); in debugDump() 416 …y = " + m_readClearCheckFrequency + ", put clear frequency = " + m_writeClearCheckFrequency + EOL); in debugDump() 417 … out.append ("get count: " + m_readAccessCount + ", put count: " + m_writeAccessCount + EOL); in debugDump() 585 …ClearedValues(): soft reference [" + _ref + "] did not match within bucket #" + bucketIndex + EOL); in removeClearedValues() 609 private static final String EOL = System.getProperty ("line.separator", "\n"); field in SoftValueMap
|
D | ObjectIntMap.java | 248 out.append (super.toString ()); out.append (EOL); in debugDump() 249 … + m_size + ", bucket table size = " + m_buckets.length + ", load factor = " + m_loadFactor + EOL); in debugDump() 250 out.append ("size threshold = " + m_sizeThreshold + EOL); in debugDump() 322 private static final String EOL = System.getProperty ("line.separator", "\n"); field in ObjectIntMap
|
D | IConstants.java | 26 String EOL = System.getProperty ("line.separator", "\n"); field
|
/external/emma/core/java12/com/vladium/util/exception/ |
D | ExceptionCommon.java | 336 final StringBuffer msg = new StringBuffer (code + EOL); in getMessage() 354 msg.append (EOL); in getMessage() 481 private static final String EOL = System.getProperty ("line.separator", "\n"); field in ExceptionCommon
|
/external/emma/core/java12/com/vladium/emma/data/ |
D | MethodDescriptor.java | 200 s.append (EOL); in toString() 210 s.append (EOL); in toString() 216 s.append (EOL); in toString()
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
D | HTMLDocument.java | 124 def.append (IConstants.EOL); in addStyle() 128 def.append (IConstants.EOL); in addStyle()
|
D | HTMLWriter.java | 76 m_out.write (IConstants.EOL); in eol()
|
/external/oauth/core/src/main/java/net/oauth/http/ |
D | HttpResponseMessage.java | 57 public static final String EOL = "\r\n"; field in HttpResponseMessage
|
/external/libvpx/libvpx/build/make/ |
D | gen_msvs_def.sh | 15 EOL=$'\n'
|
/external/e2fsprogs/e2fsck/ |
D | profile.c | 892 #ifndef EOL 893 #define EOL "\n" macro 921 cb(EOL, data); in dump_profile() 937 cb(EOL, data); in dump_profile() 939 cb(EOL, data); in dump_profile() 948 cb(EOL, data); in dump_profile() 954 cb(EOL, data); in dump_profile()
|
/external/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 516 StringRef EOL = getLexer().LexUntilEndOfStatement(); in ParseDirectiveSection() local 517 SectionSpec.append(EOL.begin(), EOL.end()); in ParseDirectiveSection()
|
/external/emma/core/java12/com/vladium/emma/report/xml/ |
D | ReportGenerator.java | 263 super.write (IConstants.EOL, 0, IConstants.EOL.length ()); in newLine()
|
/external/llvm/lib/Support/ |
D | 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)
|