/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/appsearch/appsearch-builtin-types/1.1.0-alpha04/ |
H A D | appsearch-builtin-types-1.1.0-alpha04.module | 5 "module": "appsearch-builtin-types", 6 "version": "1.1.0-alpha04", 23 "org.gradle.usage": "java-runtime" 28 "module": "appsearch", 30 "requires": "1.1.0-alpha04" 32 "reason": "appsearch-builtin-types is in atomic group androidx.appsearch" 36 "module": "appsearch-compiler", 38 "requires": "1.1.0-alpha04" 40 "reason": "appsearch-builtin-types is in atomic group androidx.appsearch" 44 "module": "appsearch-debug-view", [all …]
|
/aosp_15_r20/external/python/absl-py/absl/flags/ |
D | _defines.py | 7 # 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 48 if parser.lower_bound is not None or parser.upper_bound is not None: 51 if value is not None and parser.is_outside_bounds(value): 52 message = '%s is not %s' % (value, parser.syntactic_help) 60 def DEFINE( # pylint: disable=invalid-name 64 help: Optional[Text], # pylint: disable=redefined-builtin 70 ) -> _flagvalues.FlagHolder[_T]: 75 def DEFINE( # pylint: disable=invalid-name [all …]
|
/aosp_15_r20/external/kmod/ |
H A D | NEWS | 4 - Improvements 6 - Use any hash algo known by kernel/openssl instead of keep needing 9 - Teach kmod to load modprobe.d/depmod.d configuration from ${prefix}/lib 10 and allow it to be overriden during build with --with-distconfdir=DIR 12 - Make kernel modules directory configurable. This allows distro to 16 - Install kmod.pc containing the features selected at build time. 18 - Install all tools and symlinks by default. Previously kmod relied on 23 - Bug Fixes 25 - Fix warnings due to -Walloc-size 27 - Others [all …]
|
/aosp_15_r20/external/libwebm/ |
H A D | .pylintrc | 1 # 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 …]
|
/aosp_15_r20/external/webp/ |
H A D | .pylintrc | 1 # 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 …]
|
/aosp_15_r20/system/tools/mkbootimg/ |
D | pylintrc | 1 # 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 …]
|
/aosp_15_r20/system/apex/ |
H A D | pylintrc | 1 # 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: 16 ignore-patterns= 23 load-plugins= 30 unsafe-load-any-extension=no 32 # A comma-separated list of package or module names from where C extensions may 35 extension-pkg-whitelist= 47 # it should appear only once). See also the "--disable" option for examples. 53 # file where it should appear only once).You can also use "--disable=all" to [all …]
|
/aosp_15_r20/test/app_compat/csuite/ |
D | pylintrc | 1 # 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: 16 ignore-patterns= 23 load-plugins= 30 unsafe-load-any-extension=no 32 # A comma-separated list of package or module names from where C extensions may 35 extension-pkg-whitelist= 47 # it should appear only once). See also the "--disable" option for examples. 53 # file where it should appear only once).You can also use "--disable=all" to [all …]
|
/aosp_15_r20/external/yapf/ |
H A D | pylintrc | 8 #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 …]
|
/aosp_15_r20/external/python/pyserial/ |
D | pylintrc | 8 #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 …]
|
/aosp_15_r20/external/armnn/python/pyarmnn/ |
H A D | pylintconfig | 3 # 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 …]
|
/aosp_15_r20/external/avb/ |
H A D | pylintrc | 7 # 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 …]
|
/aosp_15_r20/external/gsc-utils/ |
H A D | .pylintrc | 2 # Use of this source code is governed by a BSD-style license that can be 7 load-plugins=chromite.cli.cros.lint 10 string-quote = single-avoid-escape 11 triple-quote = double 12 docstring-quote = double 13 max-line-length = 80 18 apply-builtin, 20 bad-python3-import, 21 buffer-builtin, 22 cmp-builtin, [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/testdata/script/ |
D | mod_dot.txt | 6 # to resolve an external module. 13 ….[/\\]subdir \('$WORK'[/\\]gopath[/\\]src[/\\]dir[/\\]subdir\) is not a package in module rooted a… 15 ! stderr 'cannot find module providing package' 20 ! stderr 'cannot find module providing package' 24 # golang.org/issue/30590: if a package is found in the filesystem 25 # but is not in the main module, the error message should not say 26 # "cannot find module providing package", and we shouldn't try 27 # to find a module providing the package. 29 ! stderr 'cannot find module providing package' 30 stderr '^main module \(example\.com\) does not contain package example.com/othermodule$' [all …]
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | ir_context.cpp | 7 // 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 …]
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | ir_context.cpp | 7 // 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 …]
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | ir_context.cpp | 7 // 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 …]
|
/aosp_15_r20/external/kmod/testsuite/ |
H A D | test-initstate.c | 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, 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 …]
|
/aosp_15_r20/external/python/cpython2/Doc/reference/ |
D | datamodel.rst | 19 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 …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Lex/ |
D | ModuleMap.h | 1 //===- ModuleMap.h - Describe the layout of modules -------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // module as it relates to headers. 12 //===----------------------------------------------------------------------===// 19 #include "clang/Basic/Module.h" 46 /// A mechanism to observe the actions of the module map parser as it 47 /// reads module map files. 54 /// Called when a module map file has been read. 59 /// \param IsSystem Whether this is a module map from a system include path. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Lex/ |
D | ModuleMap.h | 1 //===- ModuleMap.h - Describe the layout of modules -------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // module as it relates to headers. 12 //===----------------------------------------------------------------------===// 19 #include "clang/Basic/Module.h" 46 /// A mechanism to observe the actions of the module map parser as it 47 /// reads module map files. 54 /// Called when a module map file has been read. 59 /// \param IsSystem Whether this is a module map from a system include path. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Lex/ |
D | ModuleMap.h | 1 //===- ModuleMap.h - Describe the layout of modules -------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // module as it relates to headers. 12 //===----------------------------------------------------------------------===// 19 #include "clang/Basic/Module.h" 46 /// A mechanism to observe the actions of the module map parser as it 47 /// reads module map files. 54 /// Called when a module map file has been read. 59 /// \param IsSystem Whether this is a module map from a system include path. [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Lex/ |
D | ModuleMap.h | 1 //===- ModuleMap.h - Describe the layout of modules -------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // module as it relates to headers. 12 //===----------------------------------------------------------------------===// 19 #include "clang/Basic/Module.h" 46 /// A mechanism to observe the actions of the module map parser as it 47 /// reads module map files. 54 /// Called when a module map file has been read. 59 /// \param IsSystem Whether this is a module map from a system include path. [all …]
|
/aosp_15_r20/packages/services/Car/tools/telemetry/lua-interpreter/ |
D | package-lock.json | 2 "name": "lua-interpreter", 8 "@codemirror/lang-json": "^6.0.0", 9 "@codemirror/legacy-modes": "^6.1.0", 10 "@rollup/plugin-node-resolve": "^13.3.0", 11 "cm6-theme-nord": "^0.2.0", 17 … "resolved": "https://registry.npmjs.org/@codemirror/autocomplete/-/autocomplete-6.4.2.tgz", 18 …"integrity": "sha512-8WE2xp+D0MpWEv5lZ6zPW1/tf4AGb358T5GWYiKEuCP8MvFfT3tH2mIF9Y2yr2e3KbHuSvsVhosiE… 35 "resolved": "https://registry.npmjs.org/@codemirror/commands/-/commands-6.2.2.tgz", 36 …"integrity": "sha512-s9lPVW7TxXrI/7voZ+HmD/yiAlwAYn9PH5SUVSUhsxXHhv4yl5eZ3KLntSoTynfdgVYM0oIpccQEW… 45 "node_modules/@codemirror/lang-json": { [all …]
|
/aosp_15_r20/tools/loganalysis/javatests/com/android/loganalysis/parser/ |
H A D | DmesgParserTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 11 * distributed under the License is distributed on an "AS IS" BASIS, 47 "[ 0.370107] init: Loading module /lib/modules/foo.ko with args ''", 48 "[ 0.372497] init: Loaded kernel module /lib/modules/foo.ko", 49 "[ 0.372500] init: Loading module /lib/modules/bar.ko with args ''", 53 "[ 4.295667] init: Command 'mount_all --late' action=late-fs " 57 "[ 29.331069] ipa-wan ipa_wwan_ioctl:1428 dev(rmnet_data0) register to IPA", 62 "[ 44.942872] init: processing action (early-init) from (/init.rc:13)", 63 "[ 47.233446] init: processing action (set_mmap_rnd_bits) from (<Builtin " 65 "[ 47.240083] init: processing action (set_kptr_restrict) from (<Builtin" [all …]
|