Searched defs:sd (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DLoadedApk.java519 LoadedApk.ServiceDispatcher sd = it.next();
522 + sd.getServiceConnection() + " that was originally bound here");
523 leak.setStackTrace(sd.getLocation().getStackTrace());
527 sd.getIServiceConnection());
531 sd.doForget();
827 LoadedApk.ServiceDispatcher sd = null;
830 sd = map.get(c);
832 if (sd == null) {
833 sd = new ServiceDispatcher(c, context, handler, flags);
838 map.put(c, sd);
916 InnerConnection(LoadedApk.ServiceDispatcher sd) argument
[all...]
/frameworks/base/opengl/libagl/
H A Dprimitives.cpp902 GLfixed sd = dot4(equation.v, s->eye.v); local
907 if (sd >= 0) {
914 const GLfixed t = clipDivide(sd, sd-pd);
925 const GLfixed t = clipDivide(pd, pd-sd);
939 sd = pd;
967 GLfixed sd = frustumPlaneDist(plane, s->clip); local
972 if (sd >= 0) {
979 const GLfixed t = clipDivide(sd, sd
1044 const GLfixed sd = dot4(equation.v, s->eye.v); local
1079 const GLfixed sd = frustumPlaneDist(plane, s->clip); local
[all...]

Completed in 108 milliseconds