Home
last modified time | relevance | path

Searched refs:Requests (Results 1 – 25 of 97) sorted by relevance

1234

/external/llvm-project/clang-tools-extra/clangd/benchmarks/
DIndexBenchmark.cpp41 std::vector<FuzzyFindRequest> Requests; in extractQueriesFromLogs() local
65 Requests.push_back(Request); in extractQueriesFromLogs()
67 return Requests; in extractQueriesFromLogs()
72 const auto Requests = extractQueriesFromLogs(); in MemQueries() local
74 for (const auto &Request : Requests) in MemQueries()
81 const auto Requests = extractQueriesFromLogs(); in DexQueries() local
83 for (const auto &Request : Requests) in DexQueries()
/external/llvm-project/clang-tools-extra/clangd/
DTUScheduler.cpp484 std::deque<Request> Requests; /* GUARDED_BY(Mutex) */ member in clang::clangd::__anon5c4233ba0311::ASTWorker
596 assert(Requests.empty() && !CurrentRequest && in ~ASTWorker()
978 for (auto &R : llvm::reverse(Requests)) { in startTask()
994 Requests.push_back({std::move(Task), std::string(Name), steady_clock::now(), in startTask()
1011 if (Requests.empty()) in run()
1020 if (!Requests.empty()) { in run()
1021 Ctx.emplace(Requests.front().Ctx.clone()); in run()
1023 SPAN_ATTACH(*Tracer, "next_request", Requests.front().Name); in run()
1027 Status.ASTActivity.Name = Requests.front().Name; in run()
1044 CurrentRequest = std::move(Requests.front()); in run()
[all …]
/external/llvm-project/clang-tools-extra/clangd/unittests/
DCodeCompleteTests.cpp1335 Requests.push_back(Req); in fuzzyFind()
1359 [this, Num] { return Requests.size() == Num; })); in consumeRequests()
1360 auto Reqs = std::move(Requests); in consumeRequests()
1361 Requests = {}; in consumeRequests()
1369 mutable std::vector<FuzzyFindRequest> Requests; member in clang::clangd::__anonef0db87b0111::IndexRequestCollector
1376 IndexRequestCollector Requests; in captureIndexRequests() local
1377 Opts.Index = &Requests; in captureIndexRequests()
1379 const auto Reqs = Requests.consumeRequests(Num); in captureIndexRequests()
1385 auto Requests = captureIndexRequests(R"cpp( in TEST() local
1395 EXPECT_THAT(Requests, in TEST()
[all …]
/external/rust/crates/uuid/
DCONTRIBUTING.md7 * [Feature Requests](#feature-requests)
9 * [Pull Requests](#pull-requests)
22 # Feature Requests
23 [Feature Requests]: #feature-requests
71 # Pull Requests
72 [Pull Requests]: #pull-requests
/external/swiftshader/tests/regres/cmd/export_to_sheets/
Dmain.go278 Requests: []*sheets.Request{{
313 spreadsheetReq.Requests = append(spreadsheetReq.Requests, &sheets.Request{
329 if len(spreadsheetReq.Requests) > 0 {
/external/fonttools/
DCONTRIBUTING.md21 …, including submissions by project members, go through a review process using GitHub Pull Requests.
22 …ttps://help.github.com/articles/about-pull-requests/) for more information on making Pull Requests.
/external/tensorflow/tensorflow/compiler/xla/rpc/
Dxla_service.proto73 // Requests the shape of the referenced global data.
77 // Requests the statistics of the given computation.
117 // Requests one or more device handles from the target. The returned device
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIChecker.cpp105 const auto &Requests = State->get<RequestMap>(); in checkMissingWaits() local
106 if (Requests.isEmpty()) in checkMissingWaits()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/
DMPIChecker.cpp104 const auto &Requests = State->get<RequestMap>(); in checkMissingWaits() local
105 if (Requests.isEmpty()) in checkMissingWaits()
/external/libchrome/libchrome_tools/patches/
Ddbus-Support-UnexportMethod-from-an-exported-object.patch129 // Requests to export the method specified by |interface_name| and
136 + // Requests to unexport the method specified by |interface_name| and
147 // Requests to send the signal from this object. The signal will be sent
/external/curl/tests/data/
Dtest159615 HTTP/1.1 429 Too Many Requests
/external/llvm-project/llvm/test/tools/llvm-objcopy/wasm/
Dremove-section.test8 ## Requests to remove nonexistent sections are silently ignored.
/external/webrtc/modules/rtp_rtcp/source/
Drtcp_nack_stats_unittest.cc17 TEST(RtcpNackStatsTest, Requests) { in TEST() argument
/external/blktrace/btt/doc/
Dsample-btt-output.tex76 ==================== Active Requests At Q Information ====================
/external/libchrome/ipc/
Dipc.mojom29 // Requests a Channel-associated interface.
/external/python/asn1crypto/asn1crypto/
Docsp.py142 class Requests(SequenceOf): class
198 ('request_list', Requests),
/external/grpc-grpc/doc/
Dhttp-grpc-status-mapping.md20 | 429 Too Many Requests | UNAVAILABLE |
/external/angle/extensions/
DANGLE_program_binary.txt75 Requests)
/external/rust/crates/serde_cbor/
DCONTRIBUTING.md9 ## Pull Requests
/external/autotest/server/site_tests/bluetooth_AdapterCLHealth/
Dcontrol.cl_sdp_service_search_request_basic_test23 The tester also sends Service Search Requests with intentionally invalid PDU
/external/oss-fuzz/projects/nginx/fuzz/
Dhttp_request_fuzzer.dict128 "Upgrade-Insecure-Requests"
/external/mesa3d/docs/_extra/specs/
DMESA_ycbcr_texture.spec158 State Requests)
DMESA_swap_control.spec70 Additions to Chapter 6 of the 1.4 GL Specification (State and State Requests)
/external/openscreen/cast/cast_core/api/runtime/
Druntime_service.proto31 // Requests runtime to send a heartbeat in a stream. The use of server-side
/external/adhd/cras/
DREADME.dbus-api126 Requests the specified node to be used for
133 Requests the specified node to be used for

1234