/aosp_15_r20/external/python/mobly/tests/mobly/controllers/ |
D | android_device_test.py | 59 @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 …]
|
/aosp_15_r20/external/python/cpython3/Lib/unittest/test/testmock/ |
D | testpatch.py | 16 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 …]
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/test/testmock/ |
H A D | testpatch.py | 16 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 …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | osconfig_v1.projects.patchDeployments.html | 82 <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 …]
|
D | osconfig_v1beta.projects.patchJobs.html | 84 <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. 121 …patch job that is either in progress or has completed. Instance details are not included in the jo… 122 "createTime": "A String", # Time this patch job was created. 123 …"description": "A String", # Description of the patch job. Length of the descr… [all …]
|
D | osconfig_v1beta.projects.patchDeployments.html | 82 <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 …]
|
D | osconfig_v1.projects.patchJobs.html | 84 <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. 121 …patch job that is either in progress or has completed. Instance details are not included in the jo… 122 "createTime": "A String", # Time this patch job was created. 123 …"description": "A String", # Description of the patch job. Length of the descr… [all …]
|
/aosp_15_r20/tools/asuite/aidegen/lib/ |
H A D | module_info_util_unittest.py | 78 @mock.patch.object(os.path, 'getmtime') 79 @mock.patch.object(logging, 'info') 80 @mock.patch.object(os.path, 'isfile') 81 @mock.patch.object(module_info_util, '_get_generated_json_files') 96 @mock.patch.object(module_info_util, '_generate_rust_project_link') 97 @mock.patch.object(module_info_util, '_show_build_failed_message') 98 @mock.patch.object(module_info_util, '_show_files_reuse_message') 99 @mock.patch.object(atest_utils, 'build') 100 @mock.patch.object(os.path, 'getmtime') 101 @mock.patch.object(logging, 'warning') [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/testdata/script/ |
D | mod_upgrade_patch.txt | 8 stdout '^patch.example.com/direct v1.0.0' 9 stdout '^patch.example.com/indirect v1.0.0' 10 ! stdout '^patch.example.com/depofdirectpatch' 12 # @patch should be rejected for modules not already in the build list. 13 ! go get patch.example.com/depofdirectpatch@patch 14 stderr '^go: can''t query version "patch" of module patch.example.com/depofdirectpatch: no existing… 17 # get -u=patch, with no arguments, should patch-update all dependencies 21 go get -u=patch 23 stdout '^patch.example.com/direct v1.0.1' 24 stdout '^patch.example.com/indirect v1.0.1' [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/osconfig/v1beta/ |
H A D | patch_jobs.proto | 31 // 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 …]
|
/aosp_15_r20/external/google-cloud-java/java-os-config/proto-google-cloud-os-config-v1beta/src/main/proto/google/cloud/osconfig/v1beta/ |
H A D | patch_jobs.proto | 31 // 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 …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/ |
D | clang_source_info.md | 3 …patch](https://android.googlesource.com/toolchain/llvm_android/+/7e283fb56eaa4f0bce9d1185660e193ef… 4 …patch](https://android.googlesource.com/toolchain/llvm_android/+/7e283fb56eaa4f0bce9d1185660e193ef… 5 …patch](https://android.googlesource.com/toolchain/llvm_android/+/7e283fb56eaa4f0bce9d1185660e193ef… 6 …patch](https://android.googlesource.com/toolchain/llvm_android/+/7e283fb56eaa4f0bce9d1185660e193ef… 7 …3fb56eaa4f0bce9d1185660e193effab4ad0/patches/cherry/73ed2153beb529973741344874c0084d24c2f268.patch) 8 …patch](https://android.googlesource.com/toolchain/llvm_android/+/7e283fb56eaa4f0bce9d1185660e193ef… 9 …nts.patch](https://android.googlesource.com/toolchain/llvm_android/+/7e283fb56eaa4f0bce9d1185660e1… 10 …3fb56eaa4f0bce9d1185660e193effab4ad0/patches/cherry/18473eb108e29c7c9d9fcb5d0d8c271948aca330.patch) 11 …3fb56eaa4f0bce9d1185660e193effab4ad0/patches/cherry/a0b6747804e46665ecfd00295b60432bfe1775b6.patch) 12 …patch](https://android.googlesource.com/toolchain/llvm_android/+/7e283fb56eaa4f0bce9d1185660e193ef… [all …]
|
/aosp_15_r20/frameworks/av/services/audioflinger/ |
H A D | PatchPanel.cpp | 112 /* Connect a patch between several source and sink ports */ 113 status_t PatchPanel::createAudioPatch_l(const struct audio_patch* patch, in createAudioPatch_l() argument 118 //before processing the create patch request. in createAudioPatch_l() 121 if (handle == NULL || patch == NULL) { in createAudioPatch_l() 125 __func__, patch->num_sources, patch->num_sinks, *handle); in createAudioPatch_l() 129 if (!audio_patch_is_valid(patch) || (patch->num_sinks == 0 && patch->num_sources != 2)) { in createAudioPatch_l() 133 // only the audio policy manager can request a patch creation with 2 sources. in createAudioPatch_l() 134 if (patch->num_sources > 2) { in createAudioPatch_l() 142 ALOGV("%s() removing patch handle %d", __func__, *handle); in createAudioPatch_l() 143 Patch &removedPatch = iter->second; in createAudioPatch_l() [all …]
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/cm_fc_ld/ |
H A D | PatchInfoReader.cpp | 40 const cm::patch::PInfoSectionHdr *Sh; 43 std::map<unsigned, cm::patch::Symbol *> SymbolTable; 45 typedef std::map<unsigned, cm::patch::Binary *> BinarySectionMapTy; 53 bool read(cm::patch::Collection &C); 56 bool readHeader(cm::patch::Collection &C); 57 bool readSections(cm::patch::Collection &C); 59 bool readDummySection(cm::patch::Collection &C, unsigned n); 60 bool readUnknownSection(cm::patch::Collection &C, unsigned n); 61 bool readBinarySection(cm::patch::Collection &C, unsigned n); 62 bool readRelocationSection(cm::patch::Collection &C, unsigned n); [all …]
|
/aosp_15_r20/external/googleapis/google/cloud/osconfig/v1/ |
H A D | patch_jobs.proto | 35 // 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 …]
|
/aosp_15_r20/external/google-cloud-java/java-os-config/proto-google-cloud-os-config-v1/src/main/proto/google/cloud/osconfig/v1/ |
H A D | patch_jobs.proto | 35 // 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 …]
|
/aosp_15_r20/external/llvm/test/CodeGen/X86/ |
H A D | stackmap-liveness.ll | 2 …-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 …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/ |
D | clang_source_info.md | 3 …patch](https://android.googlesource.com/toolchain/llvm_android/+/8dfdf1fc93652ba216e3bcea41bbcd124… 4 …f1fc93652ba216e3bcea41bbcd124f1185a5/patches/cherry/2620ccc3cdebcaa53b96b5f4d79ffe3951534e07.patch) 5 …patch](https://android.googlesource.com/toolchain/llvm_android/+/8dfdf1fc93652ba216e3bcea41bbcd124… 6 …patch](https://android.googlesource.com/toolchain/llvm_android/+/8dfdf1fc93652ba216e3bcea41bbcd124… 7 …patch](https://android.googlesource.com/toolchain/llvm_android/+/8dfdf1fc93652ba216e3bcea41bbcd124… 8 …f1fc93652ba216e3bcea41bbcd124f1185a5/patches/cherry/3c9022c965b85951f30af140da591f819acef8a0.patch) 9 …f1fc93652ba216e3bcea41bbcd124f1185a5/patches/cherry/73ed2153beb529973741344874c0084d24c2f268.patch) 10 …f1fc93652ba216e3bcea41bbcd124f1185a5/patches/cherry/89d8df12015ac3440190d372a8d439614027dc2c.patch) 11 …patch](https://android.googlesource.com/toolchain/llvm_android/+/8dfdf1fc93652ba216e3bcea41bbcd124… 12 …nts.patch](https://android.googlesource.com/toolchain/llvm_android/+/8dfdf1fc93652ba216e3bcea41bbc… [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/ |
D | clang_source_info.md | 3 …patch](https://android.googlesource.com/toolchain/llvm_android/+/6894f79c514c9d2aebc785dfbb971ce32… 4 …patch](https://android.googlesource.com/toolchain/llvm_android/+/6894f79c514c9d2aebc785dfbb971ce32… 5 …patch](https://android.googlesource.com/toolchain/llvm_android/+/6894f79c514c9d2aebc785dfbb971ce32… 6 …patch](https://android.googlesource.com/toolchain/llvm_android/+/6894f79c514c9d2aebc785dfbb971ce32… 7 …5df8" upstream="llvm-r536225-release/patches/cherry/3c9022c965b85951f30af140da591f819acef8a0.patch) 8 …5df8" upstream="llvm-r536225-release/patches/cherry/89d8df12015ac3440190d372a8d439614027dc2c.patch) 9 …patch](https://android.googlesource.com/toolchain/llvm_android/+/6894f79c514c9d2aebc785dfbb971ce32… 10 …patch](https://android.googlesource.com/toolchain/llvm_android/+/6894f79c514c9d2aebc785dfbb971ce32… 11 …5df8" upstream="llvm-r536225-release/patches/cherry/402eca265f7162e26b8b74d18297fd76c9f100de.patch) 12 …patch](https://android.googlesource.com/toolchain/llvm_android/+/6894f79c514c9d2aebc785dfbb971ce32… [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/ |
D | clang_source_info.md | 3 …patch](https://android.googlesource.com/toolchain/llvm_android/+/ab3ade05b26c45b59ac47b3779b7a6c99… 4 …de05b26c45b59ac47b3779b7a6c999e6d634/patches/cherry/2620ccc3cdebcaa53b96b5f4d79ffe3951534e07.patch) 5 …patch](https://android.googlesource.com/toolchain/llvm_android/+/ab3ade05b26c45b59ac47b3779b7a6c99… 6 …patch](https://android.googlesource.com/toolchain/llvm_android/+/ab3ade05b26c45b59ac47b3779b7a6c99… 7 …patch](https://android.googlesource.com/toolchain/llvm_android/+/ab3ade05b26c45b59ac47b3779b7a6c99… 8 …de05b26c45b59ac47b3779b7a6c999e6d634/patches/cherry/73ed2153beb529973741344874c0084d24c2f268.patch) 9 …de05b26c45b59ac47b3779b7a6c999e6d634/patches/cherry/89d8df12015ac3440190d372a8d439614027dc2c.patch) 10 …patch](https://android.googlesource.com/toolchain/llvm_android/+/ab3ade05b26c45b59ac47b3779b7a6c99… 11 …nts.patch](https://android.googlesource.com/toolchain/llvm_android/+/ab3ade05b26c45b59ac47b3779b7a… 12 …de05b26c45b59ac47b3779b7a6c999e6d634/patches/cherry/402eca265f7162e26b8b74d18297fd76c9f100de.patch) [all …]
|
/aosp_15_r20/art/compiler/linker/ |
H A D | linker_patch.h | 72 LinkerPatch patch(literal_offset, Type::kIntrinsicReference, /* target_dex_file= */ nullptr); in IntrinsicReferencePatch() 73 patch.intrinsic_data_ = intrinsic_data; in IntrinsicReferencePatch() 74 patch.pc_insn_offset_ = pc_insn_offset; in IntrinsicReferencePatch() 75 return patch; in IntrinsicReferencePatch() 81 LinkerPatch patch(literal_offset, Type::kBootImageRelRo, /* target_dex_file= */ nullptr); in BootImageRelRoPatch() 82 patch.boot_image_offset_ = boot_image_offset; in BootImageRelRoPatch() 83 patch.pc_insn_offset_ = pc_insn_offset; in BootImageRelRoPatch() 84 return patch; in BootImageRelRoPatch() 91 LinkerPatch patch(literal_offset, Type::kMethodRelative, target_dex_file); in RelativeMethodPatch() 92 patch.method_idx_ = target_method_idx; in RelativeMethodPatch() [all …]
|
/aosp_15_r20/tools/asuite/atest/test_finders/ |
H A D | module_finder_unittest.py | 151 @mock.patch( 182 @mock.patch( 207 @mock.patch( 213 @mock.patch.object( 264 @mock.patch('subprocess.check_output') 294 @mock.patch.object(test_finder_utils, 'get_multiple_selection_answer') 295 @mock.patch('subprocess.check_output') 337 @mock.patch('subprocess.check_output') 369 @mock.patch('atest.module_info.Loader.get_testable_module_from_memory') 370 @mock.patch('subprocess.check_output') [all …]
|
/aosp_15_r20/external/python/typing_extensions/ |
D | CHANGELOG.md | 5 Patch by Jelle Zijlstra. 11 of PEP 649 in Python 3.14. Patch by Jelle Zijlstra. 14 metadata. Patch by Alex Waygood. 25 function had been set using `sys.setprofile`. Patch by Alex Waygood. 53 default values in some type parameter lists. Patch by Alex Waygood, 60 Patch by Alex Waygood. 68 Patch by Alex Waygood. 70 in the `AssertionError`. Patch by Hashem, backporting of the original 84 improving the security of the release process. Patch by Jelle Zijlstra. 100 - Fix tests on Python 3.13.0a5. Patch by Jelle Zijlstra. [all …]
|
/aosp_15_r20/external/cronet/build/lacros/ |
H A D | test_runner_test.py | 28 @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 …]
|
/aosp_15_r20/external/toolchain-utils/llvm_tools/ |
H A D | update_chromeos_llvm_hash_unittest.py | 47 @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 …]
|