Home
last modified time | relevance | path

Searched refs:kPatch (Results 1 – 20 of 20) sorted by relevance

/dports/chinese/librime/librime-1.7.3/src/rime/config/
H A Dconfig_compiler_impl.h18 kPatch = 2, enumerator
74 return kPatch; in priority()
88 return kPatch; in priority()
H A Dauto_patch_config_plugin.cc24 if (!root_deps.empty() && root_deps.back()->priority() >= kPatch) in ReviewCompileOutput()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/algo/blast/unit_tests/api/
H A Dversion_reference_unit_test.cpp47 const int kPatch = 0; in BOOST_AUTO_TEST_CASE() local
51 BOOST_REQUIRE_EQUAL(kPatch, v.GetPatchLevel()); in BOOST_AUTO_TEST_CASE()
55 NStr::IntToString(kPatch) + "+"; in BOOST_AUTO_TEST_CASE()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/unit_tests/api/
H A Dversion_reference_unit_test.cpp47 const int kPatch = 0; in BOOST_AUTO_TEST_CASE() local
51 BOOST_REQUIRE_EQUAL(kPatch, v.GetPatchLevel()); in BOOST_AUTO_TEST_CASE()
55 NStr::IntToString(kPatch) + "+"; in BOOST_AUTO_TEST_CASE()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/nearby_sharing/client/
H A Dnearby_share_client_impl_unittest.cc36 const char kPatch[] = "PATCH"; variable
94 http_method_ = kPatch; in StartPatchRequest()
349 EXPECT_EQ(kPatch, http_method()); in TEST_F()
407 EXPECT_EQ(kPatch, http_method()); in TEST_F()
582 EXPECT_EQ(kPatch, http_method()); in TEST_F()
606 EXPECT_EQ(kPatch, http_method()); in TEST_F()
647 EXPECT_EQ(kPatch, http_method()); in TEST_F()
685 EXPECT_EQ(kPatch, http_method()); in TEST_F()
H A Dnearby_share_api_call_flow_impl.cc19 const char kPatch[] = "PATCH"; variable
53 request_http_method_ = kPatch; in StartPatchRequest()
H A Dnearby_share_client_impl.h66 enum class RequestType { kGet, kPost, kPatch }; enumerator
H A Dnearby_share_api_call_flow_impl_unittest.cc33 const char kPatch[] = "PATCH"; variable
172 EXPECT_EQ(kPatch, request.method); in CheckNearbySharingClientHttpPatchRequest()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/update_client/
H A Dcomponent_patcher_operation.cc42 const char kPatch[] = "patch"; variable
143 if (!command_args->GetString(kPatch, &patch_rel_path)) in DoParseArguments()
173 if (!command_args->GetString(kPatch, &patch_rel_path) || in DoParseArguments()
H A Dcomponent_patcher_operation.h27 extern const char kPatch[];
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/update_client/
H A Dcomponent_patcher_operation.cc44 const char kPatch[] = "patch"; variable
145 if (!command_args->GetString(kPatch, &patch_rel_path)) in DoParseArguments()
175 if (!command_args->GetString(kPatch, &patch_rel_path) || in DoParseArguments()
H A Dcomponent_patcher_operation.h27 extern const char kPatch[];
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/util/
H A Dutil_constants.cc106 const char kPatch[] = "patch"; variable
H A Dutil_constants.h173 extern const char kPatch[];
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/wilco_dtc_supportd/
H A Dwilco_dtc_supportd_web_request_service.cc53 kPatch: in GetHttpMethod()
H A Dwilco_dtc_supportd_web_request_service_unittest.cc279 wilco_dtc_supportd::mojom::WilcoDtcSupportdWebRequestHttpMethod::kPatch, in TEST_F()
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/generator/internal/
H A Ddescriptor_utils.cc169 case google::api::HttpRule::kPatch: in SetResourceRoutingMethodVars()
217 case google::api::HttpRule::kPatch: in DefaultIdempotencyFromHttpOperation()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/generator/internal/
H A Ddescriptor_utils.cc143 case google::api::HttpRule::kPatch: in SetResourceRoutingMethodVars()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/services/wilco_dtc_supportd/public/mojom/
H A Dwilco_dtc_supportd.mojom21 kPatch,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/setup/
H A Dsetup_main.cc983 } else if (cmd_line.HasSwitch(installer::switches::kPatch)) { in HandleNonInstallCmdLineOptions()
985 cmd_line.GetSwitchValueASCII(installer::switches::kPatch)); in HandleNonInstallCmdLineOptions()