Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/
DShutdownThread.java253 ProgressDialog pd = new ProgressDialog(context); in beginShutdownSequence() local
281 pd.setTitle(context.getText(com.android.internal.R.string.reboot_to_update_title)); in beginShutdownSequence()
283 pd.setMax(100); in beginShutdownSequence()
284 pd.setProgress(0); in beginShutdownSequence()
285 pd.setIndeterminate(false); in beginShutdownSequence()
286 pd.setProgressNumberFormat(null); in beginShutdownSequence()
287 pd.setProgressStyle(ProgressDialog.STYLE_HORIZONTAL); in beginShutdownSequence()
288 pd.setMessage(context.getText( in beginShutdownSequence()
291 pd.setIndeterminate(true); in beginShutdownSequence()
292 pd.setMessage(context.getText( in beginShutdownSequence()
[all …]
/frameworks/native/opengl/libagl/
Dprimitives.cpp906 const GLfixed pd = dot4(equation.v, p->eye.v); in clip_triangle() local
908 if (pd >= 0) { in clip_triangle()
914 const GLfixed t = clipDivide(sd, sd-pd); in clip_triangle()
922 if (pd >= 0) { in clip_triangle()
924 if (pd) { in clip_triangle()
925 const GLfixed t = clipDivide(pd, pd-sd); in clip_triangle()
939 sd = pd; in clip_triangle()
971 const GLfixed pd = frustumPlaneDist(plane, p->clip); in clip_triangle() local
973 if (pd >= 0) { in clip_triangle()
979 const GLfixed t = clipDivide(sd, sd-pd); in clip_triangle()
[all …]
/frameworks/native/opengl/tests/angeles/
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()