Searched refs:nothrow (Results 1 - 25 of 1182) sorted by last modified time

1234567891011>>

/haiku/src/system/boot/platform/bios_ia32/
H A Dvideo.cpp681 Menu *menu = new(nothrow) Menu(CHOICE_MENU, "Select Video Mode");
684 menu->AddItem(item = new(nothrow) MenuItem("Default"));
691 menu->AddItem(new(nothrow) MenuItem("Standard VGA"));
699 menu->AddItem(item = new(nothrow) MenuItem(label));
704 menu->AddItem(item = new(nothrow) MenuItem("Return to main menu"));
/haiku/src/servers/app/font/
H A DGlyphLayoutEngine.h462 FontCacheReference* cacheReference = new(std::nothrow) FontCacheReference();
H A DGlobalFontManager.cpp330 font_mapping* mapping = new (std::nothrow) font_mapping;
450 fDefaultPlainFont.SetTo(new (std::nothrow) ServerFont(*style,
459 fDefaultBoldFont.SetTo(new (std::nothrow) ServerFont(*style,
468 fDefaultFixedFont.SetTo(new (std::nothrow) ServerFont(*style,
633 uint8* buffer = new (std::nothrow) uint8[bufferSize];
817 directory = new (std::nothrow) font_directory;
H A DFontManager.cpp314 family.SetTo(new (std::nothrow) FontFamily(face->family_name, _NextID()), true);
325 FontStyle* style = new (std::nothrow) FontStyle(nodeRef, path, face, this);
/haiku/src/servers/app/
H A DServerApp.cpp86 using std::nothrow;
112 fMemoryAllocator(new (std::nothrow) ClientMemoryAllocator(this), true),
418 picture.SetTo(new(std::nothrow) ServerPicture(*original), true);
420 picture.SetTo(new(std::nothrow) ServerPicture(), true);
532 = new(std::nothrow) InputServerStream(fHandlerMessenger);
1173 // cursor = new (nothrow) ServerCursor(cursorData);
2628 offsets = new(std::nothrow) BPoint[numChars];
3737 window = new (nothrow) OffscreenServerWindow(title, this,
3742 window = new (nothrow) ServerWindow(title, this, clientReplyPort,
/haiku/src/apps/mediaplayer/
H A DController.cpp47 using std::nothrow;
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp373 AboutWindow* window = new(std::nothrow) AboutWindow();
1539 fScrollRunner = new(std::nothrow) BMessageRunner(this, &scroll, 25000, -1);
1547 fLogoView = new(std::nothrow) LogoView();
1556 fSysInfoView = new(std::nothrow) SysInfoView();
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp168 struct net_socket_private* socket = new(std::nothrow) net_socket_private;
/haiku/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap.cpp44 L2capEndpoint* protocol = new(std::nothrow) L2capEndpoint(socket);
/haiku/src/add-ons/kernel/bluetooth/btCoreData/
H A DConnectionInterface.cpp72 conn = new (std::nothrow) HciConnection(hid);
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp96 Volume *volume = new(std::nothrow) Volume(_volume);
812 cookie = new(nothrow) FileCookie(openMode);
902 cookie = new(nothrow) FileCookie(openMode);
1248 DirectoryCookie *cookie = new(nothrow) DirectoryCookie(dir);
1366 iterator = new(nothrow) AttributeIterator(node);
1537 AttributeCookie *cookie = new(nothrow) AttributeCookie();
1609 cookie = new(nothrow) AttributeCookie();
1852 IndexDirCookie *cookie = new(nothrow) IndexDirCookie;
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DShortAttribute.cpp52 attr_cookie* cookie = new(std::nothrow) attr_cookie;
H A DInode.cpp296 fNode = new(std::nothrow) Dinode;
301 fBuffer = new(std::nothrow) char[inodeSize];
376 fExtents = new(std::nothrow) ExtentMapEntry[DataExtentsCount()];
452 char* node = new(std::nothrow) char[len];
500 fExtents = new(std::nothrow) ExtentMapEntry[DataExtentsCount()];
501 BlockInDataFork* root = new(std::nothrow) BlockInDataFork;
514 char* block = new(std::nothrow) char[len];
622 char* block = new(std::nothrow) char[lengthOfBlock];
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp305 # define T(x) new(std::nothrow) TCPTracing::x
/haiku/src/tools/fs_shell/
H A Dvfs.cpp2184 newVecs = new(std::nothrow) fssh_iovec[count];
2225 newVecs = new(std::nothrow) fssh_iovec[count];
/haiku/src/kits/tracker/
H A DContainerWindow.cpp1868 cutItem = new(std::nothrow) BMenuItem(B_TRANSLATE("Cut"),
1871 copyItem = new(std::nothrow) BMenuItem(B_TRANSLATE("Copy"),
1874 pasteItem = new(std::nothrow) BMenuItem(B_TRANSLATE("Paste"),
3223 fDraggableIcon = new(std::nothrow)
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.cpp1364 fGhostStream = new(std::nothrow) StreamBase(fSource, fSourceLock,
1507 Stream* stream = new(std::nothrow) Stream(source,
1531 fStreams = new(std::nothrow) Stream*[streamCount];
1681 cookie = new(std::nothrow) Stream(source, &fSourceLock);
H A DAVCodecDecoder.cpp247 fExtraData = new(std::nothrow) char[fExtraDataSize];
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp601 device_node* newNode = new(std::nothrow) device_node(moduleName, attrs);
745 Device* device = new(std::nothrow) Device(node, moduleName);
761 attr = new(std::nothrow) device_attr_private();
771 attr = new(std::nothrow) device_attr_private();
1301 = new(std::nothrow) device_attr_private(*attrs);
1309 device_attr_private* attr = new(std::nothrow) device_attr_private();
1375 io_resource_private* resource = new(std::nothrow) io_resource_private;
1612 KPath* path = new(std::nothrow) KPath;
1638 stack = new(std::nothrow) Stack<KPath*>();
/haiku/src/apps/showimage/
H A DShowImageWindow.cpp1206 fSavePanel = new (std::nothrow) BFilePanel(B_SAVE_PANEL,
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci_pci.cpp115 SdhciBus* bus = new(std::nothrow) SdhciBus(_regs, irq, false);
H A Dsdhci.cpp688 SdhciDevice* context = new(std::nothrow)SdhciDevice;
H A Dsdhci_acpi.cpp115 SdhciBus* bus = new(std::nothrow) SdhciBus(_regs, irq, true);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp126 Volume* volume = new(std::nothrow) Volume(_volume);
220 Inode* inode = new(std::nothrow) Inode(volume, id);
550 file_cookie* cookie = new(std::nothrow) file_cookie;
806 DirectoryIterator* iterator = new(std::nothrow) DirectoryIterator(inode);
896 AttributeIterator* iterator = new(std::nothrow) AttributeIterator(inode);
/haiku/src/kits/package/
H A DPackageInfo.cpp795 = new (std::nothrow) BGlobalWritableFileInfo(info);
816 = new (std::nothrow) BUserSettingsFileInfo(info);
836 BUser* newUser = new (std::nothrow) BUser(user);
899 = new (std::nothrow) BPackageResolvable(provides);
918 = new (std::nothrow) BPackageResolvableExpression(packageRequires);
937 = new (std::nothrow) BPackageResolvableExpression(supplements);
956 = new (std::nothrow) BPackageResolvableExpression(conflicts);
975 = new (std::nothrow) BPackageResolvableExpression(freshens);
1087 return new(std::nothrow) BPackageInfo(archive);
1532 BPackageResolvable* resolvable = new(std::nothrow) BPackageResolvabl
[all...]

Completed in 158 milliseconds

1234567891011>>