/system/update_engine/update_manager/ |
D | generic_variables.h | 59 const T& ref, in PollCopyVariable() 66 PollCopyVariable(const std::string& name, const T& ref, const bool* is_set_p) in PollCopyVariable() 68 PollCopyVariable(const std::string& name, const T& ref) in PollCopyVariable() 73 const T& ref, in PollCopyVariable() 82 const T& ref, in PollCopyVariable() 87 const T& ref) in PollCopyVariable()
|
/system/vold/ |
D | KeyUtil.cpp | 170 auto ref = buildLegacyKeyName(*name_prefix, raw_ref); in installKeyLegacy() local 186 static bool installProvisioningKey(const KeyBuffer& key, const std::string& ref, in installProvisioningKey() 309 std::string ref = keyrefstring(policy->key_raw_ref); in installKey() local 322 auto ref = buildLegacyKeyName(*name_prefix, raw_ref); in evictKeyLegacy() local 339 static bool evictProvisioningKey(const std::string& ref) { in evictProvisioningKey() 377 std::string ref = keyrefstring(policy.key_raw_ref); in evictKey() local 421 std::string ref = keyrefstring(policy.key_raw_ref); in reloadKeyFromSessionKeyring() local
|
/system/tools/xsdc/src/com/android/xsdc/tag/ |
D | XsdTag.java | 23 final private QName ref; field in XsdTag 28 XsdTag(String name, QName ref) { in XsdTag()
|
D | XsdType.java | 22 public XsdType(String name, QName ref) { in XsdType()
|
D | XsdChoice.java | 24 public XsdChoice(String name, QName ref, XsdType type, boolean multiple) in XsdChoice()
|
D | XsdAll.java | 24 public XsdAll(String name, QName ref, XsdType type, boolean multiple) in XsdAll()
|
D | XsdGroup.java | 28 public XsdGroup(String name, QName ref, List<XsdElement> elements) in XsdGroup()
|
D | XsdAttribute.java | 26 public XsdAttribute(String name, QName ref, XsdType type) in XsdAttribute()
|
D | XsdAttributeGroup.java | 29 public XsdAttributeGroup(String name, QName ref, in XsdAttributeGroup()
|
D | XsdElement.java | 27 public XsdElement(String name, QName ref, XsdType type, boolean multiple) in XsdElement()
|
/system/extras/simpleperf/ |
D | IOEventLoop.cpp | 194 bool IOEventLoop::DisableEvent(IOEventRef ref) { in DisableEvent() 205 bool IOEventLoop::EnableEvent(IOEventRef ref) { in EnableEvent() 218 bool IOEventLoop::DelEvent(IOEventRef ref) { in DelEvent()
|
D | IOEventLoop_test.cpp | 164 IOEventRef ref = loop.AddReadEvent(fd[0], [&]() { in TEST() local 189 IOEventRef ref = loop.AddWriteEvent(fd[1], [&]() { in TEST() local 233 IOEventRef ref = loop.AddPeriodicEvent(tv, [&]() { in TEST() local
|
/system/tools/hidl/hidl2aidl/ |
D | AidlHelper.cpp | 112 for (const Reference<Type>* ref : method->getReferences()) { in emitFileHeader() local 117 for (const Reference<Type>* ref : type.getReferences()) { in emitFileHeader() local
|
/system/memory/libmemunreachable/tests/ |
D | Binder_test.cpp | 52 sp<IBinder> ref; member in android::BinderService 159 for (auto ref : refs) { in TEST_F() local
|
/system/memory/libmemunreachable/ |
D | LeakFolding.cpp | 51 for (auto& ref : leak.node.references_out) { in ComputeDAG() local 65 scc->node.Foreach([&](SCCInfo* ref) { walk(ref); }); in AccumulateLeaks()
|
D | Tarjan.h | 42 void Edge(Node<T>* ref) { in Edge()
|
/system/core/libutils/ |
D | RefBase.cpp | 312 int32_t ref; member 320 ref_entry* ref = new ref_entry; in addRef() local 340 ref_entry* ref = head; in removeRef() local 370 ref_entry* ref = r; in renameRefsId() local 767 void RefBase::renameRefId(weakref_type* ref, in renameRefId() 774 void RefBase::renameRefId(RefBase* ref, in renameRefId()
|
/system/tools/hidl/lint/lints/ |
D | namingConventions.cpp | 65 for (const NamedReference<Type>* ref : compoundType->getFields()) { in namingConventions() local
|
/system/netd/server/ |
D | MDnsSdListener.cpp | 77 DNSServiceRef *ref = mMonitor->allocateServiceRef(requestId, context); in discover() local 146 DNSServiceRef *ref = mMonitor->lookupServiceRef(requestId); in stop() local 169 DNSServiceRef *ref = mMonitor->allocateServiceRef(requestId, context); in serviceRegister() local 225 DNSServiceRef *ref = mMonitor->allocateServiceRef(requestId, context); in resolveService() local 291 DNSServiceRef *ref = mMonitor->allocateServiceRef(requestId, context); in getAddrInfo() local 351 DNSServiceRef *ref = mMonitor->allocateServiceRef(requestId, context); in setHostname() local 752 void MDnsSdListener::Monitor::deallocateServiceRef(DNSServiceRef* ref) { in deallocateServiceRef()
|
/system/tools/hidl/ |
D | Method.cpp | 81 [](const auto* ref) { return const_cast<Reference<Type>*>(ref); }); in getReferences() 96 [](const auto* ref) { return const_cast<Reference<Type>*>(ref); }); in getStrongReferences() 102 for (const auto* ref : getReferences()) { in getStrongReferences() local
|
D | Type.cpp | 125 [](const auto* ref) { return const_cast<Reference<Type>*>(ref); }); in getReferences() 149 [](const auto* ref) { return const_cast<Reference<Type>*>(ref); }); in getStrongReferences() 155 for (const auto* ref : getReferences()) { in getStrongReferences() local
|
D | AST.cpp | 368 for (const Reference<Type>* ref : type->getReferences()) { in checkForwardReferenceRestrictions() local 517 LocalIdentifier* AST::lookupLocalIdentifier(const Reference<LocalIdentifier>& ref, in lookupLocalIdentifier()
|
/system/tools/xsdc/src/com/android/xsdc/ |
D | XsdHandler.java | 268 QName ref = parseQName(state.attributeMap.get("ref")); in makeElement() local 308 QName ref = parseQName(state.attributeMap.get("ref")); in makeAttribute() local 331 QName ref = parseQName(state.attributeMap.get("ref")); in makeAttributeGroup() local 351 QName ref = parseQName(state.attributeMap.get("ref")); in makeGroup() local
|
/system/netd/libnetdutils/include/netdutils/ |
D | Slice.h | 71 inline const Slice makeSlice(const T& ref) { in makeSlice()
|
/system/core/adb/client/ |
D | transport_mdns.cpp | 71 static inline int adb_DNSServiceRefSockFD(DNSServiceRef ref) { in adb_DNSServiceRefSockFD() 86 DNSServiceRef* ref = reinterpret_cast<DNSServiceRef*>(data); in pump_service_ref() local
|