Searched refs:pd (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/power/ |
D | ShutdownThread.java | 262 ProgressDialog pd = new ProgressDialog(context); in showShutdownDialog() local 292 pd.setTitle(context.getText(com.android.internal.R.string.reboot_to_update_title)); in showShutdownDialog() 294 pd.setMax(100); in showShutdownDialog() 295 pd.setProgress(0); in showShutdownDialog() 296 pd.setIndeterminate(false); in showShutdownDialog() 297 pd.setProgressNumberFormat(null); in showShutdownDialog() 298 pd.setProgressStyle(ProgressDialog.STYLE_HORIZONTAL); in showShutdownDialog() 299 pd.setMessage(context.getText( in showShutdownDialog() 305 pd.setIndeterminate(true); in showShutdownDialog() 306 pd.setMessage(context.getText( in showShutdownDialog() [all …]
|
/frameworks/native/opengl/libagl/ |
D | primitives.cpp | 907 const GLfixed pd = dot4(equation.v, p->eye.v); in clip_triangle() local 909 if (pd >= 0) { in clip_triangle() 915 const GLfixed t = clipDivide(sd, sd-pd); in clip_triangle() 923 if (pd >= 0) { in clip_triangle() 925 if (pd) { in clip_triangle() 926 const GLfixed t = clipDivide(pd, pd-sd); in clip_triangle() 940 sd = pd; in clip_triangle() 972 const GLfixed pd = frustumPlaneDist(plane, p->clip); in clip_triangle() local 974 if (pd >= 0) { in clip_triangle() 980 const GLfixed t = clipDivide(sd, sd-pd); in clip_triangle() [all …]
|
/frameworks/native/opengl/tests/angeles/ |
D | demo.c | 243 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()
|
/frameworks/av/media/codec2/vndk/internal/ |
D | C2ParamInternal.h | 65 inline static uint32_t GetAttrib(const C2ParamDescriptor &pd) { in GetAttrib() 66 return pd._mAttrib; in GetAttrib()
|
/frameworks/av/media/codec2/tests/ |
D | C2SampleComponent_test.cpp | 380 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()
|
D | C2ComponentInterface_test.cpp | 523 for (const auto &pd : sParams) { in isSupportedParam() local 524 if (param.type() == pd->index().type()) { in isSupportedParam()
|