HomeSort by relevance Sort by last modified time
    Searched refs:py (Results 251 - 275 of 596) sorted by null

<<11121314151617181920>>

  /external/parameter-framework/upstream/tools/xmlGenerator/
lightRoutingUpdate.sh 103 | $(dirname $0)/PFWScriptGenerator.py --output-kind pfw >> "${tmpfile}"
updateRoutageDomains.sh 77 m4 "$DomainFile" | $(dirname $0)/PFWScriptGenerator.py --output-kind pfw -o "$scriptPFWFile"
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMatrix.java 61 public boolean postScale(float sx, float sy, float px, float py) {
  /external/skia/platform_tools/android/tests/
makefile_writer_tests.py 9 Test makefile_writer.py
28 REBASELINE_MSG = ('If you\'ve modified makefile_writer.py, run '
29 '"makefile_writer_tests.py --rebaseline" to rebaseline')
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h 58 #define MV_COST(f,s,cx,cy,px,py) (WEIGHTED_COST(f,mvbits[((cx)<<(s))-px]+mvbits[((cy)<<(s))-py]))
59 #define MV_COST_S(f,cx,cy,px,py) (WEIGHTED_COST(f,mvbits[cx-px]+mvbits[cy-py]))
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/
PointCloud.java 212 final float py = point.y + mCenterY; local
222 canvas.scale(s, s, px, py);
223 canvas.translate(px - cx, py - cy);
229 canvas.drawCircle(px, py, pointSize, mPaint);
  /system/core/libsparse/
Android.mk 106 LOCAL_MODULE := simg_dump.py
107 LOCAL_SRC_FILES := simg_dump.py
  /system/extras/verity/
Android.mk 93 LOCAL_MODULE := build_verity_metadata.py
95 LOCAL_SRC_FILES := build_verity_metadata.py
  /external/skia/include/core/
SkMatrix.h 220 /** Set the matrix to scale by sx and sy, with a pivot point at (px, py).
224 void setScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py);
233 pivot point at (px, py). The pivot point is the coordinate that should
236 void setRotate(SkScalar degrees, SkScalar px, SkScalar py);
241 a pivot point at (px, py). The pivot point is the coordinate that
245 SkScalar px, SkScalar py);
252 /** Set the matrix to skew by sx and sy, with a pivot point at (px, py).
256 void setSkew(SkScalar kx, SkScalar ky, SkScalar px, SkScalar py);
271 M' = M * S(sx, sy, px, py)
273 void preScale(SkScalar sx, SkScalar sy, SkScalar px, SkScalar py);
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DfpMath.java 295 Dfp py = new Dfp(y); local
301 if (y.equals(py)) {
304 py = new Dfp(y);
445 Dfp py = new Dfp(y); local
453 if (y.equals(py)) {
456 py = new Dfp(y);
679 Dfp py = new Dfp(y); local
687 if (y.equals(py))
689 py = new Dfp(y);
711 Dfp py = new Dfp(y) local
847 Dfp py = new Dfp(y); local
    [all...]
DfpField.java 646 Dfp py = new Dfp(one); local
656 if (y.equals(py)) {
659 py = new Dfp(y);
733 Dfp py = new Dfp(y); local
740 if (y.equals(py)) {
743 py = new Dfp(y);
  /external/deqp/modules/egl/
teglPreservingSwapTests.cpp 213 const int py = height; local
216 const int y1i = (int)(((float)py/2.0f) * y1 + (float)oy);
219 const int y2i = (int)(((float)py/2.0f) * y2 + (float)oy);
260 const int py = target->getHeight(); local
263 const int y1i = (int)((py/2.0) * y1 + oy);
266 const int y2i = (int)((py/2.0) * y2 + oy);
502 const int py = height; local
505 const int y1i = (int)(((float)py/2.0f) * postSwapY1 + (float)oy);
508 const int y2i = (int)(((float)py/2.0f) * postSwapY2 + (float)oy);
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp 517 for (int py = 0; py < dst.getHeight(); py++)
522 float wy = (float)py + 0.5f;
536 dst.setPixel(execSample(src, params, s, lod) * params.colorScale + params.colorBias, px, py); local
560 for (int py = 0; py < dst.getHeight(); py++)
565 float wy = (float)py + 0.5f;
580 dst.setPixel(execSample(src, params, s, t, lod) * params.colorScale + params.colorBias, px, py); local
691 dst.setPixel(execSample(src, params, coord.x(), coord.y(), coord.z(), lod) * params.colorScale + params.colorBias, px, py); local
947 dst.setPixel(execSample(src, params, coord.x(), coord.y(), coord.z(), coordQ, lod) * params.colorScale + params.colorBias, px, py); local
    [all...]
  /external/libxml2/doc/examples/
Makefile.am 2 ## This file is auto-generated by index.py
16 examples.xml: index.py $(noinst_PROGRAMS:=.c)
17 cd $(srcdir) && $(PYTHON) index.py
36 index.py \
  /external/mesa3d/src/glsl/
Android.gen.mk 88 $(LOCAL_PATH)/builtins/tools/generate_builtins.py \
89 $(LOCAL_PATH)/builtins/tools/texture_builtins.py \
94 $(intermediates)/builtin_function.cpp: PRIVATE_SCRIPT := $(MESA_PYTHON2) $(LOCAL_PATH)/builtins/tools/generate_builtins.py
  /external/ceres-solver/scripts/
make_release 102 python $TMP/scripts/make_docs.py $TMP $DOCS_TMP
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
base_cli.py 15 from apitools.base.py import encoding
16 from apitools.base.py import exceptions
credentials_lib_test.py 8 from apitools.base.py import credentials_lib
9 from apitools.base.py import util
  /external/clang/test/SemaCXX/
overloaded-builtin-operators.cpp 253 int* __restrict py; local
254 py += size;
  /external/compiler-rt/lib/sanitizer_common/scripts/
check_lint.sh 11 CPPLINT=${SCRIPT_DIR}/cpplint.py
12 LITLINT=${SCRIPT_DIR}/litlint.py
  /external/fonttools/
README.md 8 ```python setup.py install```
  /external/libvpx/libvpx/tools/
ftfy.sh 86 "${dirname_self}"/wrap-commit-msg.py \
132 "${dirname_self}"/intersect-diffs.py \
  /external/mesa3d/src/mesa/swrast/
s_aaline.c 95 const GLfloat py = y1 - y0;
97 const GLfloat qx = -py;
100 const GLfloat a = py * qz - pz * qy;
102 const GLfloat c = px * qy - py * qx;
111 const GLfloat py = y1 - y0; local
114 const GLfloat b = pz * py;
115 const GLfloat c = px * px + py * py;
  /external/nanopb-c/tools/
make_mac_package.sh 24 ( cd $DEST/generator; pyinstaller nanopb_generator.py )
  /external/skia/debugger/QT/
SkCanvasWidget.cpp 142 void SkCanvasWidget::zoom(float scale, int px, int py) {
143 fUserMatrix.postScale(scale, scale, px, py);

Completed in 982 milliseconds

<<11121314151617181920>>