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

1 2 3 4 5

  /external/valgrind/memcheck/tests/linux/
brk.c 16 #define EOL ((void*)( ~(long)0 ))
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/
IConstants.java 26 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");
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");
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/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/oauth/core/src/main/java/net/oauth/http/
HttpResponseMessage.java 57 public static final String EOL = "\r\n";
  /external/pdfium/third_party/libtiff/
t4.h 41 #define EOL 0x001 /* EOL code value - 0000 0000 0000 1 */
  /external/testng/src/main/java/org/testng/reporters/
XMLUtils.java 19 private static final String EOL = System.getProperty("line.separator");
110 result.append(EOL);
117 .append(EOL);
XMLStringBuffer.java 18 private static final String EOL = System.getProperty("line.separator", "\n");
82 m_buffer.append("<?xml version=\"" + v + "\" encoding=\"" + enc + "\"?>").append(EOL);
91 m_buffer.append("<!DOCTYPE " + docType + ">" + EOL);
280 m_buffer.append("/>").append(EOL);
316 m_buffer.append(EOL);
318 m_buffer.append(m_currentIndent).append("<![CDATA[").append(content).append("]]>" + EOL);
355 assert ("<family>" + EOL + "<cedric>true</cedric>" + EOL + "<alois>true</alois>" + EOL + "</family>" + EOL)
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/fs/
Globs.java 43 private static char EOL = 0; //TBD
49 return EOL;
131 if ((c = next(globPattern, i++)) == EOL || c == ']') {
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
HexDump.java 97 buffer.append(EOL);
108 public static final String EOL =
  /dalvik/dx/src/com/android/multidex/
MainDexListBuilder.java 48 private static final String EOL = System.getProperty("line.separator");
51 "Usage:" + EOL + EOL +
52 "Short version: Don't use this." + EOL + EOL +
53 "Slightly longer version: This tool is used by mainDexClasses script to build" + EOL +
54 "the main dex list." + 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");
  /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;
  /developers/build/prebuilts/gradle/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessagingService.java 39 private static final String EOL = "\n";
129 messageForNotification.append(EOL);
  /developers/samples/android/notification/MessagingService/Application/src/main/java/com/example/android/messagingservice/
MessagingService.java 39 private static final String EOL = "\n";
129 messageForNotification.append(EOL);
  /development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
MessagingService.java 39 private static final String EOL = "\n";
129 messageForNotification.append(EOL);
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
tokenizer.py 37 EOL = 1
78 return self.ttype == EOL
96 return (self.ttype == EOL or self.ttype == EOF)
162 I{value} is a string. The valid types are EOF, EOL, WHITESPACE,
343 return Token(EOL, '\n')
362 return Token(EOL, '\n')
531 """Read the next token and raise an exception if it isn't EOL or
540 raise dns.exception.SyntaxError('expected EOL or EOF, got %d "%s"' % (token.ttype, token.value))
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_dump.c 77 #define EOL() ctx->dump_printf( ctx, "\n" )
387 EOL();
436 EOL();
464 EOL();
616 EOL();
642 EOL();
  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 136 #define EOL (BOL+1)
806 /* is there an EOL and/or BOL between lastc and c? */
816 flagch = (flagch == BOL) ? BOLEOL : EOL;
831 (flagch == EOL || (c != OUT && !ISWORD(c))) ) {
899 /* is there an EOL and/or BOL between lastc and c? */
909 flagch = (flagch == BOL) ? BOLEOL : EOL;
924 (flagch == EOL || (c != OUT && !ISWORD(c))) ) {
957 == #define EOL (BOL+1)
1001 if (ch == EOL || ch == BOLEOL)
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DarwinAsmParser.cpp 425 StringRef EOL = getLexer().LexUntilEndOfStatement();
426 SectionSpec.append(EOL.begin(), EOL.end());
  /external/swiftshader/third_party/LLVM/utils/FileCheck/
FileCheck.cpp 553 size_t EOL = Buffer.find_first_of("\n\r");
560 if (P.ParsePattern(Buffer.substr(0, EOL), SM))
563 Buffer = Buffer.substr(EOL);

Completed in 447 milliseconds

1 2 3 4 5