Home
last modified time | relevance | path

Searched +full:builtin +full:- +full:modules (Results 1 – 25 of 671) sorted by relevance

12345678910>>...27

/external/kmod/
DNEWS4 - Improvements
5 - Stop adding duplicate information on modules.builtin.alias.bin, just use
6 the modules.builtin.bin index
8 - Speedup depmod, particularly under qemu with emulated arch, by
9 avoiding a lot of open/read/close of modules.alias.bin. On an
10 emulated ARM rootfs, depmod with only 2 modules was taking ~32s
13 - Add kmod_module_new_from_name_lookup() which allows doing a lookup by
17 - modinfo learned the --modname option to explicitely show information
20 kernel also exports a crc32 alias in modules.alias:
25 Same behavior will be used to other modules and to aliases provided
[all …]
/external/oss-fuzz/
D.pylintrc3 # A comma-separated list of package or module names from where C extensions may
6 extension-pkg-whitelist=
10 ignore=CVS,base-clang,base-sanitizer-libs-builder
14 ignore-patterns=
18 #init-hook=
20 # Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the
27 limit-inference-results=100
31 load-plugins=
40 # user-friendly hints instead of false-positive error messages.
41 suggestion-mode=yes
[all …]
/external/libwebm/
D.pylintrc1 # This Pylint rcfile contains a best-effort configuration to uphold the
2 # best-practices and style described in the Google Python style guide:
5 # Its canonical open-source location is:
15 ignore-patterns=
20 # List of plugins (as comma separated values of python modules names) to load,
22 load-plugins=
29 unsafe-load-any-extension=no
41 # it should appear only once). See also the "--disable" option for examples.
47 # file where it should appear only once).You can also use "--disable=all" to
49 # you want to run only the similarities checker, you can use "--disable=all
[all …]
/external/webp/
D.pylintrc1 # This Pylint rcfile contains a best-effort configuration to uphold the
2 # best-practices and style described in the Google Python style guide:
5 # Its canonical open-source location is:
15 ignore-patterns=
20 # List of plugins (as comma separated values of python modules names) to load,
22 load-plugins=
29 unsafe-load-any-extension=no
41 # it should appear only once). See also the "--disable" option for examples.
47 # file where it should appear only once).You can also use "--disable=all" to
49 # you want to run only the similarities checker, you can use "--disable=all
[all …]
/external/armnn/python/pyarmnn/
Dpylintconfig3 # Copyright © 2020-2021 Arm Ltd and Contributors. All rights reserved.
4 # SPDX-License-Identifier: MIT
13 ignore-patterns=_version.py
17 #init-hook=
22 # List of plugins (as comma separated values of python modules names) to load,
24 load-plugins=
34 unsafe-load-any-extension=no
46 # file where it should appear only once).You can also use "--disable=all" to
48 # you want to run only the similarities checker, you can use "--disable=all
49 # --enable=similarities". If you want to run only the classes checker, but have
[all …]
/external/yapf/
Dpylintrc8 #init-hook=
17 # List of plugins (as comma separated values of python modules names) to load,
19 load-plugins=
26 unsafe-load-any-extension=no
28 # A comma-separated list of package or module names from where C extensions may
31 extension-pkg-whitelist=
39 optimize-ast=no
51 # it should appear only once). See also the "--disable" option for examples.
57 # file where it should appear only once).You can also use "--disable=all" to
58 # disable everything first and then re-enable specific checks. For example, if
[all …]
/external/python/pyserial/
Dpylintrc8 #init-hook=
17 # List of plugins (as comma separated values of python modules names) to load,
19 load-plugins=
26 unsafe-load-any-extension=no
28 # A comma-separated list of package or module names from where C extensions may
31 extension-pkg-whitelist=
39 optimize-ast=no
50 # multiple time. See also the "--disable" option for examples.
56 # file where it should appear only once).You can also use "--disable=all" to
58 # you want to run only the similarities checker, you can use "--disable=all
[all …]
/external/avb/
Dpylintrc7 # http://www.apache.org/licenses/LICENSE-2.0
22 #init-hook=
30 ignore-patterns=.*pb2\.py,.*pb2_grpc\.py
35 # List of plugins (as comma separated values of python modules names) to load,
37 load-plugins=
51 unsafe-load-any-extension=no
53 # A comma-separated list of package or module names from where C extensions may
56 extension-pkg-whitelist=
64 optimize-ast=no
75 # multiple time. See also the "--disable" option for examples.
[all …]
/external/python/cpython2/Doc/library/
Dtypes.rst1 :mod:`types` --- Names for built-in types
5 :synopsis: Names for built-in types.
9 --------------
12 Python interpreter, but not for the types defined by various extension modules.
14 the ``listiterator`` type. It is safe to use ``from types import *`` --- the
28 Starting in Python 2.2, built-in factory functions such as :func:`int` and
49 .. index:: builtin: type
52 built-in :class:`type`.
58 built-in :class:`bool`.
65 The type of integers (e.g. ``1``); alias of the built-in :class:`int`.
[all …]
/external/python/cpython3/Lib/test/test_importlib/builtin/
Dtest_finder.py10 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
13 """Test find_spec() for built-in modules."""
20 self.assertEqual(found.origin, 'built-in')
22 # Built-in modules cannot be a package.
25 # Built-in modules cannot be in a package.
28 # Built-in modules cannot be a package.
31 # Built-in modules cannot be a package.
46 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
49 """Test find_module() for built-in modules."""
60 # Built-in modules cannot be a package.
[all …]
Dtest_loader.py10 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
13 """Test load_module() for built-in modules."""
24 self.assertIn(module.__name__, sys.modules)
37 # Built-in modules cannot be a package.
58 # Using the name of a module already imported but not a built-in should
64 sys.modules[module_name] = module
75 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
95 @unittest.skipIf(util.BUILTINS.bad_name is None, 'all modules are built in')
97 # Modules not built-in should raise ImportError.
/external/ltp/lib/newlib_tests/shell/
Dtst_check_driver.sh2 # SPDX-License-Identifier: GPL-2.0-or-later
10 MODULES_DIR="${MODULES_DIR:-/lib/modules/$(uname -r)}"
14 tst_res TINFO "using modules directory '$MODULES_DIR'"
16 [ -d "$MODULES_DIR" ] || \
17 tst_brk TCONF "modules directory '$MODULES_DIR' missing"
25 if [ -z "$paths" ]; then
26 tst_res TCONF "no modules found"
33 drv="$(echo $drv | sed 's/_/-/g')"
41 test_drivers $(find $MODULES_DIR | grep -E '_[^/]+\.ko' | head -3)
46 tst_res TINFO "check non-existing module detection"
[all …]
/external/python/cpython3/Tools/importbench/
Dimportbench.py1 """Benchmark some basic import use-cases.
4 thus has no external changes made to import-related attributes in sys.
37 count -= 1
41 """sys.modules"""
47 sys.modules[name] = module
52 """Built-in module"""
54 if name in sys.modules:
55 del sys.modules[name]
56 # Relying on built-in importer being implicit.
57 yield from bench(name, lambda: sys.modules.pop(name), repeat=repeat,
[all …]
/external/kmod/testsuite/
Dtest-init.c2 * Copyright (C) 2012-2013 ProFUSION embedded systems
46 ERR("could not load libkmod resources: %s\n", strerror(-err)); in test_load_resources()
55 … = "test if kmod_load_resources works (recent modprobe on kernel without modules.builtin.modinfo)",
57 [TC_ROOTFS] = TESTSUITE_ROOTFS "test-init-load-resources/",
63 … kmod_load_resources works with empty modules.builtin.aliases.bin (recent depmod on kernel without…
65 [TC_ROOTFS] = TESTSUITE_ROOTFS "test-init-load-resources-empty-builtin-aliases-bin/",
97 err = kmod_module_new_from_path(ctx, "/mod-simple.ko", &mod); in test_insert()
115 [TC_ROOTFS] = TESTSUITE_ROOTFS "test-init/",
132 err = kmod_module_new_from_name(ctx, "mod-simple", &mod_simple); in test_remove()
134 ERR("could not create module from name: %s\n", strerror(-err)); in test_remove()
[all …]
/external/python/cpython2/Doc/c-api/
Dimport.rst5 Importing Modules
14 single: modules (in module sys)
21 named module rather than the top-level package containing it as would otherwise
26 the module may still be created in the failure case --- examine ``sys.modules``
28 leaves the module in ``sys.modules``.
40 to be used in C functions that import other modules to execute a function.
43 the module from sys.modules and falls back to :c:func:`PyImport_ImportModule`
52 .. index:: builtin: __import__
54 Import a module. This is best described by referring to the built-in Python
58 The return value is a new reference to the imported module or top-level package,
[all …]
/external/kmod/port-gnu/
Dconfig.h16 /* Enable Xz for modules. */
19 /* Enable zlib for modules. */
78 /* Define to 1 if compiler has __builtin_clz() builtin function */
81 /* Define to 1 if compiler has __builtin_types_compatible_p() builtin function
85 /* Define to 1 if compiler has __builtin_uaddll_overflow() builtin function */
88 /* Define to 1 if compiler has __builtin_uaddl_overflow() builtin function */
98 #define KMOD_FEATURES "-XZ -ZLIB -OPENSSL -EXPERIMENTAL"
100 /* Define to the sub-directory where libtool stores uninstalled libraries. */
107 #define PACKAGE_BUGREPORT "linux-modules@vger.kernel.org"
160 /* Define for large files, on AIX-style hosts. */
[all …]
/external/tensorflow/tensorflow/python/ops/
Dstandard_ops.py7 # http://www.apache.org/licenses/LICENSE-2.0
16 # pylint: disable=unused-import
24 # pylint: disable=g-bad-import-order
25 # Imports the following modules so that @RegisterGradient get executed.
38 # go/tf-wildcard-import
39 # pylint: disable=wildcard-import
40 from tensorflow.python.ops.array_ops import * # pylint: disable=redefined-builtin
51 from tensorflow.python.ops.control_flow_ops import tuple # pylint: disable=redefined-builtin
52 # pylint: enable=redefined-builtin
70 from tensorflow.python.ops.math_ops import * # pylint: disable=redefined-builtin
[all …]
/external/ltp/lib/
Dtst_kernel.c3 * Copyright (c) 2020-2021 Petr Vorel <pvorel@suse.cz>
31 return -1; in get_kernel_bits_from_uname()
34 return strstr(buf->machine, "64") ? 64 : 32; in get_kernel_bits_from_uname()
47 if (kernel_bits == -1) in tst_kernel_bits()
48 return -1; in tst_kernel_bits()
51 * ARM64 (aarch64) defines 32-bit compatibility modes as in tst_kernel_bits()
60 /* Android's bionic libc sets the PER_LINUX32 personality for all 32-bit in tst_kernel_bits()
62 * the kernel itself is 64-bit. in tst_kernel_bits()
67 if (personality(PER_LINUX) == -1) { in tst_kernel_bits()
69 return -1; in tst_kernel_bits()
[all …]
/external/llvm/runtimes/
DCMakeLists.txt1 # This file handles building LLVM runtime sub-projects.
3 # Runtimes are different from tools or other drop-in projects because runtimes
7 # In the current state this file only works with compiler-rt, other runtimes
18 # If this file is acting as a top-level CMake invocation, this code path is
24 # Add the root project's CMake modules, and the LLVM build's modules to the
28 "${CMAKE_CURRENT_SOURCE_DIR}/../cmake/Modules"
37 # Setting these variables will allow the sub-build to put their outputs into
38 # the library and bin directories of the top-level build.
46 string(REPLACE "-" "_" canon_name ${projName})
57 # If compiler-rt is present we need to build the builtin libraries first. This
[all …]
/external/python/cpython2/Lib/test/
Dtest_importhooks.py38 modules = { variable in TestImporter
63 if fullname in self.modules:
69 ispkg, code = self.modules[fullname]
70 mod = sys.modules.setdefault(fullname,imp.new_module(fullname))
90 can be sure the modules you specified can't be imported, even
91 if it's a builtin."""
110 subname = fullname.split(".")[-1]
146 self.modules_before = sys.modules.copy()
153 sys.modules.clear()
154 sys.modules.update(self.modules_before)
[all …]
/external/webrtc/
DBUILD.gn3 # Use of this source code is governed by a BSD-style license
20 # - visibility = [ "*" ] - public. Stuff outside webrtc can use this.
21 # - visibility = [ ":*" ] - directory private.
60 "modules:modules_tests",
61 "modules:modules_unittests",
62 "modules/audio_coding:audio_coding_tests",
63 "modules/audio_processing:audio_processing_tests",
64 "modules/remote_bitrate_estimator:rtp_to_text",
65 "modules/rtp_rtcp:test_packet_masks_metrics",
66 "modules/video_capture:video_capture_internal_impl",
[all …]
/external/kmod/libkmod/
Dlibkmod-module.c2 * libkmod - interface to kernel module operations
4 * Copyright (C) 2011-2013 ProFUSION embedded systems
45 #include "libkmod-internal.h"
48 * SECTION:libkmod-module
49 * @short_description: operate on kernel modules
84 * mark if module is builtin, i.e. it's present on modules.builtin
86 * about it, i.e. the module was created from builtin lookup.
88 enum kmod_module_builtin builtin; member
139 struct kmod_ctx *ctx = mod->ctx; in kmod_module_parse_depline()
147 if (mod->init.dep) in kmod_module_parse_depline()
[all …]
Dlibkmod.c2 * libkmod - interface to kernel module operations
4 * Copyright (C) 2011-2013 ProFUSION embedded systems
38 #include "libkmod-internal.h"
39 #include "libkmod-index.h"
57 [KMOD_INDEX_MODULES_DEP] = { .fn = "modules.dep", .prefix = "" },
58 [KMOD_INDEX_MODULES_ALIAS] = { .fn = "modules.alias", .prefix = "alias " },
59 [KMOD_INDEX_MODULES_SYMBOL] = { .fn = "modules.symbols", .prefix = "alias "},
60 [KMOD_INDEX_MODULES_BUILTIN_ALIAS] = { .fn = "modules.builtin.alias", .prefix = "" },
61 [KMOD_INDEX_MODULES_BUILTIN] = { .fn = "modules.builtin", .prefix = ""},
98 if (ctx->log_fn == NULL) in kmod_log()
[all …]
/external/toybox/mkroot/
Dmkroot.sh3 # ------------------------------ Part 1: Setup -------------------------------
6 [ -z "$NOCLEAR" ] && exec env -i NOCLEAR=1 HOME="$HOME" PATH="$PATH" \
9 ! [ -d mkroot ] && echo "Run mkroot/mkroot.sh from toybox source dir." && exit 1
13 [ "${i/=/}" != "$i" ] && export "$i" || { [ "$i" != -- ] && PKG="$PKG $i"; }
23 # ----- Are we cross compiling (via CROSS_COMPILE= or CROSS=)
25 if [ -n "$CROSS_COMPILE" ]; then
27 [ -z "${X:=$(command -v "$CROSS_COMPILE"cc)}" ] && die "no ${CROSS_COMPILE}cc"
28 CROSS_COMPILE="$(realpath -s "${X%cc}")"
29 [ -z "$CROSS" ] && CROSS=${CROSS_COMPILE/*\//} CROSS=${CROSS/-*/}
31 elif [ -n "$CROSS" ]; then # CROSS=all/allnonstop/$ARCH else list known $ARCHes
[all …]
/external/kotlinx.serialization/docs/
Dserialization-guide.md3 Kotlin Serialization is a cross-platform and multi-format framework for data serialization&mdash;co…
14 **Chapter 1.** [Basic Serialization](basic-serialization.md) (**start reading here**)
15 <!--- TOC_REF basic-serialization.md -->
16 * <a name='basics'></a>[Basics](basic-serialization.md#basics)
17 * <a name='json-encoding'></a>[JSON encoding](basic-serialization.md#json-encoding)
18 * <a name='json-decoding'></a>[JSON decoding](basic-serialization.md#json-decoding)
19 * <a name='serializable-classes'></a>[Serializable classes](basic-serialization.md#serializable-cla…
20 …* <a name='backing-fields-are-serialized'></a>[Backing fields are serialized](basic-serialization.…
21 …<a name='constructor-properties-requirement'></a>[Constructor properties requirement](basic-serial…
22 * <a name='data-validation'></a>[Data validation](basic-serialization.md#data-validation)
[all …]

12345678910>>...27