Searched defs:ad (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/libbcc/runtime/lib/ppc/
H A Dmultc3.c33 long double ad = __gcc_qmul(a,d); local
37 DD imag = { .ld = __gcc_qadd(ad,bc) };
70 DD adDD = { .ld = ad };
/frameworks/compile/libbcc/tests/data/src/
H A Dotcc-ansi.c35 void ad() { function
40 ad();
42 ad();
79 ad();
101 ad();
185 ad();
191 ad();
203 ad();
206 ad();
208 ad();
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java433 void onTaskThumbnailLoaded(TaskDescription ad) { argument
434 synchronized (ad) {
447 if (h.taskDescription == ad) {
452 updateThumbnail(h, ad.getThumbnail(), true, animateShow);
538 TaskDescription ad = ((ViewHolder) view.getTag()).taskDescription;
542 if (ad.taskId >= 0) {
544 am.moveTaskToFront(ad.taskId, ActivityManager.MOVE_TASK_WITH_HOME);
546 Intent intent = ad.intent;
561 TaskDescription ad = ((ViewHolder) view.getTag()).taskDescription;
562 if (DEBUG) Log.v(TAG, "Jettison " + ad
[all...]

Completed in 1036 milliseconds