HomeSort by relevance Sort by last modified time
    Searched refs:python (Results 1 - 25 of 1408) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/webrtc/tools/loopback_test/
run-server.sh 15 exec python -m SimpleHTTPServer 8080
  /external/chromium_org/tools/deep_memory_profiler/
dmprof 11 PYTHONPATH=$BASEDIR/../python/google python \
  /external/chromium_org/tools/gyp/
gyp 8 exec python "${base}/gyp_main.py" "$@"
  /external/chromium_org/tools/git/
mass-rename.sh 17 python $DIR/mass-rename.py "$*"
move_source_file.bat 6 call python "%~dp0move_source_file.py" %*
  /external/chromium_org/tools/profile_chrome/
run_tests 3 exec python -m unittest discover profile_chrome '*_unittest.py' $@
  /external/nanopb-c/generator/
protoc-gen-nanopb 13 exec python "$MYPATH/nanopb_generator.py" --protoc-plugin
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/bin/
event_analyzing_sample-report 3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/event_analyzing_sample.py
futex-contention-report 4 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/futex-contention.py
net_dropmonitor-report 4 perf script -s "$PERF_EXEC_PATH"/scripts/python/net_dropmonitor.py $@
netdev-times-report 5 perf script -s "$PERF_EXEC_PATH"/scripts/python/netdev-times.py $@
sched-migration-report 3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/sched-migration.py
syscall-counts-report 10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm
failed-syscalls-by-pid-report 10 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/
python_test.sh 8 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/
Makefile 5 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 setup.py bdist_egg uploa
    [all...]
  /external/chromium_org/third_party/python_gflags/
Makefile 5 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 setup.py bdist_egg uploa
    [all...]
  /cts/apps/CameraITS/build/
envsetup.sh 26 command -v python >/dev/null 2>&1 || \
27 echo ">> Require python executable to be in path" >&2
29 python -V 2>&1 | grep -q "Python 2.7" || \
30 echo ">> Require python 2.7" >&2
34 python -c "import $M" >/dev/null 2>&1 || \
35 echo ">> Require Python $M module" >&2
42 python "pymodules/its/$M.py" 2>&1 | grep -q "OK" || \
  /external/chromium_org/third_party/tlslite/tests/
httpsserver.sh 2 python ../scripts/tls.py server -k serverX509Key.pem -c serverX509Cert.pem -t TACK1.pem localhost:4443
  /external/chromium_org/webkit/tools/layout_tests/
run_webkit_tests.sh 15 PYTHON_PROG=python
  /external/libcap-ng/libcap-ng-0.7/bindings/python/
capng_swig.i 28 %typemap(python,except) int {
  /external/llvm/utils/lit/utils/
check-coverage 22 # 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/
lldb.vim 6 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 ctrl.doAttach('<args>'
    [all...]
  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python_protobuf.h 33 // This module exposes the C proto inside the given Python proto, in
34 // case the Python proto is implemented with a C proto.
39 #include <Python.h>
46 namespace python { namespace in namespace:google::protobuf
48 // Return the pointer to the C proto inside the given Python proto,
49 // or NULL when this is not a Python proto implemented with a C proto.
53 } // namespace python
  /external/chromium_org/native_client_sdk/src/build_tools/
naclsdk 19 python "${SDK_TOOLS}/sdk_update.py" "$@"

Completed in 2693 milliseconds

1 2 3 4 5 6 7 8 91011>>