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

1 2 3 4 5 6 78 91011>>

  /device/google/dragon-kernel/
push-kernel.sh 46 latest=$(gsutil.py cat ${gsbase}/${build}/LATEST-master)
58 gsutil.py cat ${gspath}/stripped-packages.tar | bsdtar -s '/.*kernel.*tbz2/kernel.tbz2/' -x -f - '*kernel*'
65 newrev=$(gsutil.py cat ${gspath}/manifest.xml | grep "path=\"${kernel_path}\"" | sed -e 's/.*revision="\([0123456789abcdef]\+\).*/\1/')
  /external/protobuf/examples/
Makefile 14 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/skia/samplecode/
SampleCircle.cpp 91 static void rotate(SkCanvas* canvas, SkScalar angle, SkScalar px, SkScalar py) {
92 canvas->translate(-px, -py);
94 canvas->translate(px, py);
SampleFontScalerTest.cpp 67 static void rotate_about(SkCanvas* canvas, SkScalar degrees, SkScalar px, SkScalar py) {
68 canvas->translate(px, py);
70 canvas->translate(-px, -py);
  /build/kati/
m2n 50 if [ ! -e $goma_dir/goma_ctl.py ]; then
54 $goma_dir/goma_ctl.py ensure_start
  /cts/tests/camera/src/android/hardware/camera2/cts/
means_yuvx_444_2d_to_1d.rs 38 uchar py = rsGetElementAtYuv_uchar_Y(mInput, src_x + i, src_y + x);
42 yuvx_444 elem = { py, pu, pv };
  /external/chromium-trace/catapult/third_party/flot/
jquery.flot.fillbetween.js 79 px, py, intery, qx, qy, bottom,
134 py = points[ i + 1 ];
157 intery = py + ( points[ i - ps + 1 ] - py ) * ( qx - px ) / ( points[ i - ps ] - px );
jquery.flot.fillbetween.min.js 7 (function($){var options={series:{fillBetween:null}};function init(plot){function findBottomSeries(s,allseries){var i;for(i=0;i<allseries.length;++i){if(allseries[i].id===s.fillBetween){return allseries[i]}}if(typeof s.fillBetween==="number"){if(s.fillBetween<0||s.fillBetween>=allseries.length){return null}return allseries[s.fillBetween]}return null}function computeFillBottoms(plot,s,datapoints){if(s.fillBetween==null){return}var other=findBottomSeries(s,plot.getData());if(!other){return}var ps=datapoints.pointsize,points=datapoints.points,otherps=other.datapoints.pointsize,otherpoints=other.datapoints.points,newpoints=[],px,py,intery,qx,qy,bottom,withlines=s.lines.show,withbottom=ps>2&&datapoints.format[2].y,withsteps=withlines&&s.lines.steps,fromgap=true,i=0,j=0,l,m;while(true){if(i>=points.length){break}l=newpoints.length;if(points[i]==null){for(m=0;m<ps;++m){newpoints.push(points[i+m])}i+=ps}else if(j>=otherpoints.length){if(!withlines){for(m=0;m<ps;++m){newpoints.push(points[i+m])}}i+=ps}else if(otherpoints[j]==null){for(m=0;m<ps;++m){newpoints.push(null)}fromgap=true;j+=otherps}else{px=points[i];py=points[i+1];qx=otherpoints[j];qy=otherpoints[j+1];bottom=0;if(px===qx){for(m=0;m<ps;++m){newpoints.push(points[i+m])}bottom=qy;i+=ps;j+=otherps}else if(px>qx){if(withlines&&i>0&&points[i-ps]!=null){intery=py+(points[i-ps+1]-py)*(qx-px)/(points[i-ps]-px);newpoints.push(qx);newpoints.push(intery);for(m=2;m<ps;++m){newpoints.p (…)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
list_pager.py 4 from apitools.base.py import encoding
stream_slice_test.py 8 from apitools.base.py import exceptions
9 from apitools.base.py import stream_slice
  /external/dbus/test/name-test/
run-test-systemserver.sh 46 elif ! $PYTHON $DBUS_TOP_SRCDIR/test/name-test/test-wait-for-echo.py; then
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_swtcl.h 63 extern void r200PointsBitmap( struct gl_context *ctx, GLint px, GLint py,
  /external/selinux/policycoreutils/audit2allow/
Makefile 16 @$(PYTHON) test_audit2allow.py -v
  /external/selinux/policycoreutils/mcstrans/utils/
Makefile 35 ./mlstrans-test-runner.py ../test/*.test
  /external/skia/debugger/QT/
SkCanvasWidget.h 43 /** Zooms the canvas by scale with the transformation centered at the widget point (px, py). */
44 void zoom(float scale, int px, int py);
  /external/skia/platform_tools/android/tests/
generate_user_config_tests.py 9 Test generate_user_config.py.
31 REBASELINE_MSG = ('If you\'ve modified generate_user_config.py, run '
32 '"generate_user_config_tests.py --rebaseline" to rebaseline')
  /external/skia/tools/
add_codereview_message.py 27 from common.py.utils import find_depot_tools # pylint: disable=W0611
reformat-json.py 12 so that subsequent runs of rebaseline.py will generate useful diffs
26 # We need to add the 'gm' directory, so that we can import gm_json.py within
  /packages/apps/Camera2/jni/
tinyplanet.cc 120 float py = (phi / PI_F) * input_height; local
124 py = wrap(py, input_height);
127 InterpolatePixel(input, px, py, output(x, y));
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 119 float py = (phi / PI_F) * input_height; local
123 py = wrap(py, input_height);
126 InterpolatePixel(input, px, py, output(x, y));
  /prebuilts/go/darwin-x86/test/
reorder.go 90 py := &y
91 *px, *py = y, x
  /prebuilts/go/linux-x86/test/
reorder.go 90 py := &y
91 *px, *py = y, x
  /system/media/camera/docs/
metadata-parser-sanity-check 48 check_test "$thisdir/metadata_model_test.py" || exit 1
49 check_test "$thisdir/metadata_helpers_test.py" || exit 1
50 python $thisdir/metadata_parser_xml.py $thisdir/metadata_properties.xml $thisdir/metadata_template.mako $tmp_out || exit 1
  /build/soong/
bootstrap.bash 11 export BUILDDIR=$("${ORIG_SRCDIR}/build/soong/reverse_path.py" "$ORIG_SRCDIR")
48 export SRCDIR_FROM_BUILDDIR=$(build/soong/reverse_path.py "$BUILDDIR")
  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
machine_replay.sh 66 python main.py -m complete --skip_html -i 3 --replay $round_dir

Completed in 1017 milliseconds

1 2 3 4 5 6 78 91011>>