Home
last modified time | relevance | path

Searched defs:ce (Results 1 – 7 of 7) sorted by relevance

/packages/modules/DnsResolver/tests/
Dresolv_cache_unit_test.cpp163 const CacheEntry& ce, uint32_t flags = 0) { in cacheLookup()
191 int cacheAdd(uint32_t netId, const CacheEntry& ce) { in cacheAdd()
204 void cacheQueryFailed(uint32_t netId, const CacheEntry& ce, uint32_t flags) { in cacheQueryFailed()
262 CacheEntry ce; in makeCacheEntry() local
295 CacheEntry ce = makeCacheEntry(QUERY, "valid.cache", ns_c_in, ns_t_a, "1.2.3.4"); in TEST_F() local
306 CacheEntry ce = makeCacheEntry(QUERY, "existent.in.cache", ns_c_in, ns_t_a, "1.2.3.4"); in TEST_F() local
330 CacheEntry ce = makeCacheEntry(QUERY, "existent.in.cache", ns_c_in, ns_t_a, "1.2.3.4"); in TEST_F() local
351 CacheEntry ce = makeCacheEntry(QUERY, "existent.in.cache", ns_c_in, ns_t_a, "1.2.3.4"); in TEST_F() local
394 CacheEntry ce = makeCacheEntry(QUERY, name.data(), ns_c_in, t.type, t.rdata.data()); in TEST_F() local
407 const CacheEntry ce = makeCacheEntry(QUERY, "valid.cache", ns_c_in, ns_t_a, "1.2.3.4"); in TEST_F() local
[all …]
/packages/modules/Uwb/service/fusion_lib/src/com/android/uwb/fusion/math/
DAoaVector.java213 double ce = cos(vec.elevation); in fromSphericalVector() local
/packages/services/Telephony/src/com/android/phone/
DChangeIccPinScreen.java291 CommandException ce = (CommandException) ar.exception; in handleResult() local
/packages/modules/NeuralNetworks/driver/cache/BlobCache/
DBlobCache.cpp460 BlobCache::CacheEntry::CacheEntry(const CacheEntry& ce) in CacheEntry()
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
DBlend.cpp851 SEdgeVector *ce; in ComputeMask() local
1126 SEdgeVector *ce; in ClipBlendRect() local
/packages/modules/Nfc/libnfc-nci/src/nfa/include/
Dnfa_dta_int.h123 tNFA_DTA_CE_DATA ce; member
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DTelecomPulledAtomTest.java965 EventStats.CriticalEvent ce = new EventStats.CriticalEvent(e, uid, cause); in testEventStatsLogEvent() local