Searched defs:dep (Results 1 – 5 of 5) sorted by relevance
75 List<ImsExternalCallState> dep = new ArrayList<>(); in testAddExternalCall() local104 List<ImsExternalCallState> dep = new ArrayList<>(); in testRemoveExternalCall() local
86 const Closure* dep = depClosures[i]; in Closure() local98 const Closure* dep = depClosures[i]; in Closure() local
102 ClassLoader dep = ClassLoader.getSystemClassLoader(); in testDifferentSharedLibraries() local
248 T dep = (T) mDependencies.remove(cls); in destroyDependency() local
317 static C2R Copy(bool, C2P<ME> &me, const C2P<DEP> &dep) { in Copy()