OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nis
(Results
1 - 9
of
9
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_nis.py
4
nis
= test_support.import_module('
nis
')
variable
9
maps =
nis
.maps()
10
except
nis
.error, msg:
11
#
NIS
is probably not active, so this test isn't useful
26
mapping =
nis
.cat(nismap)
30
if
nis
.match(k, nismap) != v:
31
self.fail("
NIS
match failed for key `%s' in map `%s'" % (k, nismap))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_nis.py
4
nis
= test_support.import_module('
nis
')
variable
9
maps =
nis
.maps()
10
except
nis
.error, msg:
11
#
NIS
is probably not active, so this test isn't useful
26
mapping =
nis
.cat(nismap)
30
if
nis
.match(k, nismap) != v:
31
self.fail("
NIS
match failed for key `%s' in map `%s'" % (k, nismap))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/
nis_callback.x
47
%#include <rpcsvc/
nis
.h>
nis_callback.h
34
#include <rpcsvc/
nis
.h>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
nis_callback.x
47
%#include <rpcsvc/
nis
.h>
nis_callback.h
34
#include <rpcsvc/
nis
.h>
/frameworks/base/core/java/android/net/http/
Request.java
278
InputStream
nis
= null;
local
284
nis
= new GZIPInputStream(is);
286
nis
= is;
311
len =
nis
.read(buf, count, buf.length - count);
344
if (
nis
!= null) {
345
nis
.close();
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py
15
'booleans': '\nBoolean operations\n******************\n\n or_test ::= and_test | or_test "or" and_test\n and_test ::= not_test | and_test "and" not_test\n not_test ::= comparison | "not" not_test\n\nIn the context of Boolean operations, and also when expressions are\nused by control flow statements, the following values are interpreted\nas false: ``False``, ``None``, numeric zero of all types, and empty\nstrings and containers (including strings, tuples, lists,\ndictionaries, sets and frozensets). All other values are interpreted\nas true. (See the ``__nonzero__()`` special method for a way to\nchange this.)\n\nThe operator ``not`` yields ``True`` if its argument is false,\n``False`` otherwise.\n\nThe expression ``x and y`` first evaluates *x*; if *x* is false, its\nvalue is returned; otherwise, *y* is evaluated and the resulting value\
nis
returned.\n\nThe expression ``x or y`` first evaluates *x*; if *x* is true, its\nvalue is returned; otherwise, *y* is evaluated and the resulting value\
nis
returned.\n\n(Note that neither ``and`` nor ``or`` restrict the value and type they\nreturn to ``F (…)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/pydoc_data/
topics.py
15
'booleans': '\nBoolean operations\n******************\n\n or_test ::= and_test | or_test "or" and_test\n and_test ::= not_test | and_test "and" not_test\n not_test ::= comparison | "not" not_test\n\nIn the context of Boolean operations, and also when expressions are\nused by control flow statements, the following values are interpreted\nas false: ``False``, ``None``, numeric zero of all types, and empty\nstrings and containers (including strings, tuples, lists,\ndictionaries, sets and frozensets). All other values are interpreted\nas true. (See the ``__nonzero__()`` special method for a way to\nchange this.)\n\nThe operator ``not`` yields ``True`` if its argument is false,\n``False`` otherwise.\n\nThe expression ``x and y`` first evaluates *x*; if *x* is false, its\nvalue is returned; otherwise, *y* is evaluated and the resulting value\
nis
returned.\n\nThe expression ``x or y`` first evaluates *x*; if *x* is true, its\nvalue is returned; otherwise, *y* is evaluated and the resulting value\
nis
returned.\n\n(Note that neither ``and`` nor ``or`` restrict the value and type they\nreturn to ``F (…)
[
all
...]
Completed in 286 milliseconds