/hardware/qcom/display/msm8960/libmemtrack/ |
kgsl.c | 85 char line_type[7]; local 97 &uaddr, &size, line_type); 102 if (type == MEMTRACK_TYPE_GL && strcmp(line_type, "gpumem") == 0) { 137 } else if (type == MEMTRACK_TYPE_GRAPHICS && strcmp(line_type, "ion") == 0) {
|
/hardware/qcom/display/msm8974/libmemtrack/ |
kgsl.c | 85 char line_type[7]; local 97 &uaddr, &size, line_type); 102 if (type == MEMTRACK_TYPE_GL && strcmp(line_type, "gpumem") == 0) { 137 } else if (type == MEMTRACK_TYPE_GRAPHICS && strcmp(line_type, "ion") == 0) {
|
/external/opencv/cxcore/src/ |
cxdrawing.cpp | 62 const void* color, int line_type, 70 const void* color, int thickness, int line_type, int shift ); 74 const void* color, int line_type, int shift ); 914 const void* color, int thickness, int line_type ) 935 icvPolyLine( img, v, count, 0, color, thickness, line_type, XY_SHIFT ); 939 icvFillConvexPoly( img, v, count, color, line_type, XY_SHIFT ); 954 CV_CALL( icvCollectPolyEdges( img, &vtx, edges, color, line_type, XY_SHIFT )); 988 icvFillConvexPoly( CvMat* img, CvPoint *v, int npts, const void* color, int line_type, int shift ) 2204 int thickness, line_type; local [all...] |
/external/opencv/cxcore/include/ |
cxcore.h | 1392 int line_type; member in struct:CvFont [all...] |
/external/opencv/cv/src/ |
cvcalibinit.cpp | 1993 int type, cn, line_type; local [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
httplib.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
httplib.py | [all...] |
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
webrtcsdp.cc | 412 // provided as |line_type|. 415 const char line_type, 419 description << "Expect line: " << line_type << "=" << line_value; [all...] |