Home
last modified time | relevance | path

Searched +refs:mod +refs:augment (Results 1 – 25 of 47) sorted by relevance

12

/aosp_15_r20/external/libdrm/
H A Dxf86drmMode.c781 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 Dxf86drmMode.h238 uint64_t mod; member
458 const drmModeAtomicReqPtr augment);
/aosp_15_r20/external/python/cpython2/Doc/library/
Dpyclbr.rst1 :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
Dimputil.rst2 :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
Dmimetypes.rst1 :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/
Dmimetypes.rst1 :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/
Dapiref.rst8 :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/
Dapiref.rst18 :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/
Dapiref.rst18 :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 Dtest_functions.py1988 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/
Dprogramming.rst23 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 Dorg_golang_x_tools-deletegopls.patch120 -# 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/
Dboost-exception.reno2065 … link=&quot;backlink&quot; except_tags=&quot;exception member noalso&quot; mod=&quot;w&quot; fmt=&…
5336 <string> mod=&quot;m&quot;:);@]&#10;</string>
5486 <string> mod=&quot;/&quot;:)( E const &amp; x, (:link </string>
5515 <string> mod=&quot;m&quot;:)();&#10;(:link </string>
5524 <string> mod=&quot;m&quot;:)( (:link </string>
5627 …<string> mod=&quot;/&quot;:)( E const &amp; x,&#10; (:link http://www.boost.org/libs/tuple/doc/…
5842 <string> mod=&quot;m&quot;:)();@]&#10;</string>
6046 <string> mod=&quot;m&quot;:) const &amp; (:link </string>
6055 <string> mod=&quot;m&quot;:)() const;&#10;(:link </string>
6064 <string> mod=&quot;m&quot;:) &amp; (:link </string>
[all …]
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.6.0a1.rst259 :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.
D3.7.0a1.rst1045 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/
Djavac-shaded-9-dev-r4023-3.jarorg/openjdk/tools/sjavac/server/log/LoggingOutputStream.class LoggingOutputStream.java package ...
/aosp_15_r20/external/dagger2/java/dagger/internal/codegen/bootstrap/
HDbootstrap_compiler_deploy.jarMETA-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/
Ddagger2-bootstrap-compiler-jar.jarMETA-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/
Ddagger2-bootstrap-compiler.jarorg/openjdk/tools/sjavac/server/log/LoggingOutputStream.class LoggingOutputStream.java package ...
/aosp_15_r20/packages/apps/TV/libs/
Dgoogle-java-format-1.7-all-deps.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/patches/
Dandroid-dir.patch821 +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/
HDkythe_plugin_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/lib/
Dtools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/com. ...
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/lib/
Dtools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/com. ...
/aosp_15_r20/packages/inputmethods/LatinIME/dictionaries/
Dfr_wordlist.combined.gz

12