Searched refs:Remove (Results 176 - 200 of 502) sorted by relevance

1234567891011>>

/haiku/headers/build/os/storage/
H A DEntry.h73 status_t Remove();
/haiku/headers/private/print/
H A DJobs.h94 void Remove();
/haiku/src/servers/registrar/
H A DAppInfoList.h97 inline RosterAppInfo *Remove() function in class:AppInfoList::Iterator
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAttribute.cpp129 fIterators.Remove(iterator);
H A DNameIndex.cpp143 it.Remove();
170 fEntries->Remove(entry, entry);
/haiku/src/system/kernel/scheduler/
H A Dscheduler_cpu.h70 void Remove(ThreadData* thread);
149 void Remove(ThreadData* thread);
498 fIdleCores.Remove(core);
503 gIdlePackageList.Remove(this);
/haiku/src/kits/network/libnetservices/
H A DHttpAuthentication.cpp178 additionalData.Remove(0, 1);
187 value.Remove(0, 1);
191 value.Remove(0, 1);
192 value.Remove(value.Length() - 1, 1);
/haiku/src/apps/haikudepot/textview/
H A DTextDocument.h41 status_t Remove(int32 textOffset, int32 length);
H A DTextSpan.cpp126 TextSpan::Remove(int32 start, int32 count) function in class:TextSpan
/haiku/headers/private/shared/
H A DArray.h39 inline bool Remove(int32 index, int32 count = 1);
148 Array<Element>::Remove(int32 index, int32 count) function in class:BPrivate::Array
153 snprintf(buffer, sizeof(buffer), "Array::Remove(): index: %" B_PRId32
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DDirectory.cpp269 fEntries.Remove(entry);
347 fIterators.Remove(iterator);
H A DVolume.cpp223 fNodes->Remove(node->GetID());
264 fEntries->Remove(EntryKey(entry));
H A DSecurityContext.cpp674 fUsers->Remove(user->GetName());
681 fPermissions->Remove(it);
874 fShares->Remove(share->GetName());
980 fPermissions->Remove(UserPath(path.GetString(), user));
983 fPermissions->Remove(UserPath(path.GetString(), it.Next().value));
998 fPermissions->Remove(UserPath(path, user));
1001 fPermissions->Remove(UserPath(path, it.Next().value));
1108 fNode2Path->Remove(ref);
H A DNodeHandle.cpp422 fQueries.Remove(query);
453 it.Remove();
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DLastModifiedIndex.cpp194 fNodes->Remove(node, node);
225 nodeIterator.Remove();
H A DSizeIndex.cpp193 fNodes->Remove(node, node);
223 nodeIterator.Remove();
/haiku/src/apps/packageinstaller/
H A DInstalledPackageInfo.cpp239 if (entry.Exists() && entry.Remove() != B_OK) {
250 if (entry.Exists() && entry.Remove() != B_OK) {
/haiku/src/bin/
H A Dcheckitout.cpp148 leaf.Remove(0, leaf.FindLast('/') + 1);
223 string.Remove(i, 3);
/haiku/src/kits/support/
H A DUrl.cpp301 // Implements RFC3986 section 5.2.4, "Remove dot segments"
311 input.Remove(0, 2);
316 input.Remove(0, 3);
322 input.Remove(0, 2);
327 input.Remove(1, 1);
333 input.Remove(0, 3);
339 input.Remove(1, 2);
350 input.Remove(1, 1);
358 input.Remove(0, slashpos);
/haiku/headers/private/kernel/util/
H A DVectorSet.h56 int32 Remove(const Value &value);
140 // Remove
148 _VECTOR_SET_CLASS_NAME::Remove(const Value &value) function in class:_VECTOR_SET_CLASS_NAME
/haiku/src/kits/mail/
H A Dmail_util.cpp704 currentWord->originalWord.Remove (0 /* offset */, 1 /* length */);
1157 // Remove leading and trailing space-like characters and save the
1179 name.Remove(greaterIndex, 1);
1180 name.Remove(lessIndex, 1);
1184 name.Remove(lessIndex, greaterIndex - lessIndex + 1);
1267 string.Remove(start,regs.end[0]-start);
1309 // Remove trailing spaces.
1316 // Remove the trailing time zone in round brackets, like in
1347 // Remove the zone from the date string and any following time zone
1478 address.Remove(firs
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DUnpackingLeafNode.cpp145 fPackageNodes.Remove(dynamic_cast<PackageLeafNode*>(packageNode));
160 fPackageNodes.Remove(newestNode);
/haiku/src/system/runtime_loader/
H A Dheap.cpp358 sFreeChunkTree.Remove(chunk);
438 sFreeChunkTree.Remove(chunk);
/haiku/src/system/kernel/slab/
H A DObjectCache.cpp232 partial.Remove(source);
243 full.Remove(source);
/haiku/src/kits/print/
H A DJobs.cpp157 void Job::Remove() { function in class:Job
159 if (entry.InitCheck() == B_OK) entry.Remove();

Completed in 180 milliseconds

1234567891011>>