Home
last modified time | relevance | path

Searched defs:ref (Results 1 – 24 of 24) sorted by relevance

/system/update_engine/update_manager/
Dgeneric_variables.h59 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/tools/xsdc/src/com/android/xsdc/tag/
DXsdTag.java23 final private QName ref; field in XsdTag
26 XsdTag(String name, QName ref) { in XsdTag()
DXsdType.java22 public XsdType(String name, QName ref) { in XsdType()
DXsdAll.java24 public XsdAll(String name, QName ref, XsdType type, boolean multiple) in XsdAll()
DXsdChoice.java24 public XsdChoice(String name, QName ref, XsdType type, boolean multiple) in XsdChoice()
DXsdAttribute.java26 public XsdAttribute(String name, QName ref, XsdType type) in XsdAttribute()
DXsdElement.java27 public XsdElement(String name, QName ref, XsdType type, boolean multiple) in XsdElement()
/system/extras/simpleperf/
DIOEventLoop.cpp194 bool IOEventLoop::DisableEvent(IOEventRef ref) { in DisableEvent()
205 bool IOEventLoop::EnableEvent(IOEventRef ref) { in EnableEvent()
218 bool IOEventLoop::DelEvent(IOEventRef ref) { in DelEvent()
DIOEventLoop_test.cpp164 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/core/libmemunreachable/tests/
DBinder_test.cpp52 sp<IBinder> ref; member in android::BinderService
159 for (auto ref : refs) { in TEST_F() local
/system/core/libmemunreachable/
DLeakFolding.cpp51 for (auto& ref : leak.node.references_out) { in ComputeDAG() local
65 scc->node.Foreach([&](SCCInfo* ref) { walk(ref); }); in AccumulateLeaks()
DTarjan.h42 void Edge(Node<T>* ref) { in Edge()
/system/core/libutils/
DRefBase.cpp312 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/vold/
DKeyUtil.cpp112 auto ref = keyname(*name_prefix, *raw_ref); in installKey() local
130 auto ref = keyname(*name_prefix, raw_ref); in evictKey() local
/system/netd/server/
DMDnsSdListener.cpp77 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/
DMethod.cpp76 [](const auto* ref) { return const_cast<Reference<Type>*>(ref); }); in getReferences()
91 [](const auto* ref) { return const_cast<Reference<Type>*>(ref); }); in getStrongReferences()
97 for (const auto* ref : getReferences()) { in getStrongReferences() local
DType.cpp119 [](const auto* ref) { return const_cast<Reference<Type>*>(ref); }); in getReferences()
143 [](const auto* ref) { return const_cast<Reference<Type>*>(ref); }); in getStrongReferences()
149 for (const auto* ref : getReferences()) { in getStrongReferences() local
DAST.cpp354 for (const Reference<Type>* ref : type->getReferences()) { in checkForwardReferenceRestrictions() local
482 LocalIdentifier* AST::lookupLocalIdentifier(const Reference<LocalIdentifier>& ref, Scope* scope) { in lookupLocalIdentifier()
/system/core/adb/client/
Dtransport_mdns.cpp43 static inline int adb_DNSServiceRefSockFD(DNSServiceRef ref) { in adb_DNSServiceRefSockFD()
58 DNSServiceRef* ref = reinterpret_cast<DNSServiceRef*>(data); in pump_service_ref() local
/system/netd/libnetdutils/include/netdutils/
DSlice.h71 inline const Slice makeSlice(const T& ref) { in makeSlice()
/system/tools/xsdc/src/com/android/xsdc/
DXsdHandler.java244 QName ref = parseQName(state.attributeMap.get("ref")); in makeElement() local
283 QName ref = parseQName(state.attributeMap.get("ref")); in makeAttribute() local
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp700 int ref = scratches.obtain(); in build_alpha_test() local
/system/core/libpixelflinger/
Dpixelflinger.cpp549 static void ggl_alphaFuncx(void* con, GGLenum func, GGLclampx ref) in ggl_alphaFuncx()
Dscanline.cpp859 GGLcolor ref = c->state.alpha_test.ref; in scanline() local