Home
last modified time | relevance | path

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

12

/external/skia/tests/
DTLazyTest.cpp39 SkTCopyOnFirstWrite<int> cow(v); in DEF_TEST() local
/external/rust/android-crates-io/crates/memchr/src/
Dlib.rs217 mod cow; module
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/
Dlib.rs217 mod cow; module
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/
Dlib.rs217 mod cow; module
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue176/
DSingleQuoteTest.java56 Map<String, String> cow = (Map<String, String>) cows.get("cows"); in checkQuotes() local
/external/rust/android-crates-io/crates/zerovec/src/
Dlib.rs218 mod cow; module
/external/pytorch/c10/core/impl/
DCOW.cpp14 namespace c10::impl::cow { namespace
/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/chromium-trace/catapult/common/py_utils/py_utils/
Ddiscover_unittest.py131 def __init__(self, dog=1, cat=None, cow=None, fud='a'): argument
/external/rust/android-crates-io/extra_versions/crates/jni/src/wrapper/strings/
Djava_str.rs59 let cow: Cow<str> = (&other).into(); in from() localVariable
/external/rust/android-crates-io/crates/rusqlite/src/types/
Dto_sql.rs372 let cow: Cow<str> = Cow::Borrowed(s); in test_cow_str() localVariable
375 let cow: Cow<str> = Cow::Owned::<str>(String::from(s)); in test_cow_str() localVariable
/external/rust/android-crates-io/crates/jni/src/wrapper/strings/
Djava_str.rs193 let cow: Cow<str> = (&other).into(); in from() localVariable
/external/rust/android-crates-io/crates/mls-rs-codec/src/
Dlib.rs22 mod cow; module
/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v5/
Dregex_iterator.hpp141 void cow() in cow() function in boost::regex_iterator
Du32regex_iterator.hpp133 void cow() in cow() function in boost::u32regex_iterator
Dregex_token_iterator.hpp201 void cow() in cow() function in boost::regex_token_iterator
Du32regex_token_iterator.hpp200 void cow() in cow() function in boost::u32regex_token_iterator
/external/sdv/vsomeip/third_party/boost/regex/include/boost/regex/v4/
Dregex_iterator.hpp152 void cow() in cow() function in boost::regex_iterator
Du32regex_iterator.hpp137 void cow() in cow() function in boost::u32regex_iterator
Dregex_token_iterator.hpp261 void cow() in cow() function in boost::regex_token_iterator
Du32regex_token_iterator.hpp245 void cow() in cow() function in boost::u32regex_token_iterator
/external/rust/android-crates-io/crates/zerofrom-derive/examples/
Dzf_derive.rs81 cow: Cow<'data, str>, field
/external/rust/android-crates-io/crates/yoke-derive/examples/
Dyoke_derive.rs96 cow: Yoke<CowExample<'static>, Box<[u8]>>, field
/external/libwebsockets/lib/core-net/
Dservice.c643 char cow = 0; in lws_service_fd_tsi() local
/external/rust/android-crates-io/crates/serde_bytes/src/
Dde.rs199 let cow: Cow<[u8]> = Deserialize::deserialize(deserializer)?; in deserialize() localVariable

12