/aosp_15_r20/external/libdrm/ |
H A D | xf86drmMode.c | 781 const struct drm_format_modifier *blob_modifiers, *mod; in _drmModeFormatModifierGetNext() local 799 iter->mod = DRM_FORMAT_MOD_INVALID; in _drmModeFormatModifierGetNext() 803 mod = &blob_modifiers[iter->mod_idx++]; in _drmModeFormatModifierGetNext() 808 if (iter->fmt_idx < mod->offset || in _drmModeFormatModifierGetNext() 809 iter->fmt_idx >= mod->offset + 64) in _drmModeFormatModifierGetNext() 811 if (!(mod->formats & (1 << (iter->fmt_idx - mod->offset)))) in _drmModeFormatModifierGetNext() 814 iter->mod = mod->modifier; in _drmModeFormatModifierGetNext() 863 if (has_fmt && tmp.mod != DRM_FORMAT_MOD_INVALID) in drmModeFormatModifierBlobIterNext() 866 } while (has_fmt && tmp.mod == DRM_FORMAT_MOD_INVALID); in drmModeFormatModifierBlobIterNext() 1414 const drmModeAtomicReqPtr augment) in drmModeAtomicMerge() argument [all …]
|
H A D | xf86drmMode.h | 238 uint64_t mod; member 458 const drmModeAtomicReqPtr augment);
|
/aosp_15_r20/external/python/cpython2/Doc/library/ |
D | pyclbr.rst | 1 :mod:`pyclbr` --- Python class browser support 12 The :mod:`pyclbr` module can be used to determine some limited information 27 *path* parameter should be a sequence, and is used to augment the value
|
D | imputil.rst | 2 :mod:`imputil` --- Import utilities 6 :synopsis: Manage and augment the import process. 10 The :mod:`imputil` module has been removed in Python 3. 16 :keyword:`import` hooks. Compared to the older :mod:`ihooks` module, 17 :mod:`imputil` takes a dramatically simpler and more straight-forward 235 Also see the :mod:`importers` module (which can be found
|
D | mimetypes.rst | 1 :mod:`mimetypes` --- Map filenames to MIME types 15 The :mod:`mimetypes` module converts between a filename or URL and the MIME type 82 of file names which should be used to augment the default type map. If omitted, 173 :mod:`mimetypes` module.
|
/aosp_15_r20/external/python/cpython3/Doc/library/ |
D | mimetypes.rst | 1 :mod:`mimetypes` --- Map filenames to MIME types 15 The :mod:`mimetypes` module converts between a filename or URL and the MIME type 87 of file names which should be used to augment the default type map. If omitted, 182 :mod:`mimetypes` module.
|
/aosp_15_r20/external/python/cpython2/Doc/distutils/ |
D | apiref.rst | 8 :mod:`distutils.core` --- Core Distutils functionality 15 The :mod:`distutils.core` module is the only module that needs to be installed 38 …| | :mod:`distutils.version` | … 154 In addition, the :mod:`distutils.core` module exposed a number of classes that 157 * :class:`~distutils.extension.Extension` from :mod:`distutils.extension` 159 * :class:`~distutils.cmd.Command` from :mod:`distutils.cmd` 161 * :class:`~distutils.dist.Distribution` from :mod:`distutils.dist` 290 :mod:`distutils.ccompiler` --- CCompiler base class 506 platform. The optional arguments can be used to augment the compilation 694 augment the macros set with :meth:`define_macro` and :meth:`undefine_macro`. [all …]
|
/aosp_15_r20/external/python/cpython3/Doc/distutils/ |
D | apiref.rst | 18 :mod:`distutils.core` --- Core Distutils functionality 25 The :mod:`distutils.core` module is the only module that needs to be installed 48 …| | :mod:`distutils.version` | … 164 In addition, the :mod:`distutils.core` module exposed a number of classes that 167 * :class:`~distutils.extension.Extension` from :mod:`distutils.extension` 169 * :class:`~distutils.cmd.Command` from :mod:`distutils.cmd` 171 * :class:`~distutils.dist.Distribution` from :mod:`distutils.dist` 315 :mod:`distutils.ccompiler` --- CCompiler base class 531 platform. The optional arguments can be used to augment the compilation 719 augment the macros set with :meth:`define_macro` and :meth:`undefine_macro`. [all …]
|
/aosp_15_r20/external/python/setuptools/docs/deprecated/distutils/ |
D | apiref.rst | 18 :mod:`distutils.core` --- Core Distutils functionality 25 The :mod:`distutils.core` module is the only module that needs to be installed 48 …| | :mod:`distutils.version` | … 164 In addition, the :mod:`distutils.core` module exposed a number of classes that 167 * :class:`~distutils.extension.Extension` from :mod:`distutils.extension` 169 * :class:`~distutils.cmd.Command` from :mod:`distutils.cmd` 171 * :class:`~distutils.dist.Distribution` from :mod:`distutils.dist` 315 :mod:`distutils.ccompiler` --- CCompiler base class 531 platform. The optional arguments can be used to augment the compilation 719 augment the macros set with :meth:`define_macro` and :meth:`undefine_macro`. [all …]
|
/aosp_15_r20/external/pytorch/test/dynamo/ |
H A D | test_functions.py | 1988 def augment(x: torch.Tensor) -> torch.Tensor: function 1991 return augment(x) 2178 par_mod = functools.partial(udf_module, mod=SmallNN()) 2183 par_mod = functools.partial(udf_module, mod=SmallNN().forward) 3347 def udf_module(mod, x, y): argument 3348 return mod(x, y) 3425 mod = WrapperModule() 3427 compiled_mod = torch.compile(mod, backend=cnts) 3430 x, kw_x = mod()
|
/aosp_15_r20/external/python/cpython3/Doc/faq/ |
D | programming.rst | 23 part of the standard Python library, and is :mod:`documented in the Library 272 mod.py:: 280 import mod 301 1. standard library modules -- e.g. :mod:`sys`, :mod:`os`, :mod:`argparse`, :mod:`re` 303 directory) -- e.g. :mod:`!dateutil`, :mod:`!requests`, :mod:`!PIL.Image` 790 Return the tuple (x//y, x%y). Invariant: div*y + mod == x. 911 unicode data, try using an :class:`io.StringIO` object or the :mod:`array` 1083 optimize any code (see the :mod:`profile` module). 1085 for improvements (see the :mod:`timeit` module). 1099 and the :mod:`collections` module. [all …]
|
/aosp_15_r20/external/bazelbuild-rules_go/third_party/ |
H A D | org_golang_x_tools-deletegopls.patch | 120 -# Create an empty go.mod file, only for tracking requirements. 122 -go mod init gopls-unstable 964 -Adds a dependency to the go.mod file for a module. 970 - // The go.mod file URI. 1035 - // The go.mod file URI. 1042 -### **Run go mod edit -go=version** 1045 -Runs `go mod edit -go=version` for a module. 1053 - // The version to pass to `go mod edit -go`. 1214 -Removes a dependency from the go.mod file of a module. 1220 - // The go.mod file URI. [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/exception/doc/source/ |
D | boost-exception.reno | 2065 … link="backlink" except_tags="exception member noalso" mod="w" fmt=&… 5336 <string> mod="m":);@] </string> 5486 <string> mod="/":)( E const & x, (:link </string> 5515 <string> mod="m":)(); (:link </string> 5524 <string> mod="m":)( (:link </string> 5627 …<string> mod="/":)( E const & x, (:link http://www.boost.org/libs/tuple/doc/… 5842 <string> mod="m":)();@] </string> 6046 <string> mod="m":) const & (:link </string> 6055 <string> mod="m":)() const; (:link </string> 6064 <string> mod="m":) & (:link </string> [all …]
|
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.0a1.rst | 259 :mod:`tracemalloc` module to get the traceback where a memory block was 1453 The :mod:`importlib` module now emits an :exc:`ImportError` rather than a 1489 :mod:`tracemalloc` module. Add :c:func:`_PyTraceMalloc_GetTraceback` to get 3370 Doc: augment Idle feature list and no-subprocess section.
|
D | 3.7.0a1.rst | 1045 special build: use the :func:`sys.setprofile` function, :mod:`cProfile` or 1046 :mod:`profile` to profile function calls. 2679 The :mod:`macpath` is now deprecated and will be removed in Python 3.8. 6194 Add 10% to coverage of IDLE's test_configdialog. Update and augment
|
/aosp_15_r20/packages/apps/TV/libs/m2/ |
D | javac-shaded-9-dev-r4023-3.jar | org/openjdk/tools/sjavac/server/log/LoggingOutputStream.class
LoggingOutputStream.java
package ... |
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/bootstrap/ |
HD | bootstrap_compiler_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
META-INF ... |
/aosp_15_r20/out/soong/.intermediates/external/dagger2/dagger2-bootstrap-compiler-jar/linux_glibc_common/local-combined/ |
D | dagger2-bootstrap-compiler-jar.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE.txt
META ... |
/aosp_15_r20/out/soong/.intermediates/external/dagger2/dagger2-bootstrap-compiler/linux_glibc_common/jarjar/ |
D | dagger2-bootstrap-compiler.jar | org/openjdk/tools/sjavac/server/log/LoggingOutputStream.class
LoggingOutputStream.java
package ... |
/aosp_15_r20/packages/apps/TV/libs/ |
D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/patches/ |
D | android-dir.patch | 821 +pub mod grpc_status_code { 2534 …erties of the\nchannel peer and it is the job of the process function to augment it with\nproperti…
|
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/kythe/ |
HD | kythe_plugin_deploy.jar | META-INF/
META-INF/MANIFEST.MF
build-data.properties
com/
com ... |
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/lib/ |
D | tools.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/com. ... |
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/lib/ |
D | tools.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/com. ... |
/aosp_15_r20/packages/inputmethods/LatinIME/dictionaries/ |
D | fr_wordlist.combined.gz |
|