Home
last modified time | relevance | path

Searched defs:patch (Results 1 – 25 of 201) sorted by relevance

123456789

/third_party/json/tests/src/
Dunit-json_patch.cpp81 json const patch = {{{"op", "remove"}, {"path", "/1"}}}; variable
93 json const patch = R"( variable
122 json const patch = R"( variable
151 json const patch = R"( variable
177 json const patch = R"( variable
206 json const patch = R"( variable
242 json const patch = R"( variable
276 json const patch = R"( variable
305 json const patch = R"( variable
326 json patch = R"( variable
[all …]
Dunit-merge_patch.cpp31 json const patch = R"({ variable
64 json const patch = R"({ variable
96 json const patch = R"({"a":"c"})"_json; variable
106 json const patch = R"({"b":"c"})"_json; variable
116 json const patch = R"({"a":null})"_json; variable
126 json const patch = R"({"a":null})"_json; variable
136 json const patch = R"({"a":"c"})"_json; variable
146 json const patch = R"({"a":["b"]})"_json; variable
156 json const patch = R"({"a":{"b":"d","c":null}})"_json; variable
166 json const patch = R"({"a":[1]})"_json; variable
[all …]
/third_party/skia/third_party/externals/brotli/c/include/brotli/
Dport.h28 #define BROTLI_GNUC_VERSION_CHECK(major, minor, patch) \ argument
31 #define BROTLI_GNUC_VERSION_CHECK(major, minor, patch) (0) argument
50 #define BROTLI_MSVC_VERSION_CHECK(major, minor, patch) (0) argument
52 #define BROTLI_MSVC_VERSION_CHECK(major, minor, patch) \ argument
55 #define BROTLI_MSVC_VERSION_CHECK(major, minor, patch) \ argument
58 #define BROTLI_MSVC_VERSION_CHECK(major, minor, patch) \ argument
73 #define BROTLI_INTEL_VERSION_CHECK(major, minor, patch) \ argument
76 #define BROTLI_INTEL_VERSION_CHECK(major, minor, patch) (0) argument
86 #define BROTLI_PGI_VERSION_CHECK(major, minor, patch) \ argument
89 #define BROTLI_PGI_VERSION_CHECK(major, minor, patch) (0) argument
[all …]
/third_party/brotli/c/include/brotli/
Dport.h28 #define BROTLI_GNUC_VERSION_CHECK(major, minor, patch) \ argument
31 #define BROTLI_GNUC_VERSION_CHECK(major, minor, patch) (0) argument
50 #define BROTLI_MSVC_VERSION_CHECK(major, minor, patch) (0) argument
52 #define BROTLI_MSVC_VERSION_CHECK(major, minor, patch) \ argument
55 #define BROTLI_MSVC_VERSION_CHECK(major, minor, patch) \ argument
58 #define BROTLI_MSVC_VERSION_CHECK(major, minor, patch) \ argument
73 #define BROTLI_INTEL_VERSION_CHECK(major, minor, patch) \ argument
76 #define BROTLI_INTEL_VERSION_CHECK(major, minor, patch) (0) argument
86 #define BROTLI_PGI_VERSION_CHECK(major, minor, patch) \ argument
89 #define BROTLI_PGI_VERSION_CHECK(major, minor, patch) (0) argument
[all …]
/third_party/json/include/nlohmann/thirdparty/hedley/
Dhedley.hpp85 …#define JSON_HEDLEY_GNUC_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_GNUC_VERSION >= JSON_HEDLEY… argument
87 #define JSON_HEDLEY_GNUC_VERSION_CHECK(major,minor,patch) (0) argument
105 #define JSON_HEDLEY_MSVC_VERSION_CHECK(major,minor,patch) (0) argument
107 …#define JSON_HEDLEY_MSVC_VERSION_CHECK(major,minor,patch) (_MSC_FULL_VER >= ((major * 10000000) + … argument
109 …#define JSON_HEDLEY_MSVC_VERSION_CHECK(major,minor,patch) (_MSC_FULL_VER >= ((major * 1000000) + (… argument
111 … #define JSON_HEDLEY_MSVC_VERSION_CHECK(major,minor,patch) (_MSC_VER >= ((major * 100) + (minor))) argument
127 …#define JSON_HEDLEY_INTEL_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_INTEL_VERSION >= JSON_HEDL… argument
129 #define JSON_HEDLEY_INTEL_VERSION_CHECK(major,minor,patch) (0) argument
143 …#define JSON_HEDLEY_INTEL_CL_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_INTEL_CL_VERSION >= JSO… argument
145 #define JSON_HEDLEY_INTEL_CL_VERSION_CHECK(major,minor,patch) (0) argument
[all …]
/third_party/skia/site/docs/dev/contrib/
Dsubmit.md71 ### Find a reviewer
80 ### Uploading changes for review
99 ### Submit try jobs
121 ### Request review
/third_party/vk-gl-cts/build/include/glslang/
Dbuild_info.h42 #define GLSLANG_VERSION_GREATER_THAN(major, minor, patch) \ argument
47 #define GLSLANG_VERSION_GREATER_OR_EQUAL_TO(major, minor, patch) \ argument
52 #define GLSLANG_VERSION_LESS_THAN(major, minor, patch) \ argument
57 #define GLSLANG_VERSION_LESS_OR_EQUAL_TO(major, minor, patch) \ argument
/third_party/glslang/glslang/
Dbuild_info.h42 #define GLSLANG_VERSION_GREATER_THAN(major, minor, patch) \ argument
47 #define GLSLANG_VERSION_GREATER_OR_EQUAL_TO(major, minor, patch) \ argument
52 #define GLSLANG_VERSION_LESS_THAN(major, minor, patch) \ argument
57 #define GLSLANG_VERSION_LESS_OR_EQUAL_TO(major, minor, patch) \ argument
/third_party/skia/m133/site/docs/dev/contrib/
Dsubmit.md84 ### Find a reviewer
93 ### Uploading changes for review
112 ### Submit try jobs
134 ### Request review
/third_party/cJSON/tests/json-patch-tests/
Dtests.json4 "patch": [], array
9 "patch": [], array
14 "patch": [], array
19 "patch": [], array
24 "patch": [], array
29 "patch": [{"op": "add", "path": "/foo", "value":1}], array
34 "patch": [{"op": "add", "path": "/0", "value": "foo"}], array
39 "patch": [], array
44 "patch": [{"op": "add", "path": "/foo", "value": "1"}], array
49 "patch": [{"op": "add", "path": "/foo", "value": 1}], array
[all …]
Dcjson-utils-tests.json5 "patch": [{ "op": "add", "path": "/baz", "value": "qux" }], array
11 "patch": [{ "op": "add", "path": "/foo/1", "value": "qux" }], array
17 "patch": [{ "op": "remove", "path": "/baz" }], array
23 "patch": [{ "op": "remove", "path": "/foo/1" }], array
29 "patch": [{ "op": "replace", "path": "/baz", "value": "boo" }], array
35 "patch": [{ "op": "move", "from": "/foo/waldo", "path": "/qux/thud" }], array
41 "patch": [ { "op": "move", "from": "/foo/1", "path": "/foo/3" }], array
47 …"patch": [{ "op": "test", "path": "/baz", "value": "qux" },{ "op": "test", "path": "/foo/1", "valu… array
52 "patch": [ { "op": "test", "path": "/baz", "value": "bar" }], array
58 "patch": [{ "op": "add", "path": "/child", "value": { "grandchild": { } } }], array
[all …]
Dspec_tests.json5 "patch": [ {"op": "add", "path": "/a/b", "value": 1} ], array
15 "patch": [ array
29 "patch": [ array
43 "patch": [ array
56 "patch": [ array
70 "patch": [ array
90 "patch": [ array
109 "patch": [ array
124 "patch": [ array
139 "patch": [ array
[all …]
/third_party/openssl/test/testutil/
Dprovider.c69 int major, minor, patch; member
99 int fips_provider_version_eq(OSSL_LIB_CTX *libctx, int major, int minor, int patch) in fips_provider_version_eq()
109 int fips_provider_version_ne(OSSL_LIB_CTX *libctx, int major, int minor, int patch) in fips_provider_version_ne()
119 int fips_provider_version_le(OSSL_LIB_CTX *libctx, int major, int minor, int patch) in fips_provider_version_le()
132 int fips_provider_version_lt(OSSL_LIB_CTX *libctx, int major, int minor, int patch) in fips_provider_version_lt()
145 int fips_provider_version_gt(OSSL_LIB_CTX *libctx, int major, int minor, int patch) in fips_provider_version_gt()
158 int fips_provider_version_ge(OSSL_LIB_CTX *libctx, int major, int minor, int patch) in fips_provider_version_ge()
174 int major, minor, patch, r; in fips_provider_version_match() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DDemangleConfig.h36 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) \ argument
40 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) \ argument
43 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) 0 argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DRuntimeVersion.java67 RuntimeDomain domain, int major, int minor, int patch, String suffix, String location) { in validateProtobufGencodeVersion()
76 RuntimeDomain domain, int major, int minor, int patch, String suffix, String location) { in validateProtobufGencodeVersionImpl()
144 private static String versionString(int major, int minor, int patch, String suffix) { in versionString()
/third_party/rust/crates/clap/examples/tutorial_derive/
D04_03_relations.rs25 patch: bool, field
45 let mut patch = 3; in main() localVariable
D04_04_custom.rs21 patch: bool, field
40 let mut patch = 3; in main() localVariable
/third_party/rust/crates/autocfg/src/
Dversion.rs11 patch: usize, field
55 let patch = try!(iter in from_command() localVariable
/third_party/mesa3d/src/vulkan/util/
Dvk_util.c40 int patch = patch_string ? atoi(patch_string + 1) : 0; in vk_get_driver_version() local
66 int patch = patch_str ? atoi(patch_str + 1) : VK_HEADER_VERSION; in vk_get_version_override() local
/third_party/rust/rust/tests/ui/cfg/assume-incomplete-release/auxiliary/
Dver-cfg-rel.rs17 patch: i16, field
24 let patch = digits.next().unwrap_or("0").trim().parse().ok()?; in parse_version() localVariable
/third_party/gn/src/gn/
Dversion.cc16 Version::Version(int major, int minor, int patch) in Version()
21 int major = 0, minor = 0, patch = 0; in FromString() local
/third_party/rust/rust/compiler/rustc_mir_transform/src/
Dadd_moves_for_packed_drops.rs48 let patch = add_moves_for_packed_drops_patch(tcx, body); in add_moves_for_packed_drops() localVariable
54 let mut patch = MirPatch::new(body); in add_moves_for_packed_drops_patch() localVariable
/third_party/json/docs/examples/
Dmerge_patch.cpp25 json patch = R"({ in main() local
Dpatch_inplace.cpp19 json patch = R"( in main() local
/third_party/json/include/nlohmann/detail/
Dabi_macros.hpp60 #define NLOHMANN_JSON_NAMESPACE_VERSION_CONCAT_EX(major, minor, patch) \ argument
62 #define NLOHMANN_JSON_NAMESPACE_VERSION_CONCAT(major, minor, patch) \ argument

123456789