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

1 2 3

  /frameworks/compile/libbcc/tests/
test 5 python test.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")
  /prebuilt/common/jython/
jython.jar 
  /external/v8/tools/visual_studio/
d8js2c.cmd 4 set PYTHON="..\..\..\third_party\python_24\python.exe"
5 if not exist %PYTHON% set PYTHON=python.exe
6 %PYTHON% ..\js2c.py %TARGET_DIR%\natives.cc %TARGET_DIR%\natives-empty.cc D8 %SOURCE_DIR%\macros.py %SOURCE_DIR%\d8.js
js2c.cmd 4 set PYTHON="..\..\..\third_party\python_24\python.exe"
5 if not exist %PYTHON% set PYTHON=python.exe
6 %PYTHON% ..\js2c.py %TARGET_DIR%\natives.cc %TARGET_DIR%\natives-empty.cc CORE %SOURCE_DIR%\macros.py %SOURCE_DIR%\runtime.js %SOURCE_DIR%\v8natives.js %SOURCE_DIR%\array.js %SOURCE_DIR%\string.js %SOURCE_DIR%\uri.js %SOURCE_DIR%\math.js %SOURCE_DIR%\messages.js %SOURCE_DIR%\apinatives.js %SOURCE_DIR%\debug-debugger.js %SOURCE_DIR%\liveedit-debugger.js %SOURCE_DIR%\mirror-debugger.js %SOURCE_DIR%\date.js %SOURCE_DIR%\regexp.js %SOURCE_DIR%\json.js
  /sdk/monkeyrunner/src/com/android/monkeyrunner/
ScriptRunner.java 23 import org.python.core.Py;
24 import org.python.core.PyException;
25 import org.python.core.PyJavaPackage;
26 import org.python.core.PyList;
27 import org.python.core.PyObject;
28 import org.python.core.PyString;
29 import org.python.core.PySystemState;
30 import org.python.util.InteractiveConsole;
31 import org.python.util.JLineConsole;
32 import org.python.util.PythonInterpreter
94 PythonInterpreter python = new PythonInterpreter(); local
131 PythonInterpreter python = new PythonInterpreter(); local
143 final PythonInterpreter python = new PythonInterpreter(); local
192 InteractiveConsole python = new JLineConsole(); local
    [all...]
MonkeyRect.java 22 import org.python.core.ArgParser;
23 import org.python.core.ClassDictInit;
24 import org.python.core.PyInteger;
25 import org.python.core.PyList;
26 import org.python.core.PyObject;
MonkeyImage.java 23 import org.python.core.ArgParser;
24 import org.python.core.ClassDictInit;
25 import org.python.core.PyInteger;
26 import org.python.core.PyObject;
27 import org.python.core.PyTuple;
MonkeyView.java 24 import org.python.core.ArgParser;
25 import org.python.core.ClassDictInit;
26 import org.python.core.PyBoolean;
27 import org.python.core.PyInteger;
28 import org.python.core.PyList;
29 import org.python.core.PyObject;
30 import org.python.core.PyString;
JythonUtils.java 34 import org.python.core.ArgParser;
35 import org.python.core.ClassDictInit;
36 import org.python.core.Py;
37 import org.python.core.PyBoolean;
38 import org.python.core.PyDictionary;
39 import org.python.core.PyFloat;
40 import org.python.core.PyInteger;
41 import org.python.core.PyList;
42 import org.python.core.PyNone;
43 import org.python.core.PyObject
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
app.yaml 1 #!/usr/bin/python
8 runtime: python
  /external/webkit/Tools/wx/packaging/debian/
rules 5 PYVERS := $(shell /usr/bin/python -c 'import sys; print sys.version[:3]')
6 VER := $(shell /usr/bin/python -c 'import sys; print sys.version[:3]')
9 build-stamp: $(PYVERS:%=build-python%)
11 build-python%:
15 rm -rf *-stamp build-python* build
21 install: build-stamp install-prereq $(PYVERS:%=install-python%) install-libs install-nover
28 install-python%: install-prereq
32 usr/lib/python$*/site-packages/wx-2.8-gtk2-unicode/wx/
63 dh_installdocs -a WebKit/wx/bindings/python/samples/simple.py
  /external/protobuf/
Makefile.am 115 python/google/protobuf/internal/generator_test.py \
116 python/google/protobuf/internal/containers.py \
117 python/google/protobuf/internal/decoder.py \
118 python/google/protobuf/internal/descriptor_test.py \
119 python/google/protobuf/internal/encoder.py \
120 python/google/protobuf/internal/message_listener.py \
121 python/google/protobuf/internal/message_test.py \
122 python/google/protobuf/internal/more_extensions.proto \
123 python/google/protobuf/internal/more_messages.proto \
124 python/google/protobuf/internal/reflection_test.py
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
main.cc 35 #include <google/protobuf/compiler/python/python_generator.h>
56 // Proto2 Python
57 google::protobuf::compiler::python::Generator py_generator;
59 "Generate Python source file.");
  /external/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 37 #include <google/protobuf/compiler/python/python_generator.h>
49 namespace python { namespace in namespace:google::protobuf::compiler
92 python::Generator python_generator;
113 } // namespace python
  /sdk/monkeyrunner/src/com/android/monkeyrunner/easy/
By.java 26 import org.python.core.ArgParser;
27 import org.python.core.ClassDictInit;
28 import org.python.core.PyObject;
EasyMonkeyDevice.java 29 import org.python.core.ArgParser;
30 import org.python.core.ClassDictInit;
31 import org.python.core.Py;
32 import org.python.core.PyException;
33 import org.python.core.PyInteger;
34 import org.python.core.PyObject;
35 import org.python.core.PyTuple;
42 * MonkeyDevice can be used on this class in Python.
  /external/markdown/markdown/extensions/
headerid.py 1 #!/usr/bin/python
4 HeaderID Extension for Python-Markdown
57 Project website: <http://www.freewisdom.org/project/python-markdown/HeaderId>
63 * [Python 2.3+](http://python.org)
64 * [Markdown 2.0+](http://www.freewisdom.org/projects/python-markdown/)
  /external/chromium/build/
sanitize-mac-build-log.sed 28 \|^python scripts/rule_binding.py|d
  /external/protobuf/examples/
Makefile 3 .PHONY: all cpp java python clean
5 all: cpp java python
9 python: add_person_python list_people_python
  /external/dbus/test/name-test/
run-test-systemserver.sh 44 if ! python $DBUS_TOP_SRCDIR/test/name-test/test-wait-for-echo.py; then
run-test.sh 52 if ! python $DBUS_TOP_SRCDIR/test/name-test/test-activation-forking.py; then
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
python_unittest.py 23 """Unit tests for python.py."""
28 from python import PythonChecker
  /sdk/monkeyrunner/test/com/android/monkeyrunner/
JythonUtilsTest.java 25 import org.python.core.ArgParser;
26 import org.python.core.ClassDictInit;
27 import org.python.core.PyDictionary;
28 import org.python.core.PyException;
29 import org.python.core.PyObject;
30 import org.python.core.PyString;
  /external/webkit/Tools/Scripts/
ensure-valid-python 40 my $macPythonURL = "http://www.python.org/ftp/python/2.6.5/python-2.6.5-macosx10.3-2010-03-24.dmg";
42 my $macPythonInstallerName = "Python.mpkg";
51 # Will exit 0 if Python is 2.5 or greater, non-zero otherwise.
52 `python -c "import sys;sys.exit(sys.version_info[:2] < (2,5))"`;
92 print "sudo will now ask for your password to run the Python installer.\n";
93 print "The installer will install Python in /Library/Frameworks/Python.framework\n";
112 print "Mounted python install image at: $mountPoint\n"
    [all...]

Completed in 431 milliseconds

1 2 3