Searched refs:Owner (Results 1 - 25 of 32) sorted by relevance

12

/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DUserMessageCoders.h71 template<typename Owner>
89 encoder << Owner(array->at(i));
101 encoder << Owner(it->value.get());
152 encoder << Owner(renderLayer->renderer());
158 encoder << Owner(renderLayer->negativeZOrderList());
159 encoder << Owner(renderLayer->normalFlowList());
160 encoder << Owner(renderLayer->positiveZOrderList());
168 encoder << Owner(renderObject->elementClassNames());
171 encoder << Owner(renderObject->children().get());
260 template<typename Owner>
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A Dtoaster.test25 set Owner $env(USER)
27 set Owner $env(LOGNAME)
29 set Owner [exec logname]
36 global Owner
37 Toaster original -heat 1 -outlet [Outlet #auto -owner $Owner]
93 global Owner
94 SmartToaster deluxe -heat 4 -outlet [Outlet #auto -owner $Owner]
/macosx-10.9.5/securityd-55199.3/src/
H A Dtokencache.h103 enum Owner { securityd, tokend }; enum in class:TokenCache
104 void makedir(const char *path, int flags, mode_t mode, Owner owner);
105 void makedir(const string &path, int flags, mode_t mode, Owner owner)
H A Dtokencache.cpp169 void TokenCache::makedir(const char *path, int flags, mode_t mode, Owner owner)
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DLockFileManager.h47 Optional<std::pair<std::string, int> > Owner; member in class:llvm::LockFileManager
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DLockFileManager.cpp72 if ((Owner = readLockFile(LockFileName)))
136 if ((Owner = readLockFile(LockFileName)))
146 if (Owner)
193 if (!processStillExecuting((*Owner).first, (*Owner).second))
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DSymbolTableListTraitsImpl.h69 ItemParentClass *Owner = getListOwner(); local
70 V->setParent(Owner);
72 if (ValueSymbolTable *ST = TraitsClass::getSymTab(Owner))
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Object/
H A DObjectFile.h102 RelocationRef(DataRefImpl RelocationP, const ObjectFile *Owner);
144 SectionRef(DataRefImpl SectionP, const ObjectFile *Owner);
207 SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner);
250 LibraryRef(DataRefImpl LibraryP, const ObjectFile *Owner);
398 inline SymbolRef::SymbolRef(DataRefImpl SymbolP, const ObjectFile *Owner) argument
400 , OwningObject(Owner) {}
453 const ObjectFile *Owner)
455 , OwningObject(Owner) {}
532 const ObjectFile *Owner)
534 , OwningObject(Owner) {}
452 SectionRef(DataRefImpl SectionP, const ObjectFile *Owner) argument
531 RelocationRef(DataRefImpl RelocationP, const ObjectFile *Owner) argument
583 LibraryRef(DataRefImpl LibraryP, const ObjectFile *Owner) argument
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Shared/mac/
H A DObjCObjectGraphCoders.mm92 template<typename Owner>
121 encoder << Owner([array objectAtIndex:i]);
133 encoder << Owner([keys objectAtIndex:i]);
134 encoder << Owner([values objectAtIndex:i]);
167 template<typename Owner>
170 static bool baseDecode(CoreIPC::ArgumentDecoder& decoder, Owner& coder, WebKitNSType& type)
194 Owner messageCoder(coder, value);
213 Owner keyMessageCoder(coder, key);
218 Owner valueMessageCoder(coder, value);
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_cspdl/lib/
H A DSSCSPSession.h142 CSSM_ACL_OWNER_PROTOTYPE &Owner);
153 void GetLoginOwner(CSSM_ACL_OWNER_PROTOTYPE &Owner);
H A DSSCSPSession.cpp467 CSSM_ACL_OWNER_PROTOTYPE &Owner)
469 lookupKey(Key).getOwner(Owner, *this);
501 SSCSPSession::GetLoginOwner(CSSM_ACL_OWNER_PROTOTYPE &Owner) argument
466 GetKeyOwner(const CssmKey &Key, CSSM_ACL_OWNER_PROTOTYPE &Owner) argument
H A DSSDLSession.h97 CSSM_ACL_OWNER_PROTOTYPE &Owner);
/macosx-10.9.5/Security-55471.14.18/libsecurity_sd_cspdl/lib/
H A DSDCSPSession.h147 CSSM_ACL_OWNER_PROTOTYPE &Owner);
158 void GetLoginOwner(CSSM_ACL_OWNER_PROTOTYPE &Owner);
H A DSDCSPSession.cpp471 CSSM_ACL_OWNER_PROTOTYPE &Owner)
473 lookupKey(Key).getOwner(Owner, *this);
505 SDCSPSession::GetLoginOwner(CSSM_ACL_OWNER_PROTOTYPE &Owner) argument
470 GetKeyOwner(const CssmKey &Key, CSSM_ACL_OWNER_PROTOTYPE &Owner) argument
H A DSDDLSession.h96 CSSM_ACL_OWNER_PROTOTYPE &Owner);
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp222 const FilterChooser *Owner;// points to the FilterChooser who owns this filter member in class:__anon10828::Filter
495 : Owner(f.Owner), StartBit(f.StartBit), NumBits(f.NumBits), Mixed(f.Mixed),
504 : Owner(&owner), StartBit(startBit), NumBits(numBits), Mixed(mixed) {
505 assert(StartBit + NumBits - 1 < Owner->BitWidth);
510 for (unsigned i = 0, e = Owner->Opcodes.size(); i != e; ++i) {
514 Owner->insnWithID(Insn, Owner->Opcodes[i]);
518 bool ok = Owner->fieldFromInsn(Field, Insn, StartBit, NumBits);
523 LastOpcFiltered = Owner
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/src/
H A Dformat.cpp27 c4_HandlerSeq &Owner()const;
38 d4_inline c4_HandlerSeq &c4_FormatHandler::Owner()const { function in class:c4_FormatHandler
98 _data.SetRowCount(Owner().NumRows());
420 int rows = Owner().NumRows();
544 int rows = Owner().NumRows();
583 return cp->FetchBytes(start, length_, Owner().Buffer(), false);
939 hs = d4_new c4_HandlerSeq(Owner(), this);
988 int rows = Owner().NumRows();
998 hs = d4_new c4_HandlerSeq(Owner(), this);
1057 d4_assert(&curr->Parent() == &Owner());
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_plugin/
H A DDatabaseSession.h84 CSSM_ACL_OWNER_PROTOTYPE &Owner);
H A DCSPsession.h427 CSSM_ACL_OWNER_PROTOTYPE &Owner);
439 void GetLoginOwner(CSSM_ACL_OWNER_PROTOTYPE &Owner);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_plugin/lib/
H A DDatabaseSession.h84 CSSM_ACL_OWNER_PROTOTYPE &Owner);
H A DCSPsession.h427 CSSM_ACL_OWNER_PROTOTYPE &Owner);
439 void GetLoginOwner(CSSM_ACL_OWNER_PROTOTYPE &Owner);
/macosx-10.9.5/Security-55471.14.18/libsecurity_cssm/lib/
H A Dcssmdli.h86 CSSM_ACL_OWNER_PROTOTYPE_PTR Owner);
H A Dcssmcspi.h348 CSSM_ACL_OWNER_PROTOTYPE_PTR Owner);
356 CSSM_ACL_OWNER_PROTOTYPE_PTR Owner);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/amazon-s3/
H A DS3.tcl781 Owner/ID [::xsxp::fetch $pxml "Owner/ID" %PCDATA] \
782 Owner/DisplayName \
783 [::xsxp::fetch $pxml "Owner/DisplayName" %PCDATA] \
789 return [list [::xsxp::fetch $pxml Owner/ID %PCDATA] \
790 [::xsxp::fetch $pxml Owner/DisplayName %PCDATA] ]
977 set names {Key LastModified ETag Size Owner/ID Owner/DisplayName StorageClass}
1430 set owner [xsxp::fetch $pxml Owner/ID %PCDATA]
1467 return "<AccessControlPolicy xmlns=\"http://s3.amazonaws.com/doc/2006-03-01/\"><Owner><I
[all...]
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOServicePMPrivate.h212 IOService * Owner; member in class:IOServicePM
393 #define fOwner pwrMgt->Owner

Completed in 311 milliseconds

12