| /system/security/keystore2/src/ | 
| D | globals.rs | 138     pub static ref DB_PATH: RwLock<PathBuf> = RwLock::new(  constant141     pub static ref SUPER_KEY: Arc<RwLock<SuperKeyManager>> = Default::default();  constant
 143     static ref KEY_MINT_DEVICES: Mutex<DevicesMap<dyn IKeyMintDevice>> = Default::default();  constant
 145     static ref TIME_STAMP_DEVICE: Mutex<Option<Strong<dyn ISecureClock>>> = Default::default();  constant
 148     pub static ref ASYNC_TASK: Arc<AsyncTask> = Default::default();  constant
 150     pub static ref ENFORCEMENTS: Enforcements = Default::default();  constant
 153     pub static ref LEGACY_BLOB_LOADER: Arc<LegacyBlobLoader> = Arc::new(LegacyBlobLoader::new(  constant
 156     pub static ref LEGACY_IMPORTER: Arc<LegacyImporter> =  constant
 159     pub static ref LOGS_HANDLER: Arc<AsyncTask> = Default::default();  constant
 161     static ref GC: Arc<Gc> = Arc::new(Gc::new_init_with(ASYNC_TASK.clone(), || {  constant
 
 | 
| /system/vold/ | 
| D | KeyUtil.cpp | 179         auto ref = buildLegacyKeyName(*name_prefix, raw_ref);  in installKeyLegacy()  local195 static bool installProvisioningKey(const KeyBuffer& key, const std::string& ref,  in installProvisioningKey()
 319     std::string ref = keyrefstring(policy->key_raw_ref);  in installKey()  local
 332         auto ref = buildLegacyKeyName(*name_prefix, raw_ref);  in evictKeyLegacy()  local
 349 static bool evictProvisioningKey(const std::string& ref) {  in evictProvisioningKey()
 369 static void waitForBusyFiles(const struct fscrypt_key_specifier key_spec, const std::string ref,  in waitForBusyFiles()
 446     std::string ref = keyrefstring(policy.key_raw_ref);  in evictKey()  local
 496     std::string ref = keyrefstring(policy.key_raw_ref);  in reloadKeyFromSessionKeyring()  local
 
 | 
| /system/extras/profcollectd/libprofcollectd/ | 
| D | config.rs | 38     pub static ref TRACE_OUTPUT_DIR: &'static Path = Path::new("/data/misc/profcollectd/trace/");  constant39     pub static ref PROFILE_OUTPUT_DIR: &'static Path = Path::new("/data/misc/profcollectd/output/");  constant
 40     pub static ref REPORT_OUTPUT_DIR: &'static Path = Path::new("/data/misc/profcollectd/report/");  constant
 41     pub static ref CONFIG_FILE: &'static Path =  constant
 43     pub static ref LOG_FILE: &'static Path = Path::new("/data/misc/profcollectd/output/trace.log");  constant
 
 | 
| D | report.rs | 38     pub static ref UUID_CONTEXT: Context = Context::new(0);  constant
 | 
| /system/tools/xsdc/src/main/java/com/android/xsdc/tag/ | 
| D | XsdTag.java | 23     final private QName ref;  field in XsdTag28     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 | 27     public XsdAttribute(String name, QName ref, XsdType type, boolean required)  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/memory/libmemunreachable/tests/ | 
| D | Binder_test.cpp | 52   sp<IBinder> ref;  member in android::BinderService159   for (auto ref : refs) {  in TEST_F()  local
 
 | 
| /system/extras/simpleperf/ | 
| D | IOEventLoop.cpp | 201 bool IOEventLoop::DisableEvent(IOEventRef ref) {  in DisableEvent()212 bool IOEventLoop::EnableEvent(IOEventRef ref) {  in EnableEvent()
 225 bool IOEventLoop::DelEvent(IOEventRef ref) {  in DelEvent()
 
 | 
| D | IOEventLoop_test.cpp | 166   IOEventRef ref = loop.AddReadEvent(fd[0], [&]() {  in TEST()  local191   IOEventRef ref = loop.AddWriteEvent(fd[1], [&]() {  in TEST()  local
 235   IOEventRef ref = loop.AddPeriodicEvent(tv, [&]() {  in TEST()  local
 
 | 
| /system/memory/libmemunreachable/ | 
| D | LeakFolding.cpp | 51     for (auto& ref : leak.node.references_out) {  in ComputeDAG()  local65       scc->node.Foreach([&](SCCInfo* ref) { walk(ref); });  in AccumulateLeaks()
 
 | 
| D | Tarjan.h | 42   void Edge(Node<T>* ref) {  in Edge()
 | 
| /system/netd/server/ | 
| D | MDnsSdListener.cpp | 84     DNSServiceRef* ref = mMonitor.allocateServiceRef(requestId, context);  in discover()  local151     DNSServiceRef* ref = mMonitor.lookupServiceRef(requestId);  in stop()  local
 170     DNSServiceRef* ref = mMonitor.allocateServiceRef(requestId, context);  in serviceRegister()  local
 230     DNSServiceRef* ref = mMonitor.allocateServiceRef(requestId, context);  in resolveService()  local
 293     DNSServiceRef* ref = mMonitor.allocateServiceRef(requestId, context);  in getAddrInfo()  local
 613 void MDnsSdListener::Monitor::deallocateServiceRef(DNSServiceRef* ref) {  in deallocateServiceRef()
 
 | 
| /system/tools/hidl/lint/lints/ | 
| D | namingConventions.cpp | 65                     for (const NamedReference<Type>* ref : compoundType->getFields()) {  in namingConventions()  local
 | 
| /system/core/libutils/ | 
| D | RefBase.cpp | 350         int32_t ref;  member358             ref_entry* ref = new ref_entry;  in addRef()  local
 378             ref_entry* ref = head;  in removeRef()  local
 410             ref_entry* ref = r;  in renameRefsId()  local
 844 void RefBase::renameRefId(weakref_type* ref,  in renameRefId()
 851 void RefBase::renameRefId(RefBase* ref,  in renameRefId()
 
 | 
| /system/tools/aidl/ | 
| D | parser.cpp | 156         const auto& ref = f->GetType();  in CheckNoRecursiveDefinition()  local278   void PushConstRef(const AidlConstantReference* ref) {  in PushConstRef()
 292   bool IsCircularReference(const AidlConstantReference* ref) {  in IsCircularReference()
 
 | 
| /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
 
 | 
| /system/tools/hidl/hidl2aidl/ | 
| D | AidlHelper.cpp | 152             for (const Reference<Type>* ref : method->getReferences()) {  in emitFileHeader()  local167         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()  local313         QName ref = parseQName(state.attributeMap.get("ref"));  in makeAttribute()  local
 341         QName ref = parseQName(state.attributeMap.get("ref"));  in makeAttributeGroup()  local
 361         QName ref = parseQName(state.attributeMap.get("ref"));  in makeGroup()  local
 
 | 
| /system/core/libstats/pull_rust/ | 
| D | stats_pull.rs | 111     static ref COOKIES: Mutex<HashMap<i32, fn() -> StatsPullResult>> = Mutex::new(HashMap::new());  constant
 |