Searched refs:existing (Results 1 - 25 of 245) sorted by relevance

12345678910

/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DAuthenticationChallengeManager.cpp124 Vector<OwnPtr<ChallengeInfo> > existing; local
125 d->m_challenges.swap(existing);
127 for (size_t i = 0; i < existing.size(); ++i) {
128 if (existing[i]->pageClient != client)
129 d->m_challenges.append(existing[i].release());
180 Vector<OwnPtr<ChallengeInfo> > existing; local
181 d->m_challenges.swap(existing);
186 for (size_t i = 0; i < existing.size(); ++i) {
187 if (existing[i]->authClient != client) {
188 if (page && !next && existing[
204 Vector<OwnPtr<ChallengeInfo> > existing; local
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DPassword.cpp56 PasswordImpl::PasswordImpl(PasswordImpl& existing) argument
58 mKeychain = existing.mKeychain;
59 mItem = existing.mItem;
60 mUseKeychain = existing.mUseKeychain;
61 mFoundInKeychain = existing.mFoundInKeychain;
62 mRememberInKeychain = existing.mRememberInKeychain;
74 // changing an existing ACL is more work than this SPI wants to do
H A DPassword.h45 PasswordImpl(PasswordImpl& existing);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DPassword.cpp56 PasswordImpl::PasswordImpl(PasswordImpl& existing) argument
58 mKeychain = existing.mKeychain;
59 mItem = existing.mItem;
60 mUseKeychain = existing.mUseKeychain;
61 mFoundInKeychain = existing.mFoundInKeychain;
62 mRememberInKeychain = existing.mRememberInKeychain;
74 // changing an existing ACL is more work than this SPI wants to do
H A DPassword.h45 PasswordImpl(PasswordImpl& existing);
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DPassword.cpp56 PasswordImpl::PasswordImpl(PasswordImpl& existing) argument
58 mKeychain = existing.mKeychain;
59 mItem = existing.mItem;
60 mUseKeychain = existing.mUseKeychain;
61 mFoundInKeychain = existing.mFoundInKeychain;
62 mRememberInKeychain = existing.mRememberInKeychain;
74 // changing an existing ACL is more work than this SPI wants to do
H A DPassword.h45 PasswordImpl(PasswordImpl& existing);
/macosx-10.9.5/ruby-104/ruby/ext/-test-/st/update/
H A Dupdate.c5 update_func(st_data_t *key, st_data_t *value, st_data_t arg, int existing) argument
7 VALUE ret = rb_yield_values(existing ? 2 : 1, (VALUE)*key, (VALUE)*value);
/macosx-10.9.5/bash-92/bash-3.2/po/
H A DRules-builtins9 --join-existing \
/macosx-10.9.5/vim-53/src/testdir/
H A Dtest60.vim13 " Non-existing script-local variable
31 " Non-existing script-local list
49 " Non-existing script-local dictionary
68 " Non-existing script-local curly-brace variable
88 " Non-existing script-local function
/macosx-10.9.5/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DVisitedObjects.java70 * Sets the object for an existing slot index.
77 * Sets the offset for an existing slot index.
111 void replaceObject(Object existing, Object replacement) { argument
113 if (objects[i] == existing) {
/macosx-10.9.5/rsync-42/rsync/testsuite/
H A Dmerge.test44 $RSYNC -av --existing -f 'exclude,! */' "$from1dir/" "$from2dir/"
45 $RSYNC -av --existing -f 'exclude,! */' "$from2dir/" "$from3dir/"
46 $RSYNC -av --existing -f 'exclude,! */' "$from1dir/" "$chkdir/"
47 $RSYNC -av --existing -f 'exclude,! */' "$from3dir/" "$chkdir/"
H A Dexclude.test124 # it's a good test of the --existing option).
125 $RSYNC -av --existing --include='*/' --exclude='*' "$fromdir/" "$chkdir/"
140 $RSYNC -av --existing --filter='exclude,! */' "$fromdir/" "$chkdir/"
155 $RSYNC -av --existing -f 'show .filt*' -f 'hide,! */' --del "$fromdir/" "$todir/"
160 $RSYNC -av --existing --filter='-! */' "$fromdir/" "$chkdir/"
178 $RSYNC -av --protocol=28 --existing --include='*/' --exclude='*' "$fromdir/" "$chkdir/"
200 $RSYNC -av --existing --filter='-! */' "$fromdir/" "$chkdir/"
209 $RSYNC -av $relative_opts --existing --filter='-! */' "$fromdir/foo" "$chkdir/"
/macosx-10.9.5/uucp-11/uucp/contrib/
H A Duudemon.shar3 # it by saving it into a file and typing "sh file". To overwrite existing
12 echo shar: Will not clobber existing file \"'Poll'\"
33 echo shar: Will not clobber existing file \"'uudemon.poll'\"
/macosx-10.9.5/dtrace-118.1/libctf/
H A Dctf_util.c55 * Prepend the specified existing element to the given ctf_list_t. The
56 * existing pointer should be pointing at a struct with embedded ctf_list_t.
75 * Delete the specified existing element from the given ctf_list_t. The
76 * existing pointer should be pointing at a struct with embedded ctf_list_t.
79 ctf_list_delete(ctf_list_t *lp, void *existing) argument
81 ctf_list_t *p = existing;
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_list.c98 dt_list_delete(dt_list_t *dlp, void *existing) argument
100 dt_list_t *p = existing;
/macosx-10.9.5/vim-53/runtime/colors/
H A Ddefault.vim13 " Remove all existing highlighting and set the defaults.
/macosx-10.9.5/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWirePCRSpace.cpp127 IOFWAddressSpace *existing; local
132 existing = bus->getAddressSpace(FWAddress(kCSRRegisterSpaceBaseAddressHi, kPCRBaseAddress));
133 if(existing && OSDynamicCast(IOFireWirePCRSpace, existing)) {
134 existing->retain();
135 return OSDynamicCast(IOFireWirePCRSpace, existing);
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dmkindex.test26 test mkindex-1.1 {remove any existing tclIndex file} {
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dicemenu.vim9 " clear existing syntax
/macosx-10.9.5/ruby-104/ruby/test/rake/
H A Dtest_rake_file_list.rb22 FileUtils.touch "existing"
121 assert_equal %w[x.c xyz.c abc.c existing].sort, fl.sort
142 fl.include %w(x.c abc.c xyz.c existing)
144 assert_equal %w[abc.c existing], fl
148 fl = FileList['x.c', 'abc.c', 'xyz.c', 'existing']
154 assert_equal %w(x.c abc.c existing), fl
159 assert_equal ['existing'], fl
161 fl.exclude('existing')
175 assert_equal %w[cfiles existing xyzzy.txt], fl.sort
181 assert_equal %w[abc.h abc.x cfiles existing
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFMessagePort.c361 CFMessagePortRef existing; local
362 if (NULL != __CFAllLocalMessagePorts && CFDictionaryGetValueIfPresent(__CFAllLocalMessagePorts, name, (const void **)&existing)) {
363 CFRetain(existing);
367 if (!CFMessagePortIsValid(existing)) { // must do this outside lock to avoid deadlock
368 CFRelease(existing);
369 existing = NULL;
371 return (CFMessagePortRef)(existing);
461 CFMessagePortRef existing; local
462 if (NULL != __CFAllLocalMessagePorts && CFDictionaryGetValueIfPresent(__CFAllLocalMessagePorts, name, (const void **)&existing)) {
463 CFRetain(existing);
505 CFMessagePortRef existing; local
562 CFMessagePortRef existing; local
620 CFMessagePortRef existing; local
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Ddependency_resolver.rb458 if existing = specs.find { |s| dep.name == s.name }
461 # existing spec.
462 next if dep.matches_spec? existing
468 # If the existing activation indicates that there
473 if existing.others_possible?
474 conflict = DependencyConflict.new(dep, existing)
476 depreq = existing.request.requester.request
477 conflict = DependencyConflict.new(depreq, existing, dep)
H A Drequest_set.rb92 existing = force ? [] : specs_in(dir)
99 if existing.find { |s| s.full_name == req.spec.full_name }
/macosx-10.9.5/ruby-104/ruby/ext/-test-/st/numhash/
H A Dnumhash.c62 update_func(st_data_t *key, st_data_t *value, st_data_t arg, int existing) argument
64 VALUE ret = rb_yield_values(existing ? 2 : 1, (VALUE)*key, (VALUE)*value);

Completed in 222 milliseconds

12345678910