Home
last modified time | relevance | path

Searched full:resource (Results 1 – 25 of 13949) sorted by relevance

12345678910>>...558

/external/replicaisland/res/xml/
Dlevel_tree.xml6 …<level resource="@raw/level_0_1_sewer_repeat" title = "@string/level_0_1_sewer" time = "@string/le…
8 <character1 resource ="@xml/level_0_1_dialog_wanda"/>
14 …<level resource="@raw/level_0_2_lab" title = "@string/level_0_2_lab" time = "@string/level_0_2_tim…
16 <character1 resource ="@xml/level_0_2_dialog_kabocha"/>
17 <character2 resource ="@xml/level_0_2_dialog_kabocha_2"/>
24 …<level resource="@raw/level_3_5_sewer" title = "@string/level_3_5_sewer" time = "@string/level_3_5…
26 <character1 resource ="@xml/level_3_5_dialog_wanda"/>
32 …<level resource="@raw/level_0_3_lab" title = "@string/level_0_3_lab" time = "@string/level_0_3_tim…
34 <character1 resource ="@xml/level_0_3_dialog_kabocha"/>
41 …<level resource="@raw/level_3_6_sewer" title = "@string/level_3_6_sewer" time = "@string/level_3_6…
[all …]
Dlinear_level_tree.xml5 …<group><level resource="@raw/level_0_2_lab" title = "@string/level_0_2_lab" time = "@string/level_…
7 <character1 resource ="@xml/level_0_2_dialog_kabocha"/>
8 <character2 resource ="@xml/level_0_2_dialog_kabocha_2"/>
12 …<group><level resource="@raw/level_0_3_lab" title = "@string/level_0_3_lab" time = "@string/level_…
14 <character1 resource ="@xml/level_0_3_dialog_kabocha"/>
18 …<group><level resource="@raw/level_1_1_island" title = "@string/level_1_1_island" time = "@string/…
20 <diary resource ="@string/Diary1"/>
21 <character1 resource ="@xml/level_1_1_dialog_wanda"/>
25 …<group><level resource="@raw/level_1_2_island" title = "@string/level_1_2_island" time = "@string/…
26 …<group><level resource="@raw/level_1_3_island" title = "@string/level_1_3_island" time = "@string/…
[all …]
/external/skia/src/gpu/graphite/
DResourceCache.cpp16 #include "src/gpu/graphite/Resource.h"
66 Resource* back = *(fNonpurgeableResources.end() - 1); in shutdown()
73 Resource* top = fPurgeableQueue.peek(); in shutdown()
82 void ResourceCache::insertResource(Resource* resource) { in insertResource() argument
84 SkASSERT(resource); in insertResource()
85 SkASSERT(!this->isInCache(resource)); in insertResource()
86 SkASSERT(!resource->wasDestroyed()); in insertResource()
87 SkASSERT(!resource->isPurgeable()); in insertResource()
88 SkASSERT(resource->key().isValid()); in insertResource()
91 SkASSERT(resource->ownership() == Ownership::kOwned); in insertResource()
[all …]
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtpu_reorder_replicate_and_partitioned_inputs.mlir4resource<tensor<10x3xf32>>>, [[ARG1:%.*]]: tensor<!tf_type.resource<tensor<10x3xf32>>>, [[ARG2:%.*…
5resource<tensor<10x3xf32>>>, %arg1: tensor<!tf_type.resource<tensor<10x3xf32>>>, %arg2: tensor<!tf…
9 …: i64} : (tensor<!tf_type.resource<tensor<10x3xf32>>>, tensor<!tf_type.resource<tensor<10x3xf32>>>…
10 …: i64} : (tensor<!tf_type.resource<tensor<10x3xf32>>>, tensor<!tf_type.resource<tensor<10x3xf32>>>…
11 …%pi_1) : (tensor<!tf_type.resource<tensor<10x3xf32>>>, tensor<!tf_type.resource<tensor<10x3xf32>>>…
13 func.return %ri : tensor<!tf_type.resource<tensor<10x3xf32>>>
17resource<tensor<10x3xf32>>>, [[ARG1:%.*]]: tensor<!tf_type.resource<tensor<10x3xf32>>>, [[ARG2:%.*…
18resource<tensor<10x3xf32>>>, %arg1: tensor<!tf_type.resource<tensor<10x3xf32>>>, %arg2: tensor<!tf…
22 …: i64} : (tensor<!tf_type.resource<tensor<10x3xf32>>>, tensor<!tf_type.resource<tensor<10x3xf32>>>…
23 …: i64} : (tensor<!tf_type.resource<tensor<10x3xf32>>>, tensor<!tf_type.resource<tensor<10x3xf32>>>…
[all …]
/external/lzma/CPP/Windows/
DNet.cpp75 static void ConvertNETRESOURCEToCResource(const NETRESOURCE &netResource, CResource &resource) in ConvertNETRESOURCEToCResource() argument
77 resource.Scope = netResource.dwScope; in ConvertNETRESOURCEToCResource()
78 resource.Type = netResource.dwType; in ConvertNETRESOURCEToCResource()
79 resource.DisplayType = netResource.dwDisplayType; in ConvertNETRESOURCEToCResource()
80 resource.Usage = netResource.dwUsage; in ConvertNETRESOURCEToCResource()
81 SetComplexString(resource.LocalNameIsDefined, resource.LocalName, netResource.lpLocalName); in ConvertNETRESOURCEToCResource()
82 SetComplexString(resource.RemoteNameIsDefined, resource.RemoteName, netResource.lpRemoteName); in ConvertNETRESOURCEToCResource()
83 SetComplexString(resource.CommentIsDefined, resource.Comment, netResource.lpComment); in ConvertNETRESOURCEToCResource()
84 SetComplexString(resource.ProviderIsDefined, resource.Provider, netResource.lpProvider); in ConvertNETRESOURCEToCResource()
95 static void ConvertCResourceToNETRESOURCE(const CResource &resource, NETRESOURCE &netResource) in ConvertCResourceToNETRESOURCE() argument
[all …]
/external/aws-sdk-java-v2/core/arns/src/main/java/software/amazon/awssdk/arns/
DArnResource.java27 * An additional model within {@link Arn} that provides the Resource Type, Resource, and
28 * Resource Qualifier of an AWS Arn when those values are present and correctly formatted
32 * If {@link #resourceType} is not present, {@link #resource} will return the entire resource
33 * as a string the same as {@link Arn#resource()}.
41 private final String resource; field in ArnResource
46 this.resource = Validate.paramNotBlank(builder.resource, "resource"); in ArnResource()
51 * @return the optional resource type
58 * @return the entire resource as a string
60 public String resource() { in resource() method in ArnResource
61 return resource; in resource()
[all …]
/external/python/cpython3/Lib/test/
Dtest_resource.py9 resource = import_helper.import_module('resource') variable
11 # This test is checking a few specific problem spots with the resource module.
16 self.assertRaises(TypeError, resource.getrlimit)
17 self.assertRaises(TypeError, resource.getrlimit, 42, 42)
18 self.assertRaises(TypeError, resource.setrlimit)
19 self.assertRaises(TypeError, resource.setrlimit, 42, 42, 42)
25 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
34 self.assertEqual(resource.RLIM_INFINITY, max)
35 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
39 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
[all …]
/external/skia/src/gpu/ganesh/
DGrResourceCache.cpp71 void GrResourceCache::insertResource(GrGpuResource* resource) { in insertResource() argument
73 SkASSERT(resource); in insertResource()
74 SkASSERT(!this->isInCache(resource)); in insertResource()
75 SkASSERT(!resource->wasDestroyed()); in insertResource()
76 SkASSERT(!resource->resourcePriv().isPurgeable()); in insertResource()
80 resource->cacheAccess().setTimestamp(this->getNextTimestamp()); in insertResource()
82 this->addToNonpurgeableArray(resource); in insertResource()
84 size_t size = resource->gpuMemorySize(); in insertResource()
91 if (GrBudgetedType::kBudgeted == resource->resourcePriv().budgetedType()) { in insertResource()
101 SkASSERT(!resource->cacheAccess().isUsableAsScratch()); in insertResource()
[all …]
/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/runtime/resource/
DResourceManagerImpl.java1 package org.apache.velocity.runtime.resource;
27 import org.apache.velocity.runtime.resource.loader.ResourceLoader;
28 import org.apache.velocity.runtime.resource.loader.ResourceLoaderFactory;
43 * Class to manage the text resource for the Velocity Runtime.
59 /** A static content resource. */
62 /** Object implementing ResourceCache to be our resource manager's Resource cache. */
72 * <p>resource.loader.&lt;loader-id&gt;.&lt;property&gt; = &lt;value&gt;</p>
81 /** switch to turn off log notice when a resource is found for the first time. */
93 * @param rs The Runtime Services object which is associated with this Resource Manager.
116 * Resource loader can be loaded either via class name or be passed in initialize()
[all …]
/external/bazelbuild-rules_android/src/tools/ak/finalrjar/
Dfinalrjar_test.go43 expectedResources []*resource
61 expectedResources: []*resource{
62 &resource{ID: "abc_ab_share_pack_mtrl_alpha", resType: "drawable", varType: "int"},
63 &resource{ID: "abc_action_bar_embed_tabs", resType: "bool", varType: "int"},
64 …&resource{ID: "abc_background_cache_hint_selector_material_dark", resType: "color", varType: "int"…
65 …&resource{ID: "abc_background_cache_hint_selector_material_light", resType: "color", varType: "int…
66 &resource{ID: "abc_btn_colored_borderless_text_material", resType: "color", varType: "int"},
67 &resource{ID: "abc_fade_in", resType: "anim", varType: "int"},
68 &resource{ID: "abc_fade_out", resType: "anim", varType: "int"},
69 &resource{ID: "actionBarDivider", resType: "attr", varType: "int"},
[all …]
/external/icu/icu4c/source/data/translit/
Droot.txt15 resource:process(transliterator){"Latin_ASCII.txt"}
21 resource:process(transliterator){"Any_Accents.txt"}
33 resource:process(transliterator){"Any_Accents.txt"}
39 resource:process(transliterator){"Any_Publishing.txt"}
45 resource:process(transliterator){"Arab_Latn.txt"}
63 resource:process(transliterator){"Latn_Armn.txt"}
75 resource:process(transliterator){"Beng_Arab.txt"}
81 resource:process(transliterator){"Beng_Deva.txt"}
87 resource:process(transliterator){"Beng_Gujr.txt"}
93 resource:process(transliterator){"Beng_Guru.txt"}
[all …]
/external/cronet/third_party/icu/source/data/translit/
Droot.txt15 resource:process(transliterator){"Latin_ASCII.txt"}
21 resource:process(transliterator){"Any_Accents.txt"}
33 resource:process(transliterator){"Any_Accents.txt"}
39 resource:process(transliterator){"Any_Publishing.txt"}
45 resource:process(transliterator){"Arab_Latn.txt"}
63 resource:process(transliterator){"Latn_Armn.txt"}
75 resource:process(transliterator){"Beng_Arab.txt"}
81 resource:process(transliterator){"Beng_Deva.txt"}
87 resource:process(transliterator){"Beng_Gujr.txt"}
93 resource:process(transliterator){"Beng_Guru.txt"}
[all …]
/external/licenseclassifier/v2/assets/License/LGPLLR/
Dlicense.txt16 0. This License Agreement applies to any Linguistic Resource which contains a notice placed by the …
18 A "linguistic resource" means a collection of data about language prepared so
21 The "Linguistic Resource", below, refers to any such work which has been
22 distributed under these terms. A "work based on the Linguistic Resource" means
23 either the Linguistic Resource or any derivative work under copyright law:
24 that is to say, a work containing the Linguistic Resource or a portion of it,
29 "Legible form" for a linguistic resource means the preferred form of the
30 resource for making modifications to it.
34 using the Linguistic Resource is not restricted, and output from such a
36 Linguistic Resource (independent of the use of the Linguistic Resource in a
[all …]
/external/licenseclassifier/licenses/
DLGPLLR.txt16 0. This License Agreement applies to any Linguistic Resource which contains a notice placed by the …
18 A "linguistic resource" means a collection of data about language prepared so
21 The "Linguistic Resource", below, refers to any such work which has been
22 distributed under these terms. A "work based on the Linguistic Resource" means
23 either the Linguistic Resource or any derivative work under copyright law:
24 that is to say, a work containing the Linguistic Resource or a portion of it,
29 "Legible form" for a linguistic resource means the preferred form of the
30 resource for making modifications to it.
34 using the Linguistic Resource is not restricted, and output from such a
36 Linguistic Resource (independent of the use of the Linguistic Resource in a
[all …]
/external/python/google-api-python-client/docs/dyn/
Dadmin_directory_v1.resources.calendars.html82 <p class="firstline">Deletes a calendar resource.</p>
85 <p class="firstline">Retrieves a calendar resource.</p>
88 <p class="firstline">Inserts a calendar resource.</p>
97 <p class="firstline">Patches a calendar resource.</p>
100 <p class="firstline">Updates a calendar resource. This method supports patch semantics, meaning you…
109 <pre>Deletes a calendar resource.
113 calendarResourceId: string, The unique ID of the calendar resource to delete. (required)
123 <pre>Retrieves a calendar resource.
127 calendarResourceId: string, The unique ID of the calendar resource to retrieve. (required)
137 …&quot;buildingId&quot;: &quot;A String&quot;, # Unique ID for the building a resource is located i…
[all …]
Dyoutube_v3.activities.html97resource properties that the API response will include. If the parameter identifies a property tha…
115 &quot;etag&quot;: &quot;A String&quot;, # Etag of this resource.
118resource contains information about an action that a particular channel, or user, has taken on You…
121 …A resource id is a generic reference that points to another YouTube resource. # The resourceId obj…
122 …, # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a cha…
123 &quot;kind&quot;: &quot;A String&quot;, # The type of the API resource.
124 …, # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a pla…
125 …, # The ID that YouTube uses to uniquely identify the referred resource, if that resource is a vid…
128 …&quot;: { # Details about a resource which was added to a channel. # The channelItem object contai…
129 …A resource id is a generic reference that points to another YouTube resource. # The resourceId obj…
[all …]
/external/aws-sdk-java-v2/services/ram/src/main/resources/codegen-resources/
Ddocs-2.json3Resource Access Manager to share AWS resources between AWS accounts. To share a resource, you crea…
5 …"AcceptResourceShareInvitation": "<p>Accepts an invitation to a resource share from another AWS ac…
6 …"AssociateResourceShare": "<p>Associates the specified resource share with the specified principal…
7 "CreateResourceShare": "<p>Creates a resource share.</p>",
8 "DeleteResourceShare": "<p>Deletes the specified resource share.</p>",
9 …": "<p>Disassociates the specified principals or resources from the specified resource share.</p>",
10 "EnableSharingWithAwsOrganization": "<p>Enables resource sharing within your organization.</p>",
12 … "GetResourceShareAssociations": "<p>Gets the associations for the specified resource share.</p>",
13 "GetResourceShareInvitations": "<p>Gets the specified invitations for resource sharing.</p>",
14 … "GetResourceShares": "<p>Gets the specified resource shares or all of your resource shares.</p>",
[all …]
/external/python/cpython2/Lib/test/
Dtest_resource.py5 resource = test_support.import_module('resource') variable
7 # This test is checking a few specific problem spots with the resource module.
12 self.assertRaises(TypeError, resource.getrlimit)
13 self.assertRaises(TypeError, resource.getrlimit, 42, 42)
14 self.assertRaises(TypeError, resource.setrlimit)
15 self.assertRaises(TypeError, resource.setrlimit, 42, 42, 42)
19 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
27 self.assertEqual(resource.RLIM_INFINITY, max)
28 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
32 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
[all …]
/external/aws-sdk-java-v2/services/cloudcontrol/src/main/resources/codegen-resources/
Dservice-2.json29resource operation request. For more information, see <a href=\"https://docs.aws.amazon.com/cloudc…
61resource. For more information, see <a href=\"https://docs.aws.amazon.com/cloudcontrolapi/latest/u…
92resource. For details, see <a href=\"https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/
121resource. For details, see <a href=\"https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/
134resource operation request. For more information, see <a href=\"https://docs.aws.amazon.com/cloudc…
144resource operation requests. This includes requests of all status types. For more information, see…
173 … <a href=\"https://docs.aws.amazon.com/cloudcontrolapi/latest/userguide/resource-operations-list.h…
204resource.</p> <p>You specify your resource property updates as a list of patch operations containe…
213 "documentation":"<p>The resource with the name requested already exists.</p>",
222 …stToken</code> of the <code>ProgressEvent</code> object returned by the resource operation request…
[all …]
/external/opencensus-java/api/src/test/java/io/opencensus/resource/
DResourceTest.java17 package io.opencensus.resource;
34 /** Unit tests for {@link Resource}. */
38 private static final Resource DEFAULT_RESOURCE =
39 Resource.create(null, Collections.<String, String>emptyMap());
40 private static final Resource DEFAULT_RESOURCE_1 =
41 Resource.create("default", Collections.singletonMap("a", "100"));
42 private Resource resource1;
43 private Resource resource2;
54 resource1 = Resource.create("t1", labelMap1); in setUp()
55 resource2 = Resource.create("t2", labelMap2); in setUp()
[all …]
/external/google-cloud-java/java-resource-settings/
DCHANGELOG.md3 …ogleapis/google-cloud-java/compare/google-cloud-resource-settings-v1.4.1-SNAPSHOT...google-cloud-r…
23 …m/googleapis/google-cloud-java/compare/google-cloud-resource-settings-v1.3.5...google-cloud-resour…
43 ## [1.3.5](https://github.com/googleapis/java-resource-settings/compare/v1.3.4...v1.3.5) (2022-10-0…
48 * update protobuf to v3.21.7 ([78114fb](https://github.com/googleapis/java-resource-settings/commit…
50 ## [1.3.4](https://github.com/googleapis/java-resource-settings/compare/v1.3.3...v1.3.4) (2022-10-0…
55 …ttps://github.com/googleapis/java-resource-settings/issues/232)) ([e859ded](https://github.com/goo…
56 …ttps://github.com/googleapis/java-resource-settings/issues/222)) ([2315fa4](https://github.com/goo…
57 …ttps://github.com/googleapis/java-resource-settings/issues/227)) ([b4ffff3](https://github.com/goo…
58 …ttps://github.com/googleapis/java-resource-settings/issues/228)) ([9bca984](https://github.com/goo…
59 …ttps://github.com/googleapis/java-resource-settings/issues/237)) ([a405027](https://github.com/goo…
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/xds/proposals/
DTP2-dynamically-generated-cacheable-xds-resources.md16 data model layer. This means that if a resource has a parameter that
17 affects its contents, that parameter is not part of the resource's name,
18 which means that any other resources that refer to the resource do not
37 parameters that affect resource contents into the resource name, thus adding
39 parameters become part of the resource graph on an individual client, which
41 - Dynamic context parameters are viral, spreading from a given resource
42 to all earlier resources in the resource graph. For example, if
43 multiple variants of an EDS resource are needed, there need to be two
44 different instances of the resource with different names,
46 CDS resource include the name of the corresponding EDS resource name,
[all …]
/external/webrtc/call/adaptation/
Dresource_adaptation_processor.cc40 OnResourceUsageStateMeasured(rtc::scoped_refptr<Resource> resource, in OnResourceUsageStateMeasured() argument
45 resource, usage_state] { in OnResourceUsageStateMeasured()
46 this_ref->OnResourceUsageStateMeasured(resource, usage_state); in OnResourceUsageStateMeasured()
52 processor_->OnResourceUsageStateMeasured(resource, usage_state); in OnResourceUsageStateMeasured()
81 << "There are resource(s) attached to a ResourceAdaptationProcessor " in ~ResourceAdaptationProcessor()
108 rtc::scoped_refptr<Resource> resource) { in AddResource() argument
109 RTC_DCHECK(resource); in AddResource()
112 RTC_DCHECK(absl::c_find(resources_, resource) == resources_.end()) in AddResource()
113 << "Resource \"" << resource->Name() << "\" was already registered."; in AddResource()
114 resources_.push_back(resource); in AddResource()
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/opencensus-proto/gen-python/opencensus/proto/resource/v1/
Dresource_pb2.py2 # source: opencensus/proto/resource/v1/resource.proto
18 name='opencensus/proto/resource/v1/resource.proto',
19 package='opencensus.proto.resource.v1',
21 …proto.resource.v1B\rResourceProtoP\001ZEgithub.com/census-instrumentation/opencensus-proto/gen-go/
22resource/v1/resource.proto\x12\x1copencensus.proto.resource.v1\"\x8b\x01\n\x08Resource\x12\x0c\n\x…
30 full_name='opencensus.proto.resource.v1.Resource.LabelsEntry',
36 name='key', full_name='opencensus.proto.resource.v1.Resource.LabelsEntry.key', index=0,
43 name='value', full_name='opencensus.proto.resource.v1.Resource.LabelsEntry.value', index=1,
66 name='Resource',
67 full_name='opencensus.proto.resource.v1.Resource',
[all …]
/external/grpc-grpc/test/core/xds/
Dxds_cluster_resource_type_test.cc144 EXPECT_EQ(decode_result.resource.status().code(), in TEST_F()
146 EXPECT_EQ(decode_result.resource.status().message(), in TEST_F()
147 "Can't parse Cluster resource.") in TEST_F()
148 << decode_result.resource.status(); in TEST_F()
161 ASSERT_TRUE(decode_result.resource.ok()) << decode_result.resource.status(); in TEST_F()
164 auto& resource = in TEST_F() local
165 static_cast<const XdsClusterResource&>(**decode_result.resource); in TEST_F()
166 auto* eds = absl::get_if<XdsClusterResource::Eds>(&resource.type); in TEST_F()
170 EXPECT_EQ(JsonDump(Json::FromArray(resource.lb_policy_config)), in TEST_F()
173 EXPECT_FALSE(resource.lrs_load_reporting_server.has_value()); in TEST_F()
[all …]

12345678910>>...558