Searched refs:apply_patch (Results 1 - 13 of 13) sorted by relevance
/third_party/cups-filters/ |
H A D | install.py | 29 def apply_patch(patch_file, target_dir): function 36 print("apply_patch error!") 48 apply_patch(patch, target_dir)
|
/third_party/harfbuzz/ |
H A D | install.py | 46 def apply_patch(patch_file, target_dir): function 53 print("apply_patch error!") 66 apply_patch(patch, target_dir)
|
/third_party/libpng/ |
H A D | install.py | 50 def apply_patch(patch_file, target_dir): function 57 print("apply_patch error!") 73 apply_patch(patch, target_dir)
|
/third_party/jsoncpp/ |
H A D | install.py | 36 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 D | install.py | 49 def apply_patch(patch_file, target_dir): function 56 print("apply_patch error!") 61 apply_patch(patch, target_dir)
|
/third_party/libxml2/ |
H A D | install.py | 36 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 D | install.py | 59 def apply_patch(patch_file, target_dir): function 66 print("apply_patch error!") 83 apply_patch(patch, target_dir)
|
/third_party/cups/ |
H A D | install.py | 61 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 D | install.py | 52 def apply_patch(patch_file, target_dir): function 59 print("apply_patch error!") 72 apply_patch(patch, target_dir)
|
/third_party/cJSON/ |
H A D | cJSON_Utils.c | 824 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 D | json.hpp | 5091 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 D | json_v3_10_5.hpp | 21806 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 D | json.hpp | 24269 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 55 milliseconds