Searched refs:nothrow (Results 151 - 175 of 1182) sorted by relevance

1234567891011>>

/haiku/src/apps/icon-o-matic/style/
H A DRemoveStylesCommand.cpp26 using std::nothrow;
32 fShapes(indices && count > 0 ? new (nothrow) BList[count] : NULL)
/haiku/src/apps/icon-o-matic/shape/commands/
H A DChangePointCommand.cpp24 using std::nothrow;
39 fOldSelection = new (nothrow) int32[fOldSelectionCount];
/haiku/src/kits/debugger/dwarf/
H A DCompilationUnit.cpp81 BString* directoryString = new(std::nothrow) BString(directory);
110 File* file = new(std::nothrow) File(fileName, DirectoryAt(dirIndex));
/haiku/src/kits/device/
H A DUSBRoster.cpp79 WatchedEntry *child = new(std::nothrow) WatchedEntry(fRoster,
96 fDevice = new(std::nothrow) BUSBDevice(path.Path());
144 WatchedEntry *child = new(std::nothrow) WatchedEntry(fRoster, fMessenger,
198 fMessenger = new(std::nothrow) BMessenger(this);
205 fRoot = new(std::nothrow) WatchedEntry(fRoster, fMessenger, &ref);
272 fLooper = new(std::nothrow) RosterLooper(this);
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp182 DebugContext* context = new(std::nothrow) DebugContext;
266 fArchitecture = new(std::nothrow) ArchitectureX86(this);
268 fArchitecture = new(std::nothrow) ArchitectureX8664(this);
298 fDebugContextPool = new(std::nothrow) DebugContextPool(fTeamID, fNubPort);
534 ThreadInfo* info = new(std::nothrow) ThreadInfo(threadInfo.team,
553 ImageInfo* info = new(std::nothrow) ImageInfo(fTeamID, imageInfo.id,
573 AreaInfo* info = new(std::nothrow) AreaInfo(fTeamID, areaInfo.area,
593 SemaphoreInfo* info = new(std::nothrow) SemaphoreInfo(fTeamID,
632 SymbolInfo* info = new(std::nothrow) SymbolInfo(
796 event = new(std::nothrow) ThreadDebuggedEven
[all...]
/haiku/src/apps/debugger/user_interface/gui/
H A DGraphicalUserInterface.cpp203 return new(std::nothrow) GraphicalUserInterface;
226 settings = new(std::nothrow) GuiTeamUiSettings(ID());
253 BAlert* alert = new(std::nothrow) BAlert(title, message, "OK",
288 AlertWithCheckbox* alert = new(std::nothrow) AlertWithCheckbox(title, message,
315 BMessage* message = new(std::nothrow) BMessage(
320 fFilePanel = new(std::nothrow) BFilePanel(B_OPEN_PANEL,
/haiku/src/add-ons/translators/gif/
H A DGIFTranslator.cpp173 *out = new(std::nothrow) BBitmap(header.bounds, header.colors);
271 GIFSave* gifSave = new(std::nothrow) GIFSave(bitmap, outDestination,
287 GIFLoad* gifLoad = new(std::nothrow) GIFLoad(inSource, outDestination);
311 return new(std::nothrow) GIFTranslator();
339 return new(std::nothrow) GIFView(settings);
347 status_t result = LaunchTranslatorWindow(new(std::nothrow) GIFTranslator,
/haiku/src/servers/launch/
H A DLog.cpp228 LogItem* item = new(std::nothrow) JobInitializedLogItem(job);
239 LogItem* item = new(std::nothrow) JobIgnoredLogItem(job, status);
252 LogItem* item = new(std::nothrow) JobLaunchedLogItem(job, status);
265 LogItem* item = new(std::nothrow) JobTerminatedLogItem(job, status);
278 LogItem* item = new(std::nothrow) JobEnabledLogItem(job, enabled);
289 LogItem* item = new(std::nothrow) JobStoppedLogItem(job, force);
300 LogItem* item = new(std::nothrow) EventLogItem(job, event);
313 LogItem* item = new(std::nothrow) ExternalEventLogItem(name);
324 LogItem* item = new(std::nothrow) ExternalEventRegisteredLogItem(name);
335 LogItem* item = new(std::nothrow) ExternalEventUnregisteredLogIte
[all...]
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DVolume.cpp164 fChunk = new(std::nothrow) Chunk(chunk, key->Offset());
185 fChunkTree = new(std::nothrow) BTree(this);
192 fRootTree = new(std::nothrow) BTree(this);
214 fExtentTree = new(std::nothrow) BTree(this);
230 fFSTree = new(std::nothrow) BTree(this);
246 fDevTree = new(std::nothrow) BTree(this);
262 fChecksumTree = new(std::nothrow) BTree(this);
284 fJournal = new(std::nothrow) Journal(this);
289 fExtentAllocator = new(std::nothrow) ExtentAllocator(this);
389 fJournal = new(std::nothrow) Journa
[all...]
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteHWInterface.cpp69 fListenEndpoint.SetTo(new(std::nothrow) BNetEndpoint());
79 fSendBuffer.SetTo(new(std::nothrow) StreamingRingBuffer(16 * 1024));
89 fReceiveBuffer.SetTo(new(std::nothrow) StreamingRingBuffer(16 * 1024));
99 fReceiver.SetTo(new(std::nothrow) NetReceiver(fListenEndpoint.Get(), fReceiveBuffer.Get(),
106 fEventStream.SetTo(new(std::nothrow) RemoteEventStream());
156 return new(std::nothrow) RemoteDrawingEngine(this);
176 callback_info* info = new(std::nothrow) callback_info;
333 BNetEndpoint *sendEndpoint = new(std::nothrow) BNetEndpoint(endpoint);
337 fSender.SetTo(new(std::nothrow) NetSender(sendEndpoint, fSendBuffer.Get()));
425 display_mode* modes = new(std::nothrow) display_mod
[all...]
/haiku/src/kits/network/libnetservices/
H A DNetworkCookieJar.cpp37 fCookieHashMap(new(std::nothrow) PrivateHashMap())
44 fCookieHashMap(new(std::nothrow) PrivateHashMap())
52 fCookieHashMap(new(std::nothrow) PrivateHashMap())
60 fCookieHashMap(new(std::nothrow) PrivateHashMap())
67 = new(std::nothrow) BNetworkCookie(&extractedCookie);
104 BNetworkCookie* heapCookie = new(std::nothrow) BNetworkCookie(cookie);
119 BNetworkCookie* heapCookie = new(std::nothrow) BNetworkCookie(cookie,
152 list = new(std::nothrow) BNetworkCookieList();
302 return new(std::nothrow) BNetworkCookieJar(archive);
441 fCookieHashMap = new(std::nothrow) PrivateHashMa
[all...]
/haiku/src/kits/network/libnetapi/
H A DNetBuffer.cpp24 fImpl = new (std::nothrow) DynamicBuffer(size);
40 fImpl = new (std::nothrow) DynamicBuffer(*buffer.GetImpl());
55 fImpl = new (std::nothrow) DynamicBuffer(bufferSize);
72 fImpl = new (std::nothrow) DynamicBuffer(*buffer.GetImpl());
99 BNetBuffer* buffer = new (std::nothrow) BNetBuffer(archive);
217 char* flattenedData = new (std::nothrow) char[dataSize];
370 char* flattenedData = new (std::nothrow) char[dataSize];
/haiku/src/apps/icon-o-matic/gui/
H A DShapeListView.cpp49 using std::nothrow;
355 PathSourceShape* shape = new(std::nothrow) PathSourceShape(styleToAssign);
380 VectorPath* path = new(nothrow) VectorPath(&pathArchive);
409 ReferenceImage* shape = new (std::nothrow) ReferenceImage(&shapeMessage);
426 AddStylesCommand* stylesCommand = new(std::nothrow) AddStylesCommand(
430 AddPathsCommand* pathsCommand = new(std::nothrow) AddPathsCommand(
434 AddShapesCommand* shapesCommand = new(std::nothrow) AddShapesCommand(
437 ::Command** commands = new(std::nothrow) ::Command*[3];
462 Shape** shapes = new(nothrow) Shape*[count];
472 MoveShapesCommand* command = new (nothrow) MoveShapesComman
[all...]
H A DPathListView.cpp45 using std::nothrow;
457 = new (nothrow) ReversePathCommand(item->path);
470 = new (nothrow) CleanUpPathCommand(item->path);
484 = new (nothrow) RotatePathIndicesCommand(item->path,
539 VectorPath* path = new(std::nothrow) VectorPath(&pathArchive);
555 AddPathsCommand* command = new(nothrow) AddPathsCommand(fPathContainer,
576 VectorPath** paths = new (nothrow) VectorPath*[count];
586 MovePathsCommand* command = new (nothrow) MovePathsCommand(fPathContainer,
609 paths[i] = item ? new (nothrow) VectorPath(*item->path) : NULL;
612 AddPathsCommand* command = new(nothrow) AddPathsComman
[all...]
/haiku/src/kits/media/
H A DMediaAddOn.cpp52 char *p = new(std::nothrow) char[len];
157 in_formats = new(std::nothrow) media_format[clone.in_format_count];
181 out_formats = new(std::nothrow) media_format[clone.out_format_count];
225 media_format *p = new(std::nothrow) media_format[in_format_count + 1];
240 media_format *p = new(std::nothrow) media_format[out_format_count + 1];
412 char* nameStorage = new(std::nothrow) char [nameLength + 1];
423 char* infoStorage = new(std::nothrow) char [infoLength + 1];
443 in_formats = new(std::nothrow) media_format[count];
461 out_formats = new(std::nothrow) media_format[count];
/haiku/src/servers/registrar/
H A DMessagingService.cpp20 using std::nothrow;
51 MessagingArea *area = new(nothrow) MessagingArea;
281 fCommandHandlers = new(nothrow) CommandHandlerMap;
308 MessagingCommandHandler *handler = new(nothrow) DefaultSendCommandHandler;
324 MessagingService *service = new(nothrow) MessagingService;
/haiku/src/kits/debugger/value/
H A DTypeHandlerRoster.cpp62 ValueNode* node = new(std::nothrow) NodeClass(nodeChild, supportedType);
107 TypeHandlerRoster* roster = new(std::nothrow) TypeHandlerRoster;
149 handler = new(std::nothrow) \
164 handler = new(std::nothrow) \
227 TypeHandlerList* handlers = new(std::nothrow) TypeHandlerList(10, false);
/haiku/src/add-ons/kernel/network/ppp/ppp_manager/
H A DKPPPManager.cpp62 entry_private* pentry = new (std::nothrow) entry_private;
67 KPPPInterface* device = new (std::nothrow) KPPPInterface(NULL,
103 entry_private* pentry = new (std::nothrow) entry_private;
108 KPPPInterface* device = new (std::nothrow) KPPPInterface(name,
184 ppp_device* device = new (std::nothrow) ppp_device;
/haiku/src/system/boot/platform/riscv/
H A Dvirtio.cpp113 fFreeDescs = new(std::nothrow) uint32_t[(fQueueLen + 31)/32];
116 fReqs = new(std::nothrow) IORequest*[fQueueLen];
250 gKeyboardDev = new(std::nothrow) VirtioDevice(*devRes);
255 gKeyboardDev->ScheduleIO(new(std::nothrow) IORequest(ioOpWrite,
289 gKeyboardDev->ScheduleIO(new(std::nothrow) IORequest(ioOpWrite,
/haiku/src/libs/icon/message/
H A DMessageImporter.cpp36 using std::nothrow;
138 VectorPath* path = new (nothrow) VectorPath(&pathArchive);
163 Style* style = new (nothrow) Style(&styleArchive);
214 PathSourceShape* shape = new (nothrow) PathSourceShape(style);
247 ReferenceImage* shape = new (nothrow) ReferenceImage(&shapeArchive);
/haiku/src/system/libroot/posix/locale/
H A Dlocale_t.cpp32 LocaleBackendData* newObj = new (std::nothrow) LocaleBackendData;
67 newDataBridge = new (std::nothrow) LocaleDataBridge(false);
114 localeObject = new (std::nothrow) LocaleBackendData;
172 databridge = new (std::nothrow) LocaleDataBridge(false);
244 databridge = new (std::nothrow) LocaleDataBridge(false);
/haiku/src/servers/app/
H A DBitmapManager.cpp41 using std::nothrow;
108 ServerBitmap* bitmap = new(std::nothrow) ServerBitmap(bounds, space, flags,
120 Overlay* overlay = new(std::nothrow) Overlay(hwInterface, bitmap,
200 BReference<ServerBitmap> bitmap(new(std::nothrow) ServerBitmap(bounds, space, flags,
205 ClonedAreaMemory* memory = new(std::nothrow) ClonedAreaMemory;
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolumeManager.cpp68 event = new(std::nothrow) EntryCreatedEvent;
71 event = new(std::nothrow) EntryRemovedEvent;
74 event = new(std::nothrow) EntryMovedEvent;
284 fEntryCreatedEvents = new(std::nothrow) EntryCreatedEventMap;
289 fEntryRemovedEvents = new(std::nothrow) EntryRemovedEventMap;
294 fEntryMovedEvents = new(std::nothrow) EntryMovedEventMap;
299 fNodeStatChangedEvents = new(std::nothrow) NodeStatChangedEventMap;
304 fNodeAttributeChangedEvents = new(std::nothrow) NodeAttributeChangedEventMap;
309 fNodeMonitor = new(std::nothrow) NodeMonitor(this);
314 fVolumes = new(std::nothrow) VolumeMa
[all...]
/haiku/src/kits/debugger/debug_info/
H A DDwarfTypeFactory.cpp221 ArtificialIntegerType* type = new(std::nothrow) ArtificialIntegerType(
473 DwarfCompoundType* type = new(std::nothrow) DwarfCompoundType(fTypeContext,
518 DwarfDataMember* member = new(std::nothrow) DwarfDataMember(
552 DwarfInheritance* inheritance = new(std::nothrow)
595 = new(std::nothrow) DwarfTemplateParameter(_typeEntry,
718 DwarfPrimitiveType* type = new(std::nothrow) DwarfPrimitiveType(
750 baseType = new(std::nothrow) DwarfUnspecifiedType(fTypeContext, "void",
757 DwarfAddressType* type = new(std::nothrow) DwarfAddressType(fTypeContext,
849 DwarfModifiedType* type = new(std::nothrow) DwarfModifiedType(fTypeContext,
876 DwarfTypedefType* type = new(std::nothrow) DwarfTypedefTyp
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DServerConnection.cpp63 = new(std::nothrow) ConnectionBrokenEvent(connectionBrokenTarget);
75 fVolumes = new(std::nothrow) VolumeMap;
91 fConnection = new(std::nothrow) RequestConnection(connection, this);

Completed in 143 milliseconds

1234567891011>>