Home
last modified time | relevance | path

Searched defs:patch (Results 101 - 125 of 129) sorted by relevance

123456

/third_party/python/Lib/unittest/test/testmock/
H A Dtestasync.py13 from unittest.mock import (ANY, call, AsyncMock, patch, MagicMock, Mock, namespace
[all...]
/third_party/python/Lib/unittest/
H A Dmock.py1695 def patch( global() function
[all...]
/third_party/vulkan-loader/loader/
H A Dloader_common.h112 uint16_t patch; member
H A Dloader.c125 loader_api_version loader_combine_version(uint32_t major, uint32_t minor, uint32_t patch) { in loader_combine_version() argument
337 uint32_t variant = 0, major = 0, minor = 0, patch = 0; loader_parse_version_string() local
[all...]
/third_party/libuv/src/unix/
H A Dlinux.c333 unsigned patch; in uv__kernel_version() local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dast.h500 unsigned patch:1; member
H A Dir.h665 unsigned patch:1; member
/third_party/python/Lib/test/support/
H A D__init__.py1742 def patch(test_instance, object_to_patch, attr_name, new_value): function
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_c.cpp2615 void spvc_get_version(unsigned *major, unsigned *minor, unsigned *patch) in spvc_get_version() argument
H A Dspirv_msl.cpp3265 uint32_t CompilerMSL::add_interface_block(StorageClass storage, bool patch) in add_interface_block() argument
7067 bool patch = false; emit_tessellation_access_chain() local
[all...]
/third_party/python/Lib/test/
H A Dtest_logging.py3761 from unittest.mock import patch namespace
H A Dtest_typing.py12 from unittest.mock import patch namespace
/third_party/ffmpeg/libavformat/
H A Dmxfdec.c3099 uint16_t major, minor, tertiary, patch, release; in mxf_read_identification_metadata() local
2148 mxf_version_to_str(uint16_t major, uint16_t minor, uint16_t tertiary, uint16_t patch, uint16_t release, char **str) mxf_version_to_str() argument
/third_party/mesa3d/include/GL/internal/
H A Ddri_interface.h826 int patch; /**< Patch-level. */ member
/third_party/python/Modules/
H A D_ssl.c6170 unsigned int major, minor, fix, patch, status; in sslmodule_init_versioninfo() local
6149 parse_openssl_version(unsigned long libver, unsigned int *major, unsigned int *minor, unsigned int *fix, unsigned int *patch, unsigned int *status) parse_openssl_version() argument
/third_party/python/Lib/test/test_email/
H A Dtest_email.py16 from unittest.mock import patch namespace
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c10393 static struct bpf_prog *bpf_patch_insn_data(struct bpf_verifier_env *env, u32 off, const struct bpf_insn *patch, in bpf_patch_insn_data() argument
10702 struct bpf_insn *patch, zext_patch[2], rnd_hi32_patch[4]; in opt_subreg_zext_lo32_rnd_hi32() local
10842 struct bpf_insn patch[] = { in convert_ctx_accesses() local
11295 struct bpf_insn *patch = &insn_buf_in[0]; fixup_bpf_calls() local
[all...]
/third_party/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.c3146 find_patch_matching_variable_by_driver_location(nir_shader *s, nir_variable_mode mode, unsigned driver_location, bool patch) in find_patch_matching_variable_by_driver_location() argument
/third_party/toybox/generated/
H A Dglobals.h1758 struct patch_data patch; member
/third_party/libbpf/src/
H A Dlibbpf.c7563 char patch[512], spec_buf[256]; local
7510 patch_log(char *buf, size_t buf_sz, size_t log_sz, char *orig, size_t orig_sz, const char *patch) global() argument
7601 char patch[128]; global() local
7634 char patch[128]; global() local
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_structs.hpp16493 , patch( patch_ ) in patch() function
16580 uint8_t patch = {}; member
[all...]
/third_party/glfw/deps/glad/
H A Dvulkan.h2230 uint8_t patch; member
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp12708 , patch( patch_ ) in patch() function
12780 uint8_t patch = {}; member
[all...]
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h4362 uint8_t patch; member
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h5779 uint8_t patch; member

Completed in 288 milliseconds

123456