Home
last modified time | relevance | path

Searched defs:patch (Results 51 – 75 of 194) sorted by relevance

12345678

/third_party/mesa3d/src/glx/apple/
Dapple_glx.c101 int major, minor, patch; in apple_init_glx() local
/third_party/ejdb/src/bindings/ejdb2_node/
Dnode_api_types.h40 uint32_t patch; member
/third_party/node/src/
Dnode_api_types.h40 uint32_t patch; member
/third_party/typescript/scripts/
DconfigurePrerelease.ts33 const { majorMinor, patch } = parsePackageJsonVersion(packageJsonValue.version); constant
/third_party/rust/crates/nix/src/
Dfeatures.rs33 let mut patch: usize = 0; in parse_kernel_version() localVariable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DCompiler.h49 # 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/
Dvkdeviceprovider.c125 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/
Dfd2_gmem.c407 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/
Dtest-release-changelog.js29 const patch = getDefine(versionText, 'NODE_PATCH_VERSION'); constant
/third_party/mesa3d/src/compiler/glsl/
Dlink_varyings.cpp325 bool patch; member
338 bool patch, in check_location_aliasing()
/third_party/iowow/src/json/tests/
Djbl_test1.c324 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/
Djson.hpp255 …#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/
DCompiler.h60 # 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/
DTestEJDB2.java39 String patch = "[{'op':'add', 'path':'/baz', 'value':'qux'}]".replace('\'', '"'); in dbTest() local
/third_party/curl/
Dinstall.py143 def _do_patch(patch_path, patch): argument
/third_party/skia/src/core/
DSkMaskFilter.cpp221 NinePatch patch; in filterRRect() local
242 NinePatch patch; in filterPath() local
/third_party/glslang/
DCMakeLists.txt272 set(patch ${GLSLANG_VERSION_PATCH}) variable
/third_party/rust/crates/version_check/src/
Dversion.rs107 let patch = self.0; in to_mmp() localVariable
/third_party/flutter/skia/third_party/externals/angle2/src/gpu_info_util/
DSystemInfo.h27 uint32_t patch = 0; member
/third_party/vk-gl-cts/external/vulkancts/scripts/
Dgen_ext_deps.py41 def VK_MAKE_VERSION(major, minor, patch): argument
Dohos_gen_ext_deps.py42 def VK_MAKE_VERSION(major, minor, patch): argument
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
Ddriver_utils.cpp161 OSVersion::OSVersion(int major, int minor, int patch) in OSVersion()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_gmem.c731 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/
Dunittest.mock.rst1329 patch section in The patchers
/third_party/typescript/src/testRunner/unittests/tsc/
Dhelpers.ts127 const patch = fs.diff(inputFs, { includeChangedFileWithSameContent: true }); constant

12345678