HomeSort by relevance Sort by last modified time
    Searched full:managers (Results 1 - 25 of 367) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
TODO 8 Connection managers
  /prebuilts/gdb/darwin-x86/lib/python2.7/
contextlib.py 89 def nested(*managers):
90 """Combine multiple context managers into a single nested context manager.
97 used with a variable number of context managers as follows:
99 with nested(*managers):
103 warn("With-statements now directly support multiple context managers",
109 for mgr in managers:
  /prebuilts/gdb/linux-x86/lib/python2.7/
contextlib.py 89 def nested(*managers):
90 """Combine multiple context managers into a single nested context manager.
97 used with a variable number of context managers as follows:
99 with nested(*managers):
103 warn("With-statements now directly support multiple context managers",
109 for mgr in managers:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
contextlib.py 89 def nested(*managers):
90 """Combine multiple context managers into a single nested context manager.
97 used with a variable number of context managers as follows:
99 with nested(*managers):
103 warn("With-statements now directly support multiple context managers",
109 for mgr in managers:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
contextlib.py 89 def nested(*managers):
90 """Combine multiple context managers into a single nested context manager.
97 used with a variable number of context managers as follows:
99 with nested(*managers):
103 warn("With-statements now directly support multiple context managers",
109 for mgr in managers:
  /external/libgdx/extensions/gdx-controllers/gdx-controllers/src/com/badlogic/gdx/controllers/
Controllers.java 38 static final ObjectMap<Application, ControllerManager> managers = new ObjectMap<Application, ControllerManager>(); field in class:Controllers
70 return managers.get(Gdx.app);
74 if (managers.containsKey(Gdx.app)) return;
109 managers.put(Gdx.app, manager);
122 managers.remove(app);
123 Gdx.app.log(TAG, "removed manager for application, " + managers.size + " managers active");
127 Gdx.app.log(TAG, "added manager for application, " + managers.size + " managers active");
  /external/libselinux/src/
mapping.h 4 * managers to specify a list of classes and permissions.
  /external/selinux/libselinux/src/
mapping.h 4 * managers to specify a list of classes and permissions.
  /external/apache-http/src/org/apache/http/conn/params/
ConnManagerPNames.java 35 * Parameter names for connection managers in HttpConn.
60 * This limit is interpreted by client connection managers
70 * This limit is interpreted by client connection managers
  /external/guice/extensions/persist/test/com/google/inject/persist/jpa/
EntityManagerPerRequestProvisionTest.java 66 assertEquals("Entity managers closed inside same thread-scope",
86 assertEquals("Duplicate entity managers crossing-scope",
88 assertEquals("Duplicate entity managers crossing-scope",
EntityManagerProvisionTest.java 61 assertFalse("Duplicate entity managers crossing-scope",
81 assertFalse("Duplicate entity managers crossing-scope",
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
X509KeyManagerTest.java 62 KeyManager[] managers = kmf.getKeyManagers(); local
63 for (KeyManager manager : managers) {
  /external/llvm/include/llvm/IR/
LegacyPassManagers.h 36 // Pass Manager Infrastructure uses multiple pass managers. They are
38 // This class hierarchy uses multiple inheritance but pass managers do not
48 // Two top level managers, PassManager and FunctionPassManager, derive from
50 // managers such as last user info.
56 // a place to implement common pass manager APIs. All pass managers derive from
141 /// Top level pass managers (see PassManager.cpp) maintain active Pass Managers
166 /// top level pass managers.
194 /// passes and all pass managers. If desired pass is not found
217 // Add Manager into the list of managers that are not directl
    [all...]
  /system/sepolicy/
security_classes 8 # for userspace object managers
  /external/llvm/include/llvm/CodeGen/PBQP/
CostAllocator.h 12 // Cost value managers are memory managers for PBQP cost values (vectors and
  /external/llvm/tools/opt/
NewPMDriver.cpp 51 // Register all the basic analyses with the managers.
56 // Cross register the analysis managers through their proxies.
  /external/autotest/scheduler/
rdb_requests.py 5 """RDB request managers and requests.
7 RDB request managers: Call an rdb api_method with a list of RDBRequests, and
10 RDB Request classes: Used in conjunction with the request managers. Each class
12 request object the request managers use to identify a response with a request.
  /libcore/ojluni/src/main/java/javax/net/ssl/
KeyManager.java 29 * This is the base interface for JSSE key managers.
TrustManager.java 29 * This is the base interface for JSSE trust managers.
KeyManagerFactory.java 34 * This class acts as a factory for key managers based on a
111 * factory for key managers.
148 * factory for key managers.
192 * factory for key managers.
288 * @return the key managers
TrustManagerFactory.java 34 * This class acts as a factory for trust managers based on a
110 * factory for trust managers.
147 * factory for trust managers.
191 * factory for trust managers.
282 * @return the trust managers
  /system/connectivity/shill/cellular/
modem_info.h 35 // Manages modem managers.
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_bufmgr.h 35 * You can chain buffer managers so that you can have a finer grained memory
65 * Abstract base class for all buffer managers.
118 * It managers buffers of different sizes. It does so by allocating a buffer
  /external/autotest/client/cros/cellular/
mm.py 75 manager: the specific manager to use, if None check all known managers
  /external/libchrome/base/
at_exit.h 62 AtExitManager* next_manager_; // Stack of managers to allow shadowing.

Completed in 2984 milliseconds

1 2 3 4 5 6 7 8 91011>>