HomeSort by relevance Sort by last modified time
    Searched defs:_C (Results 1 - 25 of 30) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mn10300/
i135409-2.s 9 _C:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
abc.py 11 class _C: pass
12 _InstanceType = type(_C())
types.py 51 class _C:
53 ClassType = type(_C)
54 UnboundMethodType = type(_C._m) # Same as MethodType
55 _x = _C()
84 del sys, _f, _g, _C, _x # Not for export
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
abc.py 11 class _C: pass
12 _InstanceType = type(_C())
types.py 51 class _C:
53 ClassType = type(_C)
54 UnboundMethodType = type(_C._m) # Same as MethodType
55 _x = _C()
84 del sys, _f, _g, _C, _x # Not for export
  /external/python/cpython2/Lib/
abc.py 11 class _C: pass
12 _InstanceType = type(_C())
types.py 51 class _C:
53 ClassType = type(_C)
54 UnboundMethodType = type(_C._m) # Same as MethodType
55 _x = _C()
84 del sys, _f, _g, _C, _x # Not for export
  /prebuilts/gdb/darwin-x86/lib/python2.7/
abc.py 11 class _C: pass
12 _InstanceType = type(_C())
types.py 51 class _C:
53 ClassType = type(_C)
54 UnboundMethodType = type(_C._m) # Same as MethodType
55 _x = _C()
84 del sys, _f, _g, _C, _x # Not for export
  /prebuilts/gdb/linux-x86/lib/python2.7/
abc.py 11 class _C: pass
12 _InstanceType = type(_C())
types.py 51 class _C:
53 ClassType = type(_C)
54 UnboundMethodType = type(_C._m) # Same as MethodType
55 _x = _C()
84 del sys, _f, _g, _C, _x # Not for export
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
abc.py 11 class _C: pass
12 _InstanceType = type(_C())
types.py 51 class _C:
53 ClassType = type(_C)
54 UnboundMethodType = type(_C._m) # Same as MethodType
55 _x = _C()
84 del sys, _f, _g, _C, _x # Not for export
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
abc.py 11 class _C: pass
12 _InstanceType = type(_C())
types.py 51 class _C:
53 ClassType = type(_C)
54 UnboundMethodType = type(_C._m) # Same as MethodType
55 _x = _C()
84 del sys, _f, _g, _C, _x # Not for export
  /external/python/cpython3/Lib/multiprocessing/
reduction.py 204 class _C:
207 register(type(_C().f), _reduce_method)
270 register(type(_C().f), _reduce_method)
  /bionic/libc/upstream-openbsd/android/include/
openbsd-compat.h 61 #define _C _CTYPE_C
  /external/libcxx/test/support/
nasty_macros.hpp 15 #define _C NASTY_MACRO
  /external/libmojo/third_party/jinja2/
_compat.py 122 class _C(object):
128 method_type = type(_C().method)
129 code_type = type(_C.method.__code__)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
nasty_macros.hpp 15 #define _C NASTY_MACRO
  /external/python/cpython3/Lib/
types.py 22 async def _c(): pass function
23 _c = _c() variable
24 CoroutineType = type(_c)
25 _c.close() # Prevent ResourceWarning
32 class _C:
34 MethodType = type(_C()._m)
53 del sys, _f, _g, _C, _c, # Not for export
  /external/python/cpython3/Lib/test/
test_dis.py 29 class _C:
49 """ % (_C.__init__.__code__.co_firstlineno + 1,)
69 """ % (_C.cm.__code__.co_firstlineno + 2,)
78 """ % (_C.sm.__code__.co_firstlineno + 2,)
88 """ % (_C.__init__.__name__, dis_c_instance_method,
89 _C.cm.__name__, dis_c_class_method,
90 _C.sm.__name__, dis_c_static_method)
408 self.do_disassembly_test(_C, dis_c)
411 self.do_disassembly_test(_C(1).__init__, dis_c_instance_method)
414 method_bytecode = _C(1).__init__.__code__.co_cod
    [all...]
  /external/opencv/cv/src/
cvshapedescr.cpp 796 CvMat _S = cvMat(6,6,CV_64F,S), _C = cvMat(6,6,CV_64F,C), _T = cvMat(6,6,CV_64F,T);
862 cvMulTransposed( &_EIGVECS, &_C, 1 );
870 cvMatMul( &_C, &_S, &_T );
871 cvMatMul( &_T, &_C, &_S );
893 cvMatMul( &_C, &_EIGVECS, &_T );
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_query_hw_sm.c     [all...]
  /prebuilts/go/darwin-x86/src/unicode/
tables.go 54 var _C = &RangeTable{
    [all...]

Completed in 1050 milliseconds

1 2