OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:python
(Results
1 - 25
of
64
) 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
")
/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
sctop-report
24
perf script $@ -s "$PERF_EXEC_PATH"/scripts/
python
/sctop.py $comm $interval
/prebuilt/common/jython/
jython.jar
/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;
/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/antlr/antlr-3.4/runtime/Python/
hudson-build.sh
27
wget http://pypi.
python
.org/packages/source/s/stringtemplate3/stringtemplate3-$ST_VERSION.tar.gz
30
(cd tmp/stringtemplate3-$ST_VERSION;
python
setup.py install --install-lib=$WORKSPACE)
37
(cd tmp/antlr-$ANTLR2_VERSION/lib/
python
;
python
setup.py install --install-lib=$WORKSPACE)
49
python
setup.py unittest --xml-output=testout/
50
python
setup.py functest --xml-output=testout/ --antlr-jar="$JAR"
68
python
setup.py sdist --formats=gztar,zip
69
for
PYTHON
in /usr/bin/python2.?; do
70
$
PYTHON
setup.py bdist_egg
/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
Completed in 422 milliseconds
1
2
3