Searched defs:cow (Results 1 – 10 of 10) sorted by relevance
/external/skqp/tests/ |
D | TLazyTest.cpp | 39 SkTCopyOnFirstWrite<int> cow(v); in DEF_TEST() local
|
/external/skia/tests/ |
D | TLazyTest.cpp | 39 SkTCopyOnFirstWrite<int> cow(v); in DEF_TEST() local
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue176/ |
D | SingleQuoteTest.java | 60 Map<String, String> cow = (Map<String, String>) cows.get("cows"); in checkQuotes() local
|
/external/rust/crates/bstr/src/ |
D | lib.rs | 414 mod cow; module
|
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | discover_unittest.py | 131 def __init__(self, dog=1, cat=None, cow=None, fud='a'): argument
|
/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/ |
D | ManyConstructorsTest.java | 302 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/ |
D | to_sql.rs | 227 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/ |
D | hmap_templ.c | 111 __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/ |
D | isl_union_templ.c | 395 __isl_give UNION *FN(UNION,cow)(__isl_take UNION *u) in FN() argument
|
D | isl_pw_templ.c | 186 __isl_give PW *FN(PW,cow)(__isl_take PW *pw) in FN() argument
|