Searched refs:cl (Results 1 - 25 of 83) sorted by relevance

1234

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_cl.py2 """Whimpy test script for the cl module
7 cl = import_module('cl') variable
67 # This is a very inobtrusive test for the existence of the cl
73 print 'Touching cl module attributes...'
77 getattr(cl, attr)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_cl.py2 """Whimpy test script for the cl module
7 cl = import_module('cl') variable
67 # This is a very inobtrusive test for the existence of the cl
73 print 'Touching cl module attributes...'
77 getattr(cl, attr)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DClassBrowser.py101 for key, cl in dict.items():
102 if cl.module == name:
104 if hasattr(cl, 'super') and cl.super:
106 for sup in cl.super:
111 if sup.module != cl.module:
115 items.append((cl.lineno, s))
116 self.classes[s] = cl
130 self.cl = self.classes[self.name]
132 self.cl
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DClassBrowser.py101 for key, cl in dict.items():
102 if cl.module == name:
104 if hasattr(cl, 'super') and cl.super:
106 for sup in cl.super:
111 if sup.module != cl.module:
115 items.append((cl.lineno, s))
116 self.classes[s] = cl
130 self.cl = self.classes[self.name]
132 self.cl
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Daifc.py283 # _decomp -- the decompressor from builtin module cl
331 import cl namespace
332 params = [cl.ORIGINAL_FORMAT, 0,
333 cl.BITS_PER_COMPONENT, self._sampwidth * 8,
334 cl.FRAME_RATE, self._framerate]
336 params[1] = cl.MONO
338 params[1] = cl.STEREO_INTERLEAVED
432 import cl namespace
433 dummy = self._decomp.SetParam(cl.FRAME_BUFFER_SIZE,
487 import cl namespace
763 import cl namespace
805 import cl namespace
[all...]
H A DDocXMLRPCServer.py68 funcs={}, classes={}, methods={}, cl=None):
71 anchor = (cl and cl.__name__ or '') + '-' + name
H A Dpydoc.py132 def allmethods(cl):
134 for key, value in inspect.getmembers(cl, _is_some_method):
136 for base in cl.__bases__:
139 methods[key] = getattr(cl, key)
864 funcs={}, classes={}, methods={}, cl=None):
868 anchor = (cl and cl.__name__ or '') + '-' + name
873 if cl:
874 if imclass is not cl:
887 if (cl an
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Daifc.py283 # _decomp -- the decompressor from builtin module cl
331 import cl namespace
332 params = [cl.ORIGINAL_FORMAT, 0,
333 cl.BITS_PER_COMPONENT, self._sampwidth * 8,
334 cl.FRAME_RATE, self._framerate]
336 params[1] = cl.MONO
338 params[1] = cl.STEREO_INTERLEAVED
432 import cl namespace
433 dummy = self._decomp.SetParam(cl.FRAME_BUFFER_SIZE,
487 import cl namespace
763 import cl namespace
805 import cl namespace
[all...]
H A DDocXMLRPCServer.py68 funcs={}, classes={}, methods={}, cl=None):
71 anchor = (cl and cl.__name__ or '') + '-' + name
H A Dpydoc.py132 def allmethods(cl):
134 for key, value in inspect.getmembers(cl, _is_some_method):
136 for base in cl.__bases__:
139 methods[key] = getattr(cl, key)
864 funcs={}, classes={}, methods={}, cl=None):
868 anchor = (cl and cl.__name__ or '') + '-' + name
873 if cl:
874 if imclass is not cl:
887 if (cl an
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpc/
H A Dclnt.h204 * CLNT_CONTROL(cl, request, info)
205 * CLIENT *cl;
209 #define CLNT_CONTROL(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in))
210 #define clnt_control(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in))
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
H A Dclnt.h204 * CLNT_CONTROL(cl, request, info)
205 * CLIENT *cl;
209 #define CLNT_CONTROL(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in))
210 #define clnt_control(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpc/
H A Dclnt.h204 * CLNT_CONTROL(cl, request, info)
205 * CLIENT *cl;
209 #define CLNT_CONTROL(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in))
210 #define clnt_control(cl,rq,in) ((*(cl)->cl_ops->cl_control)(cl,rq,in))
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
H A DXKBsrv.h114 #define XkbSetCauseReq(c,j,n,cl) { (c)->kc= (c)->event= 0,\
116 (c)->client= (cl); }
117 #define XkbSetCauseCoreReq(c,e,cl) XkbSetCauseReq(c,e,0,cl)
118 #define XkbSetCauseXkbReq(c,e,cl) XkbSetCauseReq(c,XkbReqCode,e,cl)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
H A DXKBsrv.h114 #define XkbSetCauseReq(c,j,n,cl) { (c)->kc= (c)->event= 0,\
116 (c)->client= (cl); }
117 #define XkbSetCauseCoreReq(c,e,cl) XkbSetCauseReq(c,e,0,cl)
118 #define XkbSetCauseXkbReq(c,e,cl) XkbSetCauseReq(c,XkbReqCode,e,cl)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
H A DXKBsrv.h114 #define XkbSetCauseReq(c,j,n,cl) { (c)->kc= (c)->event= 0,\
116 (c)->client= (cl); }
117 #define XkbSetCauseCoreReq(c,e,cl) XkbSetCauseReq(c,e,0,cl)
118 #define XkbSetCauseXkbReq(c,e,cl) XkbSetCauseReq(c,XkbReqCode,e,cl)
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
H A Dlanghooks.h557 int function_code, enum built_in_class cl,
563 enum built_in_class cl,
H A Dreal.h47 unsigned int /* ENUM_BITFIELD (real_value_class) */ cl : 2;
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
H A Dlanghooks.h557 int function_code, enum built_in_class cl,
563 enum built_in_class cl,
H A Dreal.h47 unsigned int /* ENUM_BITFIELD (real_value_class) */ cl : 2;
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
H A Dlanghooks.h557 int function_code, enum built_in_class cl,
563 enum built_in_class cl,
H A Dreal.h47 unsigned int /* ENUM_BITFIELD (real_value_class) */ cl : 2;
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
H A Dlanghooks.h557 int function_code, enum built_in_class cl,
563 enum built_in_class cl,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A Dturtle.py534 cl = []
536 cl.append(x * self.xscale)
537 cl.append(-y * self.yscale)
538 self.cv.coords(polyitem, *cl)
565 cl = []
567 cl.append(x * self.xscale)
568 cl.append(-y * self.yscale)
569 self.cv.coords(lineitem, *cl)
760 cl = self.cv.coords(item)
761 pl = [(cl[
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A Dturtle.py534 cl = []
536 cl.append(x * self.xscale)
537 cl.append(-y * self.yscale)
538 self.cv.coords(polyitem, *cl)
565 cl = []
567 cl.append(x * self.xscale)
568 cl.append(-y * self.yscale)
569 self.cv.coords(lineitem, *cl)
760 cl = self.cv.coords(item)
761 pl = [(cl[
[all...]

Completed in 378 milliseconds

1234