Home
last modified time | relevance | path

Searched +refs:is +refs:effective +refs:target +refs:keyword (Results 1 – 25 of 38) sorted by relevance

12

/external/libpcap/msdos/
Dreadme.dos38 tcpdump) compiled with libpcap. Work is underway to implement protected-
39 mode drivers for 32-bit targets (djgpp only). The 3Com 3c509 driver is
50 1. Watt-32 tcp/ip library. This library is *not* used to send or
56 2. Exception handler and disassember library (libexc.a) is needed if
61 3. Flex & Bison is used to generate parser for the filter handler
66 4. NASM assembler v 0.98 or later is required when building djgpp and
70 5. sed (Stream Editor) is required for doing `make depend'.
79 time) for djgpp is DLX 2.91 or later. This tool is for the generation
89 During that installation a environment variable `WATT_ROOT' is set.
90 This variable is used for building libpcap also (`WATT_INC' is
[all …]
/external/python/cpython2/Doc/library/
Dlogging.config.rst32 :mod:`logging.config` module. Their use is optional --- you can configure the
43 If an error is encountered during configuration, this function will
46 following is a (possibly incomplete) list of conditions which will
49 * A ``level`` which is not a string or which is a string not
51 * A ``propagate`` value which is not a boolean.
57 Parsing is performed by the :class:`DictConfigurator` class, whose
58 constructor is passed the dictionary used for configuration, and
61 which is initially set to :class:`DictConfigurator`.
94 exist when this call is made are left
95 enabled. The default is ``True`` because this
[all …]
Dos.rst18 * The design of all built-in operating system dependent modules of Python is
19 such that as long as the same functionality is available, it uses the same
25 through the :mod:`os` module, but using them is of course a threat to
28 * An "Availability: Unix" note means that this function is commonly found on
76 ``environ['HOME']`` is the pathname of your home directory (on some platforms),
77 and is equivalent to ``getenv("HOME")`` in C.
79 This mapping is captured the first time the :mod:`os` module is imported,
86 be called automatically when the mapping is modified.
99 If :func:`putenv` is not provided, a modified copy of this mapping may be
105 automatically when an item is deleted from ``os.environ``, and when
[all …]
/external/python/cpython3/Doc/library/
Dlogging.config.rst31 :mod:`logging.config` module. Their use is optional --- you can configure the
42 If an error is encountered during configuration, this function will
45 following is a (possibly incomplete) list of conditions which will
48 * A ``level`` which is not a string or which is a string not
50 * A ``propagate`` value which is not a boolean.
56 Parsing is performed by the :class:`DictConfigurator` class, whose
57 constructor is passed the dictionary used for configuration, and
60 which is initially set to :class:`DictConfigurator`.
92 ``RawConfigParser``-derived instance is passed, it is used as
93 is. Otherwise, a :class:`~configparser.Configparser` is
[all …]
Dargparse.rst32 The following code is a Python program that takes a list of integers and
47 Assuming the Python code above is saved into a file called ``prog.py``, it can
89 The first step in using the :mod:`argparse` is creating an
101 Filling an :class:`ArgumentParser` with information about program arguments is
104 on the command line and turn them into objects. This information is stored and
105 used when :meth:`~ArgumentParser.parse_args` is called. For example::
148 as keyword arguments. Each parameter has its own more detailed description
180 abbreviation is unambiguous. (default: ``True``)
202 how to display the name of the program in help messages. This default is almost
242 ``prog=`` argument, is available to help messages using the ``%(prog)s`` format
[all …]
Dos.rst21 * The design of all built-in operating system dependent modules of Python is
22 such that as long as the same functionality is available, it uses the same
28 through the :mod:`os` module, but using them is of course a threat to
32 objects, and result in an object of the same type, if a path or file name is
70 and from bytes is necessary before passing them to the operating system. Python
106 ``environ['HOME']`` is the pathname of your home directory (on some platforms),
107 and is equivalent to ``getenv("HOME")`` in C.
109 This mapping is captured the first time the :mod:`os` module is imported,
116 is modified.
134 :func:`unsetenv` will be called automatically when an item is deleted from
[all …]
/external/python/cpython3/Doc/whatsnew/
D3.6.rst17 * This is not a complete list of every single change; completeness
18 is the purpose of Misc/NEWS. Some changes I consider too small
19 or esoteric to include. If such a change is added to the text,
20 I'll just remove it. (This is another reason you shouldn't spend
33 necessary (especially when a final release is some months away).
35 * Credit the author of a patch or bugfix. Just the name is
90 * The class attribute definition order is
94 :ref:`corresponds to the order <whatsnew36-pep468>` in which keyword
109 Starting with Python 3.6 the ``asyncio`` module is no longer provisional
110 and its API is considered stable.
[all …]
D3.7.rst17 * This is not a complete list of every single change; completeness
18 is the purpose of Misc/NEWS. Some changes I consider too small
19 or esoteric to include. If such a change is added to the text,
20 I'll just remove it. (This is another reason you shouldn't spend
33 necessary (especially when a final release is some months away).
35 * Credit the author of a patch or bugfix. Just the name is
56 Brevity is key.
64 * :keyword:`async` and :keyword:`await` are now reserved keywords.
151 :func:`typing.get_type_hints`. In the common case where this is not
204 :data:`~sys.stdout` is now ``surrogateescape`` (rather than ``strict``) when
[all …]
D2.7.rst22 * This is not a complete list of every single change; completeness
23 is the purpose of Misc/NEWS. Some changes I consider too small
24 or esoteric to include. If such a change is added to the text,
25 I'll just remove it. (This is another reason you shouldn't spend
38 necessary (especially when a final release is some months away).
40 * Credit the author of a patch or bugfix. Just the name is
63 Python 2.7 is planned to be the last of the 2.x releases, so we worked
82 Python 2.7 is the last major release in the 2.x series, as the Python
89 However, while there is a large common subset between Python 2.7 and Python
99 series is detailed in :pep:`373`.
[all …]
D3.2.rst21 * This is not a complete list of every single change; completeness
22 is the purpose of Misc/NEWS. Some changes I consider too small
23 or esoteric to include. If such a change is added to the text,
24 I'll just remove it. (This is another reason you shouldn't spend
37 necessary (especially when a final release is some months away).
39 * Credit the author of a patch or bugfix. Just the name is
96 :mod:`argparse` module is now the preferred module for command-line processing.
97 The older module is still being kept available because of the substantial amount
102 or more positional arguments is present, and making a required option::
110 help = 'action on each target') # help msg
[all …]
D3.3.rst15 * This is not a complete list of every single change; completeness
16 is the purpose of Misc/NEWS. Some changes I consider too small
17 or esoteric to include. If such a change is added to the text,
18 I'll just remove it. (This is another reason you shouldn't spend
31 necessary (especially when a final release is some months away).
33 * Credit the author of a patch or bugfix. Just the name is
58 Brevity is key.
63 * The ``u'unicode'`` syntax is accepted again for :class:`str` objects.
92 * Hash randomization is switched on by default.
158 multi-dimensional NumPy-style arrays is explained.
[all …]
/external/python/cpython3/Doc/howto/
Dlogging.rst14 Logging is a means of tracking events that happen when some software runs. The
16 events have occurred. An event is described by a descriptive message which can
17 optionally contain variable data (i.e. data that is potentially different for
43 | particular runtime event | code if the issue is avoidable and |
47 | | :func:`logging.warning` if there is |
80 | | The software is still working as expected. |
89 The default level is ``WARNING``, which means that only events of this level
90 and above will be tracked, unless the logging package is configured to do
94 handling tracked events is to print them to the console. Another common way
95 is to write them to a disk file.
[all …]
/external/starlark-go/doc/
Dspec.md3 Starlark is a dialect of Python intended for use as a configuration
4 language. A Starlark interpreter is typically embedded within a larger
7 core language. For example, Starlark is embedded within (and was
9 and [Bazel's build language](https://docs.bazel.build/versions/master/starlark/language.html) is ba…
13 The language it defines is similar but not identical to
21 This document is maintained by Alan Donovan <adonovan@google.com>.
34 Starlark is an untyped dynamic language with high-level data types,
38 Starlark is strongly influenced by Python, and is almost a subset of
42 However, Starlark is intended not for writing applications but for
44 external side effects and their main result is structured data or side
[all …]
/external/python/cpython2/Doc/howto/
Dlogging.rst14 Logging is a means of tracking events that happen when some software runs. The
16 events have occurred. An event is described by a descriptive message which can
17 optionally contain variable data (i.e. data that is potentially different for
43 | particular runtime event | code if the issue is avoidable and |
47 | | :func:`logging.warning` if there is |
80 | | The software is still working as expected. |
89 The default level is ``WARNING``, which means that only events of this level
90 and above will be tracked, unless the logging package is configured to do
94 handling tracked events is to print them to the console. Another common way
95 is to write them to a disk file.
[all …]
/external/python/cpython2/Doc/whatsnew/
D2.7.rst22 * This is not a complete list of every single change; completeness
23 is the purpose of Misc/NEWS. Some changes I consider too small
24 or esoteric to include. If such a change is added to the text,
25 I'll just remove it. (This is another reason you shouldn't spend
38 necessary (especially when a final release is some months away).
40 * Credit the author of a patch or bugfix. Just the name is
63 Python 2.7 is planned to be the last of the 2.x releases, so we worked
82 Python 2.7 is the last major release in the 2.x series, as the Python
89 However, while there is a large common subset between Python 2.7 and Python
99 series is detailed in :pep:`373`.
[all …]
/external/llvm-project/clang/docs/
DLanguageExtensions.rst41 This function-like macro takes a single identifier argument that is the name of
44 It evaluates to 1 if the builtin is supported or 0 if not.
74 These function-like macros take a single identifier argument that is the name
75 of a feature. ``__has_feature`` evaluates to 1 if the feature is both
78 ``__has_extension`` evaluates to 1 if the feature is supported by Clang in the
109 Another use of ``__has_feature`` is to check for compiler features not related
113 If the ``-pedantic-errors`` option is given, ``__has_extension`` is equivalent
116 The feature tag is described along with the language feature below.
126 This function-like macro is available in C++20 by default, and is provided as an
127 extension in earlier language standards. It takes a single argument that is the
[all …]
DClangCommandLineReference.rst3 NOTE: This file is automatically generated by running clang-tblgen
79 .. option:: -Xopenmp-target <arg>
81 Pass <arg> to the target offloading toolchain.
84 .. option:: -Xopenmp-target=<triple> <arg>
87 Pass <arg> to the target offloading toolchain identified by <triple>.
211 Trivial automatic variable initialization to zero is only here for benchmarks, it'll eventually be …
273 Instrument device library for HIP, which is a LLVM bitcode containing \_\_cyg\_profile\_func\_enter…
299 Enable builtin #include directories even when -nostdinc is used before or after -ibuiltininc. Using…
363 Don't error out if the detected version of the CUDA install is too low for the requested CUDA gpu a…
479 …IP offloading target ID in the form of a device architecture followed by target ID features delimi…
[all …]
DUsersManual.rst13 The Clang Compiler is an open-source compiler for the C family of
28 Clang is one component in a complete toolchain for C family languages.
32 Clang is designed to support the C family of programming languages,
54 Clang also provides an alternative driver, :ref:`clang-cl`, that is designed
58 features that depend on what CPU architecture or operating system is
63 terminology <terminology>` that is used throughout this manual and
89 This section is generally an index into other sections. It does not go
101 .. This is in plain monospaced font because it generates the same label as
110 Turn warning "foo" into a warning even if :option:`-Werror` is specified.
144 Stop emitting diagnostics after 123 errors have been produced. The default is
[all …]
/external/llvm-project/llvm/docs/
DLangRef.rst12 This document is a reference manual for the LLVM assembly language. LLVM
13 is a Static Single Assignment (SSA) based representation that provides
15 representing 'all' high-level languages cleanly. It is the common code
22 The LLVM code representation is designed to be used in three different
38 the target of optimizations: for example, through pointer analysis, it
39 can be proven that a C automatic variable is never accessed outside of
48 It is important to note that this document describes 'well formed' LLVM
49 assembly language. There is a difference between what the parser accepts
50 and what is considered 'well formed'. For example, the following
51 instruction is syntactically okay, but not well formed:
[all …]
/external/mesa3d/docs/gallium/
Dtgsi.rst4 TGSI, Tungsten Graphics Shader Infrastructure, is an intermediate language
5 for describing shaders. Since Gallium is inherently shaderful, shaders are
6 an important part of the API. TGSI is the only intermediate representation
15 registers, called *src0* through *src2*, or simply *src* if there is only
22 When an instruction has a scalar result, the result is usually copied into
23 each of the components of *dst*. When this happens, the result is said to be
24 *replicated* to *dst*. :opcode:`RCP` is one such instruction.
43 For inputs which have signed or unsigned type only the negate modifier is
246 Perform a * b + c. The implementation is free to decide whether there is an
356 src1 is an integer.
[all …]
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a1.rst90 an attribute whose name is specified in ``_anonymous_`` but not in
154 Raise a TypeError instead of SystemError in case warnings.onceregistry is
187 Location information (``lineno`` and ``col_offset``) in f-strings is now
249 is invalid. Patch by Oren Milman.
350 Avoid blocking in pthread_mutex_lock() when PyThread_acquire_lock() is asked
360 Make sure the 'Missing parentheses' syntax error message is only applied to
429 suitable coercion target locale is available, both the core interpreter and
500 If a KeyboardInterrupt happens when the interpreter is in the middle of
511 ``object.__format__(x, '')`` is now equivalent to ``str(x)`` rather than
551 README.rst is now included in the list of distutils standard READMEs and
[all …]
D3.8.0a1.rst19 The :option:`-I` command line option (run Python in isolated mode) is now
32 override parser implementations when sys.flags.ignore_environment is set by
93 X509_VERIFY_PARAM_set1_host() is called with an explicit namelen. A new test
146 the right) is now allowed.
156 default.) This is merging the key functionality of the third party fork
177 This is a C-level backwards incompatible change.
196 ``func(**kwargs)`` will now raise an error when ``kwargs`` is a mapping
198 when other keyword arguments are passed before ``**kwargs`` since Python
228 formatting with "n" format, zero padding and small width. Release build is
240 if *precision* is specified.
[all …]
/external/clang/docs/
DUsersManual.rst11 The Clang Compiler is an open-source compiler for the C family of
26 Clang is designed to support the C family of programming languages,
47 Clang also provides an alternative driver, :ref:`clang-cl`, that is designed
51 features that depend on what CPU architecture or operating system is
56 terminology <terminology>` that is used throughout this manual and
82 This section is generally an index into other sections. It does not go
94 .. This is in plain monospaced font because it generates the same label as
103 Turn warning "foo" into an warning even if :option:`-Werror` is specified.
135 Stop emitting diagnostics after 123 errors have been produced. The default is
141 instantiation backtrace for a single warning or error. The default is 10, and
[all …]
/external/python/cpython3/Misc/
DHISTORY39 - In the curses module, raise an error if window.getstr() or window.instr() is
52 HTTP_PROXY variable when REQUEST_METHOD environment is set, which indicates
53 that the script is in CGI mode.
78 - Issue #26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test.
111 - Skip getaddrinfo if host is already resolved.
148 - Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside
177 getentropy() is blocking, whereas os.urandom() should not block. getentropy()
178 is supported since Solaris 11.3.
180 - Issue #25182: The stdprinter (used as sys.stderr before the io module is
184 of stdin (0), stdout (1) or stderr (2) is closed while Python is creating
[all …]
/external/python/cpython2/Misc/
DHISTORY6 (Note: news about 2.5c2 and later 2.5 releases is in the Misc/NEWS
48 value is obtained by invoking hash on the long int.
53 sys.stdin is closed.
55 - On Windows, the PyErr_Warn function is now exported from
82 and this cannot be converted to the required C type, an exception is
173 is always 1 (normal) or 0 (if the specified thread wasn't found).
191 PyErr_Warn() is now deprecated in favor of PyErr_WarnEx().
197 with PEP 302. This was fixed by adding an ``imp.NullImporter`` type that is
264 - The distutils version has been changed to 2.5.0, and is now kept
285 argument tuple. For arguments where zero is illegal, the value is forced to
[all …]

12