Searched refs:pd (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownThread.java273 ProgressDialog pd = new ProgressDialog(context);
303 pd.setTitle(context.getText(com.android.internal.R.string.reboot_to_update_title));
305 pd.setMax(100);
306 pd.setProgress(0);
307 pd.setIndeterminate(false);
308 pd.setProgressNumberFormat(null);
309 pd.setProgressStyle(ProgressDialog.STYLE_HORIZONTAL);
310 pd.setMessage(context.getText(
316 pd.setIndeterminate(true);
317 pd
[all...]
/frameworks/native/opengl/libagl/
H A Dprimitives.cpp906 const GLfixed pd = dot4(equation.v, p->eye.v); local
908 if (pd >= 0) {
914 const GLfixed t = clipDivide(sd, sd-pd);
922 if (pd >= 0) {
924 if (pd) {
925 const GLfixed t = clipDivide(pd, pd-sd);
939 sd = pd;
971 const GLfixed pd = frustumPlaneDist(plane, p->clip); local
973 if (pd >
1045 const GLfixed pd = dot4(equation.v, p->eye.v); local
1080 const GLfixed pd = frustumPlaneDist(plane, p->clip); local
[all...]
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c243 VECTOR3 pa, pb, pc, pd; local
252 superShapeMap(&pd, r0, r3, t1, p2);
259 vector3Sub(&v2, &pd, &pa);
317 result->vertexArray[currentVertex * 3] = FIXED(pd.x);
318 result->vertexArray[currentVertex * 3 + 1] = FIXED(pd.y);
319 result->vertexArray[currentVertex * 3 + 2] = FIXED(pd.z);
329 result->vertexArray[currentVertex * 3] = FIXED(pd.x);
330 result->vertexArray[currentVertex * 3 + 1] = FIXED(pd.y);
331 result->vertexArray[currentVertex * 3 + 2] = FIXED(pd.z);
/frameworks/av/media/libstagefright/codec2/tests/
H A DC2Param_test.cpp2498 void dumpDesc(const C2ParamDescriptor &pd) { argument
2500 if (pd.isRequired()) {
2503 if (pd.isPersistent()) {
2507 dumpType(pd.type());
2508 cout << " " << pd.name() << ";" << endl;

Completed in 258 milliseconds