Searched refs:newCount (Results 1 - 15 of 15) sorted by relevance

/haiku/src/tests/kits/app/bmessagerunner/
H A DSetCountTester.cpp75 int32 newCount = 100000; local
76 CHK(runner.SetCount(newCount) == B_BAD_VALUE);
101 int32 newCount = 100000; local
102 CHK(runner.SetCount(newCount) == B_BAD_VALUE);
133 bigtime_t newCount = 3; local
134 CHK(runner.SetCount(newCount) == B_OK);
136 check_message_runner_info(runner, B_OK, interval, newCount);
139 snooze((newCount + 1) * interval + 10000);
140 CHK(looper->CheckMessages(count - 1, startTime, interval, newCount));
141 CHK(app.CountReplies() == count - 1 + newCount);
170 bigtime_t newCount = 3; local
206 bigtime_t newCount = 3; local
244 bigtime_t newCount = 0; local
287 bigtime_t newCount = -1; local
[all...]
/haiku/src/system/boot/platform/efi/arch/arm/
H A Darch_smp.cpp36 uint32 newCount = sCpuCount + 1; local
37 if (newCount > SMP_MAX_CPUS) {
42 sCpuCount = newCount;
/haiku/headers/private/media/
H A DNotifications.h90 void FlavorsChanged(media_addon_id addOnID, int32 newCount,
/haiku/headers/private/debugger/target_host_interface/
H A DTargetHostInterfaceRoster.h75 virtual void TeamDebuggerCountChanged(int32 newCount);
/haiku/src/kits/storage/
H A DResourcesContainer.cpp85 int32 newCount = container.CountResources(); local
86 for (int32 i = 0; i < newCount; i++) {
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDir.cpp214 int32 newCount = 0; local
215 status_t error = _GetAttributes(dirInfo, newAttributes, newCount);
257 while (oldIndex < oldCount || newIndex < newCount) {
259 Attribute* newAttr = (newCount > 0 ? newAttributes[newIndex] : NULL);
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_smp.cpp134 uint32 newCount = sCpuCount + 1; local
135 if (newCount > SMP_MAX_CPUS) {
140 sCpuCount = newCount;
/haiku/src/tests/system/kernel/unit/lock/
H A DRWLockTests.cpp263 uint64 newCount = fLockCount; local
278 TEST_ASSERT(newCount == unchangedCount);
/haiku/src/kits/media/
H A DNotifications.cpp269 FlavorsChanged(media_addon_id addOnID, int32 newCount, int32 goneCount) argument
275 msg.AddInt32("be:new_count", newCount);
/haiku/src/tests/system/kernel/util/
H A DVectorSetTest.cpp221 int32 newCount = fReferenceSet.size(); local
222 CHK(fMySet.Remove(value) == oldCount - newCount);
H A DVectorTest.cpp274 int32 newCount = fReferenceVector.size(); local
275 CHK(fMyVector.Remove(value) == oldCount - newCount);
H A DOrderedMapTest.h363 int32 newCount = fReferenceMap.size(); local
364 CHK(fMyMap.Remove(key) == oldCount - newCount);
/haiku/src/servers/input/
H A DInputServer.cpp1731 int32 newCount = events.CountItems(); local
1734 for (int32 i = 0; i < newCount; i++) {
1786 newCount--;
/haiku/src/tools/fs_shell/
H A Dvfs.cpp2188 fssh_size_t newCount = 0;
2194 newCount++;
2198 count = newCount;
2229 fssh_size_t newCount = 0;
2235 newCount++;
2239 count = newCount;
/haiku/src/servers/app/
H A DDesktop.cpp1017 int32 newCount = newColumns * newRows; local
1018 if (newCount < 1 || newCount > kMaxWorkspaces)
1029 bool workspaceChanged = CurrentWorkspace() >= newCount;
1031 _SetWorkspace(newCount - 1);

Completed in 101 milliseconds