HomeSort by relevance Sort by last modified time
    Searched refs:python (Results 26 - 50 of 64) sorted by null

12 3

  /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;
  /sdk/monkeyrunner/src/com/android/monkeyrunner/
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...]
MonkeyRunner.java 29 import org.python.core.ArgParser;
30 import org.python.core.ClassDictInit;
31 import org.python.core.PyException;
32 import org.python.core.PyObject;
165 "An iterable Python type containing a list of choices to display",
MonkeyDevice.java 32 import org.python.core.ArgParser;
33 import org.python.core.ClassDictInit;
34 import org.python.core.Py;
35 import org.python.core.PyDictionary;
36 import org.python.core.PyList;
37 import org.python.core.PyObject;
38 import org.python.core.PyTuple;
266 "A Python iterable containing the category names for the Intent.",
268 "are inferred from the python types of the values.",
300 "are inferred from the python types of the values."
    [all...]
MonkeyRunnerStarter.java 24 import org.python.util.PythonInterpreter;
  /external/v8/
Android.libv8.mk 51 python $(SCRIPT) $(GEN1) CORE off $(LOCAL_JS_LIBRARY_FILES)
60 python $(SCRIPT) $(GEN2) EXPERIMENTAL off $(LOCAL_JS_EXPERIMENTAL_LIBRARY_FILES)
Android.mksnapshot.mk 56 python $(SCRIPT) $(GEN3) CORE off $(LOCAL_JS_LIBRARY_FILES)
65 python $(SCRIPT) $(GEN4) EXPERIMENTAL off $(LOCAL_JS_EXPERIMENTAL_LIBRARY_FILES)
Makefile 151 python -c "print raw_input().capitalize()") \
  /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...]
  /external/markdown/markdown/extensions/
fenced_code.py 1 #!/usr/bin/env python
4 Fenced Code Extension for Python Markdown
7 This extension adds Fenced Code Blocks to Python-Markdown.
40 ... ~~~~{.python}
48 u'<pre><code class="python">block one\\n</code></pre>\\n\\n<pre><code class="html">&lt;p&gt;block two&lt;/p&gt;\\n</code></pre>'
52 Project website: <http://www.freewisdom.org/project/python-markdown/Fenced__Code__Blocks>
58 * [Python 2.3+](http://python.org)
59 * [Markdown 2.0+](http://www.freewisdom.org/projects/python-markdown/)
  /external/webkit/Source/JavaScriptCore/
Android.v8.wtf.mk 79 $(REGEXP_JIT_TABLES): PRIVATE_CUSTOM_TOOL = python $(PRIVATE_PATH)/create_regex_tables > $@
  /external/linux-tools-perf/
Makefile 18 # Define PYTHON to point to the python binary if the default
19 # `python' is not correct; for example: PYTHON=python2
21 # Define PYTHON_CONFIG to point to the python-config binary if
22 # the default `$(PYTHON)-config' is not correct.
182 $(OUTPUT)python/perf.so: $(PYRF_OBJS)
185 --build-lib='$(OUTPUT)python' \
186 --build-temp='$(OUTPUT)python/temp'
381 # Files needed for the python binding, perf.s
    [all...]
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.h 33 // Generates Python code for a given .proto file.
55 namespace python { namespace in namespace:google::protobuf::compiler
57 // CodeGenerator implementation for generated Python protocol buffer classes.
59 // Python output, you can do so by registering an instance of this
150 } // namespace python
  /frameworks/compile/slang/
SlangData.mk 34 $(asm_file): PRIVATE_CUSTOM_TOOL = python $(SLANG_DATA) $(PRIVATE_OUTPUT_VAR_NAME) < $< > $@
  /build/core/
dumpvar.mk 77 HOST_OS_EXTRA:=$(shell python -c "import platform; print(platform.platform())")
config.mk 17 # Tell python not to spam the source tree with .pyc files. This
18 # only has an effect on python 2.6 and above.
  /external/icu4c/config/
dist.mk 67 ( cd $(DISTY_TMP)/icu ; python as_is/bomlist.py > as_is/bomlist.txt || rm -f as_is/bomlist.txt )
  /external/v8/src/
macros.py 149 # Macros implemented in Python.
150 python macro CHAR_CODE(str) = ord(str[1]);
  /development/scripts/app_engine_server/gae_shell/static/
shell.js 21 * Includes a function (shell.runStatement) that sends the current python
159 * This is the form's onsubmit handler. It sends the python statement to the
  /external/llvm/test/
Makefile 36 # -jN causes crash on Cygwin's python.
92 # Fedora 13 x86-64 python fails with -v 76800
169 @$(ECHOPATH) s=@PYTHON_EXECUTABLE@=python=g >> lit.tmp
  /external/protobuf/src/
Makefile.am 76 google/protobuf/compiler/python/python_generator.h
199 google/protobuf/compiler/python/python_generator.cc
334 google/protobuf/compiler/python/python_plugin_unittest.cc \
  /cts/tests/SignatureTest/
Android.mk 106 $(hide) python cts/tools/utils/android_api_description_splitter.py \

Completed in 762 milliseconds

12 3