Home
last modified time | relevance | path

Searched full:describe (Results 1 – 25 of 7770) sorted by relevance

12345678910>>...311

/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/compatibility/
H A DCompatibilityCheck.kt33 import com.android.tools.metalava.model.Item.Companion.describe in <lambda>()
143 …ted to remove nullability from ${new.toTypeString()} (was $oldNullability) in ${describe(context)}" in <lambda>()
168 …bility of ${new.toTypeString()} (from $oldNullability to $newNullability) in ${describe(context)}", in <lambda>()
182 "Cannot remove `operator` modifier from ${describe(new)}: Incompatible change" in <lambda>()
190 "Cannot remove `infix` modifier from ${describe(new)}: Incompatible change" in <lambda>()
198 "Removed ${describe(old)} from compatibility checked API surface" in <lambda>()
209 … "Cannot remove @$annotation annotation from ${describe(old)}: Incompatible change", in <lambda>()
215 "Cannot add @$annotation annotation to ${describe(old)}: Incompatible change", in <lambda>()
232 "Attempted to remove parameter name from ${describe(new)}" in <lambda>()
238 …"Attempted to change parameter name from $prevName to $newName in ${describe(new.containingCallabl… in <lambda>()
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/ec2/src/main/resources/codegen-resources/
H A Dexamples-1.json1637 "id": "ec2-describe-account-attributes-1",
1638 "title": "To describe a single attribute for your AWS account"
1703 "id": "ec2-describe-account-attributes-2",
1704 "title": "To describe all attributes for your AWS account"
1735 "id": "ec2-describe-addresses-1",
1736 "title": "To describe your Elastic IP addresses"
1770 "id": "ec2-describe-addresses-2",
1771 "title": "To describe your Elastic IP addresses for EC2-VPC"
1800 "id": "ec2-describe-addresses-3",
1801 "title": "To describe your Elastic IP addresses for EC2-Classic"
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/autoscaling/src/main/resources/codegen-resources/
H A Dexamples-1.json354 "id": "autoscaling-describe-account-limits-1",
355 "title": "To describe your Auto Scaling account limits"
380 "id": "autoscaling-describe-adjustment-types-1",
381 "title": "To describe the Auto Scaling adjustment types"
444 "id": "autoscaling-describe-auto-scaling-groups-1",
445 "title": "To describe an Auto Scaling group"
475 "id": "autoscaling-describe-auto-scaling-instances-1",
476 "title": "To describe one or more Auto Scaling instances"
497 "id": "autoscaling-describe-auto-scaling-notification-types-1",
498 "title": "To describe the Auto Scaling notification types"
[all …]
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc62 EXPECT_EQ("are an equal pair", Describe(m)); in TEST()
77 EXPECT_EQ("are a pair where the first >= the second", Describe(m)); in TEST()
92 EXPECT_EQ("are a pair where the first > the second", Describe(m)); in TEST()
107 EXPECT_EQ("are a pair where the first <= the second", Describe(m)); in TEST()
122 EXPECT_EQ("are a pair where the first < the second", Describe(m)); in TEST()
137 EXPECT_EQ("are an unequal pair", Describe(m)); in TEST()
233 // Tests that IsNan() can describe itself.
236 EXPECT_EQ("is NaN", Describe(mf)); in TEST()
239 EXPECT_EQ("is NaN", Describe(md)); in TEST()
242 EXPECT_EQ("is NaN", Describe(mld)); in TEST()
[all …]
H A Dgmock-matchers-comparisons_test.cc198 EXPECT_EQ("is an even number", Describe(Matcher<int>(new EvenMatcherImpl))); in TEST()
328 EXPECT_EQ("g_bar or zero", Describe(m1)); in TEST()
334 EXPECT_EQ("g_bar or zero", Describe(m2)); in TEST()
367 EXPECT_EQ("is even", Describe(m1)); in TEST()
370 EXPECT_EQ("is odd", Describe(not_m1)); in TEST()
378 EXPECT_EQ("is even", Describe(m2)); in TEST()
381 EXPECT_EQ("is odd", Describe(not_m2)); in TEST()
754 TEST(ATest, CanDescribeSelf) { EXPECT_EQ("is anything", Describe(A<bool>())); } in TEST()
772 TEST(AnTest, CanDescribeSelf) { EXPECT_EQ("is anything", Describe(An<int>())); } in TEST()
793 EXPECT_EQ("is anything", Describe(m)); in TEST()
[all …]
/aosp_15_r20/external/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc64 EXPECT_EQ("are an equal pair", Describe(m)); in TEST()
79 EXPECT_EQ("are a pair where the first >= the second", Describe(m)); in TEST()
94 EXPECT_EQ("are a pair where the first > the second", Describe(m)); in TEST()
109 EXPECT_EQ("are a pair where the first <= the second", Describe(m)); in TEST()
124 EXPECT_EQ("are a pair where the first < the second", Describe(m)); in TEST()
139 EXPECT_EQ("are an unequal pair", Describe(m)); in TEST()
235 // Tests that IsNan() can describe itself.
238 EXPECT_EQ("is NaN", Describe(mf)); in TEST()
241 EXPECT_EQ("is NaN", Describe(md)); in TEST()
244 EXPECT_EQ("is NaN", Describe(mld)); in TEST()
[all …]
H A Dgmock-matchers-comparisons_test.cc199 EXPECT_EQ("is an even number", Describe(Matcher<int>(new EvenMatcherImpl))); in TEST()
329 EXPECT_EQ("g_bar or zero", Describe(m1)); in TEST()
335 EXPECT_EQ("g_bar or zero", Describe(m2)); in TEST()
368 EXPECT_EQ("is even", Describe(m1)); in TEST()
371 EXPECT_EQ("is odd", Describe(not_m1)); in TEST()
379 EXPECT_EQ("is even", Describe(m2)); in TEST()
382 EXPECT_EQ("is odd", Describe(not_m2)); in TEST()
755 TEST(ATest, CanDescribeSelf) { EXPECT_EQ("is anything", Describe(A<bool>())); } in TEST()
773 TEST(AnTest, CanDescribeSelf) { EXPECT_EQ("is anything", Describe(An<int>())); } in TEST()
794 EXPECT_EQ("is anything", Describe(m)); in TEST()
[all …]
/aosp_15_r20/external/cronet/third_party/googletest/src/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc62 EXPECT_EQ("are an equal pair", Describe(m)); in TEST()
77 EXPECT_EQ("are a pair where the first >= the second", Describe(m)); in TEST()
92 EXPECT_EQ("are a pair where the first > the second", Describe(m)); in TEST()
107 EXPECT_EQ("are a pair where the first <= the second", Describe(m)); in TEST()
122 EXPECT_EQ("are a pair where the first < the second", Describe(m)); in TEST()
137 EXPECT_EQ("are an unequal pair", Describe(m)); in TEST()
233 // Tests that IsNan() can describe itself.
236 EXPECT_EQ("is NaN", Describe(mf)); in TEST()
239 EXPECT_EQ("is NaN", Describe(md)); in TEST()
242 EXPECT_EQ("is NaN", Describe(mld)); in TEST()
[all …]
H A Dgmock-matchers-comparisons_test.cc198 EXPECT_EQ("is an even number", Describe(Matcher<int>(new EvenMatcherImpl))); in TEST()
328 EXPECT_EQ("g_bar or zero", Describe(m1)); in TEST()
334 EXPECT_EQ("g_bar or zero", Describe(m2)); in TEST()
367 EXPECT_EQ("is even", Describe(m1)); in TEST()
370 EXPECT_EQ("is odd", Describe(not_m1)); in TEST()
378 EXPECT_EQ("is even", Describe(m2)); in TEST()
381 EXPECT_EQ("is odd", Describe(not_m2)); in TEST()
754 TEST(ATest, CanDescribeSelf) { EXPECT_EQ("is anything", Describe(A<bool>())); } in TEST()
772 TEST(AnTest, CanDescribeSelf) { EXPECT_EQ("is anything", Describe(An<int>())); } in TEST()
793 EXPECT_EQ("is anything", Describe(m)); in TEST()
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/databasemigration/src/main/resources/codegen-resources/
H A Dexamples-1.json426 "id": "describe-acount-attributes-1481753085663",
427 "title": "Describe acount attributes"
458 "id": "describe-certificates-1481753186244",
459 "title": "Describe certificates"
496 "id": "describe-connections-1481754477953",
497 "title": "Describe connections"
528 "id": "describe-endpoint-types-1481754742591",
529 "title": "Describe endpoint types"
560 "id": "describe-endpoints-1481754926060",
561 "title": "Describe endpoints"
[all …]
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
H A DGenericsResolutionTest.java63 … assertEquals("java.lang.String", type.asReferenceType().typeParametersValues().get(0).describe()); in resolveFieldWithGenericTypeToString()
80 …ymbolsolver.javaparser.Generics", type.asReferenceType().typeParametersValues().get(0).describe()); in resolveFieldWithGenericTypeToDeclaredClass()
97 …assertEquals("java.lang.Integer", type.asReferenceType().typeParametersValues().get(0).describe()); in resolveFieldWithGenericTypeToInteger()
114 assertEquals("A", type.describe()); in resolveFieldOfVariableType()
131 assertEquals("java.util.List<A>", type.describe()); in resolveFieldOfGenericReferringToVariableType()
135 assertEquals("A", typeParam.describe()); in resolveFieldOfGenericReferringToVariableType()
150 assertEquals("java.lang.String", type.describe()); in resolveUsageOfGenericFieldSimpleCase()
164 assertEquals("java.util.List<A>", type.describe()); in resolveUsageOfGenericFieldIntermediateCase()
167 assertEquals("A", type.asReferenceType().typeParametersValues().get(0).describe()); in resolveUsageOfGenericFieldIntermediateCase()
182 assertEquals("java.util.List<java.lang.String>", type.describe()); in resolveUsageOfGenericFieldAdvancedCase()
[all …]
H A DLambdaResolutionTest.java46 …va.util.function.Function<? super java.lang.String, ? extends java.lang.String>", type.describe()); in lambdaMapParameter()
60 assertEquals("java.util.stream.Stream<java.lang.String>", type.describe()); in personsStream()
77 assertEquals("java.util.stream.Stream<java.lang.String>", type1.describe()); in lambdaMap()
78 assertEquals("java.util.stream.Stream<java.util.stream.IntStream>", type2.describe()); in lambdaMap()
91 assertEquals("java.util.Optional<java.lang.Integer>", type1.describe()); in lambdaReduce()
104 assertEquals("void", type1.describe()); in lambdaPrint()
117 assertEquals("double", type1.describe()); in lambdaBifunc()
132 …s("java.util.stream.Collector<T, ? extends java.lang.Object, java.util.List<T>>", type.describe()); in lambdaCollectParam()
145 assertEquals("java.util.List<java.lang.String>", type.describe()); in lambdaCollect()
158 assertEquals("java.lang.String", type.describe()); in lambdaBlockExplicitReturn()
[all …]
H A DContextTest.java268 assertEquals("java.util.stream.Stream<java.lang.String>", streamType.describe()); in resolveReferenceToJreType()
281 assertEquals("java.util.stream.Stream<java.lang.String>", ref.describe()); in resolveReferenceToMethodWithLambda()
283 … assertEquals("java.lang.String", ref.asReferenceType().typeParametersValues().get(0).describe()); in resolveReferenceToMethodWithLambda()
297 assertEquals("? super java.lang.String", ref.describe()); in resolveReferenceToLambdaParamBase()
327 …a.util.List<com.github.javaparser.ast.body.TypeDeclaration>", methodUsage.returnType().describe()); in resolveGenericReturnTypeOfMethodInJar()
329 …Declaration", methodUsage.returnType().asReferenceType().typeParametersValues().get(0).describe()); in resolveGenericReturnTypeOfMethodInJar()
344 assertEquals("java.util.Map<T, V>", methodUsage.returnType().describe()); in resolveCompoundGenericReturnTypeOfMethodInJar()
359 assertEquals("java.util.List<java.util.List<T>>", methodUsage.returnType().describe()); in resolveNestedGenericReturnTypeOfMethodInJar()
374 …ertEquals("java.util.List<java.util.List<java.lang.String>>", methodUsage.returnType().describe()); in resolveSimpleGenericReturnTypeOfMethodInJar()
389 …("javaparser.GenericClass<java.util.List<java.lang.String>>", methodUsage.returnType().describe()); in resolveGenericReturnTypeFromInputParam()
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/storagegateway/src/main/resources/codegen-resources/
H A Dexamples-1.json459 "id": "to-describe-the-bandwidth-rate-limits-of-a-gateway-1471384826404",
460 "title": "To describe the bandwidth rate limits of a gateway"
487 "id": "to-describe-cache-information-1471385756036",
488 "title": "To describe cache information"
523 "id": "to-describe-gateway-cached-iscsi-volumes-1471458094649",
524 "title": "To describe gateway cached iSCSI volumes"
549 "id": "to-describe-chap-credetnitals-for-an-iscsi-1471467462967",
550 "title": "To describe CHAP credetnitals for an iSCSI"
580 "id": "to-describe-metadata-about-the-gateway-1471467849079",
581 "title": "To describe metadata about the gateway"
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/rds/src/main/resources/codegen-resources/
H A Dexamples-1.json666 "id": "describe-account-attributes-683d3ff7-5524-421a-8da5-e88f1ea2222b",
685 "id": "describe-certificates-9d71a70d-7908-4444-b43f-321d842c62dc",
703 "id": "describe-db-cluster-parameter-groups-cf9c6e66-664e-4f57-8e29-a9080abfc013",
722 "id": "describe-db-cluster-parameters-98043c28-e489-41a7-b118-bfd96dc779a1",
742 "id": "describe-db-cluster-snapshot-attributes-6752ade3-0c7b-4b06-a8e4-b76bf4e2d3571",
761 "id": "describe-db-cluster-snapshots-52f38af1-3431-4a51-9a6a-e6bb8c961b32",
779 "id": "describe-db-clusters-7aae8861-cb95-4b3b-9042-f62df7698635",
801 "id": "describe-db-engine-versions-8e698cf2-2162-425a-a854-111cdaceb52b",
819 "id": "describe-db-instances-0e11a8c5-4ec3-4463-8cbf-f7254d04c4fc",
840 "id": "describe-db-log-files-5f002d8d-5c1d-44c2-b5f4-bd284c0f1285",
[all …]
/aosp_15_r20/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/
DBitUtilsTests.kt66 fun describe(a: Long, b: Long) = describeDifferences(a, b, Integer::toString) in <lambda>() method
67 assertNull(describe(0, 0)) in <lambda>()
68 assertNull(describe(5, 5)) in <lambda>()
69 assertNull(describe(Long.MAX_VALUE, Long.MAX_VALUE)) in <lambda>()
71 assertEquals("+0", describe(0, 1)) in <lambda>()
72 assertEquals("-0", describe(1, 0)) in <lambda>()
74 assertEquals("+0+2", describe(0, 5)) in <lambda>()
75 assertEquals("+2", describe(1, 5)) in <lambda>()
76 assertEquals("-0+2", describe(1, 4)) in <lambda>()
79 assertEquals("-0-4-6-9+1+3+11", describe(makeField(0, 4, 6, 9), makeField(1, 3, 11))) in <lambda>()
[all …]
/aosp_15_r20/external/llvm/docs/
H A DMIRLangRef.rst267 .. TODO: Describe the way the reference to an unnamed LLVM IR block can be
373 .. TODO: Describe the CIMM (Rare) and FPIMM immediate operands.
475 .. TODO: Describe the parsers default behaviour when optional YAML attributes
477 .. TODO: Describe the syntax for the bundled instructions.
478 .. TODO: Describe the syntax for virtual register YAML definitions.
479 .. TODO: Describe the machine function's YAML flag attributes.
480 .. TODO: Describe the syntax for the external symbol and register
482 .. TODO: Describe the frame information YAML mapping.
483 .. TODO: Describe the syntax of the stack object machine operands and their
485 .. TODO: Describe the syntax of the constant pool machine operands and their
[all …]
/aosp_15_r20/external/libhevc/encoder/
H A Drate_control_api.c139 DD MM YYYY Author(s) Changes (Describe the changes made)
218 DD MM YYYY Author(s) Changes (Describe the changes made)
569 *DD MM YYYY Author(s) Changes (Describe the changes made)
589 DD MM YYYY Author(s) Changes (Describe the changes made)
610 DD MM YYYY Author(s) Changes (Describe the changes made)
640 DD MM YYYY Author(s) Changes (Describe the changes made)
700 DD MM YYYY Author(s) Changes (Describe the changes made)
742 DD MM YYYY Author(s) Changes (Describe the changes made)
899 DD MM YYYY Author(s) Changes (Describe the changes made)
919 DD MM YYYY Author(s) Changes (Describe the changes made)
[all …]
H A Dbit_allocation.c203 DD MM YYYY Author(s) Changes (Describe the changes made)
236 DD MM YYYY Author(s) Changes (Describe the changes made)
258 DD MM YYYY Author(s) Changes (Describe the changes made)
273 DD MM YYYY Author(s) Changes (Describe the changes made)
289 DD MM YYYY Author(s) Changes (Describe the changes made)
308 DD MM YYYY Author(s) Changes (Describe the changes made)
328 DD MM YYYY Author(s) Changes (Describe the changes made)
408 DD MM YYYY Author(s) Changes (Describe the changes made)
534 DD MM YYYY Author(s) Changes (Describe the changes made)
552 DD MM YYYY Author(s) Changes (Describe the changes made)
[all …]
/aosp_15_r20/external/python/apitools/apitools/base/protorpclite/
Ddescriptor.py49 # Describe Pixel class using message descriptor.
89 describe_enum_value: Describe an individual enum-value.
90 describe_enum: Describe an Enum class.
91 describe_field: Describe a Field definition.
92 describe_file: Describe a 'file' unit from a Python module or object.
93 describe_file_set: Describe a file set from a list of modules or objects.
94 describe_message: Describe a Message definition.
120 'describe',
390 module: Python module to describe.
429 modules: Iterable of Python module to describe.
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dprivateca_v1beta1.projects.locations.certificateAuthorities.certificates.html124 …&quot;configValues&quot;: { # A ReusableConfigValues is used to describe certain fields of an X.50…
128 …bjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 me…
163 …&quot;unknownExtendedKeyUsages&quot;: [ # Used to describe extended key usages that are not listed…
164 …{ # An ObjectId specifies an object identifier (OID). These provide context and describe types in …
172 …{ # An ObjectId specifies an object identifier (OID). These provide context and describe types in …
186 …&quot;subjectDescription&quot;: { # These values describe fields in an issued X.509 certificate su…
205 …bjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 me…
238 …&quot;reusableConfigValues&quot;: { # A ReusableConfigValues is used to describe certain fields of…
242 …bjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 me…
277 …&quot;unknownExtendedKeyUsages&quot;: [ # Used to describe extended key usages that are not listed…
[all …]
Dprivateca_v1.projects.locations.caPools.certificates.html131 …&quot;subjectDescription&quot;: { # These values describe fields in an issued X.509 certificate su…
150 …bjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 me…
175 …&quot;x509Description&quot;: { # An X509Parameters is used to describe certain fields of an X.509 …
179 …bjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 me…
214 …&quot;unknownExtendedKeyUsages&quot;: [ # Used to describe extended key usages that are not listed…
215 …{ # An ObjectId specifies an object identifier (OID). These provide context and describe types in …
223 …{ # An ObjectId specifies an object identifier (OID). These provide context and describe types in …
252 …bjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 me…
274 …&quot;x509Config&quot;: { # An X509Parameters is used to describe certain fields of an X.509 certi…
278 …bjectId specifies an object identifier (OID). These provide context and describe types in ASN.1 me…
[all …]
/aosp_15_r20/development/tools/winscope/src/trace/tree_node/
H A Dformatters_test.ts39 describe('Formatters', () => {
40 describe('PropertyFormatter', () => {
91 describe('ColorFormatter', () => {
122 describe('RectFormatter', () => {
147 describe('BufferFormatter', () => {
156 describe('LayerIdFormatter', () => {
179 describe('MatrixFormatter', () => {
214 describe('TransformFormatter', () => {
254 describe('SizeFormatter', () => {
262 describe('PositionFormatter', () => {
[all …]
/aosp_15_r20/external/perfetto/ui/src/base/
H A Dbigint_math_unittest.ts17 describe('BigIntMath', () => {
18 describe('bitCeil', () => {
41 describe('bitFloor', () => {
64 describe('log2', () => {
87 describe('quant', () => {
110 describe('quantFloor', () => {
136 describe('quantCeil', () => {
162 describe('quantRound', () => {
185 describe('max', () => {
194 describe('min', () => {
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/elasticloadbalancingv2/src/main/resources/codegen-resources/
H A Dexamples-1.json433 "id": "elbv2-describe-listeners-1",
434 "title": "To describe a listener"
473 "id": "elbv2-describe-load-balancer-attributes-1",
474 "title": "To describe load balancer attributes"
521 "id": "elbv2-describe-load-balancers-1",
522 "title": "To describe a load balancer"
562 "id": "elbv2-describe-rules-1",
563 "title": "To describe a rule"
670 "id": "elbv2-describe-ssl-policies-1",
671 "title": "To describe a policy used for SSL negotiation"
[all …]

12345678910>>...311