Searched defs:Manager (Results 1 - 11 of 11) sorted by relevance

/external/guice/extensions/jmx/src/com/google/inject/tools/jmx/
H A DManager.java37 public class Manager { class
99 + Manager.class.getName() + " [module class name]");
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
H A DInterfaceControlMessagesHelper.java8 import org.chromium.mojo.bindings.Interface.Manager;
66 Core core, Manager<I, P> manager, ServiceMessage message, MessageReceiver responder) {
84 Manager<I, P> manager, ServiceMessage message) {
83 handleRunOrClosePipe( Manager<I, P> manager, ServiceMessage message) argument
H A DInterface.java311 * The |Manager| object enables building of proxies and stubs for a given interface.
316 abstract class Manager<I extends Interface, P extends Proxy> { class in interface:Interface
/external/autotest/client/cros/tendo/n_faced_peerd/
H A Dmanager.py30 class Manager(dbus_property_exposer.DBusPropertyExposer): class in inherits:dbus_property_exposer.DBusPropertyExposer
31 """Represents an instance of org.chromium.peerd.Manager."""
35 """Construct an instance of Manager.
39 @param on_service_modified: callback that takes a Manager instance and
46 super(Manager, self).__init__(bus,
89 raise NotImplementedError('Manager.close() does not work properly')
99 instance of Manager.
114 instance of Manager.
136 """Implementation of org.chromium.peerd.Manager.ExposeService().
167 """Implementation of org.chromium.peerd.Manager
[all...]
/external/clang/lib/Serialization/
H A DModuleManager.cpp1 //===--- ModuleManager.cpp - Module Manager ---------------------*- C++ -*-===//
449 static nodes_iterator nodes_begin(const ModuleManager &Manager) { argument
450 return Manager.begin();
453 static nodes_iterator nodes_end(const ModuleManager &Manager) { argument
454 return Manager.end();
/external/llvm/include/llvm/IR/
H A DLegacyPassManagers.h10 // This file declares the LLVM Pass Manager infrastructure.
26 // The Pass Manager Infrastructure manages passes. It's responsibilities are:
34 // Pass Manager Infrastructure uses multiple pass managers. They are
212 void addPassManager(PMDataManager *Manager) { argument
213 PassManagers.push_back(Manager);
216 // Add Manager into the list of managers that are not directly
218 inline void addIndirectPassManager(PMDataManager *Manager) { argument
219 IndirectPassManagers.push_back(Manager);
335 /// RequiredPass is run on the fly by Pass Manager when P requests it
481 /// Pass Manager itsel
[all...]
/external/llvm/unittests/ExecutionEngine/Orc/
H A DObjectTransformLayerTest.cpp326 NullManager Manager; local
327 CompileLayer.addModuleSet(std::vector<llvm::Module *>(), &Manager, &Resolver); local
/external/swiftshader/third_party/LLVM/include/llvm/
H A DPassManagers.h10 // This file declares the LLVM Pass Manager infrastructure.
26 // The Pass Manager Infrastructure manages passes. It's responsibilities are:
34 // Pass Manager Infrastructure uses multiple pass managers. They are
213 void addPassManager(PMDataManager *Manager) { argument
214 PassManagers.push_back(Manager);
217 // Add Manager into the list of managers that are not directly
219 inline void addIndirectPassManager(PMDataManager *Manager) { argument
220 IndirectPassManagers.push_back(Manager);
296 /// RequiredPass is run on the fly by Pass Manager when P requests it
434 /// Pass Manager itsel
[all...]
/external/clang/include/clang/Analysis/
H A DAnalysisContext.h69 AnalysisDeclContextManager *Manager; member in class:clang::AnalysisDeclContext
106 return Manager;
/external/clang/test/SemaCXX/
H A Dtypo-correction.cpp548 class Manager { class in namespace:PR18852
554 void test(Manager *m) {
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp821 RetainSummaryManager &Manager; member in class:__anon1659::RetainSummaryTemplate
827 : Manager(mgr), RealSummary(real), ScratchSummary(*real), Accessed(false) {}
831 RealSummary = Manager.getPersistentSummary(ScratchSummary);

Completed in 420 milliseconds