Home
last modified time | relevance | path

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

/external/google-fruit/src/
DCMakeLists.txt15 add_library(fruit SHARED ${FRUIT_SOURCES}) target
19 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/sdv/vsomeip/third_party/boost/utility/test/
Diterators_test.cpp68 static fruit_array_type fruit; member in test_opr_base
114 test_opr_base::fruit = { "apple", "orange", "pear", "peach", "grape", "plum" }; member in test_opr_base
/external/google-fruit/tests/meta/
Dcommon.h16 using namespace fruit; variable
/external/flatbuffers/benchmarks/cpp/raw/
Draw_bench.cpp42 Enum fruit; member
/external/rust/android-crates-io/crates/toml_edit/tests/testsuite/
Dparse.rs252 fn fruit() { in fruit() function
/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