HomeSort by relevance Sort by last modified time
    Searched refs:line_type (Results 1 - 11 of 11) sorted by null

  /hardware/qcom/display/msm8084/libmemtrack/
kgsl.c 89 char line_type[7]; local
103 &size, flags, line_type, line_usage);
108 if (type == MEMTRACK_TYPE_GL && strcmp(line_type, "gpumem") == 0) {
115 } else if (type == MEMTRACK_TYPE_GRAPHICS && strcmp(line_type, "ion") == 0) {
  /hardware/qcom/display/msm8226/libmemtrack/
kgsl.c 89 char line_type[7]; local
103 &size, flags, line_type);
108 if (type == MEMTRACK_TYPE_GL && strcmp(line_type, "gpumem") == 0) {
115 } else if (type == MEMTRACK_TYPE_GRAPHICS && strcmp(line_type, "ion") == 0) {
  /hardware/qcom/display/msm8960/libmemtrack/
kgsl.c 88 char line_type[7]; local
102 &size, flags, line_type, line_usage);
107 if (type == MEMTRACK_TYPE_GL && strcmp(line_type, "gpumem") == 0) {
112 } else if (type == MEMTRACK_TYPE_GRAPHICS && strcmp(line_type, "ion") == 0) {
  /hardware/qcom/display/msm8974/libmemtrack/
kgsl.c 88 char line_type[7]; local
102 &size, flags, line_type, line_usage);
107 if (type == MEMTRACK_TYPE_GL && strcmp(line_type, "gpumem") == 0) {
112 } else if (type == MEMTRACK_TYPE_GRAPHICS && strcmp(line_type, "ion") == 0) {
  /packages/experimental/SELinux/CTS/src/
SELinux_CTS.py 267 def is_multi_line(line_type):
268 if line_type == CLASS:
270 elif line_type == COMMON:
272 elif line_type == ALLOW_RULE:
274 elif line_type == NEVERALLOW_RULE:
314 line_type = get_line_type(line)
315 if is_multi_line(line_type):
316 self.parse_multi_line(line, line_type, policy_file)
318 self.parse_single_line(line, line_type)
378 def parse_multi_line(self, line, line_type, file_obj)
    [all...]
  /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...]

Completed in 1403 milliseconds