| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/ |
| checker.py | 43 from checkers.python import PythonChecker 97 # List Python pep8 categories last. 99 # Because much of WebKit's Python code base does not abide by the 103 # FIXME: Consider bringing WebKit's Python code base into conformance 132 # For third-party Python code, keep only the following checks-- 359 # File "/System/Library/Frameworks/Python.framework/Versions/2.6/... 388 PYTHON = 5 456 return FileType.PYTHON 480 elif file_type == FileType.PYTHON:
|
| checker_unittest.py | 55 from checkers.python import PythonChecker 219 # Third-party Python code: webkitpy/thirdparty 437 """Test paths that should be checked as Python."""
|
| /external/chromium_org/v8/ |
| Makefile | 283 python -c "print \
|
| /ndk/build/tools/ |
| build-gcc.sh | 80 register_var_option "--with-python=<path/to/python-config.sh>" WITH_PYTHON "Specify python config script, or prebuilt" 189 WITH_PYTHON_SCRIPT="$ANDROID_NDK_ROOT/prebuilt/$HOST_TAG/bin/python-config.sh" 192 echo "ERROR: --with-python ($WITH_PYTHON_SCRIPT)" 196 WITH_PYTHON="--with-python=$WITH_PYTHON_SCRIPT" 438 --python-prefix-dir=${WITH_PYTHON_PREFIX} \
|
| package-release.sh | 528 unpack_prebuilt ndk-python-$SYSTEM "$DSTDIR" "$DSTDIR64"
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| copy.py | 33 Python's deep copy operation avoids these problems by: 60 from org.python.core import PyStringMap 67 """Shallow copy operation on arbitrary Python objects. 146 """Deep copy operation on arbitrary Python objects.
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| copy.py | 33 Python's deep copy operation avoids these problems by: 60 from org.python.core import PyStringMap 67 """Shallow copy operation on arbitrary Python objects. 146 """Deep copy operation on arbitrary Python objects.
|
| /external/chromium_org/chrome/test/base/ |
| js2gtest.js | 17 // python script gypv8sh.py.
|
| /external/chromium_org/third_party/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> 65 namespace python { namespace in namespace:google::protobuf::compiler 79 // Returns the Python module name expected for a given .proto filename. 103 // Name of the class attribute where we store the Python 127 // TODO(robinson): Allow parameterization of Python version? 159 // Returns a Python literal giving the default value for a field [all...] |
| /external/chromium_org/third_party/simplejson/ |
| __init__.py | 7 version of the :mod:`json` library contained in Python 2.6, but maintains 8 compatibility with Python 2.4 and Python 2.5 and (currently) has 12 Encoding basic Python object hierarchies:: 93 $ echo '{"json":"obj"}' | python -m simplejson.tool 97 $ echo '{ 1.2:3.4}' | python -m simplejson.tool 159 may be ``unicode`` instances, subject to normal Python ``str`` to 239 # could accelerate with writelines in some versions of Python, at 258 ``unicode`` instance subject to normal Python ``str`` to ``unicode`` 346 a JSON document) to a Python object [all...] |
| /external/chromium_org/third_party/yasm/ |
| generate_files.host.darwin-x86.mk | 26 $(hide)cd $(gyp_local_path)/third_party/yasm; mkdir -p $(gyp_shared_intermediate_dir)/third_party/yasm; python source/patched-yasm/modules/arch/x86/gen_x86_insn.py "$(gyp_shared_intermediate_dir)/third_party/yasm"
|
| generate_files.host.linux-x86.mk | 26 $(hide)cd $(gyp_local_path)/third_party/yasm; mkdir -p $(gyp_shared_intermediate_dir)/third_party/yasm; python source/patched-yasm/modules/arch/x86/gen_x86_insn.py "$(gyp_shared_intermediate_dir)/third_party/yasm"
|
| /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/chromium_org/third_party/libxml/src/ |
| configure | 839 PYTHON [all...] |
| /build/core/ |
| config.mk | 22 # Tell python not to spam the source tree with .pyc files. This 23 # only has an effect on python 2.6 and above.
|
| /external/chromium_org/third_party/re2/ |
| Makefile | 36 # To rebuild the Tables generated by Perl and Python scripts (requires Internet 205 python $< > $@
|
| /external/regex-re2/ |
| Makefile | 36 # To rebuild the Tables generated by Perl and Python scripts (requires Internet 205 python $< > $@
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_gdb.py | 26 raise unittest.SkipTest("gdb versions before 7.0 didn't support python embedding" 31 'python-gdb.py') 51 # Verify that "gdb" was built with the embedded python support enabled: 52 gdbpy_version, _ = run_gdb("--eval-command=python import sys; print sys.version_info") 54 raise unittest.SkipTest("gdb not built with embedded python support") 58 # tests are run from an installed Python (we'll produce failures in that case). 74 stdout, _ = run_gdb("--eval-command=python print(dir(gdb.Frame))") 85 """Test that the debugger can debug Python.""" 92 Run 'python -c SOURCE' under gdb with a breakpoint. 103 # error, which typically happens python is dynamically linked (th [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_gdb.py | 26 raise unittest.SkipTest("gdb versions before 7.0 didn't support python embedding" 31 'python-gdb.py') 51 # Verify that "gdb" was built with the embedded python support enabled: 52 gdbpy_version, _ = run_gdb("--eval-command=python import sys; print sys.version_info") 54 raise unittest.SkipTest("gdb not built with embedded python support") 58 # tests are run from an installed Python (we'll produce failures in that case). 74 stdout, _ = run_gdb("--eval-command=python print(dir(gdb.Frame))") 85 """Test that the debugger can debug Python.""" 92 Run 'python -c SOURCE' under gdb with a breakpoint. 103 # error, which typically happens python is dynamically linked (th [all...] |
| /external/chromium_org/content/browser/devtools/ |
| devtools_resources.target.darwin-arm.mk | 24 $(hide)cd $(gyp_local_path)/content/browser/devtools; mkdir -p $(gyp_shared_intermediate_dir)/webkit/grit $(gyp_shared_intermediate_dir)/webkit; python ../../../tools/grit/grit.py -i "$(gyp_shared_intermediate_dir)/devtools/devtools_resources.grd" build -f GRIT_DIR/../gritsettings/resource_ids -o "$(gyp_shared_intermediate_dir)/webkit" -D "SHARED_INTERMEDIATE_DIR=$(gyp_shared_intermediate_dir)" -D _chromium -E "CHROMIUM_BUILD=chromium" -t android -E "ANDROID_JAVA_TAGGED_ONLY=true" -D enable_printing -D use_concatenated_impulse_responses
|
| devtools_resources.target.darwin-mips.mk | 24 $(hide)cd $(gyp_local_path)/content/browser/devtools; mkdir -p $(gyp_shared_intermediate_dir)/webkit/grit $(gyp_shared_intermediate_dir)/webkit; python ../../../tools/grit/grit.py -i "$(gyp_shared_intermediate_dir)/devtools/devtools_resources.grd" build -f GRIT_DIR/../gritsettings/resource_ids -o "$(gyp_shared_intermediate_dir)/webkit" -D "SHARED_INTERMEDIATE_DIR=$(gyp_shared_intermediate_dir)" -D _chromium -E "CHROMIUM_BUILD=chromium" -t android -E "ANDROID_JAVA_TAGGED_ONLY=true" -D enable_printing -D use_concatenated_impulse_responses
|
| devtools_resources.target.darwin-x86.mk | 24 $(hide)cd $(gyp_local_path)/content/browser/devtools; mkdir -p $(gyp_shared_intermediate_dir)/webkit/grit $(gyp_shared_intermediate_dir)/webkit; python ../../../tools/grit/grit.py -i "$(gyp_shared_intermediate_dir)/devtools/devtools_resources.grd" build -f GRIT_DIR/../gritsettings/resource_ids -o "$(gyp_shared_intermediate_dir)/webkit" -D "SHARED_INTERMEDIATE_DIR=$(gyp_shared_intermediate_dir)" -D _chromium -E "CHROMIUM_BUILD=chromium" -D use_webaudio_enable_message -t android -E "ANDROID_JAVA_TAGGED_ONLY=true" -D enable_printing -D use_concatenated_impulse_responses
|
| devtools_resources.target.linux-arm.mk | 24 $(hide)cd $(gyp_local_path)/content/browser/devtools; mkdir -p $(gyp_shared_intermediate_dir)/webkit/grit $(gyp_shared_intermediate_dir)/webkit; python ../../../tools/grit/grit.py -i "$(gyp_shared_intermediate_dir)/devtools/devtools_resources.grd" build -f GRIT_DIR/../gritsettings/resource_ids -o "$(gyp_shared_intermediate_dir)/webkit" -D "SHARED_INTERMEDIATE_DIR=$(gyp_shared_intermediate_dir)" -D _chromium -E "CHROMIUM_BUILD=chromium" -t android -E "ANDROID_JAVA_TAGGED_ONLY=true" -D enable_printing -D use_concatenated_impulse_responses
|
| devtools_resources.target.linux-mips.mk | 24 $(hide)cd $(gyp_local_path)/content/browser/devtools; mkdir -p $(gyp_shared_intermediate_dir)/webkit/grit $(gyp_shared_intermediate_dir)/webkit; python ../../../tools/grit/grit.py -i "$(gyp_shared_intermediate_dir)/devtools/devtools_resources.grd" build -f GRIT_DIR/../gritsettings/resource_ids -o "$(gyp_shared_intermediate_dir)/webkit" -D "SHARED_INTERMEDIATE_DIR=$(gyp_shared_intermediate_dir)" -D _chromium -E "CHROMIUM_BUILD=chromium" -t android -E "ANDROID_JAVA_TAGGED_ONLY=true" -D enable_printing -D use_concatenated_impulse_responses
|