Home
last modified time | relevance | path

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

/external/flatbuffers/tests/prototest/
Dtest.proto11 NUL = 0; enumerator
33 NUL = 0; enumerator
/external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/
DMain.java27 private static final PrintWriter NUL = new PrintWriter(new Writer() { field in Main
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
DCharUtils.java60 public static final char NUL = '\0'; field in CharUtils
/external/apache-commons-io/src/test/java/org/apache/commons/io/input/
DSequenceReaderTest.java66 private static final char NUL = 0; field in SequenceReaderTest
/external/python/cpython3/Lib/curses/
Dascii.py3 NUL = 0x00 # ^@ variable
/external/python/cpython2/Lib/curses/
Dascii.py3 NUL = 0x00 # ^@ variable
/external/guava/android/guava/src/com/google/common/base/
DAscii.java55 public static final byte NUL = 0; field in Ascii
/external/guava/guava/src/com/google/common/base/
DAscii.java55 public static final byte NUL = 0; field in Ascii
/external/mesa3d/src/glx/
Dglxextensions.c403 #define NUL '\0' macro
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp632 NodeUpdateListener NUL(*this, NodesToAnalyze); in ReplaceValueWith() local
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeTypes.cpp703 NodeUpdateListener NUL(*this, NodesToAnalyze); in ReplaceValueWith() local
/external/python/cpython2/Lib/test/
Dtest_csv.py1099 class NUL: class
/external/python/cpython3/Lib/test/
Dtest_csv.py1159 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