HomeSort by relevance Sort by last modified time
    Searched refs:compile (Results 901 - 925 of 1905) sorted by null

<<31323334353637383940>>

  /ndk/tests/device/hard-float/jni/
Android.mk 24 # This is to compile all user code in -mhard-float (which implies
83 # This is to compile all user code in -mhard-float and link a customized
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
Constants.java 307 Pattern p = Pattern.compile(matchAgainst.replaceAll("\\*", "\\.\\*"),
  /packages/apps/Gallery/src/com/android/camera/gallery/
BaseImageList.java 166 private static final Pattern sPathWithId = Pattern.compile("(.*)/\\d+");
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
HtmlConversationTemplates.java 69 private static final Pattern sAbsoluteImgUrlPattern = Pattern.compile(
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_compare.py 222 re.compile('(^RuntimeError:.* naughty.*){2}', re.M|re.S)
240 re.compile('(^TypeError:.* return an int.*){2}', re.M|re.S)
405 re.compile('(^RuntimeError:.* naughty.*){2}', re.M|re.S)
423 re.compile('(^TypeError:.* return an int.*){2}', re.M|re.S)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fpformat.py 22 decoder = re.compile(r'^([-+]?)0*(\d*)((?:\.\d*)?)(([eE][-+]?\d+)?)$')
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
OutputWindow.py 82 l.append(re.compile(pat, re.IGNORECASE))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_builtin.py 243 compile('print 1\n', '', 'exec')
245 compile(bom + 'print 1\n', '', 'exec')
246 compile(source='pass', filename='?', mode='exec')
247 compile(dont_inherit=0, filename='tmp', source='0', mode='eval')
248 compile('pass', '?', dont_inherit=1, mode='exec')
249 self.assertRaises(TypeError, compile)
250 self.assertRaises(ValueError, compile, 'print 42\n', '<string>', 'badmode')
251 self.assertRaises(ValueError, compile, 'print 42\n', '<string>', 'single', 0xff)
252 self.assertRaises(TypeError, compile, chr(0), 'f', 'exec')
253 self.assertRaises(TypeError, compile, 'pass', '?', 'exec'
    [all...]
test_compileall.py 39 py_compile.compile(self.source_path)
test_syntax.py 12 raise these exceptions-- ast.c, compile.c, future.c, pythonrun.c, and
502 compile(code, filename, mode)
510 self.fail("compile() did not raise SyntaxError")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
headers.py 13 tspecials = re.compile(r'[ \(\)<>@,;:\\"/\[\]\?=]')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_compare.py 222 re.compile('(^RuntimeError:.* naughty.*){2}', re.M|re.S)
240 re.compile('(^TypeError:.* return an int.*){2}', re.M|re.S)
405 re.compile('(^RuntimeError:.* naughty.*){2}', re.M|re.S)
423 re.compile('(^TypeError:.* return an int.*){2}', re.M|re.S)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fpformat.py 22 decoder = re.compile(r'^([-+]?)0*(\d*)((?:\.\d*)?)(([eE][-+]?\d+)?)$')
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
OutputWindow.py 82 l.append(re.compile(pat, re.IGNORECASE))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_builtin.py 243 compile('print 1\n', '', 'exec')
245 compile(bom + 'print 1\n', '', 'exec')
246 compile(source='pass', filename='?', mode='exec')
247 compile(dont_inherit=0, filename='tmp', source='0', mode='eval')
248 compile('pass', '?', dont_inherit=1, mode='exec')
249 self.assertRaises(TypeError, compile)
250 self.assertRaises(ValueError, compile, 'print 42\n', '<string>', 'badmode')
251 self.assertRaises(ValueError, compile, 'print 42\n', '<string>', 'single', 0xff)
252 self.assertRaises(TypeError, compile, chr(0), 'f', 'exec')
253 self.assertRaises(TypeError, compile, 'pass', '?', 'exec'
    [all...]
test_compileall.py 39 py_compile.compile(self.source_path)
test_syntax.py 12 raise these exceptions-- ast.c, compile.c, future.c, pythonrun.c, and
502 compile(code, filename, mode)
510 self.fail("compile() did not raise SyntaxError")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
headers.py 13 tspecials = re.compile(r'[ \(\)<>@,;:\\"/\[\]\?=]')
  /sdk/eclipse/scripts/
collect_sources_for_sdk.py 35 _RE_PKG = re.compile("^\s*package\s+([^\s;]+)\s*;.*")
  /art/compiler/dex/
verified_method.cc 47 bool compile) {
49 if (compile) {
  /external/apache-xml/src/main/java/org/apache/xpath/
XPath.java 185 Expression expr = compiler.compile(0);
237 Expression expr = compiler.compile(0);
  /external/chromium_org/ppapi/
PRESUBMIT.py 44 RE_TODO = re.compile(r'\WTODO\W', flags=re.I)
81 RE_UNVERSIONED_PPB = re.compile(r'\bPPB_\w+_INTERFACE\b')
  /external/chromium_org/remoting/webapp/
plugin_settings.js 7 // files making for a faster compile/run cycle when only modifying HTML/JS.
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_converter_unittest.py 299 orig_path_pattern = re.compile('\"/resources/testharness')
304 relpath_pattern = re.compile(new_relpath)
  /external/chromium_org/third_party/markdown/extensions/
footnotes.py 71 DEF_RE = re.compile(r'[ ]{0,3}\[\^([^\]]*)\]:\s*(.*)')
72 TABBED_RE = re.compile(r'((\t)|( ))(.*)')

Completed in 964 milliseconds

<<31323334353637383940>>