/external/llvm-project/clang-tools-extra/clangd/benchmarks/ |
D | IndexBenchmark.cpp | 41 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/ |
D | TUScheduler.cpp | 484 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/ |
D | CodeCompleteTests.cpp | 1335 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/ |
D | CONTRIBUTING.md | 7 * [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/ |
D | main.go | 278 Requests: []*sheets.Request{{ 313 spreadsheetReq.Requests = append(spreadsheetReq.Requests, &sheets.Request{ 329 if len(spreadsheetReq.Requests) > 0 {
|
/external/fonttools/ |
D | CONTRIBUTING.md | 21 …, 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/ |
D | xla_service.proto | 73 // 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/ |
D | MPIChecker.cpp | 105 const auto &Requests = State->get<RequestMap>(); in checkMissingWaits() local 106 if (Requests.isEmpty()) in checkMissingWaits()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
D | MPIChecker.cpp | 104 const auto &Requests = State->get<RequestMap>(); in checkMissingWaits() local 105 if (Requests.isEmpty()) in checkMissingWaits()
|
/external/libchrome/libchrome_tools/patches/ |
D | dbus-Support-UnexportMethod-from-an-exported-object.patch | 129 // 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/ |
D | test1596 | 15 HTTP/1.1 429 Too Many Requests
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/wasm/ |
D | remove-section.test | 8 ## Requests to remove nonexistent sections are silently ignored.
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtcp_nack_stats_unittest.cc | 17 TEST(RtcpNackStatsTest, Requests) { in TEST() argument
|
/external/blktrace/btt/doc/ |
D | sample-btt-output.tex | 76 ==================== Active Requests At Q Information ====================
|
/external/libchrome/ipc/ |
D | ipc.mojom | 29 // Requests a Channel-associated interface.
|
/external/python/asn1crypto/asn1crypto/ |
D | ocsp.py | 142 class Requests(SequenceOf): class 198 ('request_list', Requests),
|
/external/grpc-grpc/doc/ |
D | http-grpc-status-mapping.md | 20 | 429 Too Many Requests | UNAVAILABLE |
|
/external/angle/extensions/ |
D | ANGLE_program_binary.txt | 75 Requests)
|
/external/rust/crates/serde_cbor/ |
D | CONTRIBUTING.md | 9 ## Pull Requests
|
/external/autotest/server/site_tests/bluetooth_AdapterCLHealth/ |
D | control.cl_sdp_service_search_request_basic_test | 23 The tester also sends Service Search Requests with intentionally invalid PDU
|
/external/oss-fuzz/projects/nginx/fuzz/ |
D | http_request_fuzzer.dict | 128 "Upgrade-Insecure-Requests"
|
/external/mesa3d/docs/_extra/specs/ |
D | MESA_ycbcr_texture.spec | 158 State Requests)
|
D | MESA_swap_control.spec | 70 Additions to Chapter 6 of the 1.4 GL Specification (State and State Requests)
|
/external/openscreen/cast/cast_core/api/runtime/ |
D | runtime_service.proto | 31 // Requests runtime to send a heartbeat in a stream. The use of server-side
|
/external/adhd/cras/ |
D | README.dbus-api | 126 Requests the specified node to be used for 133 Requests the specified node to be used for
|