/external/llvm/utils/llvm-lit/ |
Makefile | 14 # llvm-lit needs suffix.py for multiprocess to find a main module. 16 Suffix := .py
|
/external/v8/tools/ |
fuzz-harness.sh | 69 --- tools/jsfunfuzz/jsfunfuzz/multi_timed_run.py~ 70 +++ tools/jsfunfuzz/jsfunfuzz/multi_timed_run.py 84 python -u "$jsfunfuzz_dir/jsfunfuzz/multi_timed_run.py" 300 \
|
/system/sepolicy/tools/ |
Android.mk | 35 LOCAL_MODULE := insertkeys.py 36 LOCAL_SRC_FILES := insertkeys.py
|
/build/kati/testcase/ |
find_command.mk | 34 cp ../../testcase/tools/findleaves.py build/tools 111 $(call run_find, build/tools/findleaves.py testdir file1) 112 $(call run_find, build/tools/findleaves.py testdir file3) 113 $(call run_find, build/tools/findleaves.py --prune=dir1 testdir file3) 114 $(call run_find, build/tools/findleaves.py --prune=dir1 --prune=dir2 testdir file3) 115 $(call run_find, build/tools/findleaves.py --mindepth=1 testdir file1) 116 $(call run_find, build/tools/findleaves.py --mindepth=2 testdir file1) 117 $(call run_find, build/tools/findleaves.py --mindepth=3 testdir file1) 118 $(call run_find, build/tools/findleaves.py --mindepth=2 testdir file1) 127 $(call run_find, build/tools/findleaves.py testdir3 e [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_rast_tri_tmp.h | 118 int py = y + iy; local 130 TAG(do_block_4)(task, tri, plane, px, py, cx); 140 int py = y + iy; local 145 block_full_4(task, tri, px, py); 221 int py = y + iy; local 232 TAG(do_block_16)(task, tri, plane, px, py, cx); 242 int py = y + iy; local 247 block_full_16(task, tri, px, py); 309 int py = y + iy; local 317 + plane[j].dcdy * py) * 4 [all...] |
/build/tools/ |
check_builds.sh | 68 build/tools/compare_fileslist.py $inputs > $TEST_BUILD_DIR/sizes.html 90 build/tools/compare_fileslist.py $inputs > $TEST_BUILD_DIR/sizes.html
|
/device/linaro/hikey/l-loader/ |
Makefile | 17 python gen_loader.py -o $@ --img_loader=temp --img_bl1=$(BL1) 23 python gen_loader.py -o ptable-$${ptable}.img --img_prm_ptable=prm_ptable.img;\
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/scripts/ |
run_system_tests.sh | 48 python scripts/run_system_tests.py
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/test/ |
ocsprsp.sh | 3 ocsprspdump.py <<EOT
|
pkcs1.sh | 3 pkcs1dump.py <<EOT
|
pkcs8.sh | 3 pkcs8dump.py <<EOT
|
/external/google-breakpad/src/testing/gtest/scripts/test/ |
Makefile | 40 ../fuse_gtest_files.py $(FUSED_GTEST_DIR) 43 ../fuse_gtest_files.py $(FUSED_GTEST_DIR)
|
/external/llvm/utils/lit/utils/ |
check-coverage | 6 if [ ! -f setup.py ] || [ ! -d lit ]; then 27 printf 1>&2 "error: active python does not appear to enable coverage in its 'sitecustomize.py'\n"
|
/external/protobuf/gtest/scripts/test/ |
Makefile | 38 ../fuse_gtest_files.py $(FUSED_GTEST_DIR) 41 ../fuse_gtest_files.py $(FUSED_GTEST_DIR)
|
/external/selinux/policycoreutils/semanage/ |
Makefile | 24 install -m 755 seobject.py $(PYTHONLIBDIR)/site-packages 29 @$(PYTHON) test-semanage.py -a
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/test/ |
Makefile | 40 ../fuse_gtest_files.py $(FUSED_GTEST_DIR) 43 ../fuse_gtest_files.py $(FUSED_GTEST_DIR)
|
/frameworks/opt/bitmap/src/com/android/bitmap/util/ |
RectUtils.java | 59 public static void rotateRect(final int degrees, final int px, final int py, final Rect rect) { 62 matrix.setRotate(degrees, px, py);
|
/external/mesa3d/src/mesa/ |
Android.gen.mk | 64 $(LOCAL_PATH)/main/es_generator.py \ 65 $(LOCAL_PATH)/main/APIspecutil.py \ 66 $(LOCAL_PATH)/main/APIspec.py 69 $(wildcard $(glapi)/*.py) \ 90 $(intermediates)/main/api_exec_%.c: PRIVATE_SCRIPT := $(MESA_PYTHON2) $(LOCAL_PATH)/main/es_generator.py 92 $(intermediates)/main/api_exec_%_dispatch.h: PRIVATE_SCRIPT := $(MESA_PYTHON2) $(glapi)/gl_table.py 94 $(intermediates)/main/api_exec_%_remap_helper.h: PRIVATE_SCRIPT := $(MESA_PYTHON2) $(glapi)/remap_helper.py 132 $(intermediates)/main/dispatch.h: PRIVATE_SCRIPT := $(MESA_PYTHON2) $(glapi)/gl_table.py 138 $(intermediates)/main/remap_helper.h: PRIVATE_SCRIPT := $(MESA_PYTHON2) $(glapi)/remap_helper.py 144 $(intermediates)/main/enums.c: PRIVATE_SCRIPT :=$(MESA_PYTHON2) $(glapi)/gl_enums.py [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_bitmap.c | 49 _swrast_Bitmap( struct gl_context *ctx, GLint px, GLint py, 87 span.array->y[count] = py + row; 109 span.array->y[count] = py + row; 148 _swrast_Bitmap( struct gl_context *ctx, GLint px, GLint py, 172 span.y = py;
|
/external/opencv3/samples/cpp/tutorial_code/ml/non_linear_svms/ |
non_linear_svms.cpp | 110 float px, py; local 115 py = trainData.at<float>(i,1); 116 circle(I, Point( (int) px, (int) py ), 3, Scalar(0, 255, 0), thick, lineType); 122 py = trainData.at<float>(i,1); 123 circle(I, Point( (int) px, (int) py ), 3, Scalar(255, 0, 0), thick, lineType);
|
/frameworks/base/core/jni/android/graphics/ |
Matrix.cpp | 74 static void setScale__FFFF(JNIEnv* env, jobject clazz, jlong objHandle, jfloat sx, jfloat sy, jfloat px, jfloat py) { 76 obj->setScale(sx, sy, px, py); 82 static void setRotate__FFF(JNIEnv* env, jobject clazz, jlong objHandle, jfloat degrees, jfloat px, jfloat py) { 84 obj->setRotate(degrees, px, py); 90 static void setSinCos__FFFF(JNIEnv* env, jobject clazz, jlong objHandle, jfloat sinValue, jfloat cosValue, jfloat px, jfloat py) { 92 obj->setSinCos(sinValue, cosValue, px, py); 98 static void setSkew__FFFF(JNIEnv* env, jobject clazz, jlong objHandle, jfloat kx, jfloat ky, jfloat px, jfloat py) { 100 obj->setSkew(kx, ky, px, py); 118 static void preScale__FFFF(JNIEnv* env, jobject clazz, jlong objHandle, jfloat sx, jfloat sy, jfloat px, jfloat py) { 120 obj->preScale(sx, sy, px, py); [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Matrix_Delegate.java | 262 float px, float py) { 268 d.mValues = getScale(sx, sy, px, py); 290 /*package*/ static void native_setRotate(long native_object, float degrees, float px, float py) { 296 d.mValues = getRotate(degrees, px, py); 311 float px, float py) { 320 setTranslate(d.mValues, -px, -py); 325 d.postTransform(getTranslate(px, py)); 340 float px, float py) { 346 d.mValues = getSkew(kx, ky, px, py); 395 float px, float py) { [all...] |
/external/chromium-trace/catapult/third_party/six/ |
test_six.py | 26 import py 83 py.test.raises( 115 @py.test.mark.parametrize("item_name", 125 py.test.skip("zip_longest only available on 2.6+") 128 py.test.skip("Windows only module") 131 py.test.skip("requires tkinter") 133 py.test.skip("ttk only available on 2.7+") 135 py.test.skip("requires gdbm") 141 @py.test.mark.parametrize("item_name", 146 py.test.skip("ParseResult is only found on 2.5+" [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/ |
test_six.py | 6 import py 63 py.test.raises( 95 @py.test.mark.parametrize("item_name", 105 py.test.skip("zip_longest only available on 2.6+") 108 py.test.skip("Windows only module") 111 py.test.skip("requires tkinter") 113 py.test.skip("ttk only available on 2.7+") 115 py.test.skip("requires gdbm") 121 @py.test.mark.parametrize("item_name", 126 py.test.skip("ParseResult is only found on 2.5+" [all...] |
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_pixel_bitmap.c | 186 GLint px, py; local 245 for (py = 0; py < height; py += DY) { 247 int h = MIN2(DY, height - py); 265 -orig_dsty + y_flip(fb, dsty + py, h), 282 dsty + py,
|