/aosp_15_r20/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/ |
H A D | AnnotationItem.kt | 74 val attributes: List<AnnotationAttribute> in toSource() constant 400 final override val attributes: List<AnnotationAttribute> by lazy(attributesGetter) constant 510 fun create(codebase: Codebase, source: String): AnnotationItem? { in toString() method 516 fun attributes(): List<AnnotationAttribute> = in toString() method 528 fun create( in toString() method 542 fun create( in toString() method 643 fun create(name: String, value: String): DefaultAnnotationAttribute { in create() method 739 fun create(valueSource: String): DefaultAnnotationValue { in create() method
|
/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/trace/export/ |
H A D | SpanData.java | 60 public static SpanData create( in create() method in SpanData 66 Attributes attributes, in create() 114 public static SpanData create( in create() method in SpanData 121 Attributes attributes, in create() 323 public static <T> TimedEvent<T> create(Timestamp timestamp, T event) { in create() method in SpanData.TimedEvent 365 public static <T> TimedEvents<T> create(List<TimedEvent<T>> events, int droppedEventsCount) { in create() method in SpanData.TimedEvents 407 public static Attributes create( in create() method in SpanData.Attributes 453 public static Links create(List<Link> links, int droppedLinksCount) { in create() method in SpanData.Links
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/retry/conditions/ |
H A D | TokenBucketRetryConditionTest.java | 47 ExecutionAttributes attributes = new ExecutionAttributes(); in releasingMoreCapacityThanAvailableSetsCapacityToMax() local 94 ExecutionAttributes attributes = new ExecutionAttributes(); in successReleasesAcquiredCost() local 132 ExecutionAttributes attributes = new ExecutionAttributes(); in conditionSeemsToBeThreadSafe() local 171 private RetryPolicyContext context(SdkException lastException, ExecutionAttributes attributes) { in context() 178 private TokenBucketRetryCondition create(int size, TokenBucketExceptionCostFunction function) { in create() method in TokenBucketRetryConditionTest
|
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/internal/operations/ |
H A D | UpdateItemOperation.java | 67 public static <T> UpdateItemOperation<T> create(UpdateItemEnhancedRequest<T> request) { in create() method in UpdateItemOperation 71 public static <T> UpdateItemOperation<T> create(TransactUpdateItemEnhancedRequest<T> request) { in create() method in UpdateItemOperation 152 …T attributes = readAndTransformSingleItem(response.attributes(), tableSchema, operationContext, ex… in transformResponse() local 210 Map<String, AttributeValue> attributes) { in generateUpdateExpressionIfExist()
|
H A D | DeleteItemOperation.java | 61 public static <T> DeleteItemOperation<T> create(DeleteItemEnhancedRequest request) { in create() method in DeleteItemOperation 65 public static <T> DeleteItemOperation<T> create(TransactDeleteItemEnhancedRequest request) { in create() method in DeleteItemOperation 105 …T attributes = EnhancedClientUtils.readAndTransformSingleItem(response.attributes(), tableSchema, … in transformResponse() local
|
H A D | PutItemOperation.java | 61 public static <T> PutItemOperation<T> create(PutItemEnhancedRequest<T> request) { in create() method in PutItemOperation 65 public static <T> PutItemOperation<T> create(TransactPutItemEnhancedRequest<T> request) { in create() method in PutItemOperation 125 T attributes = null; in transformResponse() local
|
H A D | GetItemOperation.java | 47 public static <T> GetItemOperation<T> create(GetItemEnhancedRequest request) { in create() method in GetItemOperation 87 …T attributes = EnhancedClientUtils.readAndTransformSingleItem(response.item(), tableSchema, contex… in transformResponse() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/api/ |
H A D | CldrValue.java | 102 static CldrValue create( in create() method in CldrValue 108 private final ImmutableMap<AttributeKey, String> attributes; field in CldrValue 113 private CldrValue(String value, Map<AttributeKey, String> attributes, CldrPath path) { in CldrValue() 131 Map<AttributeKey, String> attributes) { in checkAttributeMap()
|
/aosp_15_r20/external/grpc-grpc-java/rls/src/main/java/io/grpc/rls/ |
H A D | ChildLbResolvedAddressFactory.java | 31 private final Attributes attributes; field in ChildLbResolvedAddressFactory 34 List<EquivalentAddressGroup> addresses, Attributes attributes) { in ChildLbResolvedAddressFactory() 40 public ResolvedAddresses create(Object childLbConfig) { in create() method in ChildLbResolvedAddressFactory
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/traits/ |
H A D | XmlAttributesTrait.java | 30 private Map<String, AttributeAccessors> attributes; field in XmlAttributesTrait 40 public static XmlAttributesTrait create(Pair<String, AttributeAccessors>... pairs) { in create() method in XmlAttributesTrait 44 public Map<String, AttributeAccessors> attributes() { in attributes() method in XmlAttributesTrait
|
/aosp_15_r20/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/trace/ |
H A D | NoRecordEventsSpanImpl.java | 36 static NoRecordEventsSpanImpl create(SpanContext context) { in create() method in NoRecordEventsSpanImpl 41 public void addAnnotation(String description, Map<String, AttributeValue> attributes) { in addAnnotation() 58 public void putAttributes(Map<String, AttributeValue> attributes) { in putAttributes()
|
/aosp_15_r20/tools/metalava/metalava-model-psi/src/main/java/com/android/tools/metalava/model/psi/ |
H A D | PsiAnnotationItem.kt | 95 fun create( in create() method 143 val attributes = getAttributes(psiAnnotation, showDefaultAttrs) in appendAnnotation() constant
|
H A D | UAnnotationItem.kt | 95 fun create( in create() method 142 val attributes = getAttributes(uAnnotation, showDefaultAttrs) in appendAnnotation() constant
|
/aosp_15_r20/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/annotation/ |
H A D | AnnotationFilter.kt | 54 fun create(filterExpressions: List<String>): AnnotationFilter { in <lambda>() method 197 val attributes: List<AnnotationAttribute>, constant in com.android.tools.metalava.model.annotation.AnnotationFilterEntry 236 val attributes: List<AnnotationAttribute> = in fromOption() constant
|
/aosp_15_r20/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
H A D | AttributeProvider.java | 82 public ImmutableSet<String> attributes(File file) { in attributes() method in AttributeProvider 103 public abstract void set(File file, String view, String attribute, Object value, boolean create); in set() 129 protected static RuntimeException unsettable(String view, String attribute, boolean create) { in unsettable() 141 protected static void checkNotCreate(String view, String attribute, boolean create) { in checkNotCreate()
|
H A D | AttributeService.java | 228 public void setAttribute(File file, String attribute, Object value, boolean create) { in setAttribute() 235 File file, String view, String attribute, Object value, boolean create) { in setAttributeInternal() 310 public ImmutableMap<String, Object> readAttributes(File file, String attributes) { in readAttributes() 385 private static ImmutableList<String> getAttributeNames(String attributes) { in getAttributeNames()
|
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/ |
H A D | ExtractAnnotations.kt | 286 fun create(): StringPrintWriter { in <lambda>() method 369 var attributes = in <lambda>() variable
|
/aosp_15_r20/external/pytorch/aten/src/ATen/core/ |
H A D | ivalue.cpp | 42 TORCH_API c10::intrusive_ptr<ConstantString> ConstantString::create( in create() function in c10::ivalue::ConstantString 47 TORCH_API c10::intrusive_ptr<ConstantString> ConstantString::create( in create() function in c10::ivalue::ConstantString 52 TORCH_API c10::intrusive_ptr<ConstantString> ConstantString::create( in create() function in c10::ivalue::ConstantString 185 auto attributes = obj_type->getAttributes(); in visit() local 237 auto attributes = obj_type->getAttributes(); in getSubValues() local 883 c10::intrusive_ptr<ivalue::Object> ivalue::Object::create( in create() function in c10::ivalue::Object
|
/aosp_15_r20/external/grpc-grpc-java/api/src/main/java/io/grpc/ |
H A D | LoadBalancer.java | 180 private final Attributes attributes; field in LoadBalancer.ResolvedAddresses 187 @NameResolver.ResolutionResultAttr Attributes attributes, in ResolvedAddresses() 254 private Attributes attributes = Attributes.EMPTY; field in LoadBalancer.ResolvedAddresses.Builder 276 public Builder setAttributes(@NameResolver.ResolutionResultAttr Attributes attributes) { in setAttributes() 874 public static <T> Key<T> create(String debugString) { in create() method in LoadBalancer.CreateSubchannelArgs.Key
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/http/ |
H A D | MetricCollectingHttpResponseHandler.java | 45 …public static <T> MetricCollectingHttpResponseHandler<T> create(SdkMetric<? super Duration> durati… in create() method in MetricCollectingHttpResponseHandler 59 private Optional<MetricCollector> collector(ExecutionAttributes attributes) { in collector()
|
/aosp_15_r20/external/ow2-asm/benchmarks/libs/ |
HD | jclasslib.jar | ... org/gjt/jclasslib/browser/detail/attributes/
org/gjt/jclasslib/browser/detail ... |
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/mapper/ |
H A D | BeanTableSchema.java | 134 public static <T> BeanTableSchema<T> create(Class<T> beanClass) { in create() method in BeanTableSchema 139 …private static <T> BeanTableSchema<T> create(Class<T> beanClass, MetaTableSchemaCache metaTableSch… in create() method in BeanTableSchema 196 List<StaticAttribute<T, ?>> attributes = new ArrayList<>(); in createStaticTableSchema() local
|
H A D | ImmutableTableSchema.java | 132 public static <T> ImmutableTableSchema<T> create(Class<T> immutableClass) { in create() method in ImmutableTableSchema 137 private static <T> ImmutableTableSchema<T> create(Class<T> immutableClass, in create() method in ImmutableTableSchema 195 List<ImmutableAttribute<T, B, ?>> attributes = new ArrayList<>(); in createStaticImmutableTableSchema() local
|
/aosp_15_r20/external/aws-sdk-java-v2/core/protocols/aws-xml-protocol/src/main/java/software/amazon/awssdk/protocols/xml/internal/marshall/ |
H A D | XmlGenerator.java | 36 public static XmlGenerator create(String xmlns, boolean isS3) { in create() method in XmlGenerator 60 public void startElement(String element, Map<String, String> attributes) { in startElement() argument
|
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/internal/mapper/ |
H A D | MetaTableSchema.java | 43 public static <T> MetaTableSchema<T> create(Class<T> itemClass) { in create() method in MetaTableSchema 58 public Map<String, AttributeValue> itemToMap(T item, Collection<String> attributes) { in itemToMap()
|