Home
last modified time | relevance | path

Searched refs:apply_patch (Results 1 - 13 of 13) sorted by relevance

/third_party/cups-filters/
H A Dinstall.py29 def apply_patch(patch_file, target_dir): function
36 print("apply_patch error!")
48 apply_patch(patch, target_dir)
/third_party/harfbuzz/
H A Dinstall.py46 def apply_patch(patch_file, target_dir): function
53 print("apply_patch error!")
66 apply_patch(patch, target_dir)
/third_party/libpng/
H A Dinstall.py50 def apply_patch(patch_file, target_dir): function
57 print("apply_patch error!")
73 apply_patch(patch, target_dir)
/third_party/jsoncpp/
H A Dinstall.py36 def apply_patch(patch_file, target_dir): function
45 print("apply_patch error!")
59 apply_patch(file_path, target_dir)
/third_party/libffi/
H A Dinstall.py49 def apply_patch(patch_file, target_dir): function
56 print("apply_patch error!")
61 apply_patch(patch, target_dir)
/third_party/libxml2/
H A Dinstall.py36 def apply_patch(patch_file, target_dir): function
45 print("apply_patch error!")
238 apply_patch(file_path, target_dir)
/third_party/freetype/
H A Dinstall.py59 def apply_patch(patch_file, target_dir): function
66 print("apply_patch error!")
83 apply_patch(patch, target_dir)
/third_party/cups/
H A Dinstall.py61 def apply_patch(patch_file, target_dir): function
68 print("apply_patch error!")
88 apply_patch(patch, target_dir)
/third_party/libjpeg-turbo/
H A Dinstall.py52 def apply_patch(patch_file, target_dir): function
59 print("apply_patch error!")
72 apply_patch(patch, target_dir)
/third_party/cJSON/
H A DcJSON_Utils.c824 static int apply_patch(cJSON *object, const cJSON *patch, const cJSON_bool case_sensitive) in apply_patch() function
1073 status = apply_patch(object, current_patch, false); in cJSONUtils_ApplyPatches()
1102 status = apply_patch(object, current_patch, true); in cJSONUtils_ApplyPatchesCaseSensitive()
/third_party/json/include/nlohmann/
H A Djson.hpp5091 void merge_patch(const basic_json& apply_patch)
5093 if (apply_patch.is_object())
5099 for (auto it = apply_patch.begin(); it != apply_patch.end(); ++it)
5113 *this = apply_patch;
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp21806 void merge_patch(const basic_json& apply_patch)
21808 if (apply_patch.is_object())
21814 for (auto it = apply_patch.begin(); it != apply_patch.end(); ++it)
21828 *this = apply_patch;
/third_party/json/single_include/nlohmann/
H A Djson.hpp24269 void merge_patch(const basic_json& apply_patch)
24271 if (apply_patch.is_object())
24277 for (auto it = apply_patch.begin(); it != apply_patch.end(); ++it)
24291 *this = apply_patch;

Completed in 52 milliseconds