Searched refs:empty (Results 26 - 50 of 131) sorted by last modified time

123456

/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp176 while (!fAccounts.empty()) {
/haiku/src/kits/network/libnetservices2/
H A DHttpSession.cpp381 while (!data->fDataQueue.empty()) {
/haiku/src/kits/network/libnetservices/
H A DNetworkRequest.cpp73 empty(int) function
81 // Setup an (empty) signal handler so we can be stopped by a signal,
86 action.sa_handler = empty;
/haiku/src/apps/networkstatus/
H A DNetworkStatusView.cpp384 if (!fInterfaceStatuses.empty()) {
448 if (!fInterfaceStatuses.empty()) {
/haiku/src/system/runtime_loader/
H A Delf_tls.cpp113 if (!fFreeDSOs.empty()) {
/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp275 if (fPackages.empty())
639 if (fPackages.empty())
656 if (fPackages.empty())
/haiku/src/add-ons/kernel/network/stack/
H A Dinterfaces.cpp819 // Note, even if setting the address failed, the empty
911 // Note, even if setting the address failed, the empty
1637 sockaddr empty; local
1638 empty.sa_len = 2;
1639 empty.sa_family = AF_UNSPEC;
1640 buffer.Push(&empty, length = empty.sa_len);
/haiku/src/system/kernel/slab/
H A DSlab.cpp263 "usage", "empty", "usedobj", "total", "flags");
310 SlabList::Iterator iterator = cache->empty.GetIterator();
312 kprintf("empty:\n");
868 while (!cache->empty.IsEmpty())
869 cache->ReturnSlab(cache->empty.RemoveHead(), 0);
948 cache->empty.Add(newSlab);
1024 size_t objectsPerSlab = cache->empty.Head()->size;
1029 cache->ReturnSlab(cache->empty.RemoveHead(), 0);
1229 source = cache->empty.RemoveHead();
H A DObjectCache.cpp182 panic("cache: destroying a slab which isn't empty.");
221 TRACE_CACHE(this, "returning %p (%p) to %p, %lu used (%lu empty slabs).",
238 empty.Add(source);
/haiku/src/tools/gensyscalls/
H A Dgensyscallinfos.cpp170 while (fTokens.empty())
230 while (!tokens.empty()) {
478 if (!returnType.empty() || token != "extern")
/haiku/src/apps/haikudepot/edits_generic/
H A DEditManager.cpp70 if (!fUndoHistory.empty()) {
90 if (!fRedoHistory.empty()) {
109 if (!fUndoHistory.empty()) {
121 if (!fRedoHistory.empty()) {
133 while (!fUndoHistory.empty())
135 while (!fRedoHistory.empty())
145 if (!fUndoHistory.empty())
155 bool saved = fUndoHistory.empty();
191 if (!fUndoHistory.empty()) {
221 // The redo stack needs to be empty
[all...]
/haiku/src/apps/haikudepot/packagemanagement/
H A DOpenPackageProcess.cpp229 return !foundLinks.empty();
H A DInstallPackageProcess.cpp118 if (ProcessState() == PROCESS_RUNNING && !fDownloadProgresses.empty()) {
/haiku/src/servers/app/drawing/
H A DDrawingEngine.cpp638 while (!inDegreeZeroNodes.empty()) {
/haiku/src/bin/multiuser/
H A Dmultiuser_utils.cpp180 static char *empty[1]; local
181 environ = empty;
/haiku/src/servers/media_addon/
H A DMediaAddonServer.cpp698 if (info.addon && info.active_flavors.empty()) {
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlayout.h125 magic_empty = const_cpu_to_le32(0xffffffff),/* Record is empty and has
160 #define ntfs_is_empty_record(x) ( ntfs_is_magic (x, empty) )
161 #define ntfs_is_empty_recordp(p) ( ntfs_is_magicp(p, empty) )
302 * fragmented. Volume free space includes the empty part of the mft zone and
1768 * SECURITY_DESCRIPTOR is null, then an empty (but present)
/haiku/src/add-ons/media/media-add-ons/demultiplexer/
H A DMediaDemultiplexerNode.cpp63 outputs.empty();
373 outputs.empty();
404 outputs.empty();
/haiku/src/bin/network/telnetd/
H A Dstate.c1265 int empty = 0; local
1287 || (empty && (last == OLD_ENV_VALUE)))
1294 || (empty && (last == OLD_ENV_VAR)))
1303 if (empty) {
1316 empty = 0;
1319 empty = 1;
1321 if (empty) {
1330 * and none of the VAR or VALUE commands are empty.
/haiku/src/apps/webpositive/
H A DCookieWindow.cpp95 DomainItem(BString text, bool empty) argument
98 fEmpty(empty)
122 B_TRANSLATE("The cookie jar is empty!"));
245 // Collapse empty items to keep the list short
/haiku/src/tests/kits/net/service/
H A DHttpTest.cpp387 CPPUNIT_ASSERT(!fileContents.empty());
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah_eeprom_9287.h120 uint8_t empty[2][5]; member in struct:cal_data_op_loop_ar9287
/haiku/src/servers/net/
H A DServices.cpp180 while (!fNameMap.empty()) {
/haiku/src/apps/bootmanager/
H A Dbootman.S262 mov sp, 0xFFFF - sizeof(Locals) ; Make stack empty
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPConnectionWorker.cpp182 if (fEntries.empty())
210 return fEntries.empty();
266 if (IsDone() && !fFetchBodies.empty()) {
277 return fUIDs.empty();
463 if (fEntries.empty())
481 return fEntries.empty();
558 return !fMailboxes.empty();

Completed in 181 milliseconds

123456