/external/markdown/markdown/extensions/ |
fenced_code.py | 1 #!/usr/bin/env python 4 Fenced Code Extension for Python Markdown 7 This extension adds Fenced Code Blocks to Python-Markdown. 40 ... ~~~~{.python} 48 u'<pre><code class="python">block one\\n</code></pre>\\n\\n<pre><code class="html"><p>block two</p>\\n</code></pre>' 52 Project website: <http://www.freewisdom.org/project/python-markdown/Fenced__Code__Blocks> 58 * [Python 2.3+](http://python.org) 59 * [Markdown 2.0+](http://www.freewisdom.org/projects/python-markdown/)
|
/sdk/monkeyrunner/src/com/android/monkeyrunner/ |
MonkeyRunner.java | 29 import org.python.core.ArgParser; 30 import org.python.core.ClassDictInit; 31 import org.python.core.PyException; 32 import org.python.core.PyObject; 165 "An iterable Python type containing a list of choices to display",
|
MonkeyDevice.java | 32 import org.python.core.ArgParser; 33 import org.python.core.ClassDictInit; 34 import org.python.core.Py; 35 import org.python.core.PyDictionary; 36 import org.python.core.PyList; 37 import org.python.core.PyObject; 38 import org.python.core.PyTuple; 266 "A Python iterable containing the category names for the Intent.", 268 "are inferred from the python types of the values.", 300 "are inferred from the python types of the values." [all...] |
MonkeyRunnerStarter.java | 24 import org.python.util.PythonInterpreter;
|
/external/v8/ |
Android.libv8.mk | 43 python $(SCRIPT) $(GEN1) CORE $(LOCAL_JS_LIBRARY_FILES)
|
Android.mksnapshot.mk | 50 python $(SCRIPT) $(GEN2) CORE $(LOCAL_JS_LIBRARY_FILES)
|
/external/webkit/Source/JavaScriptCore/ |
Android.v8.wtf.mk | 79 $(REGEXP_JIT_TABLES): PRIVATE_CUSTOM_TOOL = python $(PRIVATE_PATH)/create_regex_tables > $@
|
Android.mk | 247 $(REGEXP_JIT_TABLES): PRIVATE_CUSTOM_TOOL = python $(PRIVATE_PATH)/create_regex_tables > $@
|
/external/protobuf/src/google/protobuf/compiler/python/ |
python_generator.h | 33 // Generates Python code for a given .proto file. 55 namespace python { namespace in namespace:google::protobuf::compiler 57 // CodeGenerator implementation for generated Python protocol buffer classes. 59 // Python output, you can do so by registering an instance of this 150 } // namespace 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...] |
/frameworks/compile/slang/ |
SlangData.mk | 34 $(asm_file): PRIVATE_CUSTOM_TOOL = python $(SLANG_DATA) $(PRIVATE_OUTPUT_VAR_NAME) < $< > $@
|
/external/v8/src/ |
macros.py | 132 # Macros implemented in Python. 133 python macro CHAR_CODE(str) = ord(str[1]);
|
/development/scripts/app_engine_server/gae_shell/static/ |
shell.js | 21 * Includes a function (shell.runStatement) that sends the current python 159 * This is the form's onsubmit handler. It sends the python statement to the
|
/external/protobuf/src/ |
Makefile.am | 76 google/protobuf/compiler/python/python_generator.h 199 google/protobuf/compiler/python/python_generator.cc 334 google/protobuf/compiler/python/python_plugin_unittest.cc \
|
/cts/tests/SignatureTest/ |
Android.mk | 106 $(hide) python cts/tools/utils/android_api_description_splitter.py \
|
/external/llvm/test/ |
Makefile | 36 # -jN causes crash on Cygwin's python. 92 # Fedora 13 x86-64 python fails with -v 76800 186 @$(ECHOPATH) s=@PYTHON_EXECUTABLE@=python=g >> lit.tmp
|
/build/core/ |
config.mk | 17 # Tell python not to spam the source tree with .pyc files. This 18 # only has an effect on python 2.6 and above.
|
/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...] |
/cts/tools/signature-tools/lib/ |
antlr-2.7.7.jar | |
/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...] |
/prebuilt/common/groovy/ |
groovy-all-1.7.0.jar | |