Searched refs:move (Results 1 - 25 of 53) sorted by last modified time

123

/haiku/src/apps/terminal/
H A DTermWindow.cpp1451 TermWindow::_NavigateTab(int32 index, int32 direction, bool move) argument
1461 if (move) {
1462 // move the given tab to the new index
H A DTermWindow.h163 bool move);
/haiku/src/kits/interface/
H A DMenu.cpp536 // the keypress to the menu bar so we can move to
2157 // If user doesn't move the mouse, loop here,
2214 // of having to move it horizontally into the submenu first. The concept
2813 // just move the window on screen
3310 BMenu::_UpdateWindowViewSize(const bool &move) argument
3323 const BPoint screenLocation = move ? ScreenLocation()
3368 if (move)
H A DListView.cpp641 // TODO: move this code someplace where it can be shared everywhere
1426 data.move.from = from;
1427 data.move.to = to;
1569 return _MoveItem(data->move.from, data->move.to);
/haiku/headers/os/interface/
H A DListView.h162 struct Move { int32 from; int32 to; } move; member in union:BListView::MiscData
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp1748 /* some random point (probability 50 %) will be move into a
2343 as the cubic torus repeat itself identicaly for any move
2395 /* move the camera around, as defined by the animation popup.
2401 TPoint move; local
2407 move = fCamera.Axis(2);
2408 move = move * 0.45;
2409 fOrigin = fOrigin + move;
2430 move = fCamera.Axis(2);
2431 move
[all...]
/haiku/headers/cpp/std/
H A Dbastring.h133 inline void move (size_t, const charT *, size_t);
488 rep ()->move (pos + n2, data () + pos + n1, len - (pos + n1));
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.cpp951 int move = fPath->Move(0, type); local
952 if (move > 0)
954 else if (move < 0)
/haiku/src/kits/network/libnetservices2/
H A DHttpSession.cpp222 auto wRequest = Request(std::move(request), std::move(target), observer);
226 fControlQueue.push_back(std::move(wRequest));
317 impl->fDataQueue.push_back(std::move(request));
382 auto request = std::move(data->fDataQueue.front());
386 data->connectionMap.insert(std::make_pair(socket, std::move(request)));
594 requests.emplace_back(std::move(request));
622 return fImpl->Execute(std::move(request), std::move(target), observer);
657 fRequest(std::move(reques
[all...]
H A DNetServicesMisc.cpp24 fUrl(std::move(url)),
25 fSupportedProtocols(std::move(supportedProtocols))
32 BError(std::move(origin)),
33 fUrl(std::move(url)),
34 fSupportedProtocols(std::move(supportedProtocols))
66 fUrl(std::move(url))
73 BError(std::move(origin)),
74 fUrl(std::move(url))
H A DHttpTime.cpp58 input(std::move(input))
H A DHttpRequest.cpp35 input(std::move(input))
76 __PRETTY_FUNCTION__, std::move(std::get<BString>(fMethod)));
85 fMethod(std::move(other.fMethod)) function
100 fMethod = std::move(other.fMethod);
366 fData->requestBody = {std::move(input), std::move(mimeType), size};
425 auto body = std::move(fData->requestBody->input);
H A DHttpResultPrivate.h107 status = std::move(s);
116 fields = std::move(f);
129 body = BHttpBody{std::move(bodyString)};
H A DHttpFields.cpp91 input(std::move(input))
144 fName(std::move(other.fName))
167 fName = std::move(other.fName);
224 fRawField = std::move(rawField);
244 fRawField = std::move(field);
271 fRawField(std::move(other.fRawField)),
272 fName(std::move(other.fName)),
273 fValue(std::move(other.fValue))
301 fRawField = std::move(other.fRawField);
302 fName = std::move(othe
[all...]
H A DHttpParser.cpp29 instruct the parser to move to completion after all the header fields have been parsed.
76 status.text = std::move(statusLine.value());
188 fBodyParser = std::make_unique<HttpBodyDecompression>(std::move(fBodyParser));
508 fBodyParser = std::move(bodyParser);
H A DErrorsExt.cpp29 fOrigin(std::move(origin))
120 fMessage(std::move(message))
127 BError(std::move(origin)),
128 fMessage(std::move(message))
163 BError(std::move(origin)),
/haiku/src/tests/kits/net/netservices2/
H A DHttpProtocolTest.cpp168 BHttpFields movedFields(std::move(copiedFields));
494 auto result = fSession.Execute(std::move(request));
507 auto result = fSession.Execute(std::move(request), nullptr, fLoggerMessenger);
540 auto result = fSession.Execute(std::move(request), nullptr, fLoggerMessenger);
567 auto result = fSession.Execute(std::move(request), BBorrow<BDataIO>(body), fLoggerMessenger);
584 auto result = fSession.Execute(std::move(request), nullptr, fLoggerMessenger);
614 auto result = fSession.Execute(std::move(request), nullptr, fLoggerMessenger);
641 auto result = fSession.Execute(std::move(request), nullptr, fLoggerMessenger);
669 auto result = fSession.Execute(std::move(request), nullptr, fLoggerMessenger);
676 result = fSession.Execute(std::move(reques
[all...]
/haiku/headers/private/shared/
H A DScopeExit.h30 ScopeExit(ScopeExit&& other) : fFn(std::move(other.fFn))
/haiku/src/system/kernel/disk_device_manager/
H A DKPartitioningSystem.cpp209 if (!fModule->move)
219 result = fModule->move(fd, partition->ID(), offset, job);
/haiku/headers/private/fs_shell/
H A Dfssh_fs_interface.h320 fssh_status_t (*move)(int fd, fssh_partition_id partition, member in struct:fssh_file_system_module_info
/haiku/headers/os/drivers/
H A Dfs_interface.h298 status_t (*move)(int fd, partition_id partition, off_t offset, member in struct:file_system_module_info
/haiku/src/system/libroot/os/arch/m68k/
H A Datomic.S26 move.l (4,%a7),%a0
27 move.l (%a0),%d0
28 miss1: move.l %d0,%d1
39 move.l (4,%a7),%a0
40 move.l (%a0),%d0
41 miss2: move.l %d0,%d1
52 move.l (4,%a7),%a0
53 move.l (%a0),%d0
54 miss3: move.l %d0,%d1
64 move
[all...]
H A Dbyteorder.S15 move.b (7,%a7),%d0
17 move.b (6,%a7),%d0
19 move.b (5,%a7),%d0
21 move.b (4,%a7),%d0
30 move.b (7,%a7),%d1
32 move.b (6,%a7),%d1
34 move.b (5,%a7),%d1
36 move.b (4,%a7),%d1
38 move.b (11,%a7),%d0
40 move
[all...]
/haiku/src/tests/kits/support/bstring/
H A DStringConstructionTest.cpp64 string = new BString(std::move(movableString));
H A DStringAssignTest.cpp40 *str = std::move(movableString);

Completed in 273 milliseconds

123