| /external/lzma/CPP/7zip/Archive/Cab/ | 
| D | CabHandler.cpp | 111         FOR_VECTOR (v, m_Database.Volumes)  in Z7_COM7F_IMF()113           const CRecordVector<CFolder> &folders = m_Database.Volumes[v].Folders;  in Z7_COM7F_IMF()
 149       FOR_VECTOR (v, m_Database.Volumes)  in Z7_COM7F_IMF()
 150         numFolders += m_Database.Volumes[v].Folders.Size();  in Z7_COM7F_IMF()
 157       if (m_Database.Volumes.Size() > 1)  in Z7_COM7F_IMF()
 160         FOR_VECTOR (v, m_Database.Volumes)  in Z7_COM7F_IMF()
 161           sum += m_Database.Volumes[v].ArcInfo.Size;  in Z7_COM7F_IMF()
 168       prop = (UInt32)m_Database.Volumes.Size();  in Z7_COM7F_IMF()
 173       if (!m_Database.Volumes.IsEmpty())  in Z7_COM7F_IMF()
 175         const CDatabaseEx &db = m_Database.Volumes[0];  in Z7_COM7F_IMF()
 [all …]
 
 | 
| /external/google-cloud-java/java-appengine-admin/proto-google-cloud-appengine-admin-v1/src/main/java/com/google/appengine/v1/ | 
| D | ResourcesOrBuilder.java | 69    * User specified volumes.72    * <code>repeated .google.appengine.v1.Volume volumes = 4;</code>
 79    * User specified volumes.
 82    * <code>repeated .google.appengine.v1.Volume volumes = 4;</code>
 89    * User specified volumes.
 92    * <code>repeated .google.appengine.v1.Volume volumes = 4;</code>
 99    * User specified volumes.
 102    * <code>repeated .google.appengine.v1.Volume volumes = 4;</code>
 109    * User specified volumes.
 112    * <code>repeated .google.appengine.v1.Volume volumes = 4;</code>
 
 | 
| D | Resources.java | 133    * User specified volumes.136    * <code>repeated .google.appengine.v1.Volume volumes = 4;</code>
 146    * User specified volumes.
 149    * <code>repeated .google.appengine.v1.Volume volumes = 4;</code>
 160    * User specified volumes.
 163    * <code>repeated .google.appengine.v1.Volume volumes = 4;</code>
 173    * User specified volumes.
 176    * <code>repeated .google.appengine.v1.Volume volumes = 4;</code>
 186    * User specified volumes.
 189    * <code>repeated .google.appengine.v1.Volume volumes = 4;</code>
 [all …]
 
 | 
| /external/google-cloud-java/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/java/com/google/cloud/baremetalsolution/v2/ | 
| D | ListVolumesResponseOrBuilder.java | 30    * The list of storage volumes.33    * <code>repeated .google.cloud.baremetalsolution.v2.Volume volumes = 1;</code>
 40    * The list of storage volumes.
 43    * <code>repeated .google.cloud.baremetalsolution.v2.Volume volumes = 1;</code>
 50    * The list of storage volumes.
 53    * <code>repeated .google.cloud.baremetalsolution.v2.Volume volumes = 1;</code>
 60    * The list of storage volumes.
 63    * <code>repeated .google.cloud.baremetalsolution.v2.Volume volumes = 1;</code>
 71    * The list of storage volumes.
 74    * <code>repeated .google.cloud.baremetalsolution.v2.Volume volumes = 1;</code>
 
 | 
| D | ListVolumesResponse.java | 25  * Response message containing the list of storage volumes.80    * The list of storage volumes.
 83    * <code>repeated .google.cloud.baremetalsolution.v2.Volume volumes = 1;</code>
 93    * The list of storage volumes.
 96    * <code>repeated .google.cloud.baremetalsolution.v2.Volume volumes = 1;</code>
 107    * The list of storage volumes.
 110    * <code>repeated .google.cloud.baremetalsolution.v2.Volume volumes = 1;</code>
 120    * The list of storage volumes.
 123    * <code>repeated .google.cloud.baremetalsolution.v2.Volume volumes = 1;</code>
 133    * The list of storage volumes.
 [all …]
 
 | 
