Home
last modified time | relevance | path

Searched defs:NUL (Results 1 – 13 of 13) 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/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.c385 #define NUL '\0' macro
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp648 NodeUpdateListener NUL(*this, NodesToAnalyze); in ReplaceValueWith() local
/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/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DBinaryStreamTest.cpp529 unsigned long NUL = 902309023UL; in TEST_F() local
/external/python/cpython2/Lib/test/
Dtest_csv.py1099 class NUL: class
/external/python/cpython3/Lib/test/
Dtest_csv.py1050 class NUL: class
/external/python/cpython3/Lib/
Dtarfile.py77 NUL = b"\0" # the null character variable
/external/python/cpython2/Lib/
Dtarfile.py67 NUL = "\0" # the null character variable