Home
last modified time | relevance | path

Searched defs:STATE_NORMAL (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Parser/
Dtokenizer.h18 STATE_NORMAL /* have a codec associated with input */ enumerator
/external/apache-http/android/src/android/net/http/
DConnection.java78 private static int STATE_NORMAL = 0; field in Connection