Home
last modified time | relevance | path

Searched +full:is +full:- +full:builtin +full:- +full:module (Results 1 – 25 of 1073) sorted by relevance

12345678910>>...43

/external/kmod/testsuite/
Dtest-initstate.c4 * This program is free software; you can redistribute it and/or
9 * This program is distributed in the hope that it will be useful,
47 err = kmod_module_new_from_lookup(ctx, "fake-builtin", &list); in test_initstate_from_lookup()
49 ERR("could not create module from lookup: %s\n", strerror(-err)); in test_initstate_from_lookup()
54 ERR("could not create module from lookup: module not found: fake-builtin\n"); in test_initstate_from_lookup()
62 ERR("module should have builtin state but is: %s\n", in test_initstate_from_lookup()
74 .description = "test if libkmod return correct initstate for builtin module from lookup",
76 [TC_ROOTFS] = TESTSUITE_ROOTFS "test-initstate",
92 err = kmod_module_new_from_name(ctx, "fake-builtin", &mod); in test_initstate_from_name()
94 ERR("could not create module from lookup: %s\n", strerror(-err)); in test_initstate_from_name()
[all …]
Dtest-modprobe.c2 * Copyright (C) 2012-2013 ProFUSION embedded systems
4 * This program is free software; you can redistribute it and/or
9 * This program is distributed in the hope that it will be useful,
33 "--show-depends", "mod-loop-a", in modprobe_show_depends()
41 .description = "check if output for modprobe --show-depends is correct for loaded modules",
44 [TC_ROOTFS] = TESTSUITE_ROOTFS "test-modprobe/show-depends",
47 .out = TESTSUITE_ROOTFS "test-modprobe/show-depends/correct.txt",
55 "--show-depends", "mod-simple", in modprobe_show_depends2()
63 .description = "check if output for modprobe --show-depends is correct",
66 [TC_ROOTFS] = TESTSUITE_ROOTFS "test-modprobe/show-depends",
[all …]
Dtest-init.c2 * Copyright (C) 2012-2013 ProFUSION embedded systems
4 * This program is free software; you can redistribute it and/or
9 * This program is distributed in the hope that it will be useful,
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 …d_load_resources works with empty modules.builtin.aliases.bin (recent depmod on kernel without mod…
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()
99 ERR("could not create module from path: %m\n"); in test_insert()
[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=
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
50 # --enable=similarities". If you want to run only the classes checker, but have
[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=
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
50 # --enable=similarities". If you want to run only the classes checker, but have
[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
29 # List of plugins (as comma separated values of python module names) to load,
31 load-plugins=
40 # user-friendly hints instead of false-positive error messages.
[all …]
/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
13 - Add kmod_module_new_from_name_lookup() which allows doing a lookup by
14 module name, without considering the aliases. Other than that search
15 order is similar to kmod_module_new_from_lookup().
17 - modinfo learned the --modname option to explicitely show information
18 about the module, even if there is an alias with the same name. This
28 - depmod.conf learned a new "excludedir" directive so distro/user can
[all …]
/external/yapf/
Dpylintrc8 #init-hook=
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
59 # you want to run only the similarities checker, you can use "--disable=all
[all …]
/external/python/pyserial/
Dpylintrc8 #init-hook=
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
59 # --enable=similarities". If you want to run only the classes checker, but have
[all …]
/external/avb/
Dpylintrc7 # http://www.apache.org/licenses/LICENSE-2.0
10 # distributed under the License is distributed on an "AS IS" BASIS,
22 #init-hook=
30 ignore-patterns=.*pb2\.py,.*pb2_grpc\.py
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/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=
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
50 # no Warning level messages displayed, use"--disable=all --enable=classes
[all …]
/external/python/absl-py/absl/flags/
D_defines.py7 # http://www.apache.org/licenses/LICENSE-2.0
10 # distributed under the License is distributed on an "AS IS" BASIS,
16 Do NOT import this module directly. Import the flags package and use the
30 # pylint: disable=unused-import
40 # pylint: enable=unused-import
54 if parser.lower_bound is not None or parser.upper_bound is not None:
57 if value is not None and parser.is_outside_bounds(value):
58 message = '%s is not %s' % (value, parser.syntactic_help)
65 def DEFINE( # pylint: disable=invalid-name
69 help, # pylint: disable=redefined-builtin
[all …]
/external/angle/third_party/spirv-tools/src/source/opt/
Dir_context.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
10 // distributed under the License is distributed on an "AS IS" BASIS,
180 def_use_mgr->ClearInst(inst); in KillInst()
181 for (auto& l_inst : inst->dbg_line_insts()) def_use_mgr->ClearInst(&l_inst); in KillInst()
187 if (inst->IsDecoration()) { in KillInst()
188 decoration_mgr_->RemoveDecoration(inst); in KillInst()
192 get_debug_info_mgr()->ClearDebugScopeAndInlinedAtUses(inst); in KillInst()
193 get_debug_info_mgr()->ClearDebugInfo(inst); in KillInst()
195 if (type_mgr_ && IsTypeInst(inst->opcode())) { in KillInst()
196 type_mgr_->RemoveId(inst->result_id()); in KillInst()
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_context.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
10 // distributed under the License is distributed on an "AS IS" BASIS,
180 def_use_mgr->ClearInst(inst); in KillInst()
181 for (auto& l_inst : inst->dbg_line_insts()) def_use_mgr->ClearInst(&l_inst); in KillInst()
187 if (inst->IsDecoration()) { in KillInst()
188 decoration_mgr_->RemoveDecoration(inst); in KillInst()
192 get_debug_info_mgr()->ClearDebugScopeAndInlinedAtUses(inst); in KillInst()
193 get_debug_info_mgr()->ClearDebugInfo(inst); in KillInst()
195 if (type_mgr_ && IsTypeInst(inst->opcode())) { in KillInst()
196 type_mgr_->RemoveId(inst->result_id()); in KillInst()
[all …]
/external/deqp-deps/SPIRV-Tools/source/opt/
Dir_context.cpp7 // http://www.apache.org/licenses/LICENSE-2.0
10 // distributed under the License is distributed on an "AS IS" BASIS,
177 def_use_mgr->ClearInst(inst); in KillInst()
178 for (auto& l_inst : inst->dbg_line_insts()) def_use_mgr->ClearInst(&l_inst); in KillInst()
184 if (inst->IsDecoration()) { in KillInst()
185 decoration_mgr_->RemoveDecoration(inst); in KillInst()
189 get_debug_info_mgr()->ClearDebugScopeAndInlinedAtUses(inst); in KillInst()
190 get_debug_info_mgr()->ClearDebugInfo(inst); in KillInst()
192 if (type_mgr_ && IsTypeInst(inst->opcode())) { in KillInst()
193 type_mgr_->RemoveId(inst->result_id()); in KillInst()
[all …]
/external/python/cpython2/Doc/library/
Dtypes.rst1 :mod:`types` --- Names for built-in types
4 .. module:: types
5 :synopsis: Names for built-in types.
9 --------------
11 This module defines names for some object types that are used by the standard
14 the ``listiterator`` type. It is safe to use ``from types import *`` --- the
15 module does not export any names besides the ones listed here. New names
16 exported by future versions of this module will all end in ``Type``.
18 Typical use is for functions that do different things depending on their
23 if type(item) is IntType:
[all …]
/external/python/cpython2/Doc/reference/
Dtoplevel_components.rst2 .. _top-level:
5 Top-level components
12 from a module source file, etc. This chapter gives the syntax used in these
24 module: sys
25 module: __main__
26 module: __builtin__
29 is invoked, it is useful to have a notion of a complete Python program. A
30 complete Python program is executed in a minimally initialized environment: all
31 built-in and standard modules are available, but none have been initialized,
32 except for :mod:`sys` (various system services), :mod:`__builtin__` (built-in
[all …]
Ddatamodel.rst19 is represented by objects or by relations between objects. (In a sense, and in
20 conformance to Von Neumann's model of a "stored program computer," code is also
24 builtin: id
25 builtin: type
34 memory. The ':keyword:`is`' operator compares the identity of two objects; the
36 implemented as its address). An object's :dfn:`type` is also unchangeable. [#]_
39 type. The :func:`type` function returns an object's type (which is an object
41 change are said to be *mutable*; objects whose value is unchangeable once they
44 is changed; however the container is still considered immutable, because the
45 collection of objects it contains cannot be changed. So, immutability is not
[all …]
/external/rust/crates/codespan-reporting/examples/
Dterm.rs5 //! cargo run --example term
28 fn main() -> anyhow::Result<()> { in main()
36 module Data.Nat where in main()
42 {-# BUILTIN NATRAL Nat #-} in main()
44 infixl 6 _+_ _-_ in main()
50 _-_ : Nat → Nat → Nat in main()
51 n₁ - zero = n₁ in main()
52 zero - succ n₂ = zero in main()
53 succ n₁ - succ n₂ = n₁ - n₂ in main()
62 module Test where in main()
[all …]
/external/python/cpython3/Lib/test/test_importlib/builtin/
Dtest_loader.py10 @unittest.skipIf(util.BUILTINS.good_name is None, 'no reasonable builtin module')
13 """Test load_module() for built-in modules."""
19 def verify(self, module): argument
20 """Verify that the module matches against what it should have."""
21 self.assertIsInstance(module, types.ModuleType)
23 self.assertEqual(getattr(module, attr), value)
24 self.assertIn(module.__name__, sys.modules)
34 module = self.load_module(util.BUILTINS.good_name)
35 self.verify(module)
37 # Built-in modules cannot be a package.
[all …]
/external/deqp/external/openglcts/modules/common/
DglcSpirvUtils.cpp1 /*-------------------------------------------------------------------------
3 * -----------------------------
5 * Copyright (c) 2017-2019 The Khronos Group Inc.
11 * http://www.apache.org/licenses/LICENSE-2.0
14 * distributed under the License is distributed on an "AS IS" BASIS,
21 * \brief Utility functions for using Glslang and Spirv-tools to work with
22 * SPIR-V shaders.
23 */ /*-------------------------------------------------------------------*/
38 #include "spirv-tools/libspirv.hpp"
39 #include "spirv-tools/optimizer.hpp"
[all …]
/external/skia/src/sksl/
DSkSLModuleLoader.cpp4 * Use of this source code is governed by a BSD-style license that can be
95 // This mutex is taken when ModuleLoader::Get is called, and released when the returned
100 std::unique_ptr<const Module> fRootModule;
102 std::unique_ptr<const Module> fSharedModule; // [Root] + Public intrinsics
103 std::unique_ptr<const Module> fGPUModule; // [Shared] + Non-public intrinsics/
105 std::unique_ptr<const Module> fVertexModule; // [GPU] + Vertex stage decls
106 std::unique_ptr<const Module> fFragmentModule; // [GPU] + Fragment stage decls
107 std::unique_ptr<const Module> fComputeModule; // [GPU] + Compute stage decls
108 std::unique_ptr<const Module> fGraphiteVertexModule; // [Vert] + Graphite vertex helpers
109 std::unique_ptr<const Module> fGraphiteFragmentModule; // [Frag] + Graphite fragment helpers
[all …]
/external/starlark-go/starlarktest/
Dstarlarktest.go2 // Use of this source code is governed by a BSD-style
7 // Clients can call LoadAssertModule to load a module that defines
30 // A Reporter is a value to which errors may be reported.
31 // It is satisfied by *testing.T.
59 // LoadAssertModule loads the assert module.
60 // It is concurrency-safe and idempotent.
67 "module": starlark.NewBuiltin("module", starlarkstruct.MakeModule),
79 func catch(thread *starlark.Thread, _ *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tup… argument
91 func matches(thread *starlark.Thread, _ *starlark.Builtin, args starlark.Tuple, kwargs []starlark.T… argument
104 func error_(thread *starlark.Thread, _ *starlark.Builtin, args starlark.Tuple, kwargs []starlark.Tu… argument
[all …]
/external/python/cpython3/Tools/importbench/
Dimportbench.py1 """Benchmark some basic import use-cases.
3 The assumption is made that this benchmark is run in a fresh interpreter and
4 thus has no external changes made to import-related attributes in sys.
37 count -= 1
43 module = imp.new_module(name)
44 module.__file__ = '<test>'
45 module.__package__ = ''
47 sys.modules[name] = module
52 """Built-in module"""
56 # Relying on built-in importer being implicit.
[all …]
/external/clang/include/clang/Basic/
DLangOptions.h1 //===--- LangOptions.h - C Language Family Language Options -----*- C++ -*-===//
5 // This file is distributed under the University of Illinois Open Source
8 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
29 /// this large collection of bitfields is a trivial class type.
47 /// enabled, which controls the dialect of C or C++ that is accepted.
57 SOB_Defined, // -fwrapv
58 SOB_Trapping // -ftrapv
97 /// \brief The name of the handler function to be called when -ftrapv is
100 /// If none is specified, abort (GCC-compatible behaviour).
[all …]

12345678910>>...43