/third_party/json/test/src/ |
D | unit-json_patch.cpp | 56 json patch = R"([{ "op": "add", "path": "/a/b/c", "value": [ "foo", "bar" ] }])"_json; variable 93 json patch = {{{"op", "remove"}, {"path", "/1"}}}; variable 105 json patch = R"( variable 134 json patch = R"( variable 163 json patch = R"( variable 189 json patch = R"( variable 218 json patch = R"( variable 254 json patch = R"( variable 288 json patch = R"( variable 317 json patch = R"( variable [all …]
|
D | unit-merge_patch.cpp | 49 json patch = R"({ variable 82 json patch = R"({ variable 114 json patch = R"({"a":"c"})"_json; variable 124 json patch = R"({"b":"c"})"_json; variable 134 json patch = R"({"a":null})"_json; variable 144 json patch = R"({"a":null})"_json; variable 154 json patch = R"({"a":"c"})"_json; variable 164 json patch = R"({"a":["b"]})"_json; variable 174 json patch = R"({"a":{"b":"d","c":null}})"_json; variable 184 json patch = R"({"a":[1]})"_json; variable [all …]
|
/third_party/skia/third_party/externals/brotli/c/include/brotli/ |
D | port.h | 28 #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/node/deps/brotli/c/include/brotli/ |
D | port.h | 28 #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/ |
D | hedley.hpp | 82 …#define JSON_HEDLEY_GNUC_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_GNUC_VERSION >= JSON_HEDLEY… argument 84 #define JSON_HEDLEY_GNUC_VERSION_CHECK(major,minor,patch) (0) argument 102 #define JSON_HEDLEY_MSVC_VERSION_CHECK(major,minor,patch) (0) argument 104 …#define JSON_HEDLEY_MSVC_VERSION_CHECK(major,minor,patch) (_MSC_FULL_VER >= ((major * 10000000) + … argument 106 …#define JSON_HEDLEY_MSVC_VERSION_CHECK(major,minor,patch) (_MSC_FULL_VER >= ((major * 1000000) + (… argument 108 … #define JSON_HEDLEY_MSVC_VERSION_CHECK(major,minor,patch) (_MSC_VER >= ((major * 100) + (minor))) argument 124 …#define JSON_HEDLEY_INTEL_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_INTEL_VERSION >= JSON_HEDL… argument 126 #define JSON_HEDLEY_INTEL_VERSION_CHECK(major,minor,patch) (0) argument 140 …#define JSON_HEDLEY_PGI_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_PGI_VERSION >= JSON_HEDLEY_V… argument 142 #define JSON_HEDLEY_PGI_VERSION_CHECK(major,minor,patch) (0) argument [all …]
|
/third_party/boost/boost/predef/other/ |
D | workaround.h | 38 # define BOOST_PREDEF_WORKAROUND(symbol, comp, major, minor, patch) (0) argument 41 # define BOOST_PREDEF_WORKAROUND(symbol, comp, major, minor, patch) \ argument 82 # define BOOST_PREDEF_TESTED_AT(symbol, major, minor, patch) (0) argument 85 # define BOOST_PREDEF_TESTED_AT(symbol, major, minor, patch) ( \ argument 90 # define BOOST_PREDEF_TESTED_AT(symbol, major, minor, patch) \ argument
|
/third_party/curl/docs/ |
D | CONTRIBUTE.md | 62 ### Follow code style 71 ### Non-clobbering All Over 80 ### Write Separate Changes 96 ### Patch Against Recent Sources 103 ### Documentation 114 ### Test Cases
|
/third_party/vk-gl-cts/build/include/glslang/ |
D | build_info.h | 42 #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/site/docs/dev/contrib/ |
D | submit.md | 71 ### Find a reviewer 80 ### Uploading changes for review 99 ### Submit try jobs 121 ### Request review
|
/third_party/flutter/skia/site/dev/contrib/ |
D | submit.md | 71 ### Find a reviewer 77 ### Uploading changes for review 95 ### Submit try jobs 116 ### Request review
|
/third_party/cJSON/tests/json-patch-tests/ |
D | tests.json | 4 "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 …]
|
D | cjson-utils-tests.json | 5 "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 …]
|
D | spec_tests.json | 5 "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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | DemangleConfig.h | 36 #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/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/ |
D | EJDB2.java | 175 public void patch(String collection, String patch, long id) throws EJDB2Exception { in patch() method in EJDB2 187 public void patch(String collection, JSON patch, long id) throws EJDB2Exception { in patch() method in EJDB2 195 public void patchOrPut(String collection, String patch, long id) { in patchOrPut() 203 public void patchOrPut(String collection, JSON patch, long id) { in patchOrPut() 504 …private native void _patch(String collection, String patch, long id, boolean upsert) throws EJDB2E… in _patch()
|
/third_party/mesa3d/src/vulkan/util/ |
D | vk_util.c | 40 int patch = patch_string ? atoi(patch_string + 1) : 0; in vk_get_driver_version() local 66 int patch = patch_str ? atoi(patch_str + 1) : 0; in vk_get_version_override() local
|
/third_party/curl/lib/ |
D | version.c | 83 unsigned int patch = brotli_version & 0x00000FFF; in brotli_version() local 95 unsigned int patch = (unsigned int)(zstd_version - in zstd_version() local 261 unsigned int patch = api.ldapai_vendor_version % 100; in curl_version() local
|
/third_party/gn/src/gn/ |
D | version.cc | 16 Version::Version(int major, int minor, int patch) in Version() 21 int major = 0, minor = 0, patch = 0; in FromString() local
|
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | vkinstance.c | 55 guint major, minor, patch; in GST_START_TEST() local 68 guint major, minor, patch; in GST_START_TEST() local
|
/third_party/json/doc/examples/ |
D | merge_patch.cpp | 24 json patch = R"({ in main() local
|
D | patch.cpp | 18 json patch = R"( in main() local
|
D | other_error.cpp | 16 json patch = R"([{ in main() local
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/vk_video/ |
D | vulkan_video_codecs_common.h | 14 #define VK_MAKE_VIDEO_STD_VERSION(major, minor, patch) \ argument
|
/third_party/vulkan-headers/include/vk_video/ |
D | vulkan_video_codecs_common.h | 14 #define VK_MAKE_VIDEO_STD_VERSION(major, minor, patch) \ argument
|
/third_party/jerryscript/docs/ |
D | 00.GETTING-STARTED.md | 144 ### Running only one type of test
|