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

/frameworks/base/core/java/android/net/nsd/
H A DDnsSdTxtRecord.java99 int currentLoc = remove(key);
100 if (currentLoc == -1)
101 currentLoc = keyCount();
103 insert(keyBytes, valBytes, currentLoc);
/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp1200 const clang::SourceLocation currentLoc = S->getLocStart(); local
1207 OccursBefore(currentDtorIter->first, currentLoc)) {

Completed in 69 milliseconds