Searched refs:IsSet (Results 1 - 25 of 131) sorted by last modified time

123456

/haiku/src/servers/app/font/
H A DGlobalFontManager.cpp452 if (!fDefaultPlainFont.IsSet())
461 if (!fDefaultBoldFont.IsSet())
470 if (!fDefaultFixedFont.IsSet())
H A DFontStyle.cpp99 if (fFamily.IsSet() && fFontManager->Lock()) {
230 if (fFamily.IsSet())
H A DFontManager.cpp304 bool isNewFontFamily = !family.IsSet();
306 if (family.IsSet() && family->HasStyle(face->style_name)) {
313 if (!family.IsSet()) {
316 if (!family.IsSet() || !fFamilies.BinaryInsert(family, compare_font_families)) {
H A DFontCacheEntry.cpp152 if (!fGlyphCache.IsSet())
/haiku/src/apps/mediaplayer/
H A DController.cpp284 if (!fItem.IsSet())
706 if (!fItem.IsSet())
908 if (!fItem.IsSet())
919 if (!fItem.IsSet())
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp2132 if (!attrFile.IsSet()) {
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp336 parent.IsSet() ? socket->is_connected ? " (c)" : " (p)" : "");
761 if (!parent.IsSet())
789 if (!parent.IsSet())
990 if ((!parent.IsSet() && !socket->is_connected) || socket->peer.ss_len == 0)
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_command.cpp15 if (!buffer.IsSet())
42 if (!buffer.IsSet())
61 if (!buffer.IsSet())
83 if (!buffer.IsSet())
151 if (!buffer.IsSet())
176 if (!buffer.IsSet())
195 if (!buffer.IsSet())
214 if (!buffer.IsSet())
233 if (!buffer.IsSet())
/haiku/src/system/kernel/fs/
H A Dvfs.cpp2134 ASSERT(!_vnode.IsSet());
4057 if (!descriptor.IsSet())
4075 if (!descriptor.IsSet())
4342 if (!descriptor.IsSet())
5473 if (!vnode.IsSet()) {
6162 if (!descriptor.IsSet())
6341 if (!descriptor.IsSet())
6359 if (!descriptor.IsSet())
6379 if (!descriptor.IsSet())
6404 if (!descriptor.IsSet() || (descripto
[all...]
H A Dfd.cpp472 if (!descriptor.IsSet())
532 if (!descriptor.IsSet())
611 if (!descriptor.IsSet())
691 if (!descriptor.IsSet())
749 if (!descriptor.IsSet())
857 if (!descriptor.IsSet())
905 if (!descriptor.IsSet())
952 if (!descriptor.IsSet())
997 if (!descriptor.IsSet())
1039 if (!descriptor.IsSet())
[all...]
/haiku/src/servers/package/
H A DCommitTransactionHandler.cpp1867 if (!fd.IsSet()) {
H A DVolume.cpp235 if (!fd.IsSet()) {
314 if (!fd.IsSet()) {
/haiku/headers/private/shared/
H A DAutoDeleter.h77 inline bool IsSet() const function in class:BPrivate::AutoDeleter
283 if (IsSet())
290 if (IsSet())
306 inline bool IsSet() const function in class:BPrivate::HandleDeleter
/haiku/src/apps/haikudepot/server/
H A DServerPkgDataUpdateProcess.cpp125 if (!category.IsSet()) {
/haiku/src/apps/haikudepot/process/
H A DProcessCoordinatorFactory.cpp197 if (package.IsSet()) {
216 if (package.IsSet()) {
235 if (package.IsSet()) {
/haiku/src/apps/haikudepot/model/
H A DModel.cpp76 if (!package.IsSet())
81 if (!category.IsSet())
139 if (!package.IsSet())
375 if (packageInfo.IsSet()) {
884 if (listener.IsSet())
896 if (listener.IsSet())
1053 if (listener.IsSet())
H A DPackageIconTarRepository.cpp243 if (tarPtrRef.IsSet()) {
/haiku/src/system/kernel/arch/riscv64/
H A Darch_int.cpp317 if(!addressSpace.IsSet())
/haiku/src/system/kernel/arch/arm/
H A Darch_int.cpp309 if (!addressSpace.IsSet())
/haiku/src/apps/haikudepot/ui/
H A DRatePackageWindow.cpp541 if (!package.IsSet()) {
H A DScreenshotWindow.cpp177 if (package.IsSet()) {
269 if (!fPackage.IsSet())
282 if (!info.IsSet()) {
320 if (fPackage.IsSet()) {
H A DPackageInfoView.cpp767 if (bitmapRef.IsSet()) {
1203 package.IsSet() && package->HasChangelog());
1205 package.IsSet()
1306 if (!fPackageListener->Package().IsSet())
1354 if (!packageRef.IsSet()) {
1364 } else if (fPackage.IsSet() && packageRef.IsSet()
1435 if (!package.IsSet())
H A DMainWindow.cpp537 if (!package.IsSet() || name != package->Name())
1015 if (viewedPackage.IsSet()) {
1249 if (package.IsSet()) {
/haiku/src/servers/app/
H A DScreen.cpp72 if (fHWInterface.IsSet()) {
84 if (fHWInterface.IsSet())
/haiku/src/apps/haikudepot/packagemodel/
H A DPackageInfo.cpp643 if (listener.IsSet())

Completed in 386 milliseconds

123456