| /system/tools/xsdc/src/main/java/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 | XsdAttributeGroup.java | 29     public XsdAttributeGroup(String name, QName ref,  in XsdAttributeGroup()
  | 
| D | XsdAttribute.java | 27     public XsdAttribute(String name, QName ref, XsdType type, boolean required)  in XsdAttribute()
  | 
| D | XsdElement.java | 27     public XsdElement(String name, QName ref, XsdType type, boolean multiple)  in XsdElement()
  | 
| /system/extras/simpleperf/ | 
| D | IOEventLoop.cpp | 195 bool IOEventLoop::DisableEvent(IOEventRef ref) {  in DisableEvent() 206 bool IOEventLoop::EnableEvent(IOEventRef ref) {  in EnableEvent() 219 bool IOEventLoop::DelEvent(IOEventRef ref) {  in DelEvent()
  | 
| D | IOEventLoop_test.cpp | 193   IOEventRef ref = loop.AddReadEvent(fd[0], [&]() {  in TEST()  local 219   IOEventRef ref = loop.AddWriteEvent(fd[1], [&]() {  in TEST()  local 264   IOEventRef ref = loop.AddPeriodicEvent(tv, [&]() {  in TEST()  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/binder/ | 
| D | RefBase.cpp | 349         int32_t ref;  member 357             ref_entry* ref = new ref_entry;  in addRef()  local 377             ref_entry* ref = head;  in removeRef()  local 409             ref_entry* ref = r;  in renameRefsId()  local 849 void RefBase::renameRefId(weakref_type* ref,  in renameRefId() 856 void RefBase::renameRefId(RefBase* ref,  in renameRefId()
  | 
| D | RefBase_fuzz.cpp | 62 RefBaseSubclass* ref;  variable
  | 
| /system/vold/ | 
| D | KeyUtil.cpp | 190 static void waitForBusyFiles(const struct fscrypt_key_specifier key_spec, const std::string ref,  in waitForBusyFiles() 264     std::string ref = keyrefstring(policy.key_raw_ref);  in evictKey()  local
  | 
| /system/tools/hidl/lint/lints/ | 
| D | namingConventions.cpp | 65                     for (const NamedReference<Type>* ref : compoundType->getFields()) {  in namingConventions()  local
  | 
| /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 523 LocalIdentifier* AST::lookupLocalIdentifier(const Reference<LocalIdentifier>& ref,  in lookupLocalIdentifier()
  | 
| /system/tools/aidl/ | 
| D | parser.cpp | 162         const auto& ref = f->GetType();  in CheckNoRecursiveDefinition()  local 284   void PushConstRef(const AidlConstantReference* ref) {  in PushConstRef() 298   bool IsCircularReference(const AidlConstantReference* ref) {  in IsCircularReference()
  | 
| D | aidl_dumpapi.cpp | 225   if (auto& ref = r.GetRefType(); ref) {  in Visit()  local
  | 
| /system/tools/hidl/hidl2aidl/ | 
| D | AidlHelper.cpp | 152             for (const Reference<Type>* ref : method->getReferences()) {  in emitFileHeader()  local 167         for (const Reference<Type>* ref : type.getReferences()) {  in emitFileHeader()  local
  | 
| /system/tools/xsdc/src/main/java/com/android/xsdc/ | 
| D | XsdHandler.java | 273         QName ref = parseQName(state.attributeMap.get("ref"));  in makeElement()  local 313         QName ref = parseQName(state.attributeMap.get("ref"));  in makeAttribute()  local 340         QName ref = parseQName(state.attributeMap.get("ref"));  in makeAttributeGroup()  local 360         QName ref = parseQName(state.attributeMap.get("ref"));  in makeGroup()  local
  | 
| /system/media/audio_utils/tests/ | 
| D | intrinsic_tests.cpp | 164     constexpr float ref = 1.f;  in TYPED_TEST()  local 333     constexpr float ref = 2.f;  in TYPED_TEST()  local
  |