/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/ |
transport_class.h | 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/ |
transport_class.h | 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
|
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/linux/ |
transport_class.h | 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/linux/ |
transport_class.h | 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/linux/ |
transport_class.h | 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/ |
transport_class.h | 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/ |
transport_class.h | 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/ |
transport_class.h | 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/ |
transport_class.h | 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/ |
transport_class.h | 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/ |
transport_class.h | 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/ |
transport_class.h | 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
transport_class.h | 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
transport_class.h | 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
transport_class.h | 37 #define DECLARE_ANON_TRANSPORT_CLASS(cls, mtch, cfg) struct anon_transport_class cls = { .tclass = { .configure = cfg, }, . container = { .match = mtch, }, }
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/macholib/ |
dylib.py | 42 is_dylib = DYLIB_RE.match(filename)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
version.py | 105 match = self.version_re.match(vstring) 106 if not match: 110 match.group(1, 2, 4, 5, 6) 157 else: # numeric versions don't match -- 222 # wrong, it's because the simple, obvious design doesn't match my
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
ZoomHeight.py | 25 m = re.match(r"(\d+)x(\d+)\+(-?\d+)\+(-?\d+)", geom)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_numliterals.py | 17 def match(self, node): member in class:FixNumliterals
|
fix_unicode.py | 22 if _literal_re.match(node.value):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_nis.py | 30 if nis.match(k, nismap) != v: 31 self.fail("NIS match failed for key `%s' in map `%s'" % (k, nismap))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/macholib/ |
dylib.py | 42 is_dylib = DYLIB_RE.match(filename)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
version.py | 105 match = self.version_re.match(vstring) 106 if not match: 110 match.group(1, 2, 4, 5, 6) 157 else: # numeric versions don't match -- 222 # wrong, it's because the simple, obvious design doesn't match my
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
ZoomHeight.py | 25 m = re.match(r"(\d+)x(\d+)\+(-?\d+)\+(-?\d+)", geom)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
fix_numliterals.py | 17 def match(self, node): member in class:FixNumliterals
|