Home
last modified time | relevance | path

Searched refs:apply_patch (Results 1 – 18 of 18) sorted by relevance

/third_party/json/docs/mkdocs/docs/api/basic_json/
Dmerge_patch.md4 void merge_patch(const basic_json& apply_patch);
33 `apply_patch` (in)
38 Linear in the lengths of `apply_patch`.
/third_party/cups-filters/
Dinstall.py29 def apply_patch(patch_file, target_dir): function
48 apply_patch(patch, target_dir)
/third_party/libxml2/
Dinstall.py36 def apply_patch(patch_file, target_dir): function
66 apply_patch(file_path, target_dir)
/third_party/jsoncpp/
Dinstall.py36 def apply_patch(patch_file, target_dir): function
54 apply_patch(file_path, target_dir)
/third_party/libpng/
Dinstall.py49 def apply_patch(patch_file, target_dir): function
71 apply_patch(patch, target_dir)
/third_party/harfbuzz/
Dinstall.py46 def apply_patch(patch_file, target_dir): function
66 apply_patch(patch, target_dir)
/third_party/libjpeg-turbo/
Dinstall.py51 def apply_patch(patch_file, target_dir): function
70 apply_patch(patch, target_dir)
/third_party/cups/
Dinstall.py57 def apply_patch(patch_file, target_dir): function
80 apply_patch(patch, target_dir)
/third_party/freetype/
Dinstall.py59 def apply_patch(patch_file, target_dir): function
83 apply_patch(patch, target_dir)
/third_party/mtdev/patch/
DBUILD.gn21 action("apply_patch") {
23 script = "${gen_src_dir}/patch/apply_patch.sh"
Dapply_patch.sh23 bash -x ./apply_patch.sh \
/third_party/libinput/patch/
DBUILD.gn21 action("apply_patch") {
23 script = "${gen_src_dir}/patch/apply_patch.sh"
Dapply_patch.sh23 bash -x ./apply_patch.sh \
/third_party/cJSON/
DcJSON_Utils.c807 static int apply_patch(cJSON *object, const cJSON *patch, const cJSON_bool case_sensitive) in apply_patch() function
1056 status = apply_patch(object, current_patch, false); in cJSONUtils_ApplyPatches()
1085 status = apply_patch(object, current_patch, true); in cJSONUtils_ApplyPatchesCaseSensitive()
/third_party/cef/tools/automate/
Dautomate-git.py275 def apply_patch(name): function
290 apply_patch(deps_file)
297 apply_patch('runhooks')
/third_party/json/include/nlohmann/
Djson.hpp5091 void merge_patch(const basic_json& apply_patch) in merge_patch() argument
5093 if (apply_patch.is_object()) in merge_patch()
5099 for (auto it = apply_patch.begin(); it != apply_patch.end(); ++it) in merge_patch()
5113 *this = apply_patch; in merge_patch()
/third_party/json/tests/abi/include/nlohmann/
Djson_v3_10_5.hpp21806 void merge_patch(const basic_json& apply_patch) in merge_patch() argument
21808 if (apply_patch.is_object()) in merge_patch()
21814 for (auto it = apply_patch.begin(); it != apply_patch.end(); ++it) in merge_patch()
21828 *this = apply_patch; in merge_patch()
/third_party/json/single_include/nlohmann/
Djson.hpp24269 void merge_patch(const basic_json& apply_patch) in merge_patch() argument
24271 if (apply_patch.is_object()) in merge_patch()
24277 for (auto it = apply_patch.begin(); it != apply_patch.end(); ++it) in merge_patch()
24291 *this = apply_patch; in merge_patch()