Searched refs:empty (Results 1 - 25 of 131) sorted by relevance

123456

/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/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/preferences/network/
H A DIPAddressControl.h22 void SetAllowEmpty(bool empty);
H A DIPAddressControl.cpp42 IPAddressControl::SetAllowEmpty(bool empty) argument
44 fAllowEmpty = 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/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/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/add-ons/kernel/file_systems/bfs/
H A DCachedBlock.h38 bool empty = false);
40 off_t block, bool empty = false);
42 block_run run, bool empty = false);
139 size_t length, bool empty)
144 if (empty) {
156 CachedBlock::SetToWritable(Transaction& transaction, off_t block, bool empty) argument
158 return SetToWritable(transaction, block, block, 1, empty);
163 CachedBlock::SetToWritable(Transaction& transaction, block_run run, bool empty) argument
165 return SetToWritable(transaction, fVolume->ToBlock(run), empty);
138 SetToWritable(Transaction& transaction, off_t block, off_t base, size_t length, bool empty) argument
/haiku/src/tests/kits/support/bstring/
H A DStringAccessTest.cpp41 // An empty string
43 BString empty; local
44 CPPUNIT_ASSERT(strcmp(empty.String(), "") == 0);
45 CPPUNIT_ASSERT(empty.Length() == 0);
46 CPPUNIT_ASSERT(empty.CountChars() == 0);
/haiku/src/apps/cortex/support/
H A DMediaString.cpp271 bool empty = true; local
275 s << (empty ? "" : ", ") << forAudioFrameRate(format.frame_rate);
276 empty = false;
281 s << (empty ? "" : ", ") << forAudioFormat(format.format, format.valid_bits);
282 empty = false;
287 s << (empty ? "" : ", ") << forAudioChannelCount(format.channel_count);
288 empty = false;
294 s << (empty ? "" : " ") << "(" << forAudioChannelMask(format.channel_mask) << ")";
295 empty = false;
300 s << (empty
326 bool empty = true; local
381 bool empty = true; local
403 bool empty = true; local
439 bool empty = true; local
[all...]
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DCachedBlock.h34 bool empty);
113 CachedBlock::SetToWritable(off_t block, int32 transactionId, bool empty) argument
118 if (empty) {
/haiku/src/tools/cppunit/cppunit/
H A DSourceLine.cpp31 return !m_fileName.empty();
/haiku/src/bin/multiuser/
H A Dgroupmod.cpp109 if (usersToAdd.empty() && usersToRemove.empty()) {
131 if (!usersToRemove.empty()) {
137 // If the group doesn't have any more members, insert an empty string as an
139 if (usersToAdd.empty())
/haiku/src/system/libroot/posix/glibc/include/arch/arm/
H A Dmath_ldbl.h16 unsigned int empty:16; member in struct:__anon5416::__anon5417
34 unsigned int empty:16; member in struct:__anon5418::__anon5419
/haiku/src/system/libroot/posix/glibc/include/arch/x86/
H A Dmath_ldbl.h16 unsigned int empty:16; member in struct:__anon5448::__anon5449
34 unsigned int empty:16; member in struct:__anon5450::__anon5451
/haiku/src/system/libroot/posix/glibc/include/arch/arm64/
H A Dmath_ldbl.h16 unsigned int empty:16; member in struct:__anon80::__anon81
34 unsigned int empty:16; member in struct:__anon82::__anon83
/haiku/src/kits/media/
H A DChunkCache.cpp49 while (!fChunkCache.empty()) {
79 if (fChunkCache.empty()) {
80 TRACE("ChunkCache is empty, going direct to reader\n");
118 if (fUnusedChunks.empty()) {
122 ERROR("RTM Pool empty allocating chunk buffer structure");
147 ERROR("RTM Pool empty allocating chunk buffer\n");
H A DPortPool.cpp46 if (fPool.empty())
/haiku/headers/private/kernel/slab/
H A DObjectDepot.h20 DepotMagazine* empty; member in struct:object_depot
/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/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/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/preferences/filetypes/
H A DNewFileTypeWindow.cpp149 bool empty = fNameControl->Text() == NULL local
152 if (fAddButton->IsEnabled() == empty)
153 fAddButton->SetEnabled(!empty);
/haiku/src/servers/package/
H A DPackageManager.cpp63 if (packagesToActivate.empty() && packagesToDeactivate.empty())
66 if (packagesToActivate.empty()) {
82 if (fPackagesRemovedByUser.empty())
119 if (fPackagesRemovedByUser.empty() && fPackagesAddedByUser.empty())
/haiku/headers/cpp/
H A Dstl_stack.h57 bool empty() const { return _M_c.empty(); } function in class:stack

Completed in 177 milliseconds

123456