/development/perftests/panorama/feature_stab/src/dbreg/ |
dbstabsmooth.cpp | 291 bool db_StabilizationSmoother::is_point_in_rect(double px, double py, double rx, double ry, double w, double h) 297 if (py < ry) 299 if (py >= ry + h)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
batch_test.py | 1 """Tests for google3.cloud.bigscience.apitools.base.py.batch.""" 10 from apitools.base.py import batch 11 from apitools.base.py import exceptions 12 from apitools.base.py import http_wrapper
|
batch.py | 17 from apitools.base.py import exceptions 18 from apitools.base.py import http_wrapper
|
http_wrapper.py | 19 from apitools.base.py import exceptions 20 from apitools.base.py import util
|
/external/pdfium/third_party/lcms2-2.6/src/ |
cmsintrp.c | 338 cmsFloat32Number px, py; local 349 py = fclamp(Input[1]) * p->Domain[1]; 352 y0 = (int) _cmsQuickFloor(py); fy = py - (cmsFloat32Number) y0; 450 cmsFloat32Number px, py, pz; local 464 py = fclamp(Input[1]) * p->Domain[1]; 468 y0 = (int) _cmsQuickFloor(py); fy = py - (cmsFloat32Number) y0; 597 cmsFloat32Number px, py, pz; local 608 py = fclamp(Input[1]) * p->Domain[1] [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/ |
dbstabsmooth.cpp | 291 bool db_StabilizationSmoother::is_point_in_rect(double px, double py, double rx, double ry, double w, double h) 297 if (py < ry) 299 if (py >= ry + h)
|
/build/core/ |
Makefile | 100 $(hide) build/tools/post_process_props.py $@ 267 $(hide) build/tools/post_process_props.py $@ $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_SYSTEM_PROPERTY_BLACKLIST) 425 $(hide) build/tools/merge-event-log-tags.py -o $@ $(PRIVATE_SRC_FILES) 441 $(hide) build/tools/merge-event-log-tags.py -o $@ -m $(PRIVATE_MERGED_FILE) $(PRIVATE_SRC_FILES) 633 $(2) : $(5) $(BUILD_SYSTEM)/Makefile build/tools/generate-notice-files.py 634 build/tools/generate-notice-files.py $(1) $(2) $$(PRIVATE_MESSAGE) $$(PRIVATE_DIR)/src [all...] |
soong.mk | 21 ifneq ($(strip $(shell build/soong/reverse_path.py $(SOONG_OUT_DIR))),$(strip $(shell source $(SOONG_BOOTSTRAP); echo $$SRCDIR_FROM_BUILDDIR)))
|
/build/core/tasks/tools/ |
build_custom_image.mk | 89 $(hide) echo "# For all accepted properties, see BuildImage() in tools/releasetools/build_image.py" > $(PRIVATE_INTERMEDIATES)/image_info.txt 106 ./build/tools/releasetools/build_image.py \
|
/external/blktrace/ |
Makefile | 9 btt/bno_plot.py
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/ |
web.py | 21 from apitools.base.py import encoding 158 # Help specification. See help_provider.py for documentation.
|
/external/clang/test/ |
Makefile | 34 @ $(PYTHON) $(LLVM_SRC_ROOT)/utils/lit/lit.py \
|
/external/clang/test/SemaCXX/ |
warn-unused-local-typedef.cpp | 184 remove_reference<decltype(*pointer_sneaky())>::type::t py;
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/ |
freetype.mk | 277 python -B $(SRC_DIR)/tools/docmaker/docmaker.py \
|
/external/mesa3d/src/mesa/swrast/ |
swrast.h | 129 GLint px, GLint py,
|
/external/opencv/cv/src/ |
cvlinefit.cpp | 223 float px = _line[2], py = _line[3]; 232 y = points[j].y - py; 245 float px = _line[3], py = _line[4], pz = _line[5]; 255 y = points[j].y - py;
|
/external/opencv3/modules/imgproc/src/ |
linefit.cpp | 205 float px = _line[2], py = _line[3]; 214 y = points[j].y - py; 226 float px = _line[3], py = _line[4], pz = _line[5]; 236 y = points[j].y - py;
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowCanvas.java | 57 public void scale(float sx, float sy, float px, float py) {
|
/frameworks/base/libs/hwui/ |
Matrix.cpp | 483 float py = vertices[i + 1]; local 485 x = px * data[kScaleX] + py * data[kSkewX] + data[kTranslateX]; 486 y = px * data[kSkewY] + py * data[kScaleY] + data[kTranslateY]; 487 z = px * data[kPerspective0] + py * data[kPerspective1] + data[kPerspective2];
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/ |
shared_ptr.hpp | 101 template< class X, class Y, class T > inline void sp_enable_shared_from_this( boost::shared_ptr<X> const * ppx, Y const * py, boost::enable_shared_from_this< T > const * pe ) 105 pe->_internal_accept_owner( ppx, const_cast< Y* >( py ) ); 109 template< class X, class Y, class T > inline void sp_enable_shared_from_this( boost::shared_ptr<X> * ppx, Y const * py, boost::enable_shared_from_this2< T > const * pe ) 113 pe->_internal_accept_owner( ppx, const_cast< Y* >( py ) );
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_gdb.py | 4 # Lib/test/test_jit_gdb.py 31 'python-gdb.py') 205 return findfile('gdb_sample.py') 470 'Ensure that the new-style class _Helper in site.py can be handled' 601 'Verify that the "py-list" command works' 603 cmds_after_breakpoint=['py-list']) 616 'Verify the "py-list" command with one absolute argument' 618 cmds_after_breakpoint=['py-list 9']) 627 'Verify the "py-list" command with two absolute arguments' 629 cmds_after_breakpoint=['py-list 1,3'] [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_gdb.py | 4 # Lib/test/test_jit_gdb.py 31 'python-gdb.py') 205 return findfile('gdb_sample.py') 470 'Ensure that the new-style class _Helper in site.py can be handled' 601 'Verify that the "py-list" command works' 603 cmds_after_breakpoint=['py-list']) 616 'Verify the "py-list" command with one absolute argument' 618 cmds_after_breakpoint=['py-list 9']) 627 'Verify the "py-list" command with two absolute arguments' 629 cmds_after_breakpoint=['py-list 1,3'] [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_gdb.py | 4 # Lib/test/test_jit_gdb.py 31 'python-gdb.py') 205 return findfile('gdb_sample.py') 470 'Ensure that the new-style class _Helper in site.py can be handled' 601 'Verify that the "py-list" command works' 603 cmds_after_breakpoint=['py-list']) 616 'Verify the "py-list" command with one absolute argument' 618 cmds_after_breakpoint=['py-list 9']) 627 'Verify the "py-list" command with two absolute arguments' 629 cmds_after_breakpoint=['py-list 1,3'] [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_gdb.py | 4 # Lib/test/test_jit_gdb.py 31 'python-gdb.py') 205 return findfile('gdb_sample.py') 470 'Ensure that the new-style class _Helper in site.py can be handled' 601 'Verify that the "py-list" command works' 603 cmds_after_breakpoint=['py-list']) 616 'Verify the "py-list" command with one absolute argument' 618 cmds_after_breakpoint=['py-list 9']) 627 'Verify the "py-list" command with two absolute arguments' 629 cmds_after_breakpoint=['py-list 1,3'] [all...] |
/system/media/camera/docs/ |
metadata-generate | 71 python $thisdir/metadata_parser_xml.py $spec_file $in $out
|