| /third_party/mesa3d/src/glx/apple/ |
| D | apple_glx.c | 101 int major, minor, patch; in apple_init_glx() local
|
| /third_party/ejdb/src/bindings/ejdb2_node/ |
| D | node_api_types.h | 40 uint32_t patch; member
|
| /third_party/node/src/ |
| D | node_api_types.h | 40 uint32_t patch; member
|
| /third_party/typescript/scripts/ |
| D | configurePrerelease.ts | 33 const { majorMinor, patch } = parsePackageJsonVersion(packageJsonValue.version); constant
|
| /third_party/rust/crates/nix/src/ |
| D | features.rs | 33 let mut patch: usize = 0; in parse_kernel_version() localVariable
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| D | Compiler.h | 49 # define LLVM_GNUC_PREREQ(maj, min, patch) \ argument 53 # define LLVM_GNUC_PREREQ(maj, min, patch) \ argument 56 # define LLVM_GNUC_PREREQ(maj, min, patch) 0 argument
|
| /third_party/gstreamer/gstplugins_bad/ext/vulkan/ |
| D | vkdeviceprovider.c | 125 int patch = VK_VERSION_PATCH (device->properties.apiVersion); in fill_properties() local 137 int patch = VK_VERSION_PATCH (device->properties.driverVersion); in fill_properties() local
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
| D | fd2_gmem.c | 407 struct fd_cs_patch *patch = fd_patch_element(&batch->draw_patches, i); in patch_draws() local 520 struct fd_cs_patch *patch = fd_patch_element(&batch->gmem_patches, i); in fd2_emit_tile_init() local
|
| /third_party/node/test/parallel/ |
| D | test-release-changelog.js | 29 const patch = getDefine(versionText, 'NODE_PATCH_VERSION'); constant
|
| /third_party/mesa3d/src/compiler/glsl/ |
| D | link_varyings.cpp | 325 bool patch; member 338 bool patch, in check_location_aliasing()
|
| /third_party/iowow/src/json/tests/ |
| D | jbl_test1.c | 324 void apply_patch(const char *data, const char *patch, const char *result, IWXSTR *xstr, iwrc *rcp) { in apply_patch() 361 void apply_merge_patch(const char *data, const char *patch, const char *result, IWXSTR *xstr, iwrc … in apply_merge_patch()
|
| /third_party/json/single_include/nlohmann/ |
| D | json.hpp | 255 …#define JSON_HEDLEY_GNUC_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_GNUC_VERSION >= JSON_HEDLEY… argument 257 #define JSON_HEDLEY_GNUC_VERSION_CHECK(major,minor,patch) (0) argument 275 #define JSON_HEDLEY_MSVC_VERSION_CHECK(major,minor,patch) (0) argument 277 …#define JSON_HEDLEY_MSVC_VERSION_CHECK(major,minor,patch) (_MSC_FULL_VER >= ((major * 10000000) + … argument 279 …#define JSON_HEDLEY_MSVC_VERSION_CHECK(major,minor,patch) (_MSC_FULL_VER >= ((major * 1000000) + (… argument 281 … #define JSON_HEDLEY_MSVC_VERSION_CHECK(major,minor,patch) (_MSC_VER >= ((major * 100) + (minor))) argument 297 …#define JSON_HEDLEY_INTEL_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_INTEL_VERSION >= JSON_HEDL… argument 299 #define JSON_HEDLEY_INTEL_VERSION_CHECK(major,minor,patch) (0) argument 313 …#define JSON_HEDLEY_INTEL_CL_VERSION_CHECK(major,minor,patch) (JSON_HEDLEY_INTEL_CL_VERSION >= JSO… argument 315 #define JSON_HEDLEY_INTEL_CL_VERSION_CHECK(major,minor,patch) (0) argument [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | Compiler.h | 60 # define LLVM_GNUC_PREREQ(maj, min, patch) \ argument 64 # define LLVM_GNUC_PREREQ(maj, min, patch) \ argument 67 # define LLVM_GNUC_PREREQ(maj, min, patch) 0 argument
|
| /third_party/ejdb/src/bindings/ejdb2_jni/src/test/java/com/softmotions/ejdb2/ |
| D | TestEJDB2.java | 39 String patch = "[{'op':'add', 'path':'/baz', 'value':'qux'}]".replace('\'', '"'); in dbTest() local
|
| /third_party/curl/ |
| D | install.py | 143 def _do_patch(patch_path, patch): argument
|
| /third_party/skia/src/core/ |
| D | SkMaskFilter.cpp | 221 NinePatch patch; in filterRRect() local 242 NinePatch patch; in filterPath() local
|
| /third_party/glslang/ |
| D | CMakeLists.txt | 272 set(patch ${GLSLANG_VERSION_PATCH}) variable
|
| /third_party/rust/crates/version_check/src/ |
| D | version.rs | 107 let patch = self.0; in to_mmp() localVariable
|
| /third_party/flutter/skia/third_party/externals/angle2/src/gpu_info_util/ |
| D | SystemInfo.h | 27 uint32_t patch = 0; member
|
| /third_party/vk-gl-cts/external/vulkancts/scripts/ |
| D | gen_ext_deps.py | 41 def VK_MAKE_VERSION(major, minor, patch): argument
|
| D | ohos_gen_ext_deps.py | 42 def VK_MAKE_VERSION(major, minor, patch): argument
|
| /third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
| D | driver_utils.cpp | 161 OSVersion::OSVersion(int major, int minor, int patch) in OSVersion()
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
| D | fd3_gmem.c | 731 struct fd_cs_patch *patch = fd_patch_element(&batch->draw_patches, i); in patch_draws() local 742 struct fd_cs_patch *patch = fd_patch_element(&batch->rbrc_patches, i); in patch_rbrc() local
|
| /third_party/python/Doc/library/ |
| D | unittest.mock.rst | 1329 patch section in The patchers
|
| /third_party/typescript/src/testRunner/unittests/tsc/ |
| D | helpers.ts | 127 const patch = fs.diff(inputFs, { includeChangedFileWithSameContent: true }); constant
|