Symbol: move
headers/cpp/PlotFile.h
83
PlotFile& move(const int xi, const int yi);
headers/cpp/std/bastring.cc
147
traits::move (data () + pos, s, n);
headers/cpp/std/bastring.cc
172
rep ()->move (pos + n2, data () + pos + n1, len - (pos + n1));
headers/cpp/std/bastring.cc
208
rep ()->move (pos + n2, data () + pos + n1, len - (pos + n1));
headers/cpp/std/bastring.h
133
inline void move (size_t, const charT *, size_t);
headers/cpp/std/bastring.h
488
rep ()->move (pos + n2, data () + pos + n1, len - (pos + n1));
headers/cpp/std/straits.h
128
static char_type* move (char_type* s1, const char_type* s2, size_t n)
headers/cpp/std/straits.h
84
static char_type* move (char_type* s1, const char_type* s2, size_t n)
headers/os/drivers/fs_interface.h
298
status_t (*move)(int fd, partition_id partition, off_t offset,
headers/os/interface/ListView.h
162
struct Move { int32 from; int32 to; } move;
headers/private/fs_shell/fssh_fs_interface.h
320
fssh_status_t (*move)(int fd, fssh_partition_id partition,
headers/private/kernel/disk_device_manager/ddm_modules.h
86
status_t (*move)(int fd, partition_id partition, off_t offset,
headers/private/shared/ScopeExit.h
30
ScopeExit(ScopeExit&& other) : fFn(std::move(other.fFn))
src/add-ons/kernel/file_systems/btrfs/BTree.cpp
952
int move = fPath->Move(0, type);
src/add-ons/kernel/file_systems/btrfs/BTree.cpp
953
if (move > 0)
src/add-ons/kernel/file_systems/btrfs/BTree.cpp
955
else if (move < 0)
src/apps/switcher/PanelWindow.cpp
149
BMessage move(how);
src/apps/switcher/PanelWindow.cpp
150
BMessageRunner::StartSending(this, &move, kMoveDelay, 1);
src/apps/terminal/TermWindow.cpp
1475
TermWindow::_NavigateTab(int32 index, int32 direction, bool move)
src/apps/terminal/TermWindow.cpp
1485
if (move) {
src/apps/terminal/TermWindow.h
161
bool move);
src/bin/watch.c
248
move(y, x);
src/kits/interface/ListView.cpp
1435
data.move.from = from;
src/kits/interface/ListView.cpp
1436
data.move.to = to;
src/kits/interface/ListView.cpp
1578
return _MoveItem(data->move.from, data->move.to);
src/kits/interface/Menu.cpp
3315
BMenu::_UpdateWindowViewSize(const bool &move)
src/kits/interface/Menu.cpp
3328
const BPoint screenLocation = move ? ScreenLocation()
src/kits/interface/Menu.cpp
3373
if (move)
src/kits/network/libnetservices2/ErrorsExt.cpp
120
fMessage(std::move(message))
src/kits/network/libnetservices2/ErrorsExt.cpp
127
BError(std::move(origin)),
src/kits/network/libnetservices2/ErrorsExt.cpp
128
fMessage(std::move(message))
src/kits/network/libnetservices2/ErrorsExt.cpp
163
BError(std::move(origin)),
src/kits/network/libnetservices2/ErrorsExt.cpp
29
fOrigin(std::move(origin))
src/kits/network/libnetservices2/HttpFields.cpp
144
fName(std::move(other.fName))
src/kits/network/libnetservices2/HttpFields.cpp
167
fName = std::move(other.fName);
src/kits/network/libnetservices2/HttpFields.cpp
224
fRawField = std::move(rawField);
src/kits/network/libnetservices2/HttpFields.cpp
244
fRawField = std::move(field);
src/kits/network/libnetservices2/HttpFields.cpp
271
fRawField(std::move(other.fRawField)),
src/kits/network/libnetservices2/HttpFields.cpp
272
fName(std::move(other.fName)),
src/kits/network/libnetservices2/HttpFields.cpp
273
fValue(std::move(other.fValue))
src/kits/network/libnetservices2/HttpFields.cpp
301
fRawField = std::move(other.fRawField);
src/kits/network/libnetservices2/HttpFields.cpp
302
fName = std::move(other.fName);
src/kits/network/libnetservices2/HttpFields.cpp
304
fValue = std::move(other.fValue);
src/kits/network/libnetservices2/HttpFields.cpp
361
fFields(std::move(other.fFields))
src/kits/network/libnetservices2/HttpFields.cpp
380
fFields = std::move(other.fFields);
src/kits/network/libnetservices2/HttpFields.cpp
419
fFields.push_back(std::move(field));
src/kits/network/libnetservices2/HttpFields.cpp
91
input(std::move(input))
src/kits/network/libnetservices2/HttpParser.cpp
188
fBodyParser = std::make_unique<HttpBodyDecompression>(std::move(fBodyParser));
src/kits/network/libnetservices2/HttpParser.cpp
508
fBodyParser = std::move(bodyParser);
src/kits/network/libnetservices2/HttpParser.cpp
76
status.text = std::move(statusLine.value());
src/kits/network/libnetservices2/HttpRequest.cpp
100
fMethod = std::move(other.fMethod);
src/kits/network/libnetservices2/HttpRequest.cpp
35
input(std::move(input))
src/kits/network/libnetservices2/HttpRequest.cpp
366
fData->requestBody = {std::move(input), std::move(mimeType), size};
src/kits/network/libnetservices2/HttpRequest.cpp
425
auto body = std::move(fData->requestBody->input);
src/kits/network/libnetservices2/HttpRequest.cpp
76
__PRETTY_FUNCTION__, std::move(std::get<BString>(fMethod)));
src/kits/network/libnetservices2/HttpRequest.cpp
85
fMethod(std::move(other.fMethod))
src/kits/network/libnetservices2/HttpResultPrivate.h
107
status = std::move(s);
src/kits/network/libnetservices2/HttpResultPrivate.h
116
fields = std::move(f);
src/kits/network/libnetservices2/HttpResultPrivate.h
129
body = BHttpBody{std::move(bodyString)};
src/kits/network/libnetservices2/HttpSession.cpp
222
auto wRequest = Request(std::move(request), std::move(target), observer);
src/kits/network/libnetservices2/HttpSession.cpp
226
fControlQueue.push_back(std::move(wRequest));
src/kits/network/libnetservices2/HttpSession.cpp
317
impl->fDataQueue.push_back(std::move(request));
src/kits/network/libnetservices2/HttpSession.cpp
382
auto request = std::move(data->fDataQueue.front());
src/kits/network/libnetservices2/HttpSession.cpp
386
data->connectionMap.insert(std::make_pair(socket, std::move(request)));
src/kits/network/libnetservices2/HttpSession.cpp
594
requests.emplace_back(std::move(request));
src/kits/network/libnetservices2/HttpSession.cpp
622
return fImpl->Execute(std::move(request), std::move(target), observer);
src/kits/network/libnetservices2/HttpSession.cpp
657
fRequest(std::move(request)),
src/kits/network/libnetservices2/HttpSession.cpp
670
fResult->bodyTarget = std::move(target);
src/kits/network/libnetservices2/HttpSession.cpp
680
fRequest(std::move(original.fRequest)),
src/kits/network/libnetservices2/HttpSession.cpp
888
fResult->SetStatus(std::move(fStatus));
src/kits/network/libnetservices2/HttpSession.cpp
901
fResult->SetStatus(BHttpStatus{fStatus.code, std::move(fStatus.text)});
src/kits/network/libnetservices2/HttpSession.cpp
969
fResult->SetStatus(BHttpStatus{fStatus.code, std::move(fStatus.text)});
src/kits/network/libnetservices2/HttpSession.cpp
977
fResult->SetFields(std::move(fFields));
src/kits/network/libnetservices2/HttpTime.cpp
58
input(std::move(input))
src/kits/network/libnetservices2/NetServicesMisc.cpp
24
fUrl(std::move(url)),
src/kits/network/libnetservices2/NetServicesMisc.cpp
25
fSupportedProtocols(std::move(supportedProtocols))
src/kits/network/libnetservices2/NetServicesMisc.cpp
32
BError(std::move(origin)),
src/kits/network/libnetservices2/NetServicesMisc.cpp
33
fUrl(std::move(url)),
src/kits/network/libnetservices2/NetServicesMisc.cpp
34
fSupportedProtocols(std::move(supportedProtocols))
src/kits/network/libnetservices2/NetServicesMisc.cpp
66
fUrl(std::move(url))
src/kits/network/libnetservices2/NetServicesMisc.cpp
73
BError(std::move(origin)),
src/kits/network/libnetservices2/NetServicesMisc.cpp
74
fUrl(std::move(url))
src/system/kernel/disk_device_manager/KPartitioningSystem.cpp
209
if (!fModule->move)
src/system/kernel/disk_device_manager/KPartitioningSystem.cpp
219
result = fModule->move(fd, partition->ID(), offset, job);
src/system/kernel/fs/EntryCache.cpp
216
EntryCache::_AddEntryToCurrentGeneration(EntryCacheEntry* entry, bool move)
src/system/kernel/fs/EntryCache.cpp
220
if (move) {
src/system/kernel/fs/EntryCache.h
123
EntryCacheEntry* entry, bool move);
src/system/libroot/posix/glibc/include/arch/m68k/asm-syntax.h
90
#define movel move.l
src/system/libroot/posix/glibc/include/arch/m68k/sysdep.h
64
move.l %fp, -(%sp); move.l %sp, %fp; \
src/system/libroot/posix/glibc/include/arch/m68k/sysdep.h
66
move.l (%sp)+, %fp;
src/system/libroot/posix/glibc/include/arch/riscv64/asm-syntax.h
47
move a0, ra; \
src/tests/kits/game/chart/ChartWindow.cpp
2401
TPoint move;
src/tests/kits/game/chart/ChartWindow.cpp
2407
move = fCamera.Axis(2);
src/tests/kits/game/chart/ChartWindow.cpp
2408
move = move * 0.45;
src/tests/kits/game/chart/ChartWindow.cpp
2409
fOrigin = fOrigin + move;
src/tests/kits/game/chart/ChartWindow.cpp
2430
move = fCamera.Axis(2);
src/tests/kits/game/chart/ChartWindow.cpp
2431
move = move * -0.45;
src/tests/kits/game/chart/ChartWindow.cpp
2432
fOrigin = fOrigin + move;
src/tests/kits/game/chart/ChartWindow.cpp
2440
move = fCamera.Axis(2);
src/tests/kits/game/chart/ChartWindow.cpp
2441
move = move * 0.006*time_factor;
src/tests/kits/game/chart/ChartWindow.cpp
2442
fOrigin = fOrigin + move;
src/tests/kits/game/chart/ChartWindow.cpp
2448
move = fCamera.Axis(2);
src/tests/kits/game/chart/ChartWindow.cpp
2449
move = move * 0.018*time_factor;
src/tests/kits/game/chart/ChartWindow.cpp
2450
fOrigin = fOrigin + move;
src/tests/kits/game/chart/ChartWindow.cpp
2536
move = fCamera.Axis(2);
src/tests/kits/game/chart/ChartWindow.cpp
2537
move = move * 0.0115*time_factor;
src/tests/kits/game/chart/ChartWindow.cpp
2538
fOrigin = fOrigin + move;
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
168
BHttpFields movedFields(std::move(copiedFields));
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
494
auto result = fSession.Execute(std::move(request));
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
507
auto result = fSession.Execute(std::move(request), nullptr, fLoggerMessenger);
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
540
auto result = fSession.Execute(std::move(request), nullptr, fLoggerMessenger);
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
567
auto result = fSession.Execute(std::move(request), BBorrow<BDataIO>(body), fLoggerMessenger);
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
584
auto result = fSession.Execute(std::move(request), nullptr, fLoggerMessenger);
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
614
auto result = fSession.Execute(std::move(request), nullptr, fLoggerMessenger);
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
641
auto result = fSession.Execute(std::move(request), nullptr, fLoggerMessenger);
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
669
auto result = fSession.Execute(std::move(request), nullptr, fLoggerMessenger);
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
676
result = fSession.Execute(std::move(request), nullptr, fLoggerMessenger);
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
690
auto result = fSession.Execute(std::move(request), nullptr, fLoggerMessenger);
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
705
auto result = fSession.Execute(std::move(request), nullptr, fLoggerMessenger);
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
768
request.SetRequestBody(std::move(postBody), "text/plain", kPostText.Length());
src/tests/kits/net/netservices2/HttpProtocolTest.cpp
773
auto result = fSession.Execute(std::move(request), nullptr, BMessenger(observer));
src/tests/kits/support/StringAssignTest.cpp
58
str = std::move(movableString);
src/tests/kits/support/StringConstructionTest.cpp
72
BString string(std::move(movableString));