Searched refs:ac (Results 1 - 14 of 14) sorted by last modified time

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DDataConnectionTracker.java1140 for (ApnContext ac : mApnContexts.values()) {
1141 ac.setRetryCount(0);
/frameworks/compile/libbcc/runtime/lib/ppc/
H A Dmultc3.c31 long double ac = __gcc_qmul(a,c); local
36 DD real = { .ld = __gcc_qsub(ac,bd) };
68 DD acDD = { .ld = ac };
/frameworks/compile/libbcc/tests/data/
H A Dotcc.c19 F d,z,C,h,P,K,ac,q,G,v,Q,R,D,L,W,M; variable
439 q=ac V;
444 mprotect(ac & (~ 4095), (99999 + 4095) & (~ 4095), 7);
/frameworks/compile/libbcc/tests/data/src/
H A Dotcc-ansi.c3 int d, z, C, h, P, K, ac, q, G, v, Q, R, D, L, W, M; variable
455 q = ac = calloc(1, 99999);
460 if (mprotect(ac & (~ 4095), (99999 + 4095) & (~ 4095), 7)) {
H A Dotcc-noinclude.c19 F d,z,C,h,P,K,ac,q,G,v,Q,R,D,L,W,M; variable
439 q=ac V;
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2243 AccessorCookie* ac = (AccessorCookie*)accessorCookie; local
2250 ac->sourcePos.error("Error: %s (at '%s' with value '%s').\n",
2251 buf, ac->attr.string(), ac->value.string());
3250 AccessorCookie ac(it.sourcePos, String8(mName), String8(it.value));
3253 &it.style, NULL, &ac, mItemFormat,
3262 AccessorCookie ac(it.sourcePos, String8(key), String8(it.value));
3265 &it.style, NULL, &ac, it.format,
H A DXMLNode.cpp899 AccessorCookie ac(SourcePos(mFilename, getStartLineNumber()), String8(e.name),
905 e.nameResId, NULL, &defPackage, table, &ac)) {
/frameworks/base/wifi/java/android/net/wifi/
H A DWifiStateMachine.java509 TetherStateChange(ArrayList<String> av, ArrayList<String> ac) { argument
511 active = ac;
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pService.java467 AsyncChannel ac = new AsyncChannel();
468 ac.connect(mContext, getHandler(), message.replyTo);
/frameworks/base/services/java/com/android/server/
H A DNsdService.java176 AsyncChannel ac = new AsyncChannel();
177 ac.connect(mContext, getHandler(), msg.replyTo);
H A DWifiService.java263 AsyncChannel ac = new AsyncChannel();
264 ac.connect(mContext, this, msg.replyTo);
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java3987 AttributeCache ac = AttributeCache.instance();
3988 if (ac != null) {
3989 ac.removePackage(name);
12327 AttributeCache ac = AttributeCache.instance();
12328 if (ac != null) {
12329 ac.updateConfiguration(configCopy);
/frameworks/base/core/java/android/net/
H A DMobileDataStateTracker.java293 AsyncChannel ac = new AsyncChannel();
294 ac.connect(mContext, MobileDataStateTracker.this.mHandler, mMessenger);
/frameworks/base/core/jni/android/graphics/
H A DAutoDecodeCancel.cpp15 SkAutoMutexAcquire ac(gAutoDecoderCancelMutex);
32 SkAutoMutexAcquire ac(gAutoDecoderCancelMutex);
56 SkAutoMutexAcquire ac(gAutoDecoderCancelMutex);

Completed in 894 milliseconds