/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()
|
/external/autotest/client/common_lib/ |
D | software_manager.py | 201 def provides(self, file): member in SoftwareManager 208 return self.backend.provides(file) 217 provides = self.provides(file) 218 if provides is not None: 219 self.install(provides) 478 def provides(self, name): member in YumBackend 580 def provides(self, name): member in ZypperBackend 714 def provides(self, file): member in AptBackend 730 provides = utils.system_output(fu_cmd).split('\n') 732 for line in provides: [all …]
|
/external/javaparser/javaparser-core-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/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/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 42 C++ toolkit. It provides a native look and feel for applications on 45 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/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/llvm-project/clang/utils/ |
D | modfuzz.py | 17 def __init__(self, text, depends=[], provides=[], conflicts=[]): argument 20 self.provides = provides 33 for i in self.provides: 38 Decl('struct X { int n; };\n', provides=['X'], conflicts=['X']),
|
/external/pigweed/pw_sync_stl/ |
D | BUILD.gn | 31 # This target provides the backend for pw::sync::BinarySemaphore. 56 # This target provides the backend for pw::sync::CountingSemaphore. 81 # This target provides the backend for pw::sync::Mutex. 96 # This target provides the backend for pw::sync::TimedMutex. 115 # This target provides the backend for pw::sync::InterruptSpinLock.
|
/external/pigweed/pw_sync_freertos/ |
D | BUILD.gn | 31 # This target provides the backend for pw::sync::BinarySemaphore. 59 # This target provides the backend for pw::sync::CountingSemaphore. 87 # This target provides the backend for pw::sync::Mutex. 107 # This target provides the backend for pw::sync::TimedMutex. 135 # This target provides the backend for pw::sync::InterruptSpinLock.
|
/external/pigweed/pw_sync_embos/ |
D | BUILD.gn | 31 # This target provides the backend for pw::sync::BinarySemaphore. 59 # This target provides the backend for pw::sync::CountingSemaphore. 87 # This target provides the backend for pw::sync::Mutex. 107 # This target provides the backend for pw::sync::TimedMutex. 135 # This target provides the backend for pw::sync::InterruptSpinLock.
|
/external/pigweed/pw_log_tokenized/ |
D | BUILD.gn | 26 # module. This should point to a source set that provides defines through a 41 # This target provides the log_tokenized.h header, which implements the pw_log 67 # This target provides the backend for pw_log. 75 # This target provides a backend for pw_tokenizer that encodes tokenized logs as
|
D | docs.rst | 11 ``pw_log_tokenized`` provides a backend for ``pw_log`` that tokenizes log 25 // The metadata object provides the log level, module token, and flags. 57 ``log_backend``. The ``pw_log_tokenized`` target provides the
|
/external/pigweed/pw_thread_threadx/ |
D | BUILD.gn | 26 # module. This should point to a source set that provides defines through a 50 # This target provides the backend for pw::thread::Id. 71 # This target provides the backend for pw::this_thread::sleep_{for,until}. 97 # This target provides the backend for pw::thread::Thread and the headers needed 123 # This target provides the backend for pw::this_thread::yield.
|
/external/pigweed/pw_sync_threadx/ |
D | BUILD.gn | 32 # This target provides the backend for pw::sync::Mutex. 53 # This target provides the backend for pw::sync::BinarySemaphore. 84 # This target provides the backend for pw::sync::CountingSemaphore. 114 # This target provides the backend for pw::sync::TimedMutex. 143 # This target provides the backend for pw::sync::InterruptSpinLock, note that
|
/external/pigweed/pw_thread_freertos/ |
D | BUILD.gn | 26 # module. This should point to a source set that provides defines through a 50 # This target provides the backend for pw::thread::Id & pw::this_thread::get_id. 69 # This target provides the backend for pw::this_thread::sleep_{for,until}. 97 # This target provides the backend for pw::thread::Thread and the headers needed 123 # This target provides the backend for pw::this_thread::yield.
|
/external/bazelbuild-rules_android/rules/android_packaged_resources/ |
D | rule.bzl | 32 provides = _DEFAULT_PROVIDES): 38 provides: A list. The providers that the rule must provide. 46 provides = provides,
|
/external/pigweed/pw_thread_stl/ |
D | BUILD.gn | 33 # This target provides the backend for pw::thread::Id & pw::this_thread::get_id. 48 # This target provides the backend for pw::thread::Thread with joining 66 # This target provides the backend for pw::this_thread::sleep_{for,until}. 89 # This target provides the backend for pw::this_thread::yield.
|
/external/pigweed/pw_interrupt_cortex_m/ |
D | BUILD.gn | 54 # This targets provides the ARMv6-M backend for pw_interrupt's context facade. 60 # This targets provides the ARMv7-M backend for pw_interrupt's context facade. 66 # This targets provides the ARMv8-M backend for pw_interrupt's context facade.
|
/external/openscreen/docs/ |
D | discovery.md | 34 The config directory provides parameters needed to configure the discovery 39 provides the required data to publish or discover service 44 provides a way for embedders to receive callbacks for errors which occur inside 47 The public directory provides wrappers around the DNS-SD protocol to simplify 52 provides a simple interface for registering, updating, and de-registering DNS-SD 56 provides an interface to begin and end querying for service types, providing
|
/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 | 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 | 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
|
/external/rust/crates/fallible-iterator/ |
D | README.md | 11 If the `std` or `alloc` features are enabled, this crate provides implementations for 13 additionally provides implementations for `HashMap` and `HashSet`.
|
/external/pigweed/pw_malloc_freelist/ |
D | docs.rst | 13 ``pw_malloc_freelist`` provides wrapper functions for ``malloc``, ``free``, 15 ``pw_allocator``. In the GN build file, ``pw_malloc_freelist`` provides linker
|