Searched refs:addEntry (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/utils/TableGen/
H A DEDEmitter.cpp47 int addEntry(const char *e) { function in class:__anon10883::EnumEmitter
135 CompoundConstantEmitter &addEntry(ConstantEmitter *e) { function in class:__anon10887::CompoundConstantEmitter
191 FlagsConstantEmitter &addEntry(const char *f) { function in class:__anon10888::FlagsConstantEmitter
237 operandOrder->addEntry(
403 operandFlags[opIndex]->addEntry(opFlag);
849 infoArray.addEntry(infoStruct);
852 infoStruct->addEntry(instType);
856 infoStruct->addEntry(numOperandsEmitter);
859 infoStruct->addEntry(operandTypeArray);
864 infoStruct->addEntry(operandFlagArra
[all...]
/macosx-10.10/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOLocalConfigDirectory.h80 // All flavours of addEntry eat a retain of the desc string
81 virtual IOReturn addEntry(int key, UInt32 value, OSString *desc = NULL);
82 virtual IOReturn addEntry(int key, IOLocalConfigDirectory *value,
84 virtual IOReturn addEntry(int key, OSData *value, OSString *desc = NULL);
85 virtual IOReturn addEntry(int key, FWAddress value, OSString *desc = NULL);
99 virtual IOReturn addEntry(OSString *desc);
H A DIOLocalConfigDirectory.cpp341 // addEntry
345 IOReturn IOLocalConfigDirectory::addEntry(int key, UInt32 value, OSString* desc ) function in class:IOLocalConfigDirectory
368 addEntry(desc);
377 // addEntry
381 IOReturn IOLocalConfigDirectory::addEntry( int key, IOLocalConfigDirectory *value, OSString* desc ) function in class:IOLocalConfigDirectory
402 addEntry(desc);
411 // addEntry
415 IOReturn IOLocalConfigDirectory::addEntry(int key, OSData *value, OSString* desc ) function in class:IOLocalConfigDirectory
448 addEntry(desc);
457 // addEntry
461 IOReturn IOLocalConfigDirectory::addEntry( int key, FWAddress value, OSString* desc ) function in class:IOLocalConfigDirectory
494 IOReturn IOLocalConfigDirectory::addEntry(OSString *desc) function in class:IOLocalConfigDirectory
[all...]
H A DIOFireLog.cpp598 fUnitDir->addEntry(kConfigUnitSpecIdKey, (UInt32)0x27);
599 fUnitDir->addEntry(kConfigUnitSwVersionKey, (UInt32)0x1);
600 fUnitDir->addEntry(kFireLogVersionKey, (UInt32)3 );
601 fUnitDir->addEntry(kFireLogSizeKey, log_size );
602 fUnitDir->addEntry(kFireLogAddressHiKey, (UInt32)(log_physical_address >> 16) );
603 fUnitDir->addEntry(kFireLogAddressLoKey, (UInt32)(log_physical_address & 0x0000FFFF) );
604 fUnitDir->addEntry(kFireLogRandomIDKey, (UInt32)(log_random_id & 0x00FFFFFF) );
605 fUnitDir->addEntry(kFireLogMaxEntrySizeKey, (UInt32)( sizeof(uint64_t) + sizeof(UInt32) + kFireLogTempBufferSize + sizeof(UInt32)) );
H A DIOFireWireController.cpp1093 fRootDir->addEntry(kConfigGenerationKey, (UInt32)1);
1095 fRootDir->addEntry(kConfigModuleVendorIdKey, kConfigUnitSpecAppleA27, OSString::withCString("Apple Computer, Inc."));
1096 fRootDir->addEntry(kConfigModelIdKey, kConfigUnitSWVersMacintosh10, OSString::withCString("Macintosh"));
1098 fRootDir->addEntry(kConfigNodeCapabilitiesKey, 0x000083C0);
1103 fRootDir->addEntry(kConfigNodeUniqueIdKey, t);
4465 getRootDir()->addEntry(kConfigUnitDirectoryKey, unitDir);
H A DIOFireWireUserClient.cpp2193 error = dir->addEntry ( key, data, desc ) ;
2239 IOReturn error = dir->addEntry(key, value, desc) ;
2282 IOReturn error = dir->addEntry( key, *value, desc ) ;
2348 error = dir->addEntry( key, value, desc ) ;
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/ldapc++/src/
H A DLDAPEntryList.cpp37 void LDAPEntryList::addEntry(const LDAPEntry& e){ function in class:LDAPEntryList
H A DLDAPEntryList.h65 void addEntry(const LDAPEntry& e);
H A DLDAPSearchResults.cpp30 entryList.addEntry(*((LDAPSearchResult*)res)->getEntry());
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_x509_cl/lib/
H A DLockedMap.h54 addEntry(ValueType &value, KeyType key) function in class:LockedMap
H A DSession_CRL.cpp80 cacheMap.addEntry(*cachedCrl, cachedCrl->handle());
89 queryMap.addEntry(*query, query->handle());
224 cacheMap.addEntry(*cachedCrl, cachedCrl->handle());
269 queryMap.addEntry(*query, query->handle());
H A DSession_Cert.cpp82 cacheMap.addEntry(*cachedCert, cachedCert->handle());
91 queryMap.addEntry(*query, query->handle());
146 cacheMap.addEntry(*cachedCert, cachedCert->handle());
181 queryMap.addEntry(*query, query->handle());
/macosx-10.10/ICU-531.30/icuSources/common/
H A Drbbirb.h80 virtual void addEntry (const UnicodeString &key, RBBINode *val, UErrorCode &err);
H A Drbbistbl.cpp180 // RBBISymbolTable::addEntry Add a new entry to the symbol table.
185 void RBBISymbolTable::addEntry (const UnicodeString &key, RBBINode *val, UErrorCode &err) { function in class:RBBISymbolTable
H A Drbbiscan.cpp293 fSymbolTable->addEntry(varRefNode->fText, varRefNode, *fRB->fStatus);
/macosx-10.10/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFireWireIP.cpp902 ioStat = fLocalIP1394ConfigDirectory->addEntry(kConfigUnitSpecIdKey, IP1394_SPEC_ID) ;
905 ioStat = fLocalIP1394ConfigDirectory->addEntry(kConfigUnitSwVersionKey, IP1394_VERSION) ;
919 ioStat = fLocalIP1394v6ConfigDirectory->addEntry(kConfigUnitSpecIdKey, IP1394_SPEC_ID) ;
922 ioStat = fLocalIP1394v6ConfigDirectory->addEntry(kConfigUnitSwVersionKey, IP1394v6_VERSION) ;
/macosx-10.10/WebCore-7600.1.25/loader/appcache/
H A DApplicationCacheGroup.h130 void addEntry(const String&, unsigned type);
H A DApplicationCacheGroup.cpp771 addEntry(urlAndResource.key, type);
776 addEntry(explicitURL, ApplicationCacheResource::Explicit);
780 addEntry(manifest.fallbackURLs[i].second, ApplicationCacheResource::Fallback);
1035 void ApplicationCacheGroup::addEntry(const String& url, unsigned type) function in class:WebCore::ApplicationCacheGroup
/macosx-10.10/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWireAVCTargetSpace.cpp596 res = fAVCLocalConfigDirectory->addEntry(0x12,0xA02D) ;
599 res = fAVCLocalConfigDirectory->addEntry(0x13,0x10001) ;
/macosx-10.10/vim-55/runtime/syntax/
H A Dphp.vim202 syn keyword phpMethods getHeight getWidth addAction addShape setAction setdown setHit setOver setUp addColor move moveTo multColor remove Rotate rotateTo scale scaleTo setDepth setName setRatio skewX skewXTo skewY skewYTo moveTo rotateTo scaleTo skewXTo skewYTo getwidth addEntry getshape1 getshape2 add nextframe output remove save setbackground setdimension setframes setrate streammp3 addFill drawCurve drawCurveTo drawLine drawLineTo movePen movePenTo setLeftFill setLine setRightFill add nextframe remove setframes addString getWidth moveTo setColor setFont setHeight setSpacing addstring align setbounds setcolor setFont setHeight setindentation setLeftMargin setLineSpacing setMargins setname setrightMargin contained

Completed in 164 milliseconds