Home
last modified time | relevance | path

Searched defs:nis (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/
Dtest_nis.py5 nis = support.import_module('nis') variable
/external/python/cpython2/Lib/test/
Dtest_nis.py4 nis = test_support.import_module('nis') variable
/external/apache-http/android/src/android/net/http/
DRequest.java276 InputStream nis = null; in readResponse() local