Searched refs:store (Results 101 - 125 of 592) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_attr.rb46 tl = @store.add_file 'file.rb'
57 loaded.store = @store
77 tl = @store.add_file 'file.rb'
92 loaded.store = @store
111 tl = @store.add_file 'file.rb'
122 loaded.store = @store
145 tl = @store
[all...]
H A Dtest_rdoc_stats.rb8 @s = RDoc::Stats.new @store, 0
10 @tl = @store.add_file 'file.rb'
43 @store.complete :public
68 @store.complete :public
85 @store.complete :public
99 @store.complete :public
127 @store.complete :public
145 @store.complete :public
162 @store.complete :public
176 @store
[all...]
H A Dtest_rdoc_store.rb154 top_level = @store.add_file 'file.rb'
157 assert_equal @store, top_level.store
159 assert_includes @store.all_files, top_level
161 assert_same top_level, @store.add_file('file.rb')
162 refute_same top_level, @store.add_file('other.rb')
166 top_level = @store.add_file 'path/file.rb', 'file.rb'
169 assert_equal @store, top_level.store
174 assert_includes @store
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/ri/
H A Ddriver.rb383 store = RDoc::RI::Store.new path, type
384 store.load_cache
385 @stores << store
409 also_in.each do |store|
410 paths.parts.push store.friendly_path, "\n"
437 # Adds "(from ...)" to +out+ for +store+
439 def add_from out, store
440 out << RDoc::Markup::Paragraph.new("(from #{store.friendly_path})")
460 extensions.each do |modules, store|
464 path = store
[all...]
/macosx-10.9.5/configd-596.15/Plugins/KernelEventMonitor/
H A Dev_dlil.c61 dict = cache_SCDynamicStoreCopyValue(store, key);
100 cache_SCDynamicStoreSetValue(store, key, newDict);
102 cache_SCDynamicStoreRemoveValue(store, key);
150 cache_SCDynamicStoreSetValue(store, key, newDict);
152 cache_SCDynamicStoreRemoveValue(store, key);
244 cache_SCDynamicStoreSetValue(store, key, newDict);
263 cache_SCDynamicStoreSetValue(store, key, newDict);
276 cache_SCDynamicStoreRemoveValue(store, key);
281 cache_SCDynamicStoreRemoveValue(store, key);
287 cache_SCDynamicStoreRemoveValue(store, ke
[all...]
/macosx-10.9.5/configd-596.15/configd.tproj/
H A D_configset.c42 __SCDynamicStoreSetValue(SCDynamicStoreRef store, CFStringRef key, CFDataRef value, Boolean internal) argument
49 SCDynamicStorePrivateRef storePrivate = (SCDynamicStorePrivateRef)store;
78 * Update the dictionary entry to be saved to the store.
171 * Update the dictionary entry in the store.
178 * For "new" entries to the store, check the deferred cleanup
263 *sc_status = __SCDynamicStoreSetValue(mySession->store, key, data, FALSE);
278 SCDynamicStoreRef store = (SCDynamicStoreRef)context; local
288 (void) __SCDynamicStoreSetValue(store, k, v, TRUE);
297 SCDynamicStoreRef store = (SCDynamicStoreRef)context; local
303 (void) __SCDynamicStoreRemoveValue(store,
312 SCDynamicStoreRef store = (SCDynamicStoreRef)context; local
325 __SCDynamicStoreSetMultiple(SCDynamicStoreRef store, CFDictionaryRef keysToSet, CFArrayRef keysToRemove, CFArrayRef keysToNotify) argument
[all...]
H A D_configget.c39 __SCDynamicStoreCopyValue(SCDynamicStoreRef store, CFStringRef key, CFDataRef *value, Boolean internal) argument
41 SCDynamicStorePrivateRef storePrivate = (SCDynamicStorePrivateRef)store;
105 *sc_status = __SCDynamicStoreCopyValue(mySession->store, key, &value, FALSE);
134 SCDynamicStoreRef store; member in struct:__anon7137
150 sc_status = __SCDynamicStoreCopyValue(myContextRef->store, key, &data, TRUE);
171 sc_status = __SCDynamicStoreCopyKeyList(myContextRef->store, pattern, TRUE, &keys);
185 __SCDynamicStoreCopyMultiple(SCDynamicStoreRef store, CFArrayRef keys, CFArrayRef patterns, CFDictionaryRef *values) argument
187 SCDynamicStorePrivateRef storePrivate = (SCDynamicStorePrivateRef)store;
198 myContext.store = store;
[all...]
H A D_notifyadd.c86 __SCDynamicStoreAddWatchedKey(SCDynamicStoreRef store, CFStringRef key, Boolean isRegex, Boolean internal) argument
90 SCDynamicStorePrivateRef storePrivate = (SCDynamicStorePrivateRef)store;
127 * store to mark our interest in any changes.
171 *sc_status = __SCDynamicStoreAddWatchedKey(mySession->store, key, isRegex != 0, FALSE);
184 SCDynamicStoreRef store; member in struct:__anon7138
207 myContextRef->sc_status = __SCDynamicStoreRemoveWatchedKey(myContextRef->store,
232 myContextRef->sc_status = __SCDynamicStoreAddWatchedKey(myContextRef->store,
244 __SCDynamicStoreSetNotificationKeys(SCDynamicStoreRef store, CFArrayRef keys, CFArrayRef patterns) argument
247 SCDynamicStorePrivateRef storePrivate = (SCDynamicStorePrivateRef)store;
257 myContext.store
[all...]
H A D_configadd.c39 __SCDynamicStoreAddValue(SCDynamicStoreRef store, CFStringRef key, CFDataRef value) argument
42 SCDynamicStorePrivateRef storePrivate = (SCDynamicStorePrivateRef)store;
57 sc_status = __SCDynamicStoreCopyValue(store, key, &tempValue, TRUE);
60 /* store key does not exist, proceed */
64 /* store key exists, sorry */
79 sc_status = __SCDynamicStoreSetValue(store, key, value, TRUE);
142 *sc_status = __SCDynamicStoreAddValue(mySession->store, key, data);
201 storePrivate = (SCDynamicStorePrivateRef)mySession->store;
205 *sc_status = __SCDynamicStoreAddValue(mySession->store, key, data);
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dgss-serv.c381 if (gssapi_client.store.filename != NULL) {
384 gssapi_client.store.filename);
385 unlink(gssapi_client.store.filename);
407 if (gssapi_client.store.envvar != NULL &&
408 gssapi_client.store.envval != NULL) {
409 debug("Setting %s to %s", gssapi_client.store.envvar,
410 gssapi_client.store.envval);
411 child_set_env(envp, envsizep, gssapi_client.store.envvar,
412 gssapi_client.store.envval);
430 gssapi_client.store
511 ssh_gssapi_update_creds(ssh_gssapi_ccache *store) argument
[all...]
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCDNotifierWait.c68 SCDynamicStoreNotifyWait(SCDynamicStoreRef store) argument
70 SCDynamicStorePrivateRef storePrivate = (SCDynamicStorePrivateRef)store;
77 if (store == NULL) {
148 if (__SCDynamicStoreCheckRetryAndHandleError(store,
201 if (__SCDynamicStoreCheckRetryAndHandleError(store,
H A DSCDConsoleUser.c82 SCDynamicStoreCopyConsoleUser(SCDynamicStoreRef store, argument
91 dict = SCDynamicStoreCopyValue(store, key);
139 SCDynamicStoreCopyConsoleInformation(SCDynamicStoreRef store) argument
146 dict = SCDynamicStoreCopyValue(store, key);
170 SCDynamicStoreSetConsoleInformation(SCDynamicStoreRef store, argument
182 ok = SCDynamicStoreRemoveValue(store, key);
211 ok = SCDynamicStoreSetValue(store, key, dict);
222 SCDynamicStoreSetConsoleUser(SCDynamicStoreRef store, argument
234 ok = SCDynamicStoreRemoveValue(store, key);
255 ok = SCDynamicStoreSetValue(store, ke
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/examples_java/src/persist/
H A DPersonExample.java110 public PersonAccessor(EntityStore store) argument
113 personBySsn = store.getPrimaryIndex(
116 personByParentSsn = store.getSecondaryIndex(
119 personByEmailAddresses = store.getSecondaryIndex(
122 personByEmployerIds = store.getSecondaryIndex(
125 employerById = store.getPrimaryIndex(
128 employerByName = store.getSecondaryIndex(
148 private EntityStore store; field in class:PersonExample
162 /* Open a transactional entity store. */
166 store
[all...]
/macosx-10.9.5/configd-596.15/Plugins/IPMonitor/
H A Dsmb-configuration.c63 static SCDynamicStoreRef store = NULL; variable
219 smb_copy_global_configuration(SCDynamicStoreRef store) argument
227 dict = SCDynamicStoreCopyValue(store, key);
269 smb_set_configuration(SCDynamicStoreRef store, CFDictionaryRef dict) argument
299 str = SCDynamicStoreCopyComputerName(store, &macEncoding);
310 dict = SCDynamicStoreCopyValue(store, key);
413 copy_primary_service(SCDynamicStoreRef store) argument
422 dict = SCDynamicStoreCopyValue(store, key);
442 copy_primary_ip(SCDynamicStoreRef store, CFStringRef serviceID) argument
452 dict = SCDynamicStoreCopyValue(store, ke
483 SCDynamicStoreRef store = (SCDynamicStoreRef)context; local
600 SCDynamicStoreRef store = (SCDynamicStoreRef)info; local
653 start_dns_query(SCDynamicStoreRef store, CFStringRef address) argument
732 SCDynamicStoreRef store = (SCDynamicStoreRef)info; local
819 configuration_changed(SCDynamicStoreRef store, CFArrayRef changedKeys, void *info) argument
958 SCDynamicStoreRef store; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DJoinTest.java42 private EntityStore store; field in class:JoinTest
49 * Opens the store.
58 store = new EntityStore(env, "test", config);
60 primary = store.getPrimaryIndex(Integer.class, MyEntity.class);
61 sec1 = store.getSecondaryIndex(primary, Integer.class, "k1");
62 sec2 = store.getSecondaryIndex(primary, Integer.class, "k2");
63 sec3 = store.getSecondaryIndex(primary, Integer.class, "k3");
67 * Closes the store.
72 store.close();
H A DOperationTest.java43 * Tests misc store and index operations that are not tested by IndexTest.
55 private EntityStore store; field in class:OperationTest
77 store = new EntityStore(env, STORE_NAME, config);
83 store.close();
84 store = null;
88 * The store must be closed before closing the environment.
94 if (store != null) {
95 store.close();
100 store = null;
109 store
[all...]
H A DSubclassIndexTest.java73 EntityStore store = new EntityStore(env, "foo", storeConfig);
76 store.getPrimaryIndex(String.class, Employee.class);
96 store.getSubclassIndex
125 store.getSubclassIndex
130 store.getSubclassIndex
136 store.close();
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Drdoc.rb63 # The current documentation store
65 attr_reader :store
101 @store = nil
227 # Sets the current documentation tree to +store+ and sets the store's rdoc
230 def store= store
231 @store = store
232 @store
[all...]
/macosx-10.9.5/CPANInternal-140/Variable-Magic/t/
H A D32-hash.t14 [ qw/get set len clear free copy dup local fetch store exists delete/ ],
44 +{ (store => 2, copy => 2) x VMG_UVAR, clear => 1 },
48 +{ (exists => 3, store => 3, copy => 3) x VMG_UVAR, clear => 1 },
51 watch { $h{d} = 2; () } +{ (store => 1) x VMG_UVAR },
54 watch { $h{c} = 3; () } +{ (store => 1, copy => 1) x VMG_UVAR },
H A D28-uvar.t20 my $wiz = init_watcher [ qw/fetch store exists delete/ ], 'uvar';
33 watch { $h{c} = 4 } { store => 1 }, 'store directly';
35 $x = watch { $h{c} = 5 } { store => 1 }, 'fetch and store';
36 is $x, 5, 'uvar: fetch and store correctly';
67 watch { $h{x} = 9 } { store => 1 }, 'store on tied hash';
91 is $@, '', 'uvar: store with incomplete magic doesn\'t croak';
92 is $h2{a}, 73, 'uvar: store wit
[all...]
/macosx-10.9.5/Heimdal-323.92.1/plugins/
H A DReachability.m102 SCDynamicStoreRef store = NULL;
132 store = SCDynamicStoreCreate(kCFAllocatorDefault, CFSTR("Kerberos"), NULL, NULL);
135 top = (NSDictionary *)SCDynamicStoreCopyValue(store, (CFStringRef)sckey);
193 if (store)
194 CFRelease(store);
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/collections/test/serial/
H A DStoredClassCatalogTest.java42 static final String STORE_FILE = "catalogtest-store.db";
71 private Database store; field in class:StoredClassCatalogTest
99 store = openDb(STORE_FILE, false);
101 map = new StoredMap(store, keyBinding, valueBinding, true);
125 if (store != null) {
126 store.close();
138 store = null;
H A DStoredClassCatalogTestInit.java69 private Database store; field in class:StoredClassCatalogTestInit
91 store = openDb(STORE_FILE);
93 map = new StoredMap(store, keyBinding, valueBinding, true);
114 if (store != null) {
115 store.close();
126 store = null;
/macosx-10.9.5/IOAudioFamily-197.4.2/PCMBlitterLib/
H A DIOAudioBlitterLib.h96 /* Finally, then store the result back */ \
202 static void store(value_type *p, float val) { *p = val; } function in class:PCMFloat32
210 static void store(value_type *p, value_type val) { *p = val; } function in class:PCMFloat64
218 static void store(value_type *p, int val) { *p = val; } function in class:PCMSInt8
226 static void store(value_type *p, int val) { *p = val ^ 0x80; } function in class:PCMUInt8
234 static void store(value_type *p, int val) { *p = val; } function in class:PCMSInt16Native
256 static void store(value_type *p, int val) function in class:PCMSInt16Swap
273 static void store(value_type *p, int val) { *p = val; } function in class:PCMSInt32Native
292 static void store(value_type *p, int val) function in class:PCMSInt32Swap
319 static void store(value_typ function in class:PCMFloat64Swap
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/docs_src/ref/am/
H A Dcurput.cs13 int store(DB *);
33 store(dbp);
41 store(dbp)
78 * store the record as the last of the duplicate set.

Completed in 191 milliseconds

1234567891011>>