Home
last modified time | relevance | path

Searched full:assets (Results 1 – 25 of 4901) sorted by relevance

12345678910>>...197

/external/google-cloud-java/google-cloud-examples/src/main/java/com/google/cloud/examples/securitycenter/snippets/
DAssetSnippets.java37 /** Snippets for how to work with Assets in Cloud Security Command Center. */
42 * Lists all assets for an organization.
44 * @param organizationName The organization to list assets for.
49 // Start setting up a request for to search for all assets in an organization. in listAssets()
57 // This creates one list for all assets. If your organization has a large number of assets in listAssets()
61 System.out.println("All assets:"); in listAssets()
71 * Lists all project assets for an organization.
73 * @param organizationName The organization to list assets for.
78 // Start setting up a request for to search for all assets in an organization. in listAssetsWithFilter()
89 // This creates one list for all assets. If your organization has a large number of assets in listAssetsWithFilter()
[all …]
/external/executorch/backends/apple/coreml/runtime/delegate/
DETCoreMLAssetManager.h16 /// A class responsible for managing the assets created by the delegate.
25 /// @param database The sqlite database that will be used to keep track of assets.
26 /// @param assetsDirectoryURL The directory URL where the assets will be stored.
27 /// @param trashDirectoryURL The directory URL where the assets will be moved before deletion.
28 /// @param maxAssetsSizeInBytes The maximum assets size in bytes.
38 /// @param databaseURL The URL to the database that will be used to keep track of assets.
39 /// @param assetsDirectoryURL The directory URL where the assets will be stored.
40 /// @param trashDirectoryURL The directory URL where the assets will be moved before deletion.
41 /// @param maxAssetsSizeInBytes The maximum assets size in bytes.
49 /// Stores an asset at the url. The contents of the url are moved to the assets directory and it's
[all …]
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dpoly.v1.json6 …"description": "The Poly API provides read access to assets hosted on poly.google.com to all, and …
99 "assets": { object
102 …n": "Returns detailed information about an asset given its name. PRIVATE assets are returned only …
103 "flatPath": "v1/assets/{assetsId}",
105 "id": "poly.assets.get",
111 "description": "Required. An asset's name in the form `assets/{ASSET_ID}`.",
113 "pattern": "^assets/[^/]+$",
124 …"description": "Lists all public, remixable assets. These are assets with an access level of PUBLI…
125 "flatPath": "v1/assets",
127 "id": "poly.assets.list",
[all …]
/external/bazelbuild-rules_android/rules/
Dbusybox.bzl32 def _get_unique_assets_dirs(assets, assets_dir):
33 """Find the unique assets directories, partitioned by assets_dir.
36 assets: A list of Files. List of asset files to process.
37 assets_dir: String. String giving the path to the files in assets.
42 if not assets:
50 for f in assets:
55 # Assets from an aar_import rule are extracted in a
56 # "assets" subdirectory of the given path
57 dirs["%s/assets" % f.path] = True
64 for f in assets:
[all …]
/external/rust/android-crates-io/crates/spdx/src/text/licenses/
DASWF-Digital-Assets-1.11 r#"ASWF Digital Assets License v1.1
7 Redistribution and use of these digital assets, with or without modification, solely for education,…
9assets or any part of them must include the above copyright notice, this list of conditions and th…
11 2. Publications showing images derived from these digital assets must include the above copyright n…
13 …developed or tested utilizing these digital assets or benchmarking results obtained from these dig…
15assets and their output may only be referred to as the Asset Name listed above, and your use of th…
17ASSETS ARE PROVIDED BY THE COPYRIGHT HOLDER "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDI…
DASWF-Digital-Assets-1.01 r#"ASWF Digital Assets License v1.0
7 Redistribution and use of these digital assets, with or without modification, solely for education,…
9 1. Redistributions of these digital assets or any part of them must include the above copyright not…
11 2. Publications showing images derived from these digital assets must include the above copyright n…
13 …developed or tested utilizing these digital assets or benchmarking results obtained from these dig…
15assets and their output may only be referred to as the Asset Name listed above, and your use of th…
17ASSETS ARE PROVIDED BY THE COPYRIGHT HOLDER "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDI…
/external/chromium-trace/catapult/devil/devil/android/sdk/
Daapt.py32 def Dump(what, apk, assets=None): argument
38 assets: List of assets in apk you want to dump information for.
40 assets = assets or []
41 if isinstance(assets, six.string_types):
42 assets = [assets]
43 return _RunAaptCmd(['dump', what, apk] + assets).splitlines()
/external/google-cloud-java/java-asset/proto-google-cloud-asset-v1/src/main/java/com/google/cloud/asset/v1/
DBatchGetAssetsHistoryResponse.java25 * Batch get assets history response.
78 * A list of assets with valid time windows.
81 * <code>repeated .google.cloud.asset.v1.TemporalAsset assets = 1;</code>
91 * A list of assets with valid time windows.
94 * <code>repeated .google.cloud.asset.v1.TemporalAsset assets = 1;</code>
105 * A list of assets with valid time windows.
108 * <code>repeated .google.cloud.asset.v1.TemporalAsset assets = 1;</code>
118 * A list of assets with valid time windows.
121 * <code>repeated .google.cloud.asset.v1.TemporalAsset assets = 1;</code>
131 * A list of assets with valid time windows.
[all …]
DBatchGetAssetsHistoryResponseOrBuilder.java30 * A list of assets with valid time windows.
33 * <code>repeated .google.cloud.asset.v1.TemporalAsset assets = 1;</code>
40 * A list of assets with valid time windows.
43 * <code>repeated .google.cloud.asset.v1.TemporalAsset assets = 1;</code>
50 * A list of assets with valid time windows.
53 * <code>repeated .google.cloud.asset.v1.TemporalAsset assets = 1;</code>
60 * A list of assets with valid time windows.
63 * <code>repeated .google.cloud.asset.v1.TemporalAsset assets = 1;</code>
71 * A list of assets with valid time windows.
74 * <code>repeated .google.cloud.asset.v1.TemporalAsset assets = 1;</code>
DListAssetsResponseOrBuilder.java65 * Assets.
68 * <code>repeated .google.cloud.asset.v1.Asset assets = 2;</code>
75 * Assets.
78 * <code>repeated .google.cloud.asset.v1.Asset assets = 2;</code>
85 * Assets.
88 * <code>repeated .google.cloud.asset.v1.Asset assets = 2;</code>
95 * Assets.
98 * <code>repeated .google.cloud.asset.v1.Asset assets = 2;</code>
105 * Assets.
108 * <code>repeated .google.cloud.asset.v1.Asset assets = 2;</code>
/external/googleapis/google/ads/googleads/v16/common/
Dad_type_infos.proto135 // The image assets used for the ad.
149 // The image assets of the companion banner used with the ad.
164 // The image assets of the companion banner used with the ad.
189 // The image assets of the companion banner used with the ad.
221 // The YouTube video assets used for the ad.
245 // List of text assets used for the short headline. Currently, only a single
249 // List of text assets used for the long headline.
253 // List of text assets used for the description.
257 // List of text assets used for the button, for example, the "Call To Action"
261 // List of YouTube video assets used for the ad.
[all …]
/external/googleapis/google/ads/googleads/v15/common/
Dad_type_infos.proto135 // The image assets used for the ad.
149 // The image assets of the companion banner used with the ad.
164 // The image assets of the companion banner used with the ad.
189 // The image assets of the companion banner used with the ad.
221 // The YouTube video assets used for the ad.
245 // List of text assets used for the short headline, for example, the "Call To
250 // List of text assets used for the long headline.
254 // List of text assets used for the description.
258 // List of text assets used for the button, for example, the "Call To Action"
262 // List of YouTube video assets used for the ad.
[all …]
/external/googleapis/google/ads/googleads/v14/common/
Dad_type_infos.proto149 // The image assets of the companion banner used with the ad.
164 // The image assets of the companion banner used with the ad.
189 // The image assets of the companion banner used with the ad.
221 // The YouTube video assets used for the ad.
245 // List of text assets used for the short headline, for example, the "Call To
250 // List of text assets used for the long headline.
254 // List of text assets used for the description.
258 // List of text assets used for the button, for example, the "Call To Action"
262 // List of YouTube video assets used for the ad.
266 // List of image assets used for the companion banner.
[all …]
/external/skia/infra/bots/assets/
DREADME.md1 Assets chapter
4 This directory contains tooling for managing assets used by the bots. The
5 primary entry point is assets.py, which allows a user to add, remove, upload,
6 and download assets.
8 Assets are stored in Google Storage, named for their version number.
11 Individual Assets
41 Created infra/bots/assets/myasset/create.py; you will need to add implementation before uploading t…
42 $ vi infra/bots/assets/myasset/create.py
53 (assuming infra/bots/assets/myasset/VERSION has been updated by the previous
/external/python/google-api-python-client/docs/dyn/
Dpoly_v1.users.assets.html75 …</a> . <a href="poly_v1.users.html">users</a> . <a href="poly_v1.users.assets.html">assets</a></h1>
82assets authored by the given user. Only the value 'me', representing the currently-authenticated u…
94assets authored by the given user. Only the value &#x27;me&#x27;, representing the currently-authe…
98 …format: string, Return only assets with the matching format. Acceptable values are: `BLOCKS`, `FBX…
99 …, Specifies an ordering for assets. Acceptable values are: `BEST`, `NEWEST`, `OLDEST`. Defaults to…
100 …pageSize: integer, The maximum number of assets to be returned. This value must be between `1` and…
102 …ity: string, The visibility of the assets to be returned. Defaults to VISIBILITY_UNSPECIFIED which…
104 VISIBILITY_UNSPECIFIED - No visibility specified. Returns all assets.
105 PUBLISHED - Returns only published assets.
106 PRIVATE - Returns only private assets.
[all …]
Dpoly_v1.assets.html75 <h1><a href="poly_v1.html">Poly API</a> . <a href="poly_v1.assets.html">assets</a></h1>
82 <p class="firstline">Returns detailed information about an asset given its name. PRIVATE assets are…
85 <p class="firstline">Lists all public, remixable assets. These are assets with an access level of P…
97 …<pre>Returns detailed information about an asset given its name. PRIVATE assets are returned only …
100 name: string, Required. An asset&#x27;s name in the form `assets/{ASSET_ID}`. (required)
111 …t;: &quot;A String&quot;, # For published assets, the time when the asset was published. For unpub…
137 …only returned when querying for the signed-in user&#x27;s own assets, not for public assets. This …
138 …uot;: &quot;A String&quot;, # The unique identifier for the asset in the form: `assets/{ASSET_ID}`.
149 …&quot;remixInfo&quot;: { # Info about the sources of this asset (i.e. assets that were remixed to …
150 …&quot;sourceAsset&quot;: [ # Resource ids for the sources of this remix, of the form: `assets/{ASS…
[all …]
Dsecuritycenter_v1.folders.assets.html75 …nter_v1.folders.html">folders</a> . <a href="securitycenter_v1.folders.assets.html">assets</a></h1>
82 <p class="firstline">Filters an organization's assets and groups them by their specified properties…
88 <p class="firstline">Lists an organization's assets.</p>
103 <pre>Filters an organization&#x27;s assets and groups them by their specified properties.
110 { # Request message for grouping by assets.
111 …change is &quot;UNUSED&quot;, which will be the state_change set for all assets present at read_ti…
112 …uot;A String&quot;, # Expression that defines the filter to apply across assets. The expression is…
113 …&quot;groupBy&quot;: &quot;A String&quot;, # Required. Expression that defines what assets fields …
116 …g&quot;, # Time used as a reference point when filtering assets. The filter is limited to assets e…
127 { # Response message for grouping by assets.
[all …]
/external/cronet/tot/build/android/gyp/
Dapkbuilder.py38 parser.add_argument('--assets',
40 help='GYP-list of files to add as assets in the form '
46 help='Whether to create an assets/assets_list file.')
48 '--uncompressed-assets',
49 help='Same as --assets, except disables compression.')
119 options.assets = action_helpers.parse_gn_list(options.assets)
185 """Returns the list of file_detail tuples for assets in the apk.
196 representing what and how assets are added.
200 # Group all uncompressed assets together in the hope that it will increase
217 apk_path = 'assets/' + dest_path
[all …]
/external/angle/build/android/gyp/
Dapkbuilder.py38 parser.add_argument('--assets',
40 help='GYP-list of files to add as assets in the form '
46 help='Whether to create an assets/assets_list file.')
48 '--uncompressed-assets',
49 help='Same as --assets, except disables compression.')
119 options.assets = action_helpers.parse_gn_list(options.assets)
185 """Returns the list of file_detail tuples for assets in the apk.
196 representing what and how assets are added.
200 # Group all uncompressed assets together in the hope that it will increase
217 apk_path = 'assets/' + dest_path
[all …]
/external/cronet/stable/build/android/gyp/
Dapkbuilder.py38 parser.add_argument('--assets',
40 help='GYP-list of files to add as assets in the form '
46 help='Whether to create an assets/assets_list file.')
48 '--uncompressed-assets',
49 help='Same as --assets, except disables compression.')
119 options.assets = action_helpers.parse_gn_list(options.assets)
185 """Returns the list of file_detail tuples for assets in the apk.
196 representing what and how assets are added.
200 # Group all uncompressed assets together in the hope that it will increase
217 apk_path = 'assets/' + dest_path
[all …]
/external/tensorflow/tensorflow/python/summary/
Dplugin_asset.py17 TensorBoard plugins may need to provide arbitrary assets, such as
21 This module contains methods that allow plugin assets to be specified at graph
23 singleton on a per-graph basis. The PluginAsset has an assets method which
25 (or any other Summary writer) will serialize these assets in such a way that
84 graph: Optionally, the graph to get assets from. If unspecified, the default
110 """This abstract base class allows TensorBoard to serialize assets to disk.
114 - provides an assets method that returns an {asset_name: asset_contents}
123 tf.compat.v1.summary.FileWriter, the writer calls assets and the
130 def assets(self): member in PluginAsset
131 """Provide all of the assets contained by the PluginAsset instance.
[all …]
/external/rust/android-crates-io/crates/petgraph/
D.cargo-checksum.json1assets/LICENSE.md":"608fdcbb7daea2541c57228f21fc97deec310b19dafde70b2f4b84a96bf779f8","assets/grap…
D.android-checksum.json1assets/LICENSE.md":"7c15084836c46847d610f01533efb0ac2e002663b0a545b1933bc59582b46103","assets/grap…
/external/google-cloud-java/java-asset/proto-google-cloud-asset-v1p5beta1/src/main/java/com/google/cloud/asset/v1p5beta1/
DListAssetsResponseOrBuilder.java65 * Assets.
68 * <code>repeated .google.cloud.asset.v1p5beta1.Asset assets = 2;</code>
75 * Assets.
78 * <code>repeated .google.cloud.asset.v1p5beta1.Asset assets = 2;</code>
85 * Assets.
88 * <code>repeated .google.cloud.asset.v1p5beta1.Asset assets = 2;</code>
95 * Assets.
98 * <code>repeated .google.cloud.asset.v1p5beta1.Asset assets = 2;</code>
106 * Assets.
109 * <code>repeated .google.cloud.asset.v1p5beta1.Asset assets = 2;</code>
/external/robolectric/robolectric/src/test/java/org/robolectric/plugins/
DHierarchicalConfigurationStrategyTest.java61 "test/assets", in whenClassHasConfigAnnotation_getConfig_shouldMergeClassAndMethodConfig()
74 "test/assets", in whenClassHasConfigAnnotation_getConfig_shouldMergeClassAndMethodConfig()
87 "method/assets", in whenClassHasConfigAnnotation_getConfig_shouldMergeClassAndMethodConfig()
104 "assets", in whenClassDoesntHaveConfigAnnotation_getConfig_shouldUseMethodConfig()
117 "assets", in whenClassDoesntHaveConfigAnnotation_getConfig_shouldUseMethodConfig()
130 "method/assets", in whenClassDoesntHaveConfigAnnotation_getConfig_shouldUseMethodConfig()
147 "test/assets", in whenClassDoesntHaveConfigAnnotation_getConfig_shouldMergeParentClassAndMethodConfig()
160 "test/assets", in whenClassDoesntHaveConfigAnnotation_getConfig_shouldMergeParentClassAndMethodConfig()
173 "method5/assets", in whenClassDoesntHaveConfigAnnotation_getConfig_shouldMergeParentClassAndMethodConfig()
191 "test/assets", in whenClassAndParentClassHaveConfigAnnotation_getConfig_shouldMergeParentClassAndMethodConfig()
[all …]

12345678910>>...197