Searched refs:python (Results 1 - 25 of 1397) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/tools/loopback_test/
H A Drun-server.sh15 exec python -m SimpleHTTPServer 8080
/external/chromium_org/tools/deep_memory_profiler/
H A Ddmprof11 PYTHONPATH=$BASEDIR/../python/google python \
/external/chromium_org/tools/gyp/
H A Dgyp8 exec python "${base}/gyp_main.py" "$@"
/external/chromium_org/tools/git/
H A Dmass-rename.sh17 python $DIR/mass-rename.py "$*"
H A Dmove_source_file.bat6 call python "%~dp0move_source_file.py" %*
/external/chromium_org/tools/profile_chrome/
H A Drun_tests3 exec python -m unittest discover profile_chrome '*_unittest.py' $@
/external/nanopb-c/generator/
H A Dprotoc-gen-nanopb13 exec python "$MYPATH/nanopb_generator.py" --protoc-plugin
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
H A DMakefile.inc1 PYBINDING_DEPS = tools/python-yasm/bytecode.pxi
2 PYBINDING_DEPS += tools/python-yasm/errwarn.pxi
3 PYBINDING_DEPS += tools/python-yasm/expr.pxi
4 PYBINDING_DEPS += tools/python-yasm/floatnum.pxi
5 PYBINDING_DEPS += tools/python-yasm/intnum.pxi
6 PYBINDING_DEPS += tools/python-yasm/symrec.pxi
7 PYBINDING_DEPS += tools/python-yasm/value.pxi
9 EXTRA_DIST += tools/python-yasm/pyxelator/cparse.py
10 EXTRA_DIST += tools/python-yasm/pyxelator/genpyx.py
11 EXTRA_DIST += tools/python
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/bin/
H A Devent_analyzing_sample-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/event_analyzing_sample.py
H A Dfutex-contention-report4 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/futex-contention.py
H A Dnet_dropmonitor-report4 perf script -s "$PERF_EXEC_PATH"/scripts/python/net_dropmonitor.py $@
H A Dnetdev-times-report5 perf script -s "$PERF_EXEC_PATH"/scripts/python/netdev-times.py $@
H A Dsched-migration-report3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/sched-migration.py
H A Dsyscall-counts-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm
H A Dfailed-syscalls-by-pid-report10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/failed-syscalls-by-pid.py $comm
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
H A Dpython_test.sh8 test -n "${PYTHON}" || PYTHON=python
15 grep "except None:" ${srcdir}/tools/python-yasm/tests/*.py
17 ${PYTHON} -c "import sys; import glob; sys.path.insert(0, '${srcdir}/tools/python-yasm'); sys.path.insert(0, glob.glob('build/lib.*')[0]); import tests; raise SystemExit(tests.unit('$*'.split()))"
/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A DMakefile5 sudo apt-get install subversion fakeroot python-setuptools python-subversion
21 python setup.py clean --all
38 python setup.py sdist
42 mv ../python-gflags*.deb ./dist/
44 # Build the python Egg
45 python setup.py bdist_egg
56 -p python-gflags ./dist/*
59 - python setup.py sdist upload
60 - python setu
[all...]
/external/chromium_org/third_party/python_gflags/
H A DMakefile5 sudo apt-get install subversion fakeroot python-setuptools python-subversion
21 python setup.py clean --all
38 python setup.py sdist
42 mv ../python-gflags*.deb ./dist/
44 # Build the python Egg
45 python setup.py bdist_egg
56 -p python-gflags ./dist/*
59 - python setup.py sdist upload
60 - python setu
[all...]
/external/chromium_org/third_party/tlslite/tests/
H A Dhttpsserver.sh2 python ../scripts/tls.py server -k serverX509Key.pem -c serverX509Cert.pem -t TACK1.pem localhost:4443
/external/chromium_org/webkit/tools/layout_tests/
H A Drun_webkit_tests.sh15 PYTHON_PROG=python
/external/libcap-ng/libcap-ng-0.7/bindings/python/
H A Dcapng_swig.i28 %typemap(python,except) int {
/external/llvm/utils/lit/utils/
H A Dcheck-coverage22 # Check that the active python has been modified to enable coverage in its
24 if ! python -c \
27 printf 1>&2 "error: active python does not appear to enable coverage in its 'sitecustomize.py'\n"
42 (cd tests && python -m coverage combine)
45 (cd tests && python -m coverage report)
49 (cd tests && python -m coverage html)
/external/lldb/utils/vim-lldb/plugin/
H A Dlldb.vim6 let searchstr = "python-vim-lldb"
16 if has('python') == 0
17 call confirm('ERROR: This Vim installation does not have python support. lldb.vim will not work.')
32 " Setup the python interpreter path
35 execute 'python import sys; sys.path.append("' . vim_lldb_pydir . '")'
44 command -complete=custom,s:CompleteWindow -nargs=1 Lhide python ctrl.doHide('<args>')
45 command -complete=custom,s:CompleteWindow -nargs=0 Lshow python ctrl.doShow('<args>')
48 command -nargs=* Lstart python ctrl.doLaunch(True, '<args>')
49 command -nargs=* Lrun python ctrl.doLaunch(False, '<args>')
50 command -nargs=1 Lattach python ctr
[all...]
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
H A Dpython_protobuf.h46 namespace python { namespace in namespace:google::protobuf
53 } // namespace python
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dnaclsdk19 python "${SDK_TOOLS}/sdk_update.py" "$@"

Completed in 785 milliseconds

1234567891011>>