| /external/mesa3d/src/gallium/frontends/nine/ | 
| D | volumetexture9.c | 93     This->volumes = CALLOC(This->base.level_count, sizeof(*This->volumes));  in NineVolumeTexture9_ctor()94     if (!This->volumes)  in NineVolumeTexture9_ctor()
 108                              &voldesc, &This->volumes[l]);  in NineVolumeTexture9_ctor()
 126     if (This->volumes) {  in NineVolumeTexture9_dtor()
 128             if (This->volumes[l])  in NineVolumeTexture9_dtor()
 129                 NineUnknown_Destroy(&This->volumes[l]->base);  in NineVolumeTexture9_dtor()
 130         FREE(This->volumes);  in NineVolumeTexture9_dtor()
 143     *pDesc = This->volumes[Level]->desc;  in NineVolumeTexture9_GetLevelDesc()
 155     NineUnknown_AddRef(NineUnknown(This->volumes[Level]));  in NineVolumeTexture9_GetVolumeLevel()
 156     *ppVolumeLevel = (IDirect3DVolume9 *)This->volumes[Level];  in NineVolumeTexture9_GetVolumeLevel()
 [all …]
 
 | 
| /external/replicaisland/src/com/replica/replicaisland/ | 
| D | GameObjectCollisionSystem.java | 25  * volumes from game objects each frame and performs a series of tests to see which of them26  * overlap.  Collisions are only considered between offending "attack" volumes and receiving
 27  * "vulnerability" volumes.  This implementation works by using a sweep-and-prune algorithm:
 29  * overlaps.  A bounding volume that encompasses all attack and vulnerability volumes is used for
 30  * this test, and when an intersection is found the actual offending and receiving volumes are
 70      * Adds a game object, and its related volumes, to the dynamic collision world for one frame.
 71      * Once registered for collisions the object may damage other objects via attack volumes or
 72      * receive damage from other volumes via vulnerability volumes.
 77      * all of the attack and vulnerability volumes.
 78      * @param attackVolumes  A list of volumes that can hit other game objects.  May be null.
 [all …]
 
 | 
| /external/google-cloud-java/java-cloudbuild/proto-google-cloud-build-v1/src/main/java/com/google/cloudbuild/v1/ | 
| D | BuildOptionsOrBuilder.java | 479    * Global list of volumes to mount for ALL build steps481    * process. Upon completion of the build, volumes and their contents are
 482    * discarded. Global volume names and paths cannot conflict with the volumes
 488    * <code>repeated .google.devtools.cloudbuild.v1.Volume volumes = 14;</code>
 495    * Global list of volumes to mount for ALL build steps
 497    * process. Upon completion of the build, volumes and their contents are
 498    * discarded. Global volume names and paths cannot conflict with the volumes
 504    * <code>repeated .google.devtools.cloudbuild.v1.Volume volumes = 14;</code>
 511    * Global list of volumes to mount for ALL build steps
 513    * process. Upon completion of the build, volumes and their contents are
 [all …]
 
 | 
| /external/kernel-headers/original/uapi/mtd/ | 
| D | ubi-user.h | 46  * UBI volumes are created via the %UBI_IOCMKVOL ioctl command of UBI character64  * UBI volumes re-name
 67  * To re-name several volumes atomically at one go, the %UBI_IOCRNVOL command
 139  * Block devices on UBI volumes
 171 /* Re-name volumes */
 218 /* Maximum amount of UBI volumes that can be re-named at one go */
 237  *                             eraseblocks on dynamic volumes
 305  *				open time. Only valid for static volumes and
 327  * This structure is used by user-space programs when creating new volumes. The
 328  * @used_bytes field is only necessary when creating static volumes.
 [all …]
 
 | 
| /external/googleapis/google/cloud/baremetalsolution/v2/ | 
| D | volume.proto | 37     pattern: "projects/{project}/locations/{location}/volumes/{volume}"123     // Such volumes cannot be manipulated via Volumes API.
 143   // `projects/{project}/locations/{location}/volumes/{volume}`
 209   // Used to provision Volumes that require manual intervention.
 216   // It is filled only for volumes in COOLOFF state.
 246 // Message for requesting a list of storage volumes.
 267 // Response message containing the list of storage volumes.
 269   // The list of storage volumes.
 270   repeated Volume volumes = 1;  field
 284   // Format: projects/{project}/locations/{location}/volumes/{volume}
 [all …]
 
 | 
| D | baremetalsolution.proto | 206   // List storage volumes in a given project and location.209       get: "/v2/{parent=projects/*/locations/*}/volumes"
 217       get: "/v2/{name=projects/*/locations/*/volumes/*}"
 225       patch: "/v2/{volume.name=projects/*/locations/*/volumes/*}"
 239       post: "/v2/{name=projects/*/locations/*/volumes/*}:rename"
 249       post: "/v2/{name=projects/*/locations/*/volumes/*}:evict"
 262       post: "/v2/{volume=projects/*/locations/*/volumes/*}:resize"
 317       post: "/v2/{parent=projects/*/locations/*/volumes/*}/snapshots"
 328 …   post: "/v2/{volume_snapshot=projects/*/locations/*/volumes/*/snapshots/*}:restoreVolumeSnapshot"
 343       delete: "/v2/{name=projects/*/locations/*/volumes/*/snapshots/*}"
 [all …]
 
 | 
| /external/googleapis/google/cloud/netapp/v1/ | 
| D | cloud_netapp_service.proto | 113   // Lists Volumes in a given project.116       get: "/v1/{parent=projects/*/locations/*}/volumes"
 124       get: "/v1/{name=projects/*/locations/*/volumes/*}"
 132       post: "/v1/{parent=projects/*/locations/*}/volumes"
 145       patch: "/v1/{volume.name=projects/*/locations/*/volumes/*}"
 158       delete: "/v1/{name=projects/*/locations/*/volumes/*}"
 172       post: "/v1/{name=projects/*/locations/*/volumes/*}:revert"
 184       get: "/v1/{parent=projects/*/locations/*/volumes/*}/snapshots"
 192       get: "/v1/{name=projects/*/locations/*/volumes/*/snapshots/*}"
 201       post: "/v1/{parent=projects/*/locations/*/volumes/*}/snapshots"
 [all …]
 
 | 
| D | replication.proto | 62 // cross-region replication relationship between 2 volumes in different67     pattern: "projects/{project}/locations/{location}/volumes/{volume}/replications/{replication}"
 146   // `projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}`.
 177   // Example : "projects/{project}/locations/{location}/volumes/{volume_id}"
 199   // Example : "projects/{project}/locations/{location}/volumes/{volume_id}"
 210   // `projects/{project_id}/locations/{location}/volumes/{volume_id}`.
 248   // `projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}`
 285   // `projects/{project_id}/locations/{location}/volumes/{volume_id}`
 305   // `projects/*/locations/*/volumes/*/replications/{replication_id}`
 328   // projects/{project_id}/locations/{location}/volumes/{volume_id}/replications/{replication_id}.
 [all …]
 
 | 
| /external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Library/ | 
| D | DxeServicesLib.h | 21   Searches all the available firmware volumes and returns the first matching FFS section.23 …This function searches all the firmware volumes for FFS files with FV file type specified by FileT…
 24 …The order that the firmware volumes is searched is not deterministic. For each available FV a sear…
 71   Searches all the available firmware volumes and returns the first matching FFS section.
 73 …This function searches all the firmware volumes for FFS files with an FFS filename specified by Na…
 74 …The order in which the firmware volumes are searched is not deterministic. For each FFS file found…
 92                                within any of the firmware volumes in the platform.
 145                                within the firmware volumes that the currently
 267   Searches all the available firmware volumes and returns the file device path of first matching
 270 …This function searches all the firmware volumes for FFS files with an FFS filename specified by Na…
 [all …]
 
 | 
| /external/python/google-api-python-client/googleapiclient/discovery_cache/documents/ | 
| D | baremetalsolution.v1alpha1.json | 394             "volumes": {  object398 …          "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/volumes/{volumesId}",
 400                   "id": "baremetalsolution.projects.locations.volumes.get",
 408                       "pattern": "^projects/[^/]+/locations/[^/]+/volumes/[^/]+$",
 422                   "description": "List the volumes for the specified project",
 423                   "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/volumes",
 425                   "id": "baremetalsolution.projects.locations.volumes.list",
 442                       "description": "Required. The location to list Volumes in.",
 449                   "path": "v1alpha1/{+parent}/volumes",
 459 …          "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/volumes/{volumesId}",
 [all …]
 
 | 
| D | books.v1.json | 175         "volumes": {  object178               "description": "Retrieves volumes in a specific bookshelf for the specified user.",
 179               "flatPath": "books/v1/users/{userId}/bookshelves/{shelf}/volumes",
 181               "id": "books.bookshelves.volumes.list",
 195                   "description": "ID of bookshelf to retrieve volumes.",
 218                   "description": "ID of user for whom to retrieve bookshelf volumes.",
 224               "path": "books/v1/users/{userId}/bookshelves/{shelf}/volumes",
 226                 "$ref": "Volumes"
 437           "flatPath": "books/v1/volumes/{volumeId}/layersummary/{summaryId}",
 468           "path": "books/v1/volumes/{volumeId}/layersummary/{summaryId}",
 [all …]
 
 | 
| /external/llvm/test/CodeGen/ARM/ | 
| D | debug-info-blocks.ll | 116 !2 = !DIFile(filename: "header.h", directory: "/Volumes/Sandbox/llvm")120 !6 = !DIFile(filename: "header2.h", directory: "/Volumes/Sandbox/llvm")
 124 !10 = !DIFile(filename: "header3.h", directory: "/Volumes/Sandbox/llvm")
 129 !15 = !DIFile(filename: "Private.h", directory: "/Volumes/Sandbox/llvm")
 134 !20 = !DIFile(filename: "header4.h", directory: "/Volumes/Sandbox/llvm")
 138 !24 = !DIFile(filename: "MyLibrary.m", directory: "/Volumes/Sandbox/llvm")
 154 !40 = !DIFile(filename: "MyLibrary.i", directory: "/Volumes/Sandbox/llvm")
 175 !61 = !DIFile(filename: "header11.h", directory: "/Volumes/Sandbox/llvm")
 179 !65 = !DIFile(filename: "NSO.h", directory: "/Volumes/Sandbox/llvm")
 191 !77 = !DIFile(filename: "header12.h", directory: "/Volumes/Sandbox/llvm")
 [all …]
 
 | 
| /external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Library/ | 
| D | DxeServicesLib.h | 15   Searches all the available firmware volumes and returns the first matching FFS section.17 …This function searches all the firmware volumes for FFS files with FV file type specified by FileT…
 18 …The order that the firmware volumes is searched is not deterministic. For each available FV a sear…
 65   Searches all the available firmware volumes and returns the first matching FFS section.
 67 …This function searches all the firmware volumes for FFS files with an FFS filename specified by Na…
 68 …The order in which the firmware volumes are searched is not deterministic. For each FFS file found…
 86                                within any of the firmware volumes in the platform.
 139                                within the firmware volumes that the currently
 259   Searches all the available firmware volumes and returns the file device path of first matching
 262 …This function searches all the firmware volumes for FFS files with an FFS filename specified by Na…
 [all …]
 
 | 
| /external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Library/ | 
| D | DxeServicesLib.h | 15   Searches all the available firmware volumes and returns the first matching FFS section.17 …This function searches all the firmware volumes for FFS files with FV file type specified by FileT…
 18 …The order that the firmware volumes is searched is not deterministic. For each available FV a sear…
 65   Searches all the available firmware volumes and returns the first matching FFS section.
 67 …This function searches all the firmware volumes for FFS files with an FFS filename specified by Na…
 68 …The order in which the firmware volumes are searched is not deterministic. For each FFS file found…
 86                                within any of the firmware volumes in the platform.
 139                                within the firmware volumes that the currently
 261   Searches all the available firmware volumes and returns the file device path of first matching
 264 …This function searches all the firmware volumes for FFS files with an FFS filename specified by Na…
 [all …]
 
 | 
| /external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Library/ | 
| D | DxeServicesLib.h | 15   Searches all the available firmware volumes and returns the first matching FFS section.17 …This function searches all the firmware volumes for FFS files with FV file type specified by FileT…
 18 …The order that the firmware volumes is searched is not deterministic. For each available FV a sear…
 65   Searches all the available firmware volumes and returns the first matching FFS section.
 67 …This function searches all the firmware volumes for FFS files with an FFS filename specified by Na…
 68 …The order in which the firmware volumes are searched is not deterministic. For each FFS file found…
 86                                within any of the firmware volumes in the platform.
 139                                within the firmware volumes that the currently
 261   Searches all the available firmware volumes and returns the file device path of first matching
 264 …This function searches all the firmware volumes for FFS files with an FFS filename specified by Na…
 [all …]
 
 | 
| /external/google-cloud-java/java-run/proto-google-cloud-run-v2/src/main/java/com/google/cloud/run/v2/ | 
| D | TaskTemplateOrBuilder.java | 86    * A list of Volumes to make available to containers.89    * <code>repeated .google.cloud.run.v2.Volume volumes = 2;</code>
 96    * A list of Volumes to make available to containers.
 99    * <code>repeated .google.cloud.run.v2.Volume volumes = 2;</code>
 106    * A list of Volumes to make available to containers.
 109    * <code>repeated .google.cloud.run.v2.Volume volumes = 2;</code>
 116    * A list of Volumes to make available to containers.
 119    * <code>repeated .google.cloud.run.v2.Volume volumes = 2;</code>
 126    * A list of Volumes to make available to containers.
 129    * <code>repeated .google.cloud.run.v2.Volume volumes = 2;</code>
 
 | 
| /external/python/google-api-python-client/docs/dyn/ | 
| D | baremetalsolution_v1alpha1.projects.snapshotSchedulePolicies.html | 123   "volumes": [ # The names of the Volumes this policy is associated with.146   "volumes": [ # The names of the Volumes this policy is associated with.
 194   "volumes": [ # The names of the Volumes this policy is associated with.
 229       "volumes": [ # The names of the Volumes this policy is associated with.
 270   "volumes": [ # The names of the Volumes this policy is associated with.
 294   "volumes": [ # The names of the Volumes this policy is associated with.
 
 | 
| D | books_v1.mylibrary.bookshelves.html | 78   <code><a href="books_v1.mylibrary.bookshelves.volumes.html">volumes()</a></code>80 <p class="firstline">Returns the volumes Resource.</p>
 87 <p class="firstline">Clears all volumes from a bookshelf.</p>
 114       IOS_PREX - Volumes added from the PREX flow on iOS.
 115       IOS_SEARCH - Volumes added from the Search flow on iOS.
 116       ONBOARDING - Volumes added from the Onboarding flow.
 132   <pre>Clears all volumes from a bookshelf.
 178   "volumeCount": 42, # Number of volumes in this bookshelf.
 208       "volumeCount": 42, # Number of volumes in this bookshelf.
 
 | 
| /external/aws-sdk-java-v2/.changes/2.5.x/ | 
| D | 2.5.53.json | 23 … multiple EBS volumes attached to an EC2 instance. With this new capability, snapshots guarantee c…33 … multiple EBS volumes attached to an EC2 instance. With this new capability, snapshots guarantee c…
 
 | 
| /external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/ | 
| D | SourceInstanceParamsOrBuilder.java | 30 …y disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.41 …y disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.
 52 …y disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.
 63 …y disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.
 75 …y disks, they will be attached in read-only mode. Local SSD disks will be created as blank volumes.
 
 |