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

1 2 3 4 5 6 7 8 9

  /libcore/luni/src/main/java/javax/net/ssl/
KeyManager.java 22 * managers so that key managers can be easily grouped. The key managers are
TrustManager.java 21 * The marker interface for JSSE trust managers. The purpose is to group trust
22 * managers. The responsibility a trust manager is to handle the trust data used to
KeyManagerFactorySpi.java 67 * Returns a list of key managers, one instance for each type of key in the
70 * @return a list of key managers.
  /external/chromium_org/content/browser/ssl/
ssl_manager.cc 84 SSLManagerSet* managers = static_cast<SSLManagerSet*>( local
87 for (std::set<SSLManager*>::iterator i = managers->get().begin();
88 i != managers->get().end(); ++i) {
100 SSLManagerSet* managers = static_cast<SSLManagerSet*>( local
102 if (!managers) {
103 managers = new SSLManagerSet;
104 controller_->GetBrowserContext()->SetUserData(kSSLManagerKeyName, managers);
106 managers->get().insert(this);
110 SSLManagerSet* managers = static_cast<SSLManagerSet*>( local
112 managers->get().erase(this)
    [all...]
  /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/libselinux/src/
mapping.h 4 * managers to specify a list of classes and permissions.
label.c 2 * Generalized labeling frontend for userspace object managers.
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_egl.h 31 // State shared between Managers and Delegates.
async_pixel_transfer_manager_sync.h 27 // State shared between Managers and Delegates.
async_pixel_transfer_manager_idle.h 39 // State shared between Managers and Delegates.
async_pixel_transfer_manager_share_group.h 35 // State shared between Managers and Delegates.
  /external/llvm/include/llvm/
PassManagers.h 35 // Pass Manager Infrastructure uses multiple pass managers. They are
37 // This class hierarchy uses multiple inheritance but pass managers do not
47 // Two top level managers, PassManager and FunctionPassManager, derive from
49 // managers such as last user info.
55 // a place to implement common pass manager APIs. All pass managers derive from
140 /// 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...]
  /external/apache-http/src/org/apache/http/conn/params/
ConnManagerPNames.java 35 * Parameter names for connection managers in HttpConn.
55 * This limit is interpreted by client connection managers
65 * This limit is interpreted by client connection managers
  /external/chromium_org/chrome/browser/download/
all_download_item_notifier.h 16 // manager so that they can be sensitive to managers that have gone down.
39 // multiple managers at once and easily distinguish which manager a given item
download_status_updater.h 28 // Add the specified DownloadManager to the list of managers for which
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
X509KeyManagerTest.java 62 KeyManager[] managers = kmf.getKeyManagers(); local
63 for (KeyManager manager : managers) {
  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account_external_data_service.h 28 // accounts. This class owns the |resource_cache_| that the managers share.
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager_helper.h 8 // A class that provides common functionality for safebrowsing protocol managers
  /external/chromium_org/chrome/common/mac/
cfbundle_blocker.h 24 // Blocked modules include input managers, contextual menu items, and
  /external/smack/src/org/jivesoftware/smackx/
ChatStateManager.java 51 private static final Map<Connection, ChatStateManager> managers = field in class:ChatStateManager
68 synchronized (managers) {
69 ChatStateManager manager = managers.get(connection);
73 managers.put(connection, manager);
  /external/chromium_org/net/android/java/src/org/chromium/net/
X509Util.java 85 * Lock object used to synchronize all calls that modify or depend on the trust managers.
97 * Ensures that the trust managers and certificate factory are initialized.
256 // Expired and not yet valid certificates would be rejected by the trust managers, but the
257 // trust managers report all certificate errors using the general CertificateException. In
281 // Neither of the trust managers confirms the validity of the certificate chain,
  /external/sepolicy/
security_classes 8 # for userspace object managers
  /external/chromium_org/third_party/mesa/src/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/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

Completed in 3306 milliseconds

1 2 3 4 5 6 7 8 9