/external/turbine/java/com/google/turbine/binder/bound/ |
D | ModuleInfo.java | 35 private final ImmutableList<ProvideInfo> provides; field in ModuleInfo 46 ImmutableList<ProvideInfo> provides) { in ModuleInfo() argument 55 this.provides = provides; in ModuleInfo() 91 public ImmutableList<ProvideInfo> provides() { in provides() method in ModuleInfo 92 return provides; in provides()
|
D | SourceModuleInfo.java | 43 ImmutableList<ProvideInfo> provides, in SourceModuleInfo() argument 45 super(name, version, flags, annos, requires, exports, opens, uses, provides); in SourceModuleInfo()
|
/external/autotest/client/common_lib/ |
D | software_manager.py | 199 def provides(self, file): member in SoftwareManager 206 return self.backend.provides(file) 215 provides = self.provides(file) 216 if provides is not None: 217 self.install(provides) 476 def provides(self, name): member in YumBackend 578 def provides(self, name): member in ZypperBackend 712 def provides(self, file): member in AptBackend 728 provides = utils.system_output(fu_cmd).split('\n') 730 for line in provides: [all …]
|
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bulk_test_results/ |
D | openjdk_src_repo_test_results.txt | 56 …terface" "long" "module" "native" "open" "opens" "private" "protected" "provides" "public" "requir… 59 …. Found ")", expected one of "enum" "exports" "module" "open" "opens" "provides" "requires" "stri… 77 …terface" "long" "module" "native" "open" "opens" "private" "protected" "provides" "public" "requir… 98 …terface" "long" "module" "native" "open" "opens" "private" "protected" "provides" "public" "requir… 104 … "!" "(" "enum" "exports" "false" "module" "new" "null" "open" "opens" "provides" "requires" "stri… 105 … "!" "(" "enum" "exports" "false" "module" "new" "null" "open" "opens" "provides" "requires" "stri… 106 … "!" "(" "enum" "exports" "false" "module" "new" "null" "open" "opens" "provides" "requires" "stri… 107 … "!" "(" "enum" "exports" "false" "module" "new" "null" "open" "opens" "provides" "requires" "stri… 113 … "(" ")" "enum" "exports" "false" "module" "new" "null" "open" "opens" "provides" "requires" "stri… 116 …. Found "@", expected one of "enum" "exports" "module" "open" "opens" "provides" "requires" "stri… [all …]
|
/external/python/cpython3/Doc/library/ |
D | othergui.rst | 12 PyGObject provides introspection bindings for C libraries using 15 GTK+ comes with many more widgets than Tkinter provides. An online 20 PyGTK provides bindings for an older version 21 of the library, GTK+ 2. It provides an object oriented interface that 41 C++ toolkit. It provides a native look and feel for applications on 44 an extensive set of widgets, wxPython provides classes for online
|
D | posix.rst | 10 This module provides access to operating system functionality that is 17 which provides a *portable* version of this interface. On Unix, the :mod:`os` 18 module provides a superset of the :mod:`posix` interface. On non-Unix operating 22 :mod:`os` provides some additional functionality, such as automatically calling 88 The :mod:`os` module provides an alternate implementation of ``environ``
|
/external/libese/ |
D | README.md | 7 libese provides a minimal transport wrapper for communicating with 12 to be written on top and/or a service which provides a similar 75 *libese* provides the headers and wrappers for writing libese clients 79 *libese-sysdeps* provides the system level libraries that are needed by 85 *libese-hw* provides existing libese hardware backends. 87 *libese-teq1* provides a T=1 compatible transcieve function that may be
|
/external/clang/utils/ |
D | modfuzz.py | 16 def __init__(self, text, depends=[], provides=[], conflicts=[]): argument 19 self.provides = provides 32 for i in self.provides: 37 Decl('struct X { int n; };\n', provides=['X'], conflicts=['X']),
|
/external/u-boot/drivers/adc/ |
D | Kconfig | 18 It provides: 27 It provides: 37 It provides: 46 It provides:
|
/external/u-boot/drivers/power/pmic/ |
D | Kconfig | 39 regulators (LDOs). It also provides some GPIO, reset and battery 114 The Rockchip RK808 PMIC provides four buck DC-DC convertors, 8 LDOs, 123 The Samsung S2MPS11 PMIC provides: 130 This driver provides access to I/O interface only. 162 The S5M8767 PMIC provides a large array of LDOs and BUCKs for use 163 as a SoC power controller. It also provides 32KHz clock outputs. This 164 driver provides basic register access and sets up the attached 172 regulators Real-Time Clock and 4 GPIOs. This driver provides 180 FETs and a battery charger. This driver provides register access 209 SoC. It provides 4 buck DC-DC convertors and 5 LDOs, and it is accessed [all …]
|
/external/u-boot/drivers/pinctrl/nxp/ |
D | Kconfig | 12 This provides a simple pinctrl driver for i.MX 53SoC familiy, 26 This provides a simple pinctrl driver for i.MX6 SoC familiy, 40 This provides a simple pinctrl driver for i.MX7 SoC familiy, 54 This provides a simple pinctrl driver for i.MX7ULP SoC familiy.
|
/external/u-boot/board/congatec/conga-qeval20-qa3-e3845/ |
D | README | 11 provides this console on the UART0 which is provided via a Winbond 18 provides the U-Boot console on the BayTrail internal legacy UART, 20 baseboard. Here is called COM2. The baseboard already provides the
|
/external/grpc-grpc/doc/ |
D | binary-logging.md | 19 // The context provides the method_name, deadline, peer, and metadata contents. 25 // The context provides the metadata contents 31 // The context provides the metadata contents 37 // The context provides the user data contents
|
/external/python/cpython2/Doc/library/ |
D | posix.rst | 9 This module provides access to operating system functionality that is 16 which provides a *portable* version of this interface. On Unix, the :mod:`os` 17 module provides a superset of the :mod:`posix` interface. On non-Unix operating 21 :mod:`os` provides some additional functionality, such as automatically calling 84 The :mod:`os` module provides an alternate implementation of ``environ`` which
|
D | othergui.rst | 13 provides an object oriented interface that is slightly higher level than 14 the C one. It comes with many more widgets than Tkinter provides, and has 34 C++ toolkit. It provides a native look and feel for applications on 37 an extensive set of widgets, wxPython provides classes for online
|
D | mimewriter.rst | 41 where the *value* obviously provides the value of the header. The optional 58 parameter *plist* provides additional parameters for the content-type 67 *subtype* provides the multipart subtype, *boundary* may provide a user-defined 68 boundary specification, and *plist* provides optional parameters for the
|
/external/u-boot/drivers/fpga/ |
D | Kconfig | 12 This provides basic infrastructure to support Altera FPGA devices. 22 This provides common functionality for Gen5 and Arria10 devices. 30 This provides common functionality for Altera Cyclone II devices.
|
/external/u-boot/fs/ext4/ |
D | Kconfig | 4 This provides support for reading images from the ext4 filesystem. 12 This provides support for creating and writing new files to an
|
/external/llvm/docs/CommandGuide/ |
D | llvm-ar.rst | 263 This field of the header provides the name of the archive member. If the name is 265 contains ``#1/nnn`` where ``nnn`` provides the length of the name and the ``#1/`` 274 This field provides the date of modification of the file in the form of a 275 decimal encoded number that provides the number of seconds since the epoch 282 This field provides the user id of the file encoded as a decimal ASCII string. 291 This field provides the group id of the file encoded as a decimal ASCII string. 300 This field provides the access mode of the file encoded as an octal ASCII 309 This field provides the size of the file, in bytes, encoded as a decimal ASCII 317 two characters back tick (0x60) and newline (0x0A). This provides some measure 323 The offset item provides the offset into the archive file where the bitcode [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/ |
D | llvm-ar.rst | 263 This field of the header provides the name of the archive member. If the name is 265 contains ``#1/nnn`` where ``nnn`` provides the length of the name and the ``#1/`` 274 This field provides the date of modification of the file in the form of a 275 decimal encoded number that provides the number of seconds since the epoch 282 This field provides the user id of the file encoded as a decimal ASCII string. 291 This field provides the group id of the file encoded as a decimal ASCII string. 300 This field provides the access mode of the file encoded as an octal ASCII 309 This field provides the size of the file, in bytes, encoded as a decimal ASCII 317 two characters back tick (0x60) and newline (0x0A). This provides some measure 323 The offset item provides the offset into the archive file where the bitcode [all …]
|
/external/mesa3d/src/gallium/docs/source/ |
D | distro.rst | 142 The OS module already provides the implementations of these abstractions for 166 Indices provides tools for translating or generating element indices for 172 Each of these managers provides various services to drivers that are not 184 The TGSI auxiliary module provides basic utilities for manipulating TGSI
|
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | README.md | 4 This library provides high level configuration machinery to construct client 15 The resolver provides this data as a stream of grpc_channel_args objects to 34 A sub-channel provides a connection to a server for a client channel. It has a
|
/external/mesa3d/src/mesa/swrast/ |
D | NOTES | 3 Mesa's native software rasterizer. This module provides the fallback 14 the module provides implementations of the pixel operations 51 The swrast device driver provides swrast primarily with span- and
|
/external/tensorflow/tensorflow/contrib/slim/python/slim/data/ |
D | README.md | 3 TF-Slim provides a data loading library for facilitating the reading of data 90 provides a mapping from `TFExample` keys to the item being provided. Because a 94 `tfexample_decoder` provides some predefined `ItemHandlers` which take care 123 provides two `items` named 'image' and 'label'. 129 is a class which provides `Tensors` for each item requested: 139 is a `data_provider` that provides data from a given `dataset` specification:
|
/external/u-boot/test/ |
D | README | 23 target provides this feature and it is widely used in tests. 32 but provides the ability to unify lots of tests and summarise their results. 46 Tbot provides a way to execute tests on target hardware. It is intended for 75 to mainline, so this provides protection against future breakage.
|