Home
last modified time | relevance | path

Searched refs:nis (Results 1 – 25 of 56) sorted by relevance

123

/external/python/cpython3/Lib/test/
Dtest_nis.py5 nis = support.import_module('nis') variable
11 maps = nis.maps()
12 except nis.error as msg:
24 mapping = nis.cat(nismap)
28 if nis.match(k, nismap) != v:
/external/python/cpython2/Lib/test/
Dtest_nis.py4 nis = test_support.import_module('nis') variable
9 maps = nis.maps()
10 except nis.error, msg:
22 mapping = nis.cat(nismap)
26 if nis.match(k, nismap) != v:
/external/python/cpython3/Doc/library/
Dnis.rst2 :mod:`nis` --- Interface to Sun's NIS (Yellow Pages)
5 .. module:: nis
14 The :mod:`nis` module gives a thin wrapper around the NIS library, useful for
19 The :mod:`nis` module defines the following functions:
25 (:exc:`nis.error`) if there is none. Both should be strings, *key* is 8-bit
60 The :mod:`nis` module defines the following exception:
Dunix.rst25 nis.rst
/external/python/cpython2/Doc/library/
Dnis.rst2 :mod:`nis` --- Interface to Sun's NIS (Yellow Pages)
5 .. module:: nis
12 The :mod:`nis` module gives a thin wrapper around the NIS library, useful for
17 The :mod:`nis` module defines the following functions:
23 (:exc:`nis.error`) if there is none. Both should be strings, *key* is 8-bit
62 The :mod:`nis` module defines the following exception:
Dunix.rst28 nis.rst
/external/apache-http/android/src/android/net/http/
DRequest.java276 InputStream nis = null; in readResponse() local
282 nis = new GZIPInputStream(is); in readResponse()
284 nis = is; in readResponse()
309 len = nis.read(buf, count, buf.length - count); in readResponse()
342 if (nis != null) { in readResponse()
343 nis.close(); in readResponse()
/external/icu/icu4c/source/data/lang/
Dga.txt124 fil{"Filipínis"}
138 gan{"Sínis Gan"}
166 hsn{"Sínis Xiang"}
232 lad{"Laidínis"}
291 nan{"Sínis Min Nan"}
360 sc{"Sairdínis"}
456 zh{"Sínis"}
457 zh_Hans{"Sínis Shimplithe"}
458 zh_Hant{"Sínis Thraidisiúnta"}
714 hans{"Uimhreacha sa tSínis Shimplithe"}
[all …]
Dgd.txt338 lzh{"Sìnis an Litreachais"}
601 zh{"Sìnis"}
602 zh_Hans{"Sìnis Shimplichte"}
603 zh_Hant{"Sìnis Thradaiseanta"}
/external/snakeyaml/src/test/resources/pyyaml/
Dinvalid-escape-character.loader-error1 "some escape characters are \ncorrect, but this one \?\nis not\n"
/external/epid-sdk/ext/ipp/sources/include/
Dia_32e.inc2331 mni_instruction macro dst:req, src:req, nis:req, opc:req, imm8
2366 db nis
2371 org x1 ; 66 REX 0F nis opc /r m32
2382 db nis
2387 org x3 ; 0F nis opc /r m32
2402 db nis
2404 org x1 ; REX reg_mmx nis opc /r
2414 db nis
2416 org x3 ; reg_mmx nis opc /r
2436 db nis
[all …]
Dia_emm.inc1565 mni_instruction macro dst:req, src:req, nis:req, opc:req
1574 db nis
1584 db nis
1761 sni_instruction macro dst:req, src:req, nis:req, opc:req
1769 db nis
1774 sni_instr_src_m64 macro dst:req, src:req, nis:req, opc:req
1782 db nis
1787 sni_instr_src_m32 macro dst:req, src:req, nis:req, opc:req
1795 db nis
1815 sni_instr_src_m16 macro dst:req, src:req, nis:req, opc:req
[all …]
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_StaticRegexReplace.pbtxt21 …description: "If True, the replacement is global, otherwise the replacement\nis done only on the f…
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/transformtest/
Del-Latn-t-el-m0-bgn.txt183 ειρήνης irínis
393 δικαιοσύνης dhikaiosínis
539 αδελφοσύνης adhelfosínis
/external/icu/icu4c/source/data/region/
Dyav.txt147 NE{"nisɛ́ɛl"}
149 NG{"nisélia"}
Dku.txt230 TN{"Tûnis"}
Dewo.txt202 TM{"Turəkəmənisətáŋ"}
Dbas.txt200 TN{"Tùnisìà"}
/external/icu/icu4c/source/data/locales/
Dfr_CA.txt541 "nis.",
575 "nis.",
Dfi.txt1169 "nisán",
1185 "nisánkuuta",
1203 "nisán",
1235 "nisánkuu",
/external/python/cpython3/
Dsetup.py1338 nis = self._detect_nis(inc_dirs, lib_dirs)
1339 if nis is not None:
1340 exts.append(nis)
/external/python/cpython2/
Dsetup.py1349 nis = self._detect_nis(inc_dirs, lib_dirs)
1350 if nis is not None:
1351 exts.append(nis)
/external/python/cpython2/Misc/
Dmaintainers.rst157 nis
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b1.rst428 The nis module is now compatible with new libnsl and headers location.
465 nis module.
D3.6.5rc1.rst419 The nis module is now compatible with new libnsl and headers location.
438 nis module.

123