Home
last modified time | relevance | path

Searched refs:currentLoc (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/net/common/framework/com/android/net/module/util/
DDnsSdTxtRecord.java99 int currentLoc = remove(key); in set() local
100 if (currentLoc == -1) in set()
101 currentLoc = keyCount(); in set()
103 insert(keyBytes, valBytes, currentLoc); in set()
/frameworks/compile/slang/
Dslang_rs_object_ref_count.cpp1223 const clang::SourceLocation currentLoc = S->getLocStart(); in InsertLocalVarDestructors() local
1230 OccursBefore(currentDtorIter->first, currentLoc)) { in InsertLocalVarDestructors()