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

1 2 3 4 5 6 7 8

  /frameworks/compile/libbcc/tests/
test 5 python test.py "$@"
  /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
  /external/antlr/antlr-3.4/runtime/Python/
mkdoxy.sh 11 sed -e '/begin\[licence\]/,/end\[licence\]/d' antlr3/$f.py \
12 >>build/doc/antlr3.py
15 touch build/doc/antlr3/__init__.py
17 cp -f antlr3/tree.py build/doc/antlr3
18 cp -f antlr3/treewizard.py build/doc/antlr3
hudson-build.sh 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
70 $PYTHON setup.py bdist_egg
  /external/chromium/chrome/common/extensions/docs/build/
build.sh 27 # The output from build.py doesn't seem seem to print to the console until
32 $PYTHON_PATH $BUILD_DIR/build.py $*
35 $BUILD_DIR/build.py $*
  /external/clang/test/
TestRunner.sh 10 lit=$AbsDir/../../../utils/lit/lit.py
  /external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseDiffHeader.pl 55 Index: index_path.py
57 --- index_path.py (revision 53048) (from copied_from_path.py:53048)
58 +++ index_path.py (working copy)
65 Index: index_path.py
67 --- index_path.py (revision 53048) (from copied_from_path.py:53048)
68 +++ index_path.py (working copy)
70 copiedFromPath => "copied_from_path.py",
71 indexPath => "index_path.py",
    [all...]
parseSvnDiffHeader.pl 95 Index: index_path.py
97 --- index_path.py (revision 53048) (from copied_from_path.py:53048)
98 +++ index_path.py (working copy)
105 Index: index_path.py
107 --- index_path.py (revision 53048) (from copied_from_path.py:53048)
108 +++ index_path.py (working copy)
110 copiedFromPath => "copied_from_path.py",
111 indexPath => "index_path.py",
    [all...]
  /external/chromium-trace/trace-viewer/third_party/python_gflags/
Makefile 21 python setup.py clean --all
38 python setup.py sdist
45 python setup.py bdist_egg
55 - /home/build/opensource/tools/googlecode_upload.py \
59 - python setup.py sdist upload
60 - python setup.py bdist_egg upload
67 for test in tests/*.py; do PYTHONPATH=. python $$test || exit 1; done
  /frameworks/compile/libbcc/
libbcc-gen-config-from-mk.mk 24 $(PRIVATE_PATH)/tools/build/gen-config-from-mk.py < $< > $@
26 $(LIBBCC_ROOT_PATH)/tools/build/gen-config-from-mk.py
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
app.yaml 17 script: main.py
  /external/chromium-trace/trace-viewer/examples/
run_stream_server.sh 6 SERVERPATH=$BASEDIR/stream_server/standalone.py
  /external/llvm/utils/
Makefile 15 DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \
  /external/webkit/Tools/CygwinDownloader/
make-zip.sh 11 "${PYTHONEXE}" setup.py py2exe || {
12 echo "Failed executing setup.py" 1>&2
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
ControlPoint.java 23 public ControlPoint(float px, float py) {
25 y = py;
  /sdk/uiautomatorviewer/src/com/android/uiautomator/tree/
BasicTreeNode.java 84 * @param py
87 public boolean findLeafMostNodesAtPoint(int px, int py, IFindNodeListener listener) {
90 foundInChild |= node.findLeafMostNodesAtPoint(px, py, listener);
96 if (x <= px && px <= x + width && y <= py && py <= y + height) {
  /frameworks/base/graphics/java/android/graphics/
Matrix.java 62 public void setScale(float sx, float sy, float px, float py) {
72 public void setRotate(float degrees, float px, float py) {
82 public void setSinCos(float sinValue, float cosValue, float px, float py) {
92 public void setSkew(float kx, float ky, float px, float py) {
114 public boolean preScale(float sx, float sy, float px, float py) {
126 public boolean preRotate(float degrees, float px, float py) {
138 public boolean preSkew(float kx, float ky, float px, float py) {
162 public boolean postScale(float sx, float sy, float px, float py) {
174 public boolean postRotate(float degrees, float px, float py) {
186 public boolean postSkew(float kx, float ky, float px, float py) {
    [all...]
  /external/protobuf/
Makefile.am 68 examples/add_person.py \
69 examples/list_people.py \
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 \
124 python/google/protobuf/internal/reflection_test.py \
    [all...]
  /external/chromium/build/linux/
pkg-config-wrapper 22 rewrite=`dirname $0`/rewrite_dirs.py

Completed in 1130 milliseconds

1 2 3 4 5 6 7 8