Searched refs:empty (Results 101 - 125 of 131) sorted by last modified time

123456

/haiku/src/system/libroot/posix/glibc/include/
H A Dieee754.h140 unsigned int empty:16; member in struct:ieee854_long_double::__anon5469
148 unsigned int empty:16; member in struct:ieee854_long_double::__anon5469
156 unsigned int empty:16; member in struct:ieee854_long_double::__anon5469
167 unsigned int empty:16; member in struct:ieee854_long_double::__anon5470
177 unsigned int empty:16; member in struct:ieee854_long_double::__anon5470
189 unsigned int empty:16; member in struct:ieee854_long_double::__anon5470
/haiku/src/tests/add-ons/kernel/file_systems/random_file_actions/
H A Drandom_file_actions.cpp529 if (dirs.empty())
584 if (files.empty())
606 if (files.empty())
629 if (files.empty())
650 if (files.empty())
676 if (files.empty())
/haiku/src/tests/kits/storage/
H A DVolumeTest.cpp510 CHK(devices.empty());
/haiku/src/tests/servers/app/newClipping/
H A DMyView.cpp269 while (!inDegreeZeroNodes.empty()) {
301 // empty. you can trigger a redraw by clicking the middle mouse button.
/haiku/src/tests/servers/app/newerClipping/drawing/
H A DDrawingEngine.cpp284 while (!inDegreeZeroNodes.empty()) {
/haiku/src/preferences/filetypes/
H A DNewFileTypeWindow.cpp149 bool empty = fNameControl->Text() == NULL local
152 if (fAddButton->IsEnabled() == empty)
153 fAddButton->SetEnabled(!empty);
/haiku/src/system/kernel/slab/
H A DObjectDepot.cpp147 _push(depot->empty, magazine);
161 if (depot->empty == NULL)
175 magazine = _pop(depot->empty);
185 _push(depot->empty, magazine);
206 depot->empty = NULL;
257 // if it's not empty, or from the previous magazine if it's full
286 // and it's not full, or to the previous one if it is empty. If
287 // the magazine depot doesn't provide us with a new empty magazine
312 // allocate a new empty magazine
356 // detach the depot's full and empty magazine
[all...]
/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/bin/rc/
H A Dlexer.l180 <<EOF>> { if (include_stack.empty())
276 while (!include_stack.empty()) {
/haiku/src/apps/icon-o-matic/generic/command/
H A DCommandStack.cpp67 if (!fUndoHistory.empty()) {
91 if (!fRedoHistory.empty()) {
113 if (!fUndoHistory.empty()) {
129 if (!fRedoHistory.empty()) {
144 while (!fUndoHistory.empty()) {
148 while (!fRedoHistory.empty()) {
163 if (!fUndoHistory.empty())
177 saved = fUndoHistory.empty();
196 if (!fUndoHistory.empty()) {
238 // the redo stack needs to be empty
[all...]
/haiku/src/apps/mediaplayer/supplier/
H A DMediaFileTrackSupplier.cpp53 if (fMediaFiles.empty())
63 if (fMediaFiles.empty())
73 if (fMediaFiles.empty())
84 if (fMediaFiles.empty())
/haiku/src/apps/mediaplayer/support/
H A DCommandStack.cpp70 if (!fUndoHistory.empty()) {
94 if (!fRedoHistory.empty()) {
116 if (!fUndoHistory.empty()) {
132 if (!fRedoHistory.empty()) {
147 while (!fUndoHistory.empty()) {
151 while (!fRedoHistory.empty()) {
166 if (!fUndoHistory.empty())
180 saved = fUndoHistory.empty();
199 if (!fUndoHistory.empty()) {
241 // the redo stack needs to be empty
[all...]
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DCachedBlock.h27 off_t block, bool empty = false);
29 bool empty = false);
40 bool empty);
107 CachedBlock::SetToWritable(Transaction& transaction, off_t block, bool empty) argument
109 return _SetToWritableEtc(transaction.ID(), block, empty);
114 CachedBlock::SetToWritableWithoutTransaction(off_t block, bool empty) argument
116 return _SetToWritableEtc((int32)-1, block, empty);
120 CachedBlock::_SetToWritableEtc(int32 transaction, off_t block, bool empty) argument
125 if (empty) {
/haiku/src/add-ons/print/transports/ipp/
H A DIppContent.cpp814 if (!file_path.empty()) {
927 if (!file_path.empty()) {
/haiku/headers/cpp/
H A Dbitset921 if (__tmp.empty())
H A Dstl_bvector.h515 bool empty() const { return begin() == end(); } function in class:vector
H A Dstl_deque.h44 * that an empty deque must have one node, and that a deque
53 * [map, map + map_size) is a valid, non-empty range.
563 bool empty() const { return _M_finish == _M_start; } function in class:_Deque_iterator::deque
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_hashtable.h305 bool empty() const { return size() == 0; } function in class:hashtable
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_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_multiset.h132 bool empty() const { return _M_t.empty(); } function in class:multiset
H A Dstl_queue.h57 bool empty() const { return c.empty(); } function in class:queue
175 bool empty() const { return c.empty(); } function in class:priority_queue

Completed in 266 milliseconds

123456