Searched refs:store (Results 51 - 75 of 592) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/test/rubygems/
H A Dtest_bundled_ca.rb13 store = OpenSSL::X509::Store.new
19 store.add_file ssl_cert
22 store
/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A DPMSystemEvents.c91 SCDynamicStoreRef store = NULL; local
131 store = SCDynamicStoreCreate(0, kMySCIdentity, NULL, NULL);
132 if (!store)
135 SCDynamicStoreSetMultiple(store, setTheseDSKeys, NULL, NULL);
151 if (store)
152 CFRelease(store);
H A DPMStore.c25 static void PMDynamicStoreDisconnectCallBack(SCDynamicStoreRef store, void *info __unused);
31 SCDynamicStoreRef store,
85 SCDynamicStoreRef store,
88 assert (store == gSCDynamicStore);
84 PMDynamicStoreDisconnectCallBack( SCDynamicStoreRef store, void *info __unused) argument
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Dextend.rb77 @module = @store.modules_hash[full_name]
87 @module = @store.modules_hash[full_name]
95 @module = @store.modules_hash[full_name]
104 # Sets the store for this class or module and its contained code objects.
106 def store= store
109 @file = @store.add_file @file.full_name if @file
H A Dinclude.rb79 @module = @store.modules_hash[full_name]
89 @module = @store.modules_hash[full_name]
97 @module = @store.modules_hash[full_name]
106 # Sets the store for this class or module and its contained code objects.
108 def store= store
111 @file = @store.add_file @file.full_name if @file
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DEvolveTestInit.java19 * and store containing instances of the original class. When EvolveTest is
20 * run, it will read/write/evolve these objects from the store created here.
52 caseObj.writeObjects(store);
53 caseObj.checkUnevolvedModel(store.getModel(), env);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebNavigationData.h37 static PassRefPtr<WebNavigationData> create(const WebNavigationDataStore& store) argument
39 return adoptRef(new WebNavigationData(store));
/macosx-10.9.5/ruby-104/ruby/sample/drb/
H A Ddqin.rb2 distributed Ruby --- store
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_map_store_rb.c33 #define VME_FOR_STORE( store) \
34 (vm_map_entry_t)(((unsigned long)store) - ((unsigned long)sizeof(struct vm_map_links)))
62 rb_entry = RB_FIND( rb_head, &(hdr.rb_head_store), &(cur->store));
102 struct vm_map_store *store = &(entry->store); local
104 if((tmp_store = RB_INSERT( rb_head, rbh, store )) != NULL) {
114 struct vm_map_store *store = &(entry->store); local
116 rb_entry = RB_FIND( rb_head, rbh, store);
119 RB_REMOVE( rb_head, rbh, store );
126 struct vm_map_store *store; local
154 struct vm_map_store *store; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/tests/
H A Dpersistence.test26 foreach store $storageCandidates {
27 if {![catch {package require xotcl::store::[string tolower $store]}]} {
28 lappend stores $store
30 puts "FAILED: package require xotcl::store::[string tolower $store]"
64 #package require xotcl::store::trace
68 package require xotcl::store::persistence
91 PersistenceTest instproc testStorageFeatures {store} {
92 Storage=$store
[all...]
/macosx-10.9.5/configd-596.15/scutil.tproj/
H A Dcache.c81 cache_SCDynamicStoreCopyValue(SCDynamicStoreRef store, CFStringRef key) argument
105 value = SCDynamicStoreCopyValue(store, key);
115 cache_SCDynamicStoreSetValue(SCDynamicStoreRef store, CFStringRef key, CFPropertyListRef value) argument
133 cache_SCDynamicStoreRemoveValue(SCDynamicStoreRef store, CFStringRef key) argument
148 cache_SCDynamicStoreNotifyValue(SCDynamicStoreRef store, CFStringRef key) argument
161 cache_write(SCDynamicStoreRef store) argument
166 if (!SCDynamicStoreSetMultiple(store,
251 cache_write(store);
285 list = SCDynamicStoreCopyKeyList(store, pattern);
358 if (!SCDynamicStoreAddValue(store, ke
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_class_module.rb13 tl1 = @store.add_file 'one.rb'
14 tl2 = @store.add_file 'two.rb'
15 tl3 = @store.add_file 'three.rb'
45 tl1 = @store.add_file 'one.rb'
55 tl = @store.add_file 'file.rb'
152 tl = @store.add_file 'file.rb'
162 @store.path = Dir.tmpdir
163 tl = @store.add_file 'file.rb'
203 loaded.store = @store
[all...]
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dscnc_utils.h30 int getStringFromEntity(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID,
32 CFStringRef copyCFStringFromEntity(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID,
34 int getNumberFromEntity(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID,
36 int getAddressFromEntity(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID,
40 CFDictionaryRef copyService(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID);
41 CFDictionaryRef copyEntity(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID, CFStringRef entity);
42 int existEntity(SCDynamicStoreRef store, CFStringRef domain, CFStringRef serviceID, CFStringRef entity);
48 void AddNumberFromState(SCDynamicStoreRef store, CFStringRef serviceID, CFStringRef entity, CFStringRef property, CFMutableDictionaryRef dict);
49 void AddStringFromState(SCDynamicStoreRef store, CFStringRef serviceID, CFStringRef entity, CFStringRef property, CFMutableDictionaryRef dict);
72 int publish_dictnumentry(SCDynamicStoreRef store, CFStringRe
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/krb5/
H A Dstore-int.h40 ssize_t (*store)(struct krb5_storage_data*, const void*, size_t); member in struct:krb5_storage_data
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DClipboardUtilitiesWin.cpp217 STGMEDIUM store; local
218 if (SUCCEEDED(data->GetData(htmlFormat(), &store))) {
220 char* data = static_cast<char*>(GlobalLock(store.hGlobal));
221 SIZE_T dataSize = ::GlobalSize(store.hGlobal);
223 GlobalUnlock(store.hGlobal);
224 ReleaseStgMedium(&store);
394 STGMEDIUM store; local
396 if (FAILED(dataObject->GetData(fileDescriptorFormat(), &store)))
399 FILEGROUPDESCRIPTOR* fgd = static_cast<FILEGROUPDESCRIPTOR*>(GlobalLock(store.hGlobal));
403 GlobalUnlock(store
409 STGMEDIUM store; local
460 STGMEDIUM store; local
535 STGMEDIUM store; local
571 STGMEDIUM store; local
711 STGMEDIUM store; local
721 STGMEDIUM store; local
732 STGMEDIUM store; local
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/mac/
H A DWebPreferencesMac.mm39 static void setStringValueIfInUserDefaults(const String& identifier, const String& key, WebPreferencesStore& store)
47 store.setStringValueForKey(key, (NSString *)object);
50 static void setBoolValueIfInUserDefaults(const String& identifier, const String& key, WebPreferencesStore& store)
58 store.setBoolValueForKey(key, [object boolValue]);
61 static void setUInt32ValueIfInUserDefaults(const String& identifier, const String& key, WebPreferencesStore& store)
69 store.setUInt32ValueForKey(key, [object intValue]);
72 static void setDoubleValueIfInUserDefaults(const String& identifier, const String& key, WebPreferencesStore& store)
80 store.setDoubleValueForKey(key, [object doubleValue]);
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCDNotifierAdd.c56 SCDynamicStoreAddWatchedKey(SCDynamicStoreRef store, CFStringRef key, Boolean isRegex) argument
58 SCDynamicStorePrivateRef storePrivate = (SCDynamicStorePrivateRef)store;
65 if (store == NULL) {
92 if (__SCDynamicStoreCheckRetryAndHandleError(store,
H A DSCDNotifierInformViaSignal.c43 SCDynamicStoreNotifySignal(SCDynamicStoreRef store, pid_t pid, int sig) argument
45 SCDynamicStorePrivateRef storePrivate = (SCDynamicStorePrivateRef)store;
50 if (store == NULL) {
79 if (__SCDynamicStoreCheckRetryAndHandleError(store,
H A DSCDNotifierRemove.c66 SCDynamicStoreRemoveWatchedKey(SCDynamicStoreRef store, CFStringRef key, Boolean isRegex) argument
68 SCDynamicStorePrivateRef storePrivate = (SCDynamicStorePrivateRef)store;
75 if (store == NULL) {
102 if (__SCDynamicStoreCheckRetryAndHandleError(store,
/macosx-10.9.5/configd-596.15/configd.tproj/
H A D_notifyviaport.c39 __SCDynamicStoreNotifyMachPort(SCDynamicStoreRef store, argument
43 SCDynamicStorePrivateRef storePrivate = (SCDynamicStorePrivateRef)store;
97 storePrivate = (SCDynamicStorePrivateRef)mySession->store;
99 *sc_status = __SCDynamicStoreNotifyMachPort(mySession->store, identifier, port);
/macosx-10.9.5/remote_cmds-41.90.1/revnetgroup.tproj/
H A Dhash.h62 extern void store(struct group_entry ** , char *, char *);
/macosx-10.9.5/IOKitUser-907.100.13/
H A DIOSystemConfiguration.h48 SCDynamicStoreRef store,
54 SCDynamicStoreRef store,
60 SCDynamicStoreRef store,
73 SCDynamicStoreRef store,
89 SCDynamicStoreRef store,
95 SCDynamicStoreRef store,
101 SCDynamicStoreRef store,
/macosx-10.9.5/configd-596.15/Plugins/common/
H A Dcache.c70 cache_SCDynamicStoreCopyValue(SCDynamicStoreRef store, CFStringRef key) argument
94 value = SCDynamicStoreCopyValue(store, key);
105 cache_SCDynamicStoreSetValue(SCDynamicStoreRef store, CFStringRef key, CFPropertyListRef value) argument
124 cache_SCDynamicStoreRemoveValue(SCDynamicStoreRef store, CFStringRef key) argument
140 cache_SCDynamicStoreNotifyValue(SCDynamicStoreRef store, CFStringRef key) argument
154 cache_write(SCDynamicStoreRef store) argument
159 if (!SCDynamicStoreSetMultiple(store,
/macosx-10.9.5/configd-596.15/Plugins/IPMonitor/
H A Dset-hostname.c45 static SCDynamicStoreRef store = NULL; variable
220 copy_prefs_hostname(SCDynamicStoreRef store) argument
227 dict = SCDynamicStoreCopyValue(store, key);
251 copy_primary_service(SCDynamicStoreRef store) argument
260 dict = SCDynamicStoreCopyValue(store, key);
280 copy_primary_ip(SCDynamicStoreRef store, CFStringRef serviceID) argument
290 dict = SCDynamicStoreCopyValue(store, key);
319 SCDynamicStoreRef store = (SCDynamicStoreRef)context; local
366 hostname = SCDynamicStoreCopyLocalHostName(store);
396 SCDynamicStoreRef store local
452 start_dns_query(SCDynamicStoreRef store, CFStringRef address) argument
526 update_hostname(SCDynamicStoreRef store, CFArrayRef changedKeys, void *info) argument
725 SCDynamicStoreRef store; local
[all...]
/macosx-10.9.5/IOKitUser-907.100.13/ps.subproj/
H A DIOPowerSources.c58 SCDynamicStoreRef store = NULL; local
63 store = SCDynamicStoreCreate(kCFAllocatorDefault,
65 if (!store)
76 scWarnValue = isA_CFNumber(SCDynamicStoreCopyValue(store, key));
86 if (store) CFRelease(store);
132 SCDynamicStoreRef store = NULL; local
136 store = SCDynamicStoreCreate(kCFAllocatorDefault,
138 if (!store)
149 ret_dict = isA_CFDictionary(SCDynamicStoreCopyValue(store, ke
196 SCDynamicStoreRef store = NULL; local
[all...]

Completed in 202 milliseconds

1234567891011>>