Home
last modified time | relevance | path

Searched defs:withName (Results 1 – 21 of 21) sorted by relevance

/external/TestParameterInjector/junit5/src/main/java/com/google/testing/junit/testparameterinjector/junit5/
DTestParameterValue.java45 public TestParameterValue withName(String name) { in withName() method in TestParameterValue
/external/TestParameterInjector/junit4/src/main/java/com/google/testing/junit/testparameterinjector/
DTestParameterValue.java45 public TestParameterValue withName(String name) { in withName() method in TestParameterValue
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/model/intermediate/
DArgumentModel.java42 public ArgumentModel withName(String name) { in withName() method in ArgumentModel
DMemberModel.java126 public MemberModel withName(String name) { in withName() method in MemberModel
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/
DScope.java125 public Scope withName(String opName) { in withName() method in Scope
DNameScope.java47 NameScope withName(String name) { in withName() method in NameScope
/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/engine/ast/
DIdentifierNode.java38 public static IdentifierNode withName(String name) { in withName() method in IdentifierNode
/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/internal/retry/
DRateLimitingTokenBucketCubicTest.java103 public TestCaseGroup withName(String name) { in withName() method in RateLimitingTokenBucketCubicTest.TestCaseGroup
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/
DObjectIdValueProperty.java45 public SettableBeanProperty withName(PropertyName newName) { in withName() method in ObjectIdValueProperty
DSetterlessProperty.java58 public SettableBeanProperty withName(PropertyName newName) { in withName() method in SetterlessProperty
DFieldProperty.java83 public SettableBeanProperty withName(PropertyName newName) { in withName() method in FieldProperty
DMethodProperty.java74 public SettableBeanProperty withName(PropertyName newName) { in withName() method in MethodProperty
DObjectIdReferenceProperty.java44 public SettableBeanProperty withName(PropertyName newName) { in withName() method in ObjectIdReferenceProperty
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/
DBeanPropertyDefinition.java39 public abstract BeanPropertyDefinition withName(PropertyName newName); in withName() method in BeanPropertyDefinition
DPOJOPropertyBuilder.java110 public POJOPropertyBuilder withName(PropertyName newName) { in withName() method in POJOPropertyBuilder
/external/robolectric/utils/src/test/java/org/robolectric/util/inject/
DInjectorTest.java367 private final String withName; field in InjectorTest.NamedParams
370 public NamedParams(Thing thing, @Named("namedThing") String withName, String withoutName) { in NamedParams()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DSimpleBeanPropertyDefinition.java128 public BeanPropertyDefinition withName(PropertyName newName) { in withName() method in SimpleBeanPropertyDefinition
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/
DSettableBeanProperty.java281 public abstract SettableBeanProperty withName(PropertyName newName); in withName() method in SettableBeanProperty
684 public SettableBeanProperty withName(PropertyName newName) { in withName() method in SettableBeanProperty.Delegating
DCreatorProperty.java161 public SettableBeanProperty withName(PropertyName newName) { in withName() method in CreatorProperty
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/model/service/
DOperation.java70 public Operation withName(String name) { in withName() method in Operation
/external/bcc/tests/cc/
Dcatch.hpp7441 TestCase TestCase::withName( std::string const& _newName ) const { in withName() function in Catch::TestCase