Home
last modified time | relevance | path

Searched full:patch (Results 1 – 25 of 7106) sorted by relevance

12345678910>>...285

/external/llvm/test/CodeGen/X86/
Dstackmap-liveness.ll2 …-apple-darwin -mcpu=corei7-avx | FileCheck -check-prefix=PATCH %s
40 ; PATCH-LABEL: .long L{{.*}}-_stackmap_liveness
41 ; PATCH-NEXT: .short 0
42 ; PATCH-NEXT: .short 0
44 ; PATCH-NEXT: .short 0
46 ; PATCH-NEXT: .short 1
48 ; PATCH-NEXT: .short 19
49 ; PATCH-NEXT: .byte 0
50 ; PATCH-NEXT: .byte 16
52 ; PATCH-NEXT: .p2align 3
[all …]
/external/rust/crates/semver/src/
Deval.rs16 // same major.minor.patch also has a prerelease tag. in matches_req()
55 if let Some(patch) = cmp.patch { in matches_exact()
56 if ver.patch != patch { in matches_exact()
78 match cmp.patch { in matches_greater()
80 Some(patch) => { in matches_greater()
81 if ver.patch != patch { in matches_greater()
82 return ver.patch > patch; in matches_greater()
104 match cmp.patch { in matches_less()
106 Some(patch) => { in matches_less()
107 if ver.patch != patch { in matches_less()
[all …]
/external/python/mobly/tests/mobly/controllers/
Dandroid_device_test.py59 @mock.patch.object(
64 @mock.patch.object(
69 @mock.patch.object(
82 @mock.patch.object(
85 @mock.patch.object(
90 @mock.patch.object(
101 @mock.patch.object(
106 @mock.patch.object(
111 @mock.patch.object(
122 @mock.patch.object(
[all …]
/external/googleapis/google/cloud/osconfig/v1beta/
Dpatch_jobs.proto31 // Required. The project in which to run this patch in the form `projects/*`
34 // Description of the patch job. Length of the description is limited
38 // Required. Instances to patch, either explicitly or filtered by some criteria such
42 // Patch configuration being applied. If omitted, instances are
46 // Duration of the patch job. After the duration ends, the patch job
50 // If this patch is a dry-run only, instances are contacted but
54 // Display name for this patch job. This does not have to be unique.
57 // Rollout strategy of the patch job.
61 // Request to get an active or completed patch job.
63 // Required. Name of the patch in the form `projects/*/patchJobs/*`
[all …]
Dpatch_deployments.proto33 // Patch deployments are configurations that individual patch jobs use to
34 // complete a patch. These configurations include instance filter, package
36 // managing patch deployments, see [Scheduling patch
37 // jobs](https://cloud.google.com/compute/docs/os-patch-management/schedule-patch-jobs).
44 // Represents state of patch peployment.
49 // Active value means that patch deployment generates Patch Jobs.
52 // Paused value means that patch deployment does not generate
53 // Patch jobs. Requires user action to move in and out from this state.
57 // Unique name for the patch deployment resource in a project. The patch
60 // This field is ignored when you create a new patch deployment.
[all …]
/external/google-cloud-java/java-os-config/proto-google-cloud-os-config-v1beta/src/main/proto/google/cloud/osconfig/v1beta/
Dpatch_jobs.proto31 // Required. The project in which to run this patch in the form `projects/*`
34 // Description of the patch job. Length of the description is limited
38 // Required. Instances to patch, either explicitly or filtered by some criteria such
42 // Patch configuration being applied. If omitted, instances are
46 // Duration of the patch job. After the duration ends, the patch job
50 // If this patch is a dry-run only, instances are contacted but
54 // Display name for this patch job. This does not have to be unique.
57 // Rollout strategy of the patch job.
61 // Request to get an active or completed patch job.
63 // Required. Name of the patch in the form `projects/*/patchJobs/*`
[all …]
Dpatch_deployments.proto33 // Patch deployments are configurations that individual patch jobs use to
34 // complete a patch. These configurations include instance filter, package
36 // managing patch deployments, see [Scheduling patch
37 // jobs](https://cloud.google.com/compute/docs/os-patch-management/schedule-patch-jobs).
44 // Represents state of patch peployment.
49 // Active value means that patch deployment generates Patch Jobs.
52 // Paused value means that patch deployment does not generate
53 // Patch jobs. Requires user action to move in and out from this state.
57 // Unique name for the patch deployment resource in a project. The patch
60 // This field is ignored when you create a new patch deployment.
[all …]
/external/python/cpython3/Lib/unittest/test/testmock/
Dtestpatch.py16 MagicMock, Mock, NonCallableMagicMock, patch, _patch,
101 @patch.object(Something, 'attribute', sentinel.Patched)
107 "patch not restored")
112 patch.object('Something', 'do_something')
118 @patch.object(Something, 'attribute', None)
124 "patch not restored")
132 @patch.object(Something, 'attribute', sentinel.Patched)
133 @patch.object(Something, 'next_attribute', sentinel.Patched2)
142 "patch not restored")
144 "patch not restored")
[all …]
/external/google-cloud-java/java-os-config/proto-google-cloud-os-config-v1/src/main/proto/google/cloud/osconfig/v1/
Dpatch_jobs.proto35 // Required. The project in which to run this patch in the form `projects/*`
43 // Description of the patch job. Length of the description is limited
47 // Required. Instances to patch, either explicitly or filtered by some
52 // Patch configuration being applied. If omitted, instances are
56 // Duration of the patch job. After the duration ends, the patch job
60 // If this patch is a dry-run only, instances are contacted but
64 // Display name for this patch job. This does not have to be unique.
67 // Rollout strategy of the patch job.
71 // Request to get an active or completed patch job.
73 // Required. Name of the patch in the form `projects/*/patchJobs/*`
[all …]
Dpatch_deployments.proto36 // Patch deployments are configurations that individual patch jobs use to
37 // complete a patch. These configurations include instance filter, package
39 // managing patch deployments, see [Scheduling patch
40 // jobs](https://cloud.google.com/compute/docs/os-patch-management/schedule-patch-jobs).
47 // Represents state of patch peployment.
52 // Active value means that patch deployment generates Patch Jobs.
55 // Paused value means that patch deployment does not generate
56 // Patch jobs. Requires user action to move in and out from this state.
60 // Unique name for the patch deployment resource in a project. The patch
63 // This field is ignored when you create a new patch deployment.
[all …]
/external/googleapis/google/cloud/osconfig/v1/
Dpatch_jobs.proto35 // Required. The project in which to run this patch in the form `projects/*`
43 // Description of the patch job. Length of the description is limited
47 // Required. Instances to patch, either explicitly or filtered by some
52 // Patch configuration being applied. If omitted, instances are
56 // Duration of the patch job. After the duration ends, the patch job
60 // If this patch is a dry-run only, instances are contacted but
64 // Display name for this patch job. This does not have to be unique.
67 // Rollout strategy of the patch job.
71 // Request to get an active or completed patch job.
73 // Required. Name of the patch in the form `projects/*/patchJobs/*`
[all …]
Dpatch_deployments.proto36 // Patch deployments are configurations that individual patch jobs use to
37 // complete a patch. These configurations include instance filter, package
39 // managing patch deployments, see [Scheduling patch
40 // jobs](https://cloud.google.com/compute/docs/os-patch-management/schedule-patch-jobs).
47 // Represents state of patch peployment.
52 // Active value means that patch deployment generates Patch Jobs.
55 // Paused value means that patch deployment does not generate
56 // Patch jobs. Requires user action to move in and out from this state.
60 // Unique name for the patch deployment resource in a project. The patch
63 // This field is ignored when you create a new patch deployment.
[all …]
/external/angle/build/lacros/
Dtest_runner_test.py28 @mock.patch.object(os.path,
54 @mock.patch.object(os.path, 'isfile', return_value=True)
55 @mock.patch.object(test_runner, '_DownloadAshChromeIfNecessary')
56 @mock.patch.object(subprocess, 'Popen', return_value=mock.Mock())
62 with mock.patch.object(sys, 'argv', args):
73 @mock.patch.object(os,
76 @mock.patch.object(tempfile,
79 @mock.patch.object(os.environ, 'copy', side_effect=[{}, {}])
80 @mock.patch.object(os.path, 'exists', return_value=True)
81 @mock.patch.object(os.path, 'isfile', return_value=True)
[all …]
/external/cronet/build/lacros/
Dtest_runner_test.py28 @mock.patch.object(os.path,
54 @mock.patch.object(os.path, 'isfile', return_value=True)
55 @mock.patch.object(test_runner, '_DownloadAshChromeIfNecessary')
56 @mock.patch.object(subprocess, 'Popen', return_value=mock.Mock())
62 with mock.patch.object(sys, 'argv', args):
73 @mock.patch.object(os,
76 @mock.patch.object(tempfile,
79 @mock.patch.object(os.environ, 'copy', side_effect=[{}, {}])
80 @mock.patch.object(os.path, 'exists', return_value=True)
81 @mock.patch.object(os.path, 'isfile', return_value=True)
[all …]
/external/libchrome/libchrome_tools/patches/
Dpatches7 dbus-Add-TryRegisterFallback.patch
10 dbus-Remove-LOG-ERROR-in-ObjectProxy.patch
13 Fix-Wdefaulted-function-deleted-warning-in-MessageLo.patch
16 dbus-Make-Bus-is_connected-mockable.patch
19 Mojo-Check-if-dispatcher-is-null-in-Core-UnwrapPlatf.patch
22 Add-base-NoDestructor-T.patch
25 dbus-Support-UnexportMethod-from-an-exported-object.patch
28 Refactor-AlarmTimer-to-report-error-to-the-caller.patch
31 # TODO(crbug.com/909719): Remove this patch after clients are updated.
32 libchrome-Add-EmptyResponseCallback-for-backward-com.patch
[all …]
/external/cronet/build/fuchsia/test/
Dflash_device_unittests.py30 ffx_patcher = mock.patch('common.run_ffx_command',
32 sdk_hash_patcher = mock.patch('flash_device.get_sdk_hash',
35 swarming_patcher = mock.patch('flash_device.running_unattended',
37 time_sleep = mock.patch('time.sleep')
62 with mock.patch('os.path.exists', return_value=False), \
63 mock.patch('flash_device.find_image_in_sdk'), \
64 mock.patch('flash_device._get_system_info'), \
72 with mock.patch('os.path.exists', return_value=False), \
73 mock.patch('flash_device.find_image_in_sdk') as mock_find, \
74 mock.patch('flash_device._get_system_info'), \
[all …]
/external/pdfium/third_party/libopenjpeg/
DREADME.pdfium14 0003-dwt-decode.patch: Check array bounds for opj_dwt_decode_1() and friends.
15 0005-jp2_apply_pclr.patch: Fix out of bounds access.
16 0006-tcd_init_tile.patch: Fix a divide by zero bug in opj_tcd_init_tile().
17 0007-jp2_read_cmap.patch: Fix wrong rendering on greyscale images with index colorspace.
18 0009-opj_pi_next.patch: Fix potential bad precno value in opj_pi_next* functions.
19 0011-j2k_update_image_data.patch: Prevent bad signed -> unsigned casting.
20 0012-mct_sse.patch: Don't use SSE intrinsics in 32-bit builds.
21 0014-opj_jp2_read_ihdr_leak.patch: Memory leak in opj_jp2_read_ihdr().
22 0015-read_SPCod_SPCoc_overflow.patch: Prevent a buffer overflow in opj_j2k_read_SPCod_SPCoc.
23 0016-read_SQcd_SQcc_overflow.patch: Prevent a buffer overflow in opj_j2k_read_SQcd_SQcc.
[all …]
/external/python/google-api-python-client/docs/dyn/
Dosconfig_v1beta.projects.patchJobs.html84 <p class="firstline">Cancel a patch job. The patch job must be active. Canceled patch jobs cannot b…
90 <p class="firstline">Patch VM instances by creating and running a patch job.</p>
93 <p class="firstline">Get the patch job. This can be used to track the progress of an ongoing patch
96 <p class="firstline">Get a list of patch jobs.</p>
103 <pre>Cancel a patch job. The patch job must be active. Canceled patch jobs cannot be restarted.
106 name: string, Required. Name of the patch in the form `projects/*/patchJobs/*` (required)
110 { # Message for canceling a patch job.
121patch job that is either in progress or has completed. Instance details are not included in the jo…
122 &quot;createTime&quot;: &quot;A String&quot;, # Time this patch job was created.
123 …&quot;description&quot;: &quot;A String&quot;, # Description of the patch job. Length of the descr…
[all …]
Dosconfig_v1.projects.patchDeployments.html82 <p class="firstline">Create an OS Config patch deployment.</p>
85 <p class="firstline">Delete an OS Config patch deployment.</p>
88 <p class="firstline">Get an OS Config patch deployment.</p>
91 <p class="firstline">Get a page of OS Config patch deployments.</p>
96 <code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
97 <p class="firstline">Update an OS Config patch deployment.</p>
100 …class="firstline">Change state of patch deployment to "PAUSED". Patch deployment in paused state d…
103 …="firstline">Change state of patch deployment back to "ACTIVE". Patch deployment in active state c…
112 <pre>Create an OS Config patch deployment.
115 …parent: string, Required. The project to apply this patch deployment to in the form `projects/*`. …
[all …]
Dosconfig_v1.projects.patchJobs.html84 <p class="firstline">Cancel a patch job. The patch job must be active. Canceled patch jobs cannot b…
90 <p class="firstline">Patch VM instances by creating and running a patch job.</p>
93 <p class="firstline">Get the patch job. This can be used to track the progress of an ongoing patch
96 <p class="firstline">Get a list of patch jobs.</p>
103 <pre>Cancel a patch job. The patch job must be active. Canceled patch jobs cannot be restarted.
106 name: string, Required. Name of the patch in the form `projects/*/patchJobs/*` (required)
110 { # Message for canceling a patch job.
121patch job that is either in progress or has completed. Instance details are not included in the jo…
122 &quot;createTime&quot;: &quot;A String&quot;, # Time this patch job was created.
123 …&quot;description&quot;: &quot;A String&quot;, # Description of the patch job. Length of the descr…
[all …]
Dosconfig_v1beta.projects.patchDeployments.html82 <p class="firstline">Create an OS Config patch deployment.</p>
85 <p class="firstline">Delete an OS Config patch deployment.</p>
88 <p class="firstline">Get an OS Config patch deployment.</p>
91 <p class="firstline">Get a page of OS Config patch deployments.</p>
96 <code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
97 <p class="firstline">Update an OS Config patch deployment.</p>
100 …class="firstline">Change state of patch deployment to "PAUSED". Patch deployment in paused state d…
103 …="firstline">Change state of patch deployment back to "ACTIVE". Patch deployment in active state c…
112 <pre>Create an OS Config patch deployment.
115 …parent: string, Required. The project to apply this patch deployment to in the form `projects/*`. …
[all …]
/external/angle/build/fuchsia/test/
Dflash_device_unittests.py29 ffx_patcher = mock.patch('common.run_ffx_command',
31 sdk_hash_patcher = mock.patch('flash_device.get_sdk_hash',
34 swarming_patcher = mock.patch('flash_device.running_unattended',
36 time_sleep = mock.patch('time.sleep')
61 with mock.patch('os.path.exists', return_value=False), \
62 mock.patch('flash_device.find_image_in_sdk'), \
63 mock.patch('flash_device._get_system_info'), \
71 with mock.patch('os.path.exists', return_value=False), \
72 mock.patch('flash_device.find_image_in_sdk') as mock_find, \
73 mock.patch('flash_device._get_system_info'), \
[all …]
/external/toolchain-utils/llvm_tools/
Dupdate_chromeos_llvm_hash_unittest.py47 @mock.patch.object(os.path, "realpath")
57 @mock.patch.object(os.path, "realpath")
67 @mock.patch.object(os.path, "isfile", return_value=False)
88 @mock.patch.object(os.path, "isfile", return_value=True)
121 @mock.patch.object(os.path, "isfile", return_value=True)
153 @mock.patch.object(os.path, "isfile", return_value=True)
154 @mock.patch.object(subprocess, "check_output", return_value=None)
200 @mock.patch.object(os.path, "isfile", return_value=True)
201 @mock.patch.object(subprocess, "check_output", return_value=None)
247 @mock.patch.object(get_llvm_hash, "GetLLVMMajorVersion")
[all …]
/external/brotli/c/include/brotli/
Dport.h28 #define BROTLI_GNUC_VERSION_CHECK(major, minor, patch) \ argument
29 (BROTLI_GNUC_VERSION >= BROTLI_MAKE_VERSION(major, minor, patch))
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
53 (_MSC_FULL_VER >= ((major * 10000000) + (minor * 100000) + (patch)))
55 #define BROTLI_MSVC_VERSION_CHECK(major, minor, patch) \ argument
56 (_MSC_FULL_VER >= ((major * 1000000) + (minor * 10000) + (patch)))
58 #define BROTLI_MSVC_VERSION_CHECK(major, minor, patch) \ argument
73 #define BROTLI_INTEL_VERSION_CHECK(major, minor, patch) \ argument
[all …]
/external/python/cpython3/Lib/test/
Dtest_getpass.py17 @mock.patch('os.environ')
42 with mock.patch('os.getuid') as uid, \
43 mock.patch('pwd.getpwuid') as getpw:
65 with mock.patch('sys.stderr') as stderr:
69 @mock.patch('sys.stdin')
75 @mock.patch('sys.stdin')
101 with mock.patch('os.open') as open, \
102 mock.patch('io.FileIO') as fileio, \
103 mock.patch('io.TextIOWrapper') as textio:
115 with mock.patch('os.open') as open, \
[all …]

12345678910>>...285