Searched refs:Manager (Results 1 - 25 of 30) sorted by relevance

12

/macosx-10.10/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DSubclassIndexTest.java79 employeesById.put(new Manager("2", "a"));
80 employeesById.put(new Manager("3", "a"));
81 employeesById.put(new Manager("4", "b"));
84 Manager m;
88 assertTrue(!(e instanceof Manager));
95 SecondaryIndex<String, String, Manager> managersByDept =
97 (employeesById, Manager.class, String.class, "dept");
107 EntityCursor<Manager> managers = managersByDept.entities();
131 (employeesById, Manager.class, String.class, "other");
158 private static class Manager extend class in class:SubclassIndexTest
163 Manager(String id, String dept) { method in class:SubclassIndexTest.Manager
168 private Manager() {} method in class:SubclassIndexTest.Manager
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_3/inherit/
H A Dproto_2.js52 function Manager () { class
55 Manager.prototype = new Employee();
91 var manager = new Manager();
102 "manager.__proto__ == Manager.prototype",
104 manager.__proto__ == Manager.prototype );
H A Dproto_4.js57 function Manager () { class
60 Manager.prototype = new Employee();
97 var wally = new Manager();
104 var furry = new Manager();
127 "wally = new Manager(); wally.specialty",
132 "furry = new Manager(); furry.specialty",
H A Dproto_1.js52 function Manager () { class
55 Manager.prototype = new Employee();
100 var sally = new Manager();
103 "sally = new Manager(); sally.name",
107 "sally = new Manager(); sally.dept",
112 "sally = new Manager(); sally.reports.length",
117 "sally = new Manager(); typeof sally.reports",
H A Dproto_11.js55 function Manager () { class
58 Manager.prototype = new Employee();
H A Dproto_3.js52 function Manager () { class
55 Manager.prototype = new Employee();
H A Dproto_12.js52 function Manager () { class
55 Manager.prototype = new Employee();
H A Dproto_5.js54 function Manager () { class
57 Manager.prototype = new Employee();
H A Dproto_6.js54 function Manager () { class
57 Manager.prototype = new Employee();
H A Dproto_10.js62 function Manager () { class
65 Manager.prototype = new Employee();
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/Expressions/
H A Dinstanceof-002.js48 function Manager () { class
51 Manager.prototype = new Employee();
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dslapd.ldif84 olcRootDN: cn=Manager,dc=my-domain,dc=com
/macosx-10.10/llvmCore-3425.0.34/include/llvm/
H A DPassManagers.h10 // This file declares the LLVM Pass Manager infrastructure.
27 // The Pass Manager Infrastructure manages passes. It's responsibilities are:
35 // 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...]
/macosx-10.10/iodbc-42.5/iodbc/admin/
H A Dlibiodbc.spec.in89 Summary: iODBC Driver Manager
103 The iODBC Driver Manager is a free implementation of the SAG CLI and
108 The iODBC Driver Manager was originally created by Ke Jin and is
118 The iODBC Driver Manager is a free implementation of the SAG CLI and
126 The iODBC Driver Manager was originally created by Ke Jin and is
136 The iODBC Driver Manager is a free implementation of the SAG CLI and
144 The iODBC Driver Manager was originally created by Ke Jin and is
/macosx-10.10/iodbc-42.5/iodbc/mac/
H A Diodbc-config.macosx91 iODBC Driver Manager $version
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecKeychain.h84 @constant kSecAuthenticationTypeNTLM Specifies Windows NT LAN Manager authentication.
292 @abstract Determines the version of the Keychain Manager installed on the user�s system.
293 @param returnVers On return, a pointer to the version number of the Keychain Manager installed on the current system.
357 @discussion In most cases, your application does not need to call the SecKeychainUnlock function directly, since most Keychain Manager functions that require an unlocked keychain call SecKeychainUnlock automatically. If your application needs to verify that a keychain is unlocked, call the function SecKeychainGetStatus.
467 #pragma mark ---- Keychain Manager Callbacks ----
473 @param info A pointer to a structure of type SecKeychainCallbackInfo. On return, the structure contains information about the keychain event that occurred. The Keychain Manager passes this information to your callback function via the info parameter.
490 @param eventMask A bit mask indicating the keychain events that your application wishes to be notified of. See SecKeychainEventMask for a description of this bit mask. The Keychain Manager tests this mask to determine the keychain events that you wish to receive, and passes these events in the keychainEvent parameter of your callback function. See SecKeychainEvent for a description of these events.
504 #pragma mark ---- High Level Keychain Manager Calls ----
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecKeychain.h84 @constant kSecAuthenticationTypeNTLM Specifies Windows NT LAN Manager authentication.
292 @abstract Determines the version of the Keychain Manager installed on the user�s system.
293 @param returnVers On return, a pointer to the version number of the Keychain Manager installed on the current system.
357 @discussion In most cases, your application does not need to call the SecKeychainUnlock function directly, since most Keychain Manager functions that require an unlocked keychain call SecKeychainUnlock automatically. If your application needs to verify that a keychain is unlocked, call the function SecKeychainGetStatus.
467 #pragma mark ---- Keychain Manager Callbacks ----
473 @param info A pointer to a structure of type SecKeychainCallbackInfo. On return, the structure contains information about the keychain event that occurred. The Keychain Manager passes this information to your callback function via the info parameter.
490 @param eventMask A bit mask indicating the keychain events that your application wishes to be notified of. See SecKeychainEventMask for a description of this bit mask. The Keychain Manager tests this mask to determine the keychain events that you wish to receive, and passes these events in the keychainEvent parameter of your callback function. See SecKeychainEvent for a description of these events.
504 #pragma mark ---- High Level Keychain Manager Calls ----
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecKeychain.h84 @constant kSecAuthenticationTypeNTLM Specifies Windows NT LAN Manager authentication.
292 @abstract Determines the version of the Keychain Manager installed on the user�s system.
293 @param returnVers On return, a pointer to the version number of the Keychain Manager installed on the current system.
357 @discussion In most cases, your application does not need to call the SecKeychainUnlock function directly, since most Keychain Manager functions that require an unlocked keychain call SecKeychainUnlock automatically. If your application needs to verify that a keychain is unlocked, call the function SecKeychainGetStatus.
467 #pragma mark ---- Keychain Manager Callbacks ----
473 @param info A pointer to a structure of type SecKeychainCallbackInfo. On return, the structure contains information about the keychain event that occurred. The Keychain Manager passes this information to your callback function via the info parameter.
490 @param eventMask A bit mask indicating the keychain events that your application wishes to be notified of. See SecKeychainEventMask for a description of this bit mask. The Keychain Manager tests this mask to determine the keychain events that you wish to receive, and passes these events in the keychainEvent parameter of your callback function. See SecKeychainEvent for a description of these events.
504 #pragma mark ---- High Level Keychain Manager Calls ----
/macosx-10.10/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Dtxn.t27 ok 3, $@ =~ /^BerkeleyDB Aborting: Transaction Manager not enabled at/ ;
30 ok 4, $@ =~ /^BerkeleyDB Aborting: Transaction Manager not enabled at/ ;
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Dtest032-chain199 member: cn=Manager,dc=example,dc=com
202 owner: cn=Manager,dc=example,dc=com
H A Dtest052-memberof111 olcRootDN: cn=Manager,$BASEDN
159 -D "cn=Manager,$BASEDN" -w secret \
211 -D "cn=Manager,$BASEDN" -w secret \
238 -D "cn=Manager,$BASEDN" -w secret \
259 -D "cn=Manager,$BASEDN" -w secret \
280 -D "cn=Manager,$BASEDN" -w secret \
301 -D "cn=Manager,$BASEDN" -w secret \
320 -D "cn=Manager,$BASEDN" -w secret \
339 -D "cn=Manager,$BASEDN" -w secret \
H A Dtest057-memberof-refint103 olcRootDN: cn=Manager,$BASEDN
141 -D "cn=Manager,$BASEDN" -w secret \
193 -D "cn=Manager,$BASEDN" -w secret \
219 -D "cn=Manager,$BASEDN" -w secret \
243 -D "cn=Manager,$BASEDN" -w secret \
H A Dtest017-syncreplication-refresh273 member: cn=Manager,dc=example,dc=com
/macosx-10.10/vim-55/runtime/syntax/
H A Ddtml.vim84 syn keyword dtmlAttribute nonempty normalize nowrap null Object Manager objectIds objectItems contained
/macosx-10.10/vim-55/src/
H A Dgui_xmebw.c33 # include <Xm/Manager.h>

Completed in 214 milliseconds

12