Home
last modified time | relevance | path

Searched defs:cow (Results 1 – 10 of 10) sorted by relevance

/external/skqp/tests/
DTLazyTest.cpp39 SkTCopyOnFirstWrite<int> cow(v); in DEF_TEST() local
/external/skia/tests/
DTLazyTest.cpp39 SkTCopyOnFirstWrite<int> cow(v); in DEF_TEST() local
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue176/
DSingleQuoteTest.java60 Map<String, String> cow = (Map<String, String>) cows.get("cows"); in checkQuotes() local
/external/rust/crates/bstr/src/
Dlib.rs414 mod cow; module
/external/chromium-trace/catapult/common/py_utils/py_utils/
Ddiscover_unittest.py131 def __init__(self, dog=1, cat=None, cow=None, fud='a'): argument
/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
DManyConstructorsTest.java302 Farm(@Assisted("mom") String mom, @Assisted("pop") String pop, Cow cow, Dog dog) { in Farm()
308 Farm(@Assisted("mom") String mom, Cow cow) { in Farm()
/external/rust/crates/rusqlite/src/types/
Dto_sql.rs227 let cow: Cow<str> = Cow::Borrowed(s); in test_cow_str() localVariable
230 let cow: Cow<str> = Cow::Owned::<str>(String::from(s)); in test_cow_str() localVariable
/external/llvm-project/polly/lib/External/isl/include/isl/
Dhmap_templ.c111 __isl_give ISL_HMAP *ISL_FN(ISL_HMAP,cow)(__isl_take ISL_HMAP *hmap) in ISL_FN() argument
/external/llvm-project/polly/lib/External/isl/
Disl_union_templ.c395 __isl_give UNION *FN(UNION,cow)(__isl_take UNION *u) in FN() argument
Disl_pw_templ.c186 __isl_give PW *FN(PW,cow)(__isl_take PW *pw) in FN() argument