Searched defs:NUL (Results 1 - 18 of 18) sorted by relevance

/external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/
H A DMain.java26 private static final PrintWriter NUL = new PrintWriter(new Writer() { field in class:Main
86 out = NUL;
/external/guava/guava/src/com/google/common/base/
H A DAscii.java58 public static final byte NUL = 0; field in class:Ascii
/external/python/cpython2/Lib/curses/
H A Dascii.py3 NUL = 0x00 # ^@ variable
41 "NUL", "SOH", "STX", "ETX", "EOT", "ENQ", "ACK", "BEL",
/external/syslinux/gpxe/src/include/gpxe/
H A Dkeys.h17 #define NUL 0x00 macro
/external/mesa3d/src/glx/
H A Dglxextensions.c383 #define NUL '\0' macro
405 for (base = 0; server_string[base] != NUL; /* empty */ ) {
409 && (server_string[base + len] != NUL); len++) {
423 && (server_string[base] != NUL); base++) {
/external/python/cpython2/Lib/test/
H A Dtest_csv.py1090 class NUL: class in inherits:
1116 s = NUL()
1148 s = NUL()
/external/python/cpython2/Lib/
H A Dtarfile.py67 NUL = "\0" # the null character variable
171 return s[:length] + (length - len(s)) * NUL
209 s = "%0*o" % (digits - 1, n) + NUL
467 self.__write(self.name + NUL)
537 if not s or s == NUL:
542 if not s or s == NUL:
789 return NUL * size
1148 payload += (BLOCKSIZE - remainder) * NUL
1156 name += NUL
1208 if buf.count(NUL)
[all...]
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/r8/deps/
H A Dguava-19.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 309 milliseconds