Home
last modified time | relevance | path

Searched refs:pd (Results 1 – 25 of 34) sorted by relevance

12

/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
H A DParticipantData.java149 return pd; in getFromCursor()
180 pd.mNormalizedDestination = pd.mIsEmailAddress ? in getFromRecipientEntry()
183 pd.mDisplayDestination = pd.mIsEmailAddress ? in getFromRecipientEntry()
202 return pd; in getFromRecipientEntry()
222 return pd; in getFromRawPhone()
237 pd.mNormalizedDestination = pd.mIsEmailAddress ? in getFromRawPhoneBySystemLocale()
240 pd.mDisplayDestination = pd.mIsEmailAddress ? in getFromRawPhoneBySystemLocale()
244 return pd; in getFromRawPhoneBySystemLocale()
260 pd.mNormalizedDestination = pd.mIsEmailAddress ? in getFromRawPhoneBySimLocale()
263 pd.mDisplayDestination = pd.mIsEmailAddress ? in getFromRawPhoneBySimLocale()
[all …]
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDragAndDropController.java147 if (pd == null) { in onDisplayConfigurationChanged()
150 pd.rootView.requestApplyInsets(); in onDisplayConfigurationChanged()
157 if (pd == null) { in onDisplayRemoved()
160 pd.wm.removeViewImmediate(pd.rootView); in onDisplayRemoved()
174 if (pd == null) { in onDrag()
190 if (!pd.isHandlingDrag) { in onDrag()
201 pd.activeDragCount++; in onDrag()
207 pd.dragLayout.show(); in onDrag()
227 pd.activeDragCount--; in onDrag()
247 pd.activeDragCount--; in handleDrop()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownThread.java302 pd.setMax(100); in showShutdownDialog()
303 pd.setProgress(0); in showShutdownDialog()
304 pd.setIndeterminate(false); in showShutdownDialog()
307 pd.setMessage(context.getText( in showShutdownDialog()
313 pd.setIndeterminate(true); in showShutdownDialog()
326 pd.setIndeterminate(true); in showShutdownDialog()
332 pd.setIndeterminate(true); in showShutdownDialog()
340 pd.setIndeterminate(true); in showShutdownDialog()
342 pd.setCancelable(false); in showShutdownDialog()
345 pd.show(); in showShutdownDialog()
[all …]
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DSystemWindows.java77 if (pd == null) {
107 PerDisplay pd = mPerDisplay.get(displayId); in addView() local
108 if (pd == null) { in addView()
109 pd = new PerDisplay(displayId); in addView()
110 mPerDisplay.put(displayId, pd); in addView()
112 pd.addView(view, attrs, shellRootLayer); in addView()
141 PerDisplay pd = mPerDisplay.get(displayId); in setShellRootAccessibilityWindow() local
142 if (pd == null) { in setShellRootAccessibilityWindow()
171 PerDisplay pd = mPerDisplay.get(displayId); in getWindow() local
172 if (pd == null) { in getWindow()
[all …]
H A DDisplayImeController.java96 PerDisplay pd = new PerDisplay(displayId, in onDisplayAdded() local
98 pd.register(); in onDisplayAdded()
99 mImePerDisplay.put(displayId, pd); in onDisplayAdded()
104 PerDisplay pd = mImePerDisplay.get(displayId); in onDisplayConfigurationChanged() local
105 if (pd == null) { in onDisplayConfigurationChanged()
109 != pd.mRotation && isImeShowing(displayId)) { in onDisplayConfigurationChanged()
116 PerDisplay pd = mImePerDisplay.get(displayId); in onDisplayRemoved() local
117 if (pd == null) { in onDisplayRemoved()
120 pd.unregister(); in onDisplayRemoved()
125 PerDisplay pd = mImePerDisplay.get(displayId); in isImeShowing() local
[all …]
H A DDisplayInsetsController.java88 PerDisplay pd = new PerDisplay(displayId); in onDisplayAdded() local
89 pd.register(); in onDisplayAdded()
90 mInsetsPerDisplay.put(displayId, pd); in onDisplayAdded()
95 PerDisplay pd = mInsetsPerDisplay.get(displayId); in onDisplayRemoved() local
96 if (pd == null) { in onDisplayRemoved()
99 pd.unregister(); in onDisplayRemoved()
/aosp12/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dqsort.c95 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; in qsort_r() local
126 pc = pd = (char *)a + (n - 1) * es; in qsort_r()
139 swapfunc(pc, pd, es); in qsort_r()
140 pd -= es; in qsort_r()
163 d1 = MIN(pd - pc, pn - pd - es); in qsort_r()
167 d2 = pd - pc; in qsort_r()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneUtils.java285 pd.setCancelable(false); in displayMMIInitiate()
286 pd.setIndeterminate(true); in displayMMIInitiate()
289 pd.show(); in displayMMIInitiate()
291 return pd; in displayMMIInitiate()
370 ProgressDialog pd = new ProgressDialog(app, THEME); in displayMMIComplete() local
371 pd.setTitle(title); in displayMMIComplete()
372 pd.setMessage(text); in displayMMIComplete()
373 pd.setCancelable(false); in displayMMIComplete()
374 pd.setIndeterminate(true); in displayMMIComplete()
379 pd.show(); in displayMMIComplete()
[all …]
/aosp12/system/libufdt/sysdeps/
H A Dlibufdt_sysdeps_vendor.c100 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; in qsort() local
127 pc = pd = (char *)a + (n - 1) * es; in qsort()
140 swap(pc, pd); in qsort()
141 pd -= es; in qsort()
160 r = min(pd - pc, pn - pd - (int)es); in qsort()
163 if ((r = pd - pc) > (int)es) { in qsort()
/aosp12/system/bt/stack/include/
H A Dbtm_api_types.h141 #define BTM_COD_MINOR_CLASS(u8, pd) \ argument
142 { (u8) = (pd)[2] & 0xFC; }
143 #define BTM_COD_MAJOR_CLASS(u8, pd) \ argument
144 { (u8) = (pd)[1] & 0x1F; }
145 #define BTM_COD_SERVICE_CLASS(u16, pd) \ argument
147 (u16) = (pd)[0]; \
149 (u16) += (pd)[1] & 0xE0; \
153 #define FIELDS_TO_COD(pd, mn, mj, sv) \ argument
155 (pd)[2] = mn; \
156 (pd)[1] = (mj) + ((sv)&BTM_COD_SERVICE_CLASS_LO_B); \
[all …]
/aosp12/frameworks/native/services/powermanager/include/android/
H A DParcelDuration.h36 bool operator==(const ParcelDuration& pd) const {
37 return mSeconds == pd.mSeconds && mNanos == pd.mNanos;
/aosp12/frameworks/native/opengl/tests/angeles/
H A Ddemo.c243 VECTOR3 pa, pb, pc, pd; in createSuperShape() local
252 superShapeMap(&pd, r0, r3, t1, p2); in createSuperShape()
259 vector3Sub(&v2, &pd, &pa); in createSuperShape()
317 result->vertexArray[currentVertex * 3] = FIXED(pd.x); in createSuperShape()
318 result->vertexArray[currentVertex * 3 + 1] = FIXED(pd.y); in createSuperShape()
319 result->vertexArray[currentVertex * 3 + 2] = FIXED(pd.z); in createSuperShape()
329 result->vertexArray[currentVertex * 3] = FIXED(pd.x); in createSuperShape()
330 result->vertexArray[currentVertex * 3 + 1] = FIXED(pd.y); in createSuperShape()
331 result->vertexArray[currentVertex * 3 + 2] = FIXED(pd.z); in createSuperShape()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/wm/
H A DDisplaySystemBarsController.java73 PerDisplay pd = new PerDisplay(displayId); in onDisplayAdded() local
74 pd.register(); in onDisplayAdded()
86 mPerDisplaySparseArray.put(displayId, pd); in onDisplayAdded()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-lib2d-interface/test/
H A Dmm_lib2d_test.c147 uint32_t *pd = (uint32_t *)addr; in lib2d_dump_tga() local
162 pd[(i*stride>>2)+j] & 0xff, // b in lib2d_dump_tga()
163 (pd[(i*stride>>2)+j] >> 8) & 0xff, // g in lib2d_dump_tga()
164 (pd[(i*stride>>2)+j] >> 16) & 0xff, // r in lib2d_dump_tga()
165 (pd[(i*stride>>2)+j] >> 24) & 0xff); // a in lib2d_dump_tga()
/aosp12/frameworks/av/media/codec2/tests/
H A DC2SampleComponent_test.cpp380 void dumpDesc(const C2ParamDescriptor &pd) { in dumpDesc() argument
382 if (pd.isRequired()) { in dumpDesc()
385 if (pd.isPersistent()) { in dumpDesc()
389 dumpType(C2Param::Type(pd.index().type())); in dumpDesc()
390 cout << " " << pd.name() << ";" << endl; in dumpDesc()
H A DC2ComponentInterface_test.cpp523 for (const auto &pd : sParams) { in isSupportedParam() local
524 if (param.type() == pd->index().type()) { in isSupportedParam()
/aosp12/frameworks/av/media/codec2/vndk/internal/
H A DC2ParamInternal.h65 inline static uint32_t GetAttrib(const C2ParamDescriptor &pd) { in GetAttrib()
66 return pd._mAttrib; in GetAttrib()
/aosp12/system/bpf/libbpf_android/
H A DLoader.cpp312 static int readProgDefs(ifstream& elfFile, vector<struct bpf_prog_def>& pd, in readProgDefs() argument
328 pd.resize(progCount); in readProgDefs()
332 for (auto& p : pd) { in readProgDefs()
396 vector<struct bpf_prog_def> pd; in readCodeSections()
397 ret = readProgDefs(elfFile, pd, sizeOfBpfProgDef); in readCodeSections()
401 if (!pd.empty() && ret) return ret; in readCodeSections()
430 cs_temp.prog_def = pd[i]; in readCodeSections()
/aosp12/bootable/recovery/applypatch/
H A Dapplypatch.cpp233 uint8_t* pd = digest; in ParseSha1() local
246 *pd = digit << 4; in ParseSha1()
248 *pd |= digit; in ParseSha1()
249 ++pd; in ParseSha1()
/aosp12/system/nfc/src/gki/ulinux/
H A Dgki_ulinux.cc1145 uint8_t* pd = ps + shift_amount; in GKI_shiftdown() local
1148 for (xx = 0; xx < len; xx++) *pd-- = *ps--; in GKI_shiftdown()
1160 uint8_t* pd = p_dest; in GKI_shiftup() local
1163 for (xx = 0; xx < len; xx++) *pd++ = *ps++; in GKI_shiftup()
/aosp12/system/extras/simpleperf/scripts/purgatorio/
H A Dpurgatorio.py24 import pandas as pd namespace
98 table_source = ColumnDataSource(pd.DataFrame(
/aosp12/system/memory/lmkd/
H A Dlmkd.cpp1986 struct psi_data *pd) { in killinfo_log() argument
2008 if (pd) { in killinfo_log()
2009 android_log_write_float32(ctx, pd->mem_stats[PSI_SOME].avg10); in killinfo_log()
2010 android_log_write_float32(ctx, pd->mem_stats[PSI_FULL].avg10); in killinfo_log()
2011 android_log_write_float32(ctx, pd->io_stats[PSI_SOME].avg10); in killinfo_log()
2012 android_log_write_float32(ctx, pd->io_stats[PSI_FULL].avg10); in killinfo_log()
2013 android_log_write_float32(ctx, pd->cpu_stats[PSI_SOME].avg10); in killinfo_log()
2195 struct psi_data *pd) { in kill_one_process() argument
2275 killinfo_log(procp, min_oom_score, rss_kb, swap_kb, NONE, mi, wi, tm, pd); in kill_one_process()
2307 struct psi_data *pd) { in find_and_kill_process() argument
[all …]
/aosp12/system/nfc/src/nfc/ndef/
H A Dndef_utils.cc44 uint8_t* pd = ps + shift_amount; in shiftdown() local
47 for (xx = 0; xx < len; xx++) *pd-- = *ps--; in shiftdown()
59 uint8_t* pd = p_dest; in shiftup() local
62 for (xx = 0; xx < len; xx++) *pd++ = *ps++; in shiftup()
/aosp12/build/soong/third_party/zip/testdata/
H A Dreadme.notzip6 �] LeI7�W΍E�,pd�p�
/aosp12/system/nfc/src/nfc/nfc/
H A Dnfc_ncif.cc1908 uint8_t *ps, *pd; in nfc_ncif_proc_data() local
1942 pd = (uint8_t*)(p_max + 1) + p_max->offset; in nfc_ncif_proc_data()
1944 memcpy(pd, ps, p_last->len); in nfc_ncif_proc_data()
1964 pd = (uint8_t*)(p_last + 1) + p_last->offset + p_last->len; in nfc_ncif_proc_data()
1965 memcpy(pd, ps, len); in nfc_ncif_proc_data()

12