Searched refs:Put (Results 76 - 100 of 102) sorted by path

12345

/haiku/src/kits/locale/
H A DDefaultCatalog.cpp166 return fCatMap.Put(key, translated);
462 fCatMap.Put(key, translated);
H A DHashMapCatalog.cpp232 return fCatMap.Put(key, translatedCopy.String());
245 return fCatMap.Put(key, translatedCopy.String());
257 return fCatMap.Put(key, translatedCopy.String());
/haiku/src/kits/media/
H A DBuffer.cpp273 fBufferList->Put();
H A DBufferCache.cpp66 status_t error = fMap.Put(id, entry);
H A DSharedBufferList.cpp102 SharedBufferList::Put() function in class:BPrivate::SharedBufferList
137 Put();
/haiku/src/kits/network/libnetservices/
H A DNetworkCookieJar.cpp159 if (fCookieHashMap->Put(key, list) != B_OK) {
H A DUrlContext.cpp38 fAuthenticationMap->Put(HashString("", 0), new BHttpAuthentication());
80 fAuthenticationMap->Put(hostHash, copy);
/haiku/src/kits/network/libnetservices2/
H A DHttpRequest.cpp137 case Put:
/haiku/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp1240 fStringCache.Put(value.string);
/haiku/src/kits/shared/
H A DWeakReferenceable.cpp45 WeakPointer::Put() function in class:BPrivate::WeakPointer
/haiku/src/kits/translation/
H A DTranslatorRoster.cpp49 void Put(const entry_ref& ref);
108 QuarantineTranslatorImage::Put(const entry_ref& ref) function in class:BPrivate::QuarantineTranslatorImage
576 quarantine.Put(item->ref);
/haiku/src/servers/app/drawing/
H A DAlphaMask.cpp589 AlphaMaskCache::Default()->Put(this);
/haiku/src/servers/app/font/
H A DFontCache.cpp86 || fFontCacheEntries.Put(signature, entry) < B_OK) {
H A DFontManager.cpp337 fStyleHashTable.Put(FontKey(familyID, styleID), style);
352 fDelistedStyleHashTable.Put(key, style);
/haiku/src/servers/media/
H A DBufferManager.cpp30 fSharedBufferList->Put();
95 if (fBufferInfoMap.Put(info.id, info) != B_OK)
223 if (fCloneInfoMap.Put(area, info) == B_OK) {
224 if (fSourceInfoMap.Put(clonedArea, area) == B_OK)
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp414 class Put : public Action { class in namespace:BlockTracing
416 Put(block_cache* cache, cached_block* block) function in class:BlockTracing::Put
1850 TB(Put(cache, block));
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp865 return partition && fPartitions->Put(partition->ID(), partition) == B_OK;
1075 addedSystems.Put(system->ID(), system);
1159 error = fDiskSystems->Put(diskSystem->ID(), diskSystem);
1172 if (fDevices->Put(device->ID(), device) == B_OK)
/haiku/src/system/kernel/
H A Dteam.cpp1941 team->address_space->Put();
/haiku/src/system/kernel/vm/
H A DVMAddressSpaceLocking.cpp84 fSpace->Put();
207 fSpace->Put();
394 space->Put();
404 space->Put();
422 fItems[i].space->Put();
564 fItems[i].space->Put();
H A DVMKernelAddressSpace.cpp445 Put();
470 Put();
H A DVMUserAddressSpace.cpp367 Put();
384 Put();
474 Put();
H A Dvm.cpp2541 addressSpace->Put();
3062 addressSpace->Put();
4653 addressSpace->Put();
5731 addressSpace->Put();
5777 addressSpace->Put();
6125 addressSpace->Put();
/haiku/src/system/libroot/os/
H A Dfind_paths.cpp136 void Put() function in struct:__anon49::InstallationLocations
559 MethodDeleter<InstallationLocations, void, &InstallationLocations::Put>
680 MethodDeleter<InstallationLocations, void, &InstallationLocations::Put>
758 MethodDeleter<InstallationLocations, void, &InstallationLocations::Put>
/haiku/src/tests/kits/net/netservices2/
H A DHttpProtocolTest.cpp243 CPPUNIT_ASSERT_EQUAL(BHttpMethod(BHttpMethod::Put).Method(), "PUT"sv);
/haiku/src/tests/kits/shared/
H A DLRUCacheTest.cpp46 map.Put(HashString(tmpKey), tmpValue);
74 map.Put(HashString("Red"), "Rot");
75 map.Put(HashString("Yellow"), "Gelb");
77 map.Put(HashString("Green"), "Gruen");
78 map.Put(HashString("Purple"), "Lila");
95 map.Put(HashString("Town"), "Tirau");
96 map.Put(HashString("Lake"), "Taupo");

Completed in 245 milliseconds

12345