HomeSort by: relevance | last modified time | path
    Searched defs:UNSPECIFIED (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/utils/analyzer/
ProjectMap.py 38 UNSPECIFIED is a very special case, which is intentionally last in the list
40 possible sizes, we want projects with UNSPECIFIED size to be filtered out
47 UNSPECIFIED = auto()
55 object. None will produce UNSPECIFIED size.
61 return Size.UNSPECIFIED
73 if size != Size.UNSPECIFIED]
88 size: Size = Size.UNSPECIFIED
  /src/bin/ps/
ps.h 44 UNSPECIFIED,
  /src/external/bsd/tcpdump/dist/
print-ntp.c 139 #define MODE_UNSPEC 0 /* unspecified */
151 #define UNSPECIFIED 0
161 { MODE_UNSPEC, "unspecified" },
181 { UNSPECIFIED, "unspecified" },
261 case UNSPECIFIED:

Completed in 99 milliseconds