Home
last modified time | relevance | path

Searched defs:NUL (Results 1 – 12 of 12) sorted by relevance

/external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/
DMain.java26 private static final PrintWriter NUL = new PrintWriter(new Writer() { field in Main
/external/syslinux/gpxe/src/include/gpxe/
Dkeys.h17 #define NUL 0x00 macro
/external/python/cpython2/Lib/curses/
Dascii.py3 NUL = 0x00 # ^@ variable
/external/python/cpython3/Lib/curses/
Dascii.py3 NUL = 0x00 # ^@ variable
/external/guava/guava/src/com/google/common/base/
DAscii.java58 public static final byte NUL = 0; field in Ascii
/external/mesa3d/src/glx/
Dglxextensions.c383 #define NUL '\0' macro
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp703 NodeUpdateListener NUL(*this, NodesToAnalyze); in ReplaceValueWith() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp685 NodeUpdateListener NUL(*this, NodesToAnalyze); in ReplaceValueWith() local
/external/python/cpython2/Lib/test/
Dtest_csv.py1090 class NUL: class
/external/python/cpython3/Lib/test/
Dtest_csv.py1021 class NUL: class
/external/python/cpython3/Lib/
Dtarfile.py79 NUL = b"\0" # the null character variable
/external/python/cpython2/Lib/
Dtarfile.py67 NUL = "\0" # the null character variable