Searched refs:empty (Results 51 - 75 of 131) sorted by relevance

123456

/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/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.h52 SlabList empty; member in struct:ObjectCache
57 size_t empty_count; // empty slabs
/haiku/src/apps/haikudepot/build/scripts/
H A Dustache.py471 :returns: empty bytes
627 empty = EMPTY
644 token = False, True, False, empty, t(text_start, text_end), -1
669 token = False, True, True, s(tag_start, tag_end), empty, d
682 token = True, True, False, scope_label, empty, d
702 token = True, False, True, s(tag_start, tag_end), empty, -1
713 token = True, False, False, empty, s(tag_start, tag_end), -1
765 token = False, False, False, empty, t(text_start, None), -1
/haiku/src/tools/cppunit/
H A DTestShell.cpp153 if (fTests.empty()) {
159 } else if (fSuitesToRun.empty() && fTestsToRun.empty()) {
/haiku/src/tools/gensyscalls/
H A Dgensyscallinfos.cpp170 while (fTokens.empty())
230 while (!tokens.empty()) {
478 if (!returnType.empty() || token != "extern")
/haiku/headers/cpp/
H A Dstl_hash_map.h149 bool empty() const { return _M_ht.empty(); } function in class:hash_map
332 bool empty() const { return _M_ht.empty(); } function in class:hash_multimap
H A Dstl_hash_set.h147 bool empty() const { return _M_ht.empty(); } function in class:hash_set
326 bool empty() const { return _M_ht.empty(); } function in class:hash_multiset
H A Dstl_map.h147 bool empty() const { return _M_t.empty(); } function in class:map
H A Dstl_multimap.h144 bool empty() const { return _M_t.empty(); } function in class:multimap
H A Dstl_list.h328 bool empty() const { return _M_node->_M_next == _M_node; } function in class:list
485 if (!__x.empty())
734 while (!empty()) {
737 while(__i < __fill && !__counter[__i].empty()) {
810 while (!empty()) {
813 while(__i < __fill && !__counter[__i].empty()) {
H A Dstl_slist.h425 bool empty() const { return _M_head._M_next == 0; } function in class:slist
840 while (!empty()) {
843 while (__i < __fill && !__counter[__i].empty()) {
913 while (!empty()) {
916 while (__i < __fill && !__counter[__i].empty()) {
/haiku/src/tools/cppunit/cppunit/
H A DCompilerOutputter.cpp132 if ( !e->additionalMessage().empty() )
/haiku/src/bin/locale/
H A Dlinkcatkeys.cpp93 if (inputFiles.empty() || !catalogSig || !outputFile.Length())
/haiku/src/kits/app/
H A DHandler.cpp827 if (handlers.empty())
846 if (messengers.empty())
859 return fHandlerMap.empty() && fMessengerMap.empty();
/haiku/src/tools/locale/
H A Dlinkcatkeys.cpp93 if (inputFiles.empty() || !catalogSig || !outputFile.Length())
/haiku/src/apps/mediaplayer/playlist/
H A DFilePlaylistItem.cpp55 if (fRefs.empty()) {
300 if (fImageRefs.empty())
324 if (fImageRefs.empty())
442 if (fImageRefs.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/apps/haikudepot/packagemanagement/
H A DOpenPackageProcess.cpp229 return !foundLinks.empty();
/haiku/src/bin/rc/
H A Dlexer.l180 <<EOF>> { if (include_stack.empty())
276 while (!include_stack.empty()) {
/haiku/src/libs/libtelnet/
H A Dkerberos.c99 static char empty[] = ""; variable
268 instance, 0, &adat, empty))) {
294 * send back a response with an empty session
/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/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp275 if (fPackages.empty())
639 if (fPackages.empty())
656 if (fPackages.empty())
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.h356 bool empty = false)
359 fVolume->VnodeToBlock(inode->ID()), empty);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/imap_lib/
H A DResponse.cpp258 static ArgumentList empty; local
259 return empty;

Completed in 212 milliseconds

123456