/libcore/luni/src/main/java/java/lang/ |
SecurityManager.java | 27 * <p>Security managers do <strong>not</strong> provide a
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
nlm_prot.x | 139 * Over-the-wire protocol used between the network lock managers
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
nlm_prot.x | 139 * Over-the-wire protocol used between the network lock managers
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
nlm_prot.x | 139 * Over-the-wire protocol used between the network lock managers
|
/sdk/emulator/opengl/tests/ut_renderer/ |
X11Windowing.cpp | 53 /* this code is tricky because some window managers, but not all,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
__init__.py | 94 The managers methods such as `Lock()`, `Condition()` and `Queue()` 97 from multiprocessing.managers import SyncManager
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_contextlib.py | 1 """Unit tests for contextlib.py, and other context managers.""" 321 "multiple context managers",
|
test_with.py | 58 def __init__(self, *managers): 59 self.managers = managers 68 for mgr in self.managers: 93 def __init__(self, *managers): 94 Nested.__init__(self, *managers)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
__init__.py | 94 The managers methods such as `Lock()`, `Condition()` and `Queue()` 97 from multiprocessing.managers import SyncManager
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_contextlib.py | 1 """Unit tests for contextlib.py, and other context managers.""" 321 "multiple context managers",
|
test_with.py | 58 def __init__(self, *managers): 59 self.managers = managers 68 for mgr in self.managers: 93 def __init__(self, *managers): 94 Nested.__init__(self, *managers)
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
screen_locally_managed_user_creation.js | 24 * UI element for displaying single account in list of possible managers for 231 $('managed-user-creation-managers-pane'). 786 if (data['managers']) { 787 this.loadManagers(data['managers']); 828 * Called by backend part to propagate list of possible managers. 829 * @param {Array} userList - list of users that can be managers. 832 $('managed-user-creation-managers-block').hidden = false; [all...] |
/external/chromium_org/chrome/browser/ui/panels/ |
base_panel_browser_test.cc | 465 // certain window managers on Linux, like icewm, will always activate the 478 // certain window managers on Linux, like icewm, will always activate the 491 // certain window managers on Linux, like icewm, will always activate the 502 // For certain window managers on Linux, the window activation/deactivation 520 // For certain window managers on Linux, like icewm, panel activation and
|
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/ |
InBandBytestreamManager.java | 132 private final static Map<Connection, InBandBytestreamManager> managers = new HashMap<Connection, InBandBytestreamManager>();
field in class:InBandBytestreamManager 186 InBandBytestreamManager manager = managers.get(connection);
189 managers.put(connection, manager);
527 // remove manager from static managers map
528 managers.remove(connection);
|
/external/llvm/include/llvm/ |
Pass.h | 52 /// Different types of internal pass managers. External pass managers 136 /// Check if available pass managers are suitable for this pass or not.
|
/external/chromium_org/chrome/common/mac/ |
cfbundle_blocker.mm | 72 // Input managers are deprecated, would only be loaded under specific 75 // Input managers are loaded when the NSInputManager class is
|
/external/chromium_org/third_party/mesa/src/src/gallium/include/state_tracker/ |
st_api.h | 35 * managers. 42 * tracker managers.
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
desktop_root_window_host_x11.h | 166 // window managers (notably, ion3) don't implement enough of ICCCM for us to 212 // managers tend to send a Configure message with the maximized bounds, and
|
/external/mesa3d/src/gallium/include/state_tracker/ |
st_api.h | 35 * managers. 42 * tracker managers.
|
/external/neven/Embedded/common/src/b_BasicEm/ |
Context.h | 99 /** multiple purpose dynamic memory managers */ 102 /** number of used memory managers */
|
/external/llvm/lib/IR/ |
PassManager.cpp | 284 /// MPPassManager manages ModulePasses and function pass managers. 285 /// It batches all Module passes and function pass managers together and 293 // Delete on the fly managers. 369 /// Collection of on the fly FPPassManagers. These managers manage 688 /// passes and all pass managers. If desired pass is not found 692 // Check pass managers 698 // Check other pass managers 774 // Initailize other pass managers [all...] |
/external/apache-http/src/org/apache/http/conn/ |
package.html | 84 Connection managers will try to keep returned connections alive in
|
/external/apache-http/src/org/apache/http/conn/params/ |
ConnManagerParams.java | 39 * {@link org.apache.http.conn.ClientConnectionManager connection managers}.
|
ConnPerRouteBean.java | 41 * {@link org.apache.http.conn.ClientConnectionManager connection managers} for
|
/external/apache-http/src/org/apache/http/conn/scheme/ |
SocketFactory.java | 48 * must be overridden for the correct operation of some connection managers.
|