Searched refs:move (Results 26 - 50 of 53) sorted by relevance

123

/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 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 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 DHttpTime.cpp58 input(std::move(input))
/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/cpp/std/
H A Dstraits.h84 static char_type* move (char_type* s1, const char_type* s2, size_t n) function in struct:string_char_traits
128 static char_type* move (char_type* s1, const char_type* s2, size_t n) function in struct:string_char_traits
H A Dbastring.cc144 move (size_t pos, const charT *s, size_t n) function in class:basic_string::Rep
147 traits::move (data () + pos, s, n);
172 rep ()->move (pos + n2, data () + pos + n1, len - (pos + n1));
208 rep ()->move (pos + n2, data () + pos + n1, len - (pos + n1));
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/apps/switcher/
H A DPanelWindow.cpp149 BMessage move(how);
150 BMessageRunner::StartSending(this, &move, kMoveDelay, 1);
/haiku/src/libs/stdc++/legacy/
H A DPlotFile.cc143 PlotFile& PlotFile:: move(const int xi, const int yi) function in class:PlotFile
/haiku/src/tests/kits/support/bstring/
H A DStringConstructionTest.cpp64 string = new BString(std::move(movableString));
H A DStringAssignTest.cpp40 *str = std::move(movableString);
/haiku/src/system/boot/platform/atari_m68k/
H A Dcpu.cpp99 #warning M68K: move and implement system_time()
/haiku/headers/private/kernel/disk_device_manager/
H A Dddm_modules.h86 status_t (*move)(int fd, partition_id partition, off_t offset, member in struct:partition_module_info
/haiku/src/bin/
H A Dwatch.c248 move(y, x);
/haiku/src/system/libroot/posix/glibc/include/arch/m68k/
H A Dasm-syntax.h90 #define movel move.l
/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/src/system/kernel/disk_device_manager/
H A DKPartitioningSystem.cpp209 if (!fModule->move)
219 result = fModule->move(fd, partition->ID(), offset, job);
/haiku/src/system/libroot/posix/glibc/include/arch/riscv64/
H A Dasm-syntax.h47 move a0, ra; \
/haiku/src/apps/terminal/
H A DTermWindow.h163 bool move);
/haiku/headers/os/interface/
H A DListView.h162 struct Move { int32 from; int32 to; } move; member in union:BListView::MiscData
/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/interface/
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/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php37 // (you will have to move the VncViewer.jar file around)
/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

Completed in 139 milliseconds

123