Home
last modified time | relevance | path

Searched defs:Animal (Results 1 – 25 of 47) sorted by relevance

12

/aosp_15_r20/prebuilts/go/linux-x86/src/fmt/
Dstringer_example_test.go12 type Animal struct { struct
13 Name string
14 Age uint
18 func (a Animal) String() string {
/aosp_15_r20/external/rust/android-crates-io/crates/downcast/examples/
Dsimple.rs8 trait Animal: Any { interface
Dwith_params.rs8 trait Animal<X: Debug>: Any { interface
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
H A DTestCreatorWithPolymorphic113.java15 public static abstract class Animal { class in TestCreatorWithPolymorphic113
21 public Animal(@JsonProperty(ID) String id) { in Animal() method in TestCreatorWithPolymorphic113.Animal
H A DTestPolymorphicCreators.java14 static class Animal class in TestPolymorphicCreators
19 protected Animal() { } in Animal() method in TestPolymorphicCreators.Animal
/aosp_15_r20/external/kotlinx.serialization/guide/example/
H A Dexample-poly-20.kt11 interface Animal { in <lambda>() interface
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/
H A DTestTypedContainerSerialization.java26 static abstract class Animal { class in TestTypedContainerSerialization
29 protected Animal(String n) { in Animal() method in TestTypedContainerSerialization.Animal
H A DTestTypedSerialization.java25 static abstract class Animal { class in TestTypedSerialization
28 protected Animal(String n) { name = n; } in Animal() method in TestTypedSerialization.Animal
H A DTestTypedDeserialization.java27 static abstract class Animal { class in TestTypedDeserialization
30 protected Animal(String n) { name = n; } in Animal() method in TestTypedDeserialization.Animal
H A DExistingPropertyTest.java73 static abstract class Animal { class in ExistingPropertyTest
76 protected Animal(String n) { name = n; } in Animal() method in ExistingPropertyTest.Animal
/aosp_15_r20/external/flatbuffers/android/app/src/main/java/generated/com/fbs/app/
H A DAnimal.kt10 class Animal : Table() { class
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/builder/
H A DBuilderWithUnwrappedTest.java98 final static class Animal { class in BuilderWithUnwrappedTest
104 private Animal(Builder builder) { in Animal() method in BuilderWithUnwrappedTest.Animal
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
H A DAnimal.java16 public interface Animal { interface
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/lambda/DefaultMethods/
DSimplestUsage.java41 public interface Animal { interface in SimplestUsage
DDiamondInheritance.java61 public interface Animal { interface in DiamondInheritance
DReflection.java51 public interface Animal { interface in Reflection
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/lambda/DefaultMethods/
DSimplestUsage.java41 public interface Animal { interface in SimplestUsage
DDiamondInheritance.java61 public interface Animal { interface in DiamondInheritance
DReflection.java51 public interface Animal { interface in Reflection
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/json/
Dexample_marshaling_test.go14 type Animal int type
/aosp_15_r20/external/pytorch/torch/_export/db/examples/
H A Dspecialized_attribute.py6 class Animal(Enum): class
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/test/java/org/apache/velocity/test/
H A DStrictEscapeTestCase.java127 public static class Animal class in StrictEscapeTestCase
/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/xml/
Dexample_marshaling_test.go14 type Animal int type
/aosp_15_r20/frameworks/base/test-runner/tests/src/android/test/suitebuilder/
H A DAssignableFromTest.java58 private class Animal extends TestCase { class in AssignableFromTest
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Ddevirtualize-virtual-function-calls.cpp88 struct Animal { struct

12