HomeSort by relevance Sort by last modified time
    Searched refs:python (Results 51 - 64 of 64) sorted by null

1 23

  /external/webkit/Tools/Scripts/webkitpy/common/system/
autoinstall.py 31 """Support for automatically downloading Python packages from an URL."""
54 """Supports automatically installing Python packages from an URL.
62 installer.install(url="http://pypi.python.org/packages/source/p/pep8/pep8-0.5.0.tar.gz#md5=512a818af9979290cd619cce8e9c2e2b",
64 installer.install(url="http://pypi.python.org/packages/source/m/mechanize/mechanize-0.2.4.zip",
156 text = ("# This file is required for Python to search this "
265 # available in Python 2.6 but not in earlier versions.
354 message = ('Could not download Python modules from URL "%s".\n'
396 """Install a python package from an URL.
428 """Install a python package from an URL.
511 url="http://pypi.python.org/packages/source/p/pep8/pep8-0.5.0.tar.gz#md5=512a818af9979290cd619cce8e9c2e2b"
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/
checker.py 41 from checkers.python import PythonChecker
93 # List Python pep8 categories last.
95 # Because much of WebKit's Python code base does not abide by the
99 # FIXME: Consider bringing WebKit's Python code base into conformance
190 # For third-party Python code, keep only the following checks--
399 # File "/System/Library/Frameworks/Python.framework/Versions/2.6/...
426 PYTHON = 3
484 return FileType.PYTHON
509 elif file_type == FileType.PYTHON:
checker_unittest.py 1 #!/usr/bin/python
57 from checkers.python import PythonChecker
260 # Third-party Python code: webkitpy/thirdparty
468 """Test paths that should be checked as Python."""
    [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 33 // This module outputs pure-Python protocol message classes that will
35 // In other words, our job is basically to output a Python equivalent
41 // generator that outputs a Python/C extension module that lets
42 // performance-minded Python code leverage the fast C++ implementation
51 #include <google/protobuf/compiler/python/python_generator.h>
64 namespace python { namespace in namespace:google::protobuf::compiler
78 // Returns the Python module name expected for a given .proto filename.
102 // Name of the class attribute where we store the Python
120 // TODO(robinson): Allow parameterization of Python version?
144 // Returns a Python literal giving the default value for a field
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/regex-re2/
Makefile 36 # To rebuild the Tables generated by Perl and Python scripts (requires Internet
205 python $< > $@
  /external/protobuf/
Android.mk 109 src/google/protobuf/compiler/python/python_generator.cc \
  /dalvik/docs/
prettify.js 21 * Java, Python, Bash, SQL, HTML, XML, CSS, Javascript, and Makefiles.
184 * Like the python <code>
687 * the tripled delimiters used in python, but should work on those regardless
    [all...]
  /external/webkit/Tools/Scripts/
old-run-webkit-tests 268 print "WARNING: Your platform does not have Python 2.5+, which is required to run websocket server, so disabling websocket/tests.\n";
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /external/blktrace/btt/doc/
btt.tex     [all...]
  /external/protobuf/gtest/
configure 876 PYTHON
    [all...]

Completed in 1112 milliseconds

1 23