Searched full:vmimage (Results 1 – 25 of 31) sorted by relevance
12
/external/python/cpython3/.azure-pipelines/ |
D | pr.yml | 11 vmImage: ubuntu-20.04 23 vmImage: ubuntu-20.04 41 vmImage: macos-10.15 55 vmImage: ubuntu-20.04 81 vmImage: ubuntu-20.04 101 vmImage: windows-2019
|
D | ci.yml | 11 vmImage: ubuntu-20.04 23 vmImage: ubuntu-20.04 43 vmImage: macos-10.15 55 vmImage: ubuntu-20.04 81 vmImage: ubuntu-20.04 101 vmImage: windows-2019
|
/external/python/cpython3/.azure-pipelines/windows-release/ |
D | stage-build.yml | 6 #vmImage: windows-2019 48 vmImage: windows-2019 94 vmImage: windows-2019 144 vmImage: windows-2019
|
D | stage-publish-store.yml | 7 vmImage: windows-2019
|
D | stage-msi.yml | 7 vmImage: windows-2019
|
D | stage-test-embed.yml | 7 vmImage: windows-2019
|
D | stage-test-nuget.yml | 7 vmImage: windows-2019
|
D | stage-publish-nugetorg.yml | 7 vmImage: windows-2019
|
D | stage-layout-nuget.yml | 7 vmImage: windows-2019
|
D | stage-layout-embed.yml | 7 vmImage: windows-2019
|
D | stage-layout-full.yml | 7 vmImage: windows-2019
|
D | stage-layout-msix.yml | 6 vmImage: windows-2019
|
D | stage-test-msi.yml | 6 vmImage: windows-2019
|
D | stage-sign.yml | 123 vmImage: windows-2019
|
D | stage-pack-msix.yml | 6 vmImage: windows-2019
|
D | stage-publish-pythonorg.yml | 7 #vmImage: windows-2019
|
/external/curl/ |
D | .azure-pipelines.yml | 65 vmImage: 'ubuntu-latest' 114 vmImage: 'ubuntu-latest' 167 vmImage: 'ubuntu-latest' 206 vmImage: 'windows-2019'
|
/external/jacoco/.azure-pipelines/ |
D | azure-pipelines.yml | 35 vmImage: 'ubuntu-18.04'
|
/external/python/google-api-python-client/docs/dyn/ |
D | notebooks_v1.projects.locations.environments.html | 120 …"vmImage": { # Definition of a custom Compute Engine virtual machine image for starting … 216 …"vmImage": { # Definition of a custom Compute Engine virtual machine image for starting … 252 …"vmImage": { # Definition of a custom Compute Engine virtual machine image for starting …
|
D | remotebuildexecution_v1alpha.projects.instances.workerpools.html | 137 "vmImage": "A String", # The name of the image used by each VM. 245 "vmImage": "A String", # The name of the image used by each VM. 292 "vmImage": "A String", # The name of the image used by each VM. 335 "vmImage": "A String", # The name of the image used by each VM.
|
/external/crosvm/aarch64/src/ |
D | lib.rs | 21 use arch::VmImage; 389 let has_bios = matches!(components.vm_image, VmImage::Bios(_)); in build_vm() 396 VmImage::Bios(ref mut bios) => { in build_vm() 405 VmImage::Kernel(ref mut kernel_image) => { in build_vm()
|
/external/crosvm/x86_64/src/ |
D | lib.rs | 67 use arch::VmImage; 661 VmImage::Bios(bios_file) => Some(bios_file.metadata().map_err(Error::LoadBios)?.len()), in guest_memory_layout() 662 VmImage::Kernel(_) => None, in guest_memory_layout() 849 let bios_size = if let VmImage::Bios(ref bios) = components.vm_image { in build_vm() 971 VmImage::Bios(ref mut bios) => { in build_vm() 983 VmImage::Kernel(ref mut kernel_image) => { in build_vm() 1026 has_bios: matches!(components.vm_image, VmImage::Bios(_)), in build_vm()
|
/external/crosvm/arch/src/ |
D | lib.rs | 117 pub enum VmImage { enum 350 pub vm_image: VmImage, 469 /// * `has_bios` - Whether the `VmImage` is a `Bios` image
|
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ |
D | notebooks.v1.json | 1911 "vmImage": { object 1912 "$ref": "VmImage", 2418 "vmImage": { object 2419 "$ref": "VmImage", 3603 "vmImage": { object 3760 "VmImage": { object 3762 "id": "VmImage",
|
/external/curl/scripts/ |
D | cijobs.pl | 165 if($_ =~ /^ vmImage: (.*)/) {
|
12