Searched refs:python (Results 1 – 25 of 71) sorted by relevance
123
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/ |
D | tox.ini | 3 py{26,27,33,34}-{cpp,python} 13 python setup.py -q build_py 14 python: python setup.py -q build 15 cpp: python setup.py -q build --cpp_implementation --warnings_as_errors 16 python: python setup.py -q test -q 17 cpp: python setup.py -q test -q --cpp_implementation 18 python: python setup.py -q test_conformance 19 cpp: python setup.py -q test_conformance --cpp_implementation
|
D | README.md | 35 $ python -V 42 https://packaging.python.org/en/latest/installing.html#setup-for-installing-packages 52 $ python setup.py build 53 $ python setup.py test 62 If you are running a homebrew-provided python, you must make sure another 63 version of protobuf is not already installed, as homebrew's python will 82 $ python setup.py build --cpp_implementation 85 $ python setup.py test --cpp_implementation 100 $ python setup.py install 105 $ python setup.py install --cpp_implementation
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ |
D | Makefile.am | 567 python/MANIFEST.in \ 568 python/google/__init__.py \ 569 python/google/protobuf/__init__.py \ 570 python/google/protobuf/descriptor.py \ 571 python/google/protobuf/descriptor_database.py \ 572 python/google/protobuf/descriptor_pool.py \ 573 python/google/protobuf/internal/__init__.py \ 574 python/google/protobuf/internal/_parameterized.py \ 575 python/google/protobuf/internal/any_test.proto \ 576 python/google/protobuf/internal/any_test.proto \ [all …]
|
D | .gitignore | 56 python/*.egg 57 python/.eggs/ 58 python/.tox 59 python/build/ 60 python/google/protobuf/compiler/ 61 python/google/protobuf/util/
|
D | BUILD | 319 "src/google/protobuf/compiler/python/python_generator.cc", 451 "src/google/protobuf/compiler/python/python_plugin_unittest.cc", 560 "python/google/protobuf/*.py", 561 "python/google/protobuf/**/*.py", 564 "python/google/protobuf/__init__.py", 565 "python/google/protobuf/**/__init__.py", 566 "python/google/protobuf/internal/*_test.py", 567 "python/google/protobuf/internal/test_util.py", 571 imports = ["python"], 576 srcs = ["python/google/protobuf/internal/api_implementation.cc"], [all …]
|
D | tests.sh | 139 sudo apt-get install python-software-properties # for apt-add-repository 220 sudo apt-get install -y python-software-properties # for apt-add-repository 273 cd python 276 envlist=py\{26,27,33,34\}-python 278 envlist=py27-python 289 cd python
|
D | WORKSPACE | 10 …url = "https://pypi.python.org/packages/source/s/six/six-1.10.0.tar.gz#md5=34eed507548117b2ab523ab… 17 actual = "//util/python:python_headers",
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/util/python/ |
D | BUILD | 1 # This is a placeholder for python headers. Projects needing to use 2 # fast cpp protos in protobuf's python interface should build with 12 # name = "python", 13 # path = __workspace_dir__ + "/util/python",
|
/frameworks/rs/tests/lldb/ |
D | README.txt | 9 The LLDB for Renderscript test suite is written in python and relies on 10 LLDB's python bindings. The test suite will push several test app's onto 25 LLDB must be compiled on your host machine along with its python interface. 32 > python run_tests.py [-h] 123 This will print out a path to the lldb python bindings on your local machine. 140 Building LLDB python bindings: 153 As a post build step, swig will generate the python bindings for lldb. 161 http://p-nand-q.com/python/2015.08.07-Python2710-x64-vs2015.7z 167 http://p-nand-q.com/python/building-python-27-with-vs2010.html 169 The important thing here is that the above python distribution [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/ |
D | python_plugin_unittest.cc | 56 namespace python { namespace 99 python::Generator python_generator; in TEST() 141 python::Generator python_generator; in TEST()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
D | message_module.cc | 42 (PyCFunction)google::protobuf::python::cmessage::SetAllowOversizeProtos, 79 if (!google::protobuf::python::InitProto2MessageModule(m)) { in INITFUNC()
|
D | README | 1 This is the 'v2' C++ implementation for python proto2.
|
D | python_protobuf.h | 46 namespace python {
|
D | descriptor_database.h | 40 namespace python {
|
D | repeated_scalar_container.h | 57 namespace python {
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/jenkins/ |
D | pull_request_in_docker.sh | 56 python \ 72 python $MY_DIR/make_test_output.py $OUTPUT_DIR > $TESTOUTPUT_XML_FILE
|
/frameworks/ml/nn/tools/systrace_parser/ |
D | run_tests.sh | 5 echo Running python unittests
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/jenkins/docker/ |
D | Dockerfile | 65 # -- For python / python_cpp -- \ 66 python-setuptools \ 67 python-pip \ 68 python-dev \
|
/frameworks/base/tools/stringslint/ |
D | stringslint_sha.sh | 4 python $LOCAL_DIR/stringslint.py <(git show $1:$file) <(git show $1^:$file)
|
/frameworks/base/tools/apilint/ |
D | apilint_stats.sh | 5 …python tools/apilint/apilint.py --show-stats ../../prebuilts/sdk/$((API))/public/api/android.txt .…
|
D | apilint_sha.sh | 3 python tools/apilint/apilint.py <(git show $1:api/current.txt) <(git show $1^:api/current.txt)
|
D | apilint_sha_system.sh | 18 python tools/apilint/apilint.py \
|
/frameworks/base/core/tests/coretests/src/android/database/ |
D | run_newdb_perf_test.sh | 31 python frameworks/base/core/tests/coretests/src/android/database/process_newdb_perf_test_logs.py /t…
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/ |
D | api_implementation.cc | 35 namespace python { namespace
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 1 This directory contains a simple python script for visualizing 12 eg. sudo apt-get install python-numpy python-matplotlib
|
123