Home
last modified time | relevance | path

Searched refs:provides (Results 1 – 25 of 1074) sorted by relevance

12345678910>>...43

/external/syslinux/gpxe/src/util/
Dsymcheck.pl109 my @provides = keys %{$info->{provides}};
113 if ( ( @provides == 0 ) && ( @shares == 1 ) ) {
116 @provides = @shares;
120 if ( ( @requires > 0 ) && ( @provides == 0 ) && ( @shares == 0 ) ) {
125 if ( ( @requires == 0 ) && ( @provides > 0 ) ) {
127 foreach my $provide ( @provides ) {
138 if ( ( @shares > 0 ) && ( @provides > 0 ) ) {
140 $problems->{$_}->{shared}->{$symbol} = 1 foreach @provides;
143 if ( @provides > 1 ) {
145 $problems->{$_}->{multiples}->{$symbol} = 1 foreach @provides;
[all …]
/external/autotest/client/common_lib/
Dsoftware_manager.py199 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/libese/
DREADME.md7 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/
Dmodfuzz.py16 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/llvm/docs/CommandGuide/
Dllvm-ar.rst263 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/mesa/swrast/
DNOTES3 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/autotest/client/site_tests/network_3GIdentifiers/
Dcontrol7 PURPOSE = "Verify cellular modem provides correct identification information."
17 Tests that a cellular modem provides correct identification information
Dcontrol.zte-mf1907 PURPOSE = "Verify cellular modem provides correct identification information."
19 Tests that a cellular modem provides correct identification information
Dcontrol.icera-y34007 PURPOSE = "Verify cellular modem provides correct identification information."
19 Tests that a cellular modem provides correct identification information
Dcontrol.huawei-mu7367 PURPOSE = "Verify cellular modem provides correct identification information."
19 Tests that a cellular modem provides correct identification information
Dcontrol.altair-messi_v7 PURPOSE = "Verify cellular modem provides correct identification information."
19 Tests that a cellular modem provides correct identification information
Dcontrol.altair-alt31007 PURPOSE = "Verify cellular modem provides correct identification information."
19 Tests that a cellular modem provides correct identification information
Dcontrol.gobi2k7 PURPOSE = "Verify cellular modem provides correct identification information."
19 Tests that a cellular modem provides correct identification information
Dcontrol.icera-y33007 PURPOSE = "Verify cellular modem provides correct identification information."
19 Tests that a cellular modem provides correct identification information
Dcontrol.huawei-e3037 PURPOSE = "Verify cellular modem provides correct identification information."
19 Tests that a cellular modem provides correct identification information
Dcontrol.huawei-me9367 PURPOSE = "Verify cellular modem provides correct identification information."
19 Tests that a cellular modem provides correct identification information
Dcontrol.gobi3k7 PURPOSE = "Verify cellular modem provides correct identification information."
19 Tests that a cellular modem provides correct identification information
Dcontrol.novatel-e3627 PURPOSE = "Verify cellular modem provides correct identification information."
19 Tests that a cellular modem provides correct identification information
Dcontrol.pseudomodem7 PURPOSE = "Verify cellular modem provides correct identification information."
18 Tests that a cellular modem provides correct identification information
/external/mesa3d/src/gallium/docs/source/
Ddistro.rst135 The OS module already provides the implementations of these abstractions for
159 Indices provides tools for translating or generating element indices for
165 Each of these managers provides various services to drivers that are not
177 The TGSI auxiliary module provides basic utilities for manipulating TGSI
/external/libnl/python/doc/
Droute_addr.rst5 The **Address** module provides access to the network address configuration
6 of the kernel. It provides an interface to fetch all configured addresses,
/external/eigen/Eigen/
DQR23 * This module provides various QR decompositions
24 * This module also provides some MatrixBase methods, including:
/external/libcxx/docs/DesignDocs/
DDebugMode.rst13 Libc++ provides a debug mode that enables assertions meant to detect incorrect
28 which provides additional assertions about the validity of iterators used by
45 this function pointer using a different handler function. Libc++ provides two
/external/mesa3d/src/mapi/mapi/
Dsources.mak8 # - In util mode, mapi provides utility functions for use with glapi. To use
14 # - In bridge mode, mapi provides entry points calling into glapi. To use
/external/libpcap/
DREADME.sita30 The SITA extension provides a remote datascope operation for capturing
43 each IOP, sorts it, and provides it (to Wireshark et.al) as the
58 That header provides:

12345678910>>...43