HomeSort by relevance Sort by last modified time
    Searched defs:_C (Results 126 - 150 of 154) sorted by null

1 2 3 4 56 7

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
ctype.h 18 #define _C 0x08
28 #define iscntrl(c) ((__ismask(c)&(_C)) != 0)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
ctype.h 50 #define _C 0x20
114 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _C));
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
ctype.h 18 #define _C 0x08
28 #define iscntrl(c) ((__ismask(c)&(_C)) != 0)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
ctype.h 50 #define _C 0x20
114 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _C));
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
ctype.h 18 #define _C 0x08
28 #define iscntrl(c) ((__ismask(c)&(_C)) != 0)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
ctype_base.h 42 #define _C _CTYPE_C
68 static const mask cntrl = _C;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
ctype_base.h 42 #define _C _CTYPE_C
68 static const mask cntrl = _C;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
ctype_base.h 42 #define _C _CTYPE_C
68 static const mask cntrl = _C;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
ctype_base.h 42 #define _C _CTYPE_C
68 static const mask cntrl = _C;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/arm64-v8a/include/bits/
ctype_base.h 42 #define _C _CTYPE_C
68 static const mask cntrl = _C;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
ctype_base.h 42 #define _C _CTYPE_C
68 static const mask cntrl = _C;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
ctype_base.h 42 #define _C _CTYPE_C
68 static const mask cntrl = _C;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
ctype_base.h 42 #define _C _CTYPE_C
68 static const mask cntrl = _C;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips64/include/bits/
ctype_base.h 42 #define _C _CTYPE_C
68 static const mask cntrl = _C;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
ctype_base.h 42 #define _C _CTYPE_C
68 static const mask cntrl = _C;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86_64/include/bits/
ctype_base.h 42 #define _C _CTYPE_C
68 static const mask cntrl = _C;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
ctype_base.h 42 #define _C _CTYPE_C
68 static const mask cntrl = _C;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
ctype_base.h 42 #define _C _CTYPE_C
68 static const mask cntrl = _C;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
ctype_base.h 42 #define _C _CTYPE_C
68 static const mask cntrl = _C;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
ctype_base.h 42 #define _C _CTYPE_C
68 static const mask cntrl = _C;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
ctype_base.h 42 #define _C _CTYPE_C
68 static const mask cntrl = _C;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
ctype_base.h 42 #define _C _CTYPE_C
68 static const mask cntrl = _C;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
ctype_base.h 42 #define _C _CTYPE_C
68 static const mask cntrl = _C;
  /external/chromium_org/third_party/jinja2/
_compat.py 122 class _C(object):
128 method_type = type(_C().method)
129 code_type = type(_C.method.__code__)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
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

Completed in 774 milliseconds

1 2 3 4 56 7