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

1 2 3 4 5 6 7 8 91011>>

  /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/build/linux/
python_arch.sh 6 # This figures out the architecture of the version of Python we are building
13 python=$(readlink -f "$1")
14 if [ ! -r "$python" ]; then
18 file_out=$(file "$python")
  /external/linux-tools-perf/scripts/python/bin/
futex-contention-report 4 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/futex-contention.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
syscall-counts-by-pid-report 10 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts-by-pid.py $comm
  /pdk/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
32 python -c 'import numpy, PIL, Image, matplotlib, pylab' >/dev/null 2>&1 || \
39 python "pymodules/its/$M.py" 2>&1 | grep -q "OK" || \
  /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...]
  /external/chromium_org/webkit/tools/layout_tests/
run_http_server.sh 15 PYTHON_PROG=python
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)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-darwin/
regen 3 python$EXE ../../Tools/scripts/h2py.py -i '(u_long)' /usr/include/netinet/in.h
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /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" "$@"
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
ensure-valid-python 38 # Will exit 0 if Python is 2.5 or greater, non-zero otherwise.
39 `python -c "import sys;sys.exit(sys.version_info[:2] < (2,5))"`;
54 --check-only Check python version only.
59 # Congrats, your Python is fine.
64 print "Your Python version is insufficient to run WebKit's Python code. Please update.\n";

Completed in 622 milliseconds

1 2 3 4 5 6 7 8 91011>>