Searched refs:py (Results 1 - 25 of 68) sorted by relevance

123

/external/chromium/chrome/common/extensions/docs/build/
H A Dbuild.sh27 # 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/
H A DTestRunner.sh10 lit=$AbsDir/../../../utils/lit/lit.py
/external/webkit/Tools/Scripts/webkitperl/VCSUtils_unittest/
H A DparseDiffHeader.pl55 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...]
H A DparseSvnDiffHeader.pl95 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/v8/tools/visual_studio/
H A Dd8js2c.cmd6 %PYTHON% ..\js2c.py %TARGET_DIR%\natives.cc %TARGET_DIR%\natives-empty.cc D8 %SOURCE_DIR%\macros.py %SOURCE_DIR%\d8.js
H A Djs2c.cmd6 %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
/external/netcat/data/
H A Dxor.c21 char * py; variable
23 /* do the xor, in place. Uses global ptr "py" to maintain "bytes" state */
34 *pb = (*pb ^ *py);
36 py++;
37 if (! *py)
38 py = bytes;
79 py = bytes;
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
H A Dapp.yaml17 script: main.py
/external/webkit/Tools/CygwinDownloader/
H A Dmake-zip.sh11 "${PYTHONEXE}" setup.py py2exe || {
12 echo "Failed executing setup.py" 1>&2
/external/v8/
H A DAndroid.libv8.mk30 # Copy js2c.py to intermediates directory and invoke there to avoid generating
32 JS2C_PY := $(intermediates)/js2c.py $(intermediates)/jsmin.py
33 $(JS2C_PY): $(intermediates)/%.py : $(LOCAL_PATH)/tools/%.py | $(ACP)
39 $(GEN1): SCRIPT := $(intermediates)/js2c.py
H A DAndroid.mksnapshot.mk37 # Copy js2c.py to intermediates directory and invoke there to avoid generating
39 JS2C_PY := $(intermediates)/js2c.py $(intermediates)/jsmin.py
40 $(JS2C_PY): $(intermediates)/%.py : $(LOCAL_PATH)/tools/%.py | $(ACP)
46 $(GEN2): SCRIPT := $(intermediates)/js2c.py
/external/protobuf/
H A DMakefile.am68 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/
H A Dpkg-config-wrapper22 rewrite=`dirname $0`/rewrite_dirs.py
/external/llvm/utils/
H A DMakefile15 DSAclean.py DSAextract.py emacs findsym.pl GenLibDeps.pl \
/external/chromium/build/
H A Dsanitize-mac-build-log.sed28 \|^python scripts/rule_binding.py|d
/external/chromium/testing/gtest/scripts/test/
H A DMakefile40 ../fuse_gtest_files.py $(FUSED_GTEST_DIR)
43 ../fuse_gtest_files.py $(FUSED_GTEST_DIR)
/external/gtest/scripts/test/
H A DMakefile38 ../fuse_gtest_files.py $(FUSED_GTEST_DIR)
41 ../fuse_gtest_files.py $(FUSED_GTEST_DIR)
/external/protobuf/gtest/scripts/test/
H A DMakefile38 ../fuse_gtest_files.py $(FUSED_GTEST_DIR)
41 ../fuse_gtest_files.py $(FUSED_GTEST_DIR)
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
H A DSDL_x11wm_c.h34 extern void X11_GetWindowPos(_THIS, int *px, int *py);
/external/protobuf/examples/
H A DMakefile14 rm -f protoc_middleman addressbook.pb.cc addressbook.pb.h addressbook_pb2.py com/example/tutorial/AddressBookProtos.java
48 add_person_python: add_person.py protoc_middleman
51 @echo './add_person.py "$$@"' >> add_person_python
54 list_people_python: list_people.py protoc_middleman
57 @echo './list_people.py "$$@"' >> list_people_python
/external/dbus/test/name-test/
H A Drun-test-systemserver.sh44 if ! python $DBUS_TOP_SRCDIR/test/name-test/test-wait-for-echo.py; then
/external/webkit/Tools/wx/packaging/debian/
H A Drules30 $(BUILD_DIR)/webview.py \
63 dh_installdocs -a WebKit/wx/bindings/python/samples/simple.py
65 dh_compress -a -Xsimple.py
/external/skia/include/core/
H A DSkMatrix.h159 /** Set the matrix to scale by sx and sy, with a pivot point at (px, py).
163 void setScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py);
168 pivot point at (px, py). The pivot point is the coordinate that should
171 void setRotate(SkScalar degrees, SkScalar px, SkScalar py);
176 a pivot point at (px, py). The pivot point is the coordinate that
180 SkScalar px, SkScalar py);
184 /** Set the matrix to skew by sx and sy, with a pivot point at (px, py).
188 void setSkew(SkScalar kx, SkScalar ky, SkScalar px, SkScalar py);
203 M' = M * S(sx, sy, px, py)
205 bool preScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py);
[all...]
/external/qemu/
H A Dcurses.c46 static int px, py, sminx, sminy, smaxx, smaxy; variable
56 pnoutrefresh(screenpad, py, px, sminy, sminx, smaxy - 1, smaxx - 1);
89 py = (height - LINES) / 2;
93 py = 0;
141 y = sminy + y - py;
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Daccess-nbody.js19 Body.prototype.offsetMomentum = function(px,py,pz) {
21 this.vy = -py / SOLAR_MASS;
82 var py = 0.0;
89 py += b.vy * m;
92 this.bodies[0].offsetMomentum(px,py,pz);

Completed in 1221 milliseconds

123