Searched refs:match (Results 1 - 25 of 2082) sorted by relevance

1234567891011>>

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/fixers/myfixes/
H A Dfix_explicit.py6 def match(self): return False member in class:FixExplicit
H A Dfix_first.py6 def match(self, node): return False member in class:FixFirst
H A Dfix_last.py7 def match(self, node): return False member in class:FixLast
H A Dfix_preorder.py6 def match(self, node): return False member in class:FixPreorder
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/fixers/myfixes/
H A Dfix_explicit.py6 def match(self): return False member in class:FixExplicit
H A Dfix_first.py6 def match(self, node): return False member in class:FixFirst
H A Dfix_last.py7 def match(self, node): return False member in class:FixLast
H A Dfix_preorder.py6 def match(self, node): return False member in class:FixPreorder
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
H A Dversionpredicate.py21 res = re_splitComparison.match(pred)
105 match = re_validPackage.match(versionPredicateStr)
106 if not match:
108 self.name, paren = match.groups()
111 match = re_paren.match(paren)
112 if not match:
114 str = match.groups()[0]
158 m = _provision_rx.match(valu
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
H A Dversionpredicate.py21 res = re_splitComparison.match(pred)
105 match = re_validPackage.match(versionPredicateStr)
106 if not match:
108 self.name, paren = match.groups()
111 match = re_paren.match(paren)
112 if not match:
114 str = match.groups()[0]
158 m = _provision_rx.match(valu
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dsgmllib.py125 match = interesting.search(rawdata, i)
126 if match: j = match.start()
133 if starttagopen.match(rawdata, i):
183 match = charref.match(rawdata, i)
184 if match:
185 name = match.group(1)
187 i = match.end(0)
190 match
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dsgmllib.py125 match = interesting.search(rawdata, i)
126 if match: j = match.start()
133 if starttagopen.match(rawdata, i):
183 match = charref.match(rawdata, i)
184 if match:
185 name = match.group(1)
187 i = match.end(0)
190 match
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
H A Dxt_owner.h15 __u8 match, invert; member in struct:xt_owner_match_info
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
H A Dxt_owner.h15 __u8 match, invert; member in struct:xt_owner_match_info
/prebuilts/ndk/9/platforms/android-10/arch-arm64/usr/include/linux/netfilter/
H A Dxt_owner.h32 __u8 match, invert; member in struct:xt_owner_match_info
/prebuilts/ndk/9/platforms/android-10/arch-mips64/usr/include/linux/netfilter/
H A Dxt_owner.h32 __u8 match, invert; member in struct:xt_owner_match_info
/prebuilts/ndk/9/platforms/android-10/arch-x86_64/usr/include/linux/netfilter/
H A Dxt_owner.h32 __u8 match, invert; member in struct:xt_owner_match_info
/prebuilts/ndk/9/platforms/android-11/arch-arm64/usr/include/linux/netfilter/
H A Dxt_owner.h32 __u8 match, invert; member in struct:xt_owner_match_info
/prebuilts/ndk/9/platforms/android-11/arch-mips64/usr/include/linux/netfilter/
H A Dxt_owner.h32 __u8 match, invert; member in struct:xt_owner_match_info
/prebuilts/ndk/9/platforms/android-11/arch-x86_64/usr/include/linux/netfilter/
H A Dxt_owner.h32 __u8 match, invert; member in struct:xt_owner_match_info
/prebuilts/ndk/9/platforms/android-12/arch-arm64/usr/include/linux/netfilter/
H A Dxt_owner.h32 __u8 match, invert; member in struct:xt_owner_match_info
/prebuilts/ndk/9/platforms/android-12/arch-mips64/usr/include/linux/netfilter/
H A Dxt_owner.h32 __u8 match, invert; member in struct:xt_owner_match_info
/prebuilts/ndk/9/platforms/android-12/arch-x86_64/usr/include/linux/netfilter/
H A Dxt_owner.h32 __u8 match, invert; member in struct:xt_owner_match_info
/prebuilts/ndk/9/platforms/android-13/arch-arm64/usr/include/linux/netfilter/
H A Dxt_owner.h32 __u8 match, invert; member in struct:xt_owner_match_info
/prebuilts/ndk/9/platforms/android-13/arch-mips64/usr/include/linux/netfilter/
H A Dxt_owner.h32 __u8 match, invert; member in struct:xt_owner_match_info

Completed in 638 milliseconds

1234567891011>>