Searched defs:ac (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DResourceTable.cpp2309 AccessorCookie* ac = (AccessorCookie*)accessorCookie; local
2316 ac->sourcePos.error("Error: %s (at '%s' with value '%s').\n",
2317 buf, ac->attr.string(), ac->value.string());
3316 AccessorCookie ac(it.sourcePos, String8(mName), String8(it.value));
3319 &it.style, NULL, &ac, mItemFormat,
3328 AccessorCookie ac(it.sourcePos, String8(key), String8(it.value));
3331 &it.style, NULL, &ac, it.format,
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateMachine.java571 TetherStateChange(ArrayList<String> av, ArrayList<String> ac) { argument
573 active = ac;

Completed in 94 milliseconds