Home
last modified time | relevance | path

Searched refs:EOL (Results 1 – 25 of 120) sorted by relevance

12345

/external/emma/core/java12/
Demma.java50 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/valgrind/memcheck/tests/linux/
Dbrk.c16 #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/
DHttpMethodResponse.java103 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/
DURLConnectionClient.java64 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
DURLConnectionResponse.java100 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/zlib/src/contrib/ada/
Dbuffer_demo.adb26 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/lldb/source/Symbol/
DSymbolContext.cpp189 s->EOL(); in DumpStopContext()
243 s->EOL(); in GetDescription()
250 s->EOL(); in GetDescription()
257 s->EOL(); in GetDescription()
264 s->EOL(); in GetDescription()
289 s->EOL(); in GetDescription()
297 s->EOL(); in GetDescription()
304 s->EOL(); in GetDescription()
329 s->EOL(); in Dump()
335 s->EOL(); in Dump()
[all …]
/external/lldb/source/Breakpoint/
DBreakpointLocation.cpp556 s->EOL(); in GetDescription()
563 s->EOL(); in GetDescription()
569 s->EOL(); in GetDescription()
576 s->EOL(); in GetDescription()
587 s->EOL(); in GetDescription()
597 s->EOL(); in GetDescription()
619 s->EOL(); in GetDescription()
630 s->EOL(); in GetDescription()
DBreakpointOptions.cpp221 s->EOL (); in GetDescription()
253 s->EOL(); in GetDescription()
261 s->EOL(); in GetDescription()
288 s->EOL(); in GetDescription()
DWatchpointOptions.cpp171 s->EOL(); in GetCallbackDescription()
186 s->EOL (); in GetDescription()
231 s->EOL(); in GetDescription()
DBreakpoint.cpp576 s->EOL(); in GetDescription()
603 s->EOL(); in GetDescription()
608 s->EOL (); in GetDescription()
626 s->EOL(); in GetDescription()
/external/emma/core/java12/com/vladium/util/
DIntSet.java184 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
DIntObjectMap.java210 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
DIntIntMap.java252 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
DSoftValueMap.java414 …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
DObjectIntMap.java248 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
DIConstants.java26 String EOL = System.getProperty ("line.separator", "\n"); field
/external/emma/core/java12/com/vladium/emma/data/
DMethodDescriptor.java200 s.append (EOL); in toString()
210 s.append (EOL); in toString()
216 s.append (EOL); in toString()
/external/emma/core/java12/com/vladium/util/exception/
DExceptionCommon.java336 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/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_dump.c77 #define EOL() ctx->dump_printf( ctx, "\n" ) macro
387 EOL(); in iter_declaration()
436 EOL(); in iter_property()
464 EOL(); in iter_immediate()
616 EOL(); in iter_instruction()
642 EOL(); in prolog()
/external/lldb/source/Target/
DStackFrameList.cpp391 s.EOL(); in GetFramesUpTo()
444 s.EOL(); in GetFramesUpTo()
496 s->EOL(); in Dump()
498 s->EOL(); in Dump()
760 s.EOL(); in Merge()
/external/jetty/src/java/org/eclipse/jetty/util/log/
DStdErrLog.java42 private static final String EOL = System.getProperty("line.separator"); field in StdErrLog
549 buffer.append(EOL); in format()
554 buffer.append(EOL).append("\tat "); in format()
561 buffer.append(EOL).append("Caused by: "); in format()
/external/emma/core/java12/com/vladium/emma/report/html/doc/
DHTMLDocument.java124 def.append (IConstants.EOL); in addStyle()
128 def.append (IConstants.EOL); in addStyle()
/external/lldb/source/Interpreter/
DProperty.cpp219 strm.EOL(); in Dump()
242 strm.EOL(); in DumpDescription()
DOptions.cpp351 strm.EOL(); in OutputFormattedUsageText()
382 strm.EOL(); in OutputFormattedUsageText()
389 strm.EOL(); in OutputFormattedUsageText()
660 strm.EOL(); in GenerateOptionUsage()
680 strm.EOL(); in GenerateOptionUsage()
699 strm.EOL(); in GenerateOptionUsage()

12345