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

12345678

/macosx-10.10/Security-57031.1.35/Security/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.10/Security-57031.1.35/Security/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.10/Security-57031.1.35/Security/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.10/ruby-106/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.10/bash-94.1.2/bash-3.2/po/
H A DRules-builtins9 --join-existing \
/macosx-10.10/vim-55/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.10/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.10/rsync-45/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.10/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.10/dtrace-147/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.10/dtrace-147/libdtrace/
H A Ddt_list.c98 dt_list_delete(dt_list_t *dlp, void *existing) argument
100 dt_list_t *p = existing;
/macosx-10.10/vim-55/runtime/colors/
H A Ddefault.vim13 " Remove all existing highlighting and set the defaults.
/macosx-10.10/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.10/Security-57031.1.35/SecurityTests/clxutils/anchorTest/
H A DbuildCertKeychains40 echo Warning: no existing $KCFILE!
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dmkindex.test26 test mkindex-1.1 {remove any existing tclIndex file} {
/macosx-10.10/vim-55/runtime/syntax/
H A Dicemenu.vim9 " clear existing syntax
/macosx-10.10/ruby-106/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.10/ruby-106/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.10/ruby-106/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);
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dtokencache.h77 enum Type { existing, created, temporary }; enumerator in enum:TokenCache::Token::Type

Completed in 151 milliseconds

12345678