Home
last modified time | relevance | path

Searched defs:fruit (Results 1 – 18 of 18) sorted by relevance

/external/google-fruit/src/
DCMakeLists.txt15 add_library(fruit SHARED ${FRUIT_SOURCES}) target
21 add_library(fruit STATIC ${FRUIT_SOURCES}) target
Dcomponent.cpp24 namespace fruit { namespace
Dsemistatic_map.cpp26 namespace fruit { namespace
Dsemistatic_graph.cpp26 namespace fruit { namespace
Dfixed_size_allocator.cpp22 namespace fruit { namespace
Dnormalized_component_storage_holder.cpp22 namespace fruit { namespace
Dnormalized_component_storage.cpp37 namespace fruit { namespace
Dinjector_storage.cpp35 namespace fruit { namespace
Dbinding_normalization.cpp35 namespace fruit { namespace
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/ext/
DTestSubtypesExternalPropertyMissingProperty.java22 public Fruit fruit; field in TestSubtypesExternalPropertyMissingProperty.Box
27 public Box(String type, Fruit fruit) { in Box()
40 public Fruit fruit; field in TestSubtypesExternalPropertyMissingProperty.ReqBox
45 public ReqBox(String type, Fruit fruit) { in ReqBox()
DTestPropertyCreatorSubtypesExternalPropertyMissingProperty.java31 private Fruit fruit; field in TestPropertyCreatorSubtypesExternalPropertyMissingProperty.Box
33 private Box(String type, Fruit fruit) { in Box()
39 … public static Box getBox(@JsonProperty("type") String type, @JsonProperty("fruit") Fruit fruit) { in getBox()
/external/apache-commons-bcel/src/test/java/org/apache/bcel/data/
DSimpleAnnotation.java29 String fruit() default "bananas"; in fruit() method
/external/google-fruit/tests/
Dtest_common.cpp24 namespace fruit { namespace
/external/junit-params/src/test/java/junitparams/
DParametersForEnumTest.java24 public void testAFruit(Fruit fruit) throws Exception { in testAFruit()
/external/google-fruit/tests/meta/
Dcommon.h16 using namespace fruit; variable
/external/flatbuffers/benchmarks/cpp/raw/
Draw_bench.cpp42 Enum fruit; member
/external/flatbuffers/benchmarks/cpp/flatbuffers/
Dbench_generated.h246 benchmarks_flatbuffers::Enum fruit() const { in fruit() function
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/
DExistingPropertyTest.java60 public Fruit fruit; field in ExistingPropertyTest.FruitWrapper