Searched refs:interesting (Results 1 - 11 of 11) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A DHTMLParser.py103 self.interesting = interesting_normal
131 self.interesting = re.compile(r'</\s*%s\s*>' % self.cdata_elem, re.I)
134 self.interesting = interesting_normal
145 match = self.interesting.search(rawdata, i) # < or &
224 assert 0, "interesting.search() lied"
H A Dsgmllib.py24 interesting = re.compile('[&<]') variable
125 match = interesting.search(rawdata, i)
H A Dxmllib.py25 interesting = re.compile('[]&<]') variable
255 res = interesting.search(rawdata, i)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A DHTMLParser.py103 self.interesting = interesting_normal
131 self.interesting = re.compile(r'</\s*%s\s*>' % self.cdata_elem, re.I)
134 self.interesting = interesting_normal
145 match = self.interesting.search(rawdata, i) # < or &
224 assert 0, "interesting.search() lied"
H A Dsgmllib.py24 interesting = re.compile('[&<]') variable
125 match = interesting.search(rawdata, i)
H A Dxmllib.py25 interesting = re.compile('[]&<]') variable
255 res = interesting.search(rawdata, i)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
H A Dmsvc9compiler.py267 interesting = set(("include", "lib", "libpath", "path"))
289 if key in interesting:
298 if len(result) != len(interesting):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
H A Dmsvc9compiler.py267 interesting = set(("include", "lib", "libpath", "path"))
289 if key in interesting:
298 if len(result) != len(interesting):
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_descr.py2289 def interesting(strings): function in function:.test_dir
2297 self.assertEqual(interesting(dir(C)), cstuff)
2300 self.assertEqual(interesting(dir(c)), cstuff)
2305 self.assertEqual(interesting(dir(c)), cstuff + ['cdata', 'cmethod'])
2313 self.assertEqual(interesting(dir(A)), astuff)
2316 self.assertEqual(interesting(dir(a)), astuff)
2319 self.assertEqual(interesting(dir(a)), astuff + ['adata', 'amethod'])
3847 # The most interesting thing here is whether this blows up, due to
3852 # If that didn't blow up, it's also interesting to see whether clearing
4181 # Case 3: subclass of new-style class; here it gets interesting
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_descr.py2289 def interesting(strings): function in function:.test_dir
2297 self.assertEqual(interesting(dir(C)), cstuff)
2300 self.assertEqual(interesting(dir(c)), cstuff)
2305 self.assertEqual(interesting(dir(c)), cstuff + ['cdata', 'cmethod'])
2313 self.assertEqual(interesting(dir(A)), astuff)
2316 self.assertEqual(interesting(dir(a)), astuff)
2319 self.assertEqual(interesting(dir(a)), astuff + ['adata', 'amethod'])
3847 # The most interesting thing here is whether this blows up, due to
3852 # If that didn't blow up, it's also interesting to see whether clearing
4181 # Case 3: subclass of new-style class; here it gets interesting
[all...]
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
H A Dfindbugs-2.0.1.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 173 milliseconds