Home
last modified time | relevance | path

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

12345678910>>...15

/aosp_15_r20/external/flatbuffers/tests/prototest/
H A Dtest.proto11 NUL = 0; enumerator
33 NUL = 0; enumerator
/aosp_15_r20/external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/
H A DMain.java27 private static final PrintWriter NUL = new PrintWriter(new Writer() { field in Main
/aosp_15_r20/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryableString.java39 private static final byte NUL = (byte)'\0'; // used as string terminator field in MarshalQueryableString
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
H A DCharUtils.java60 public static final char NUL = '\0'; field in CharUtils
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/curses/
Dascii.py3 NUL = 0x00 # ^@ variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/curses/
Dascii.py3 NUL = 0x00 # ^@ variable
/aosp_15_r20/external/python/cpython3/Lib/curses/
Dascii.py3 NUL = 0x00 # ^@ variable
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/input/
H A DSequenceReaderTest.java67 private static final char NUL = 0; field in SequenceReaderTest
/aosp_15_r20/external/python/cpython2/Lib/curses/
Dascii.py3 NUL = 0x00 # ^@ variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/curses/
Dascii.py3 NUL = 0x00 # ^@ variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/curses/
Dascii.py3 NUL = 0x00 # ^@ variable
/aosp_15_r20/external/guava/guava/src/com/google/common/base/
H A DAscii.java56 public static final byte NUL = 0; field in Ascii
/aosp_15_r20/external/guava/android/guava/src/com/google/common/base/
H A DAscii.java56 public static final byte NUL = 0; field in Ascii
/aosp_15_r20/external/mesa3d/src/glx/
H A Dglxextensions.c335 #define NUL '\0' macro
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp657 NodeUpdateListener NUL(*this, NodesToAnalyze); in ReplaceValueWith() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp632 NodeUpdateListener NUL(*this, NodesToAnalyze); in ReplaceValueWith() local
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/strings/
H A Dapr_snprintf.c55 #define NUL '\0' macro
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp703 NodeUpdateListener NUL(*this, NodesToAnalyze); in ReplaceValueWith() local
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_csv.py1099 class NUL: class
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_csv.py1237 class NUL: class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dtarfile.py79 NUL = b"\0" # the null character variable
/aosp_15_r20/external/python/cpython3/Lib/
Dtarfile.py79 NUL = b"\0" # the null character variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dtarfile.py79 NUL = b"\0" # the null character variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dtarfile.py79 NUL = b"\0" # the null character variable
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dtarfile.py79 NUL = b"\0" # the null character variable

12345678910>>...15