HomeSort by relevance Sort by last modified time
    Searched defs:TYPE_ERROR (Results 1 - 4 of 4) sorted by null

  /external/tcpdump/
slcompress.h 72 #define TYPE_ERROR 0x00
  /external/ppp/pppd/include/net/
vjcompress.h 78 #define TYPE_ERROR 0x00
slcompress.h 78 #define TYPE_ERROR 0x00
  /frameworks/base/core/java/com/android/internal/util/
TypedProperties.java 101 static final int TYPE_ERROR = -1;
108 * or {@code TYPE_ERROR} if the type is unknown
130 return TYPE_ERROR;
164 if (type == TYPE_ERROR) {

Completed in 20 milliseconds