Home
last modified time | relevance | path

Searched refs:infoRelease (Results 1 – 2 of 2) sorted by relevance

/external/apache-http/src/org/apache/http/util/
DVersionInfo.java83 private final String infoRelease; field in VersionInfo
110 infoRelease = (release != null) ? release : UNAVAILABLE; in VersionInfo()
143 return infoRelease; in getRelease()
177 infoRelease.length() + infoTimestamp.length() + in toString()
185 if (!UNAVAILABLE.equals(infoRelease)) in toString()
186 sb.append(':').append(infoRelease); in toString()
/external/python/cpython2/Mac/Modules/
DautoGIL.c44 static void infoRelease(const void *info) { in infoRelease() function
85 context.release = infoRelease; in autoGIL_installAutoGIL()