Home
last modified time | relevance | path

Searched defs:vars (Results 1 – 2 of 2) sorted by relevance

/test/dittosuite/include/ditto/
Dtracer.h46 std::string trace_format__(const T& id, Args... vars) { in trace_format__()
56 std::string trace_format(const T& id, Args... vars) { in trace_format()
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/config/
DAppRemoteFileResolver.java215 private static String expandVars(CharSequence template, Map<String, String> vars) { in expandVars() argument