Searched refs:dir (Results 101 - 125 of 546) sorted by relevance

1234567891011>>

/frameworks/native/opengl/tests/gl2_jni/
H A DAndroid.mk5 TOP_LOCAL_PATH:= $(call my-dir)
9 LOCAL_PATH:= $(call my-dir)
/frameworks/native/opengl/tests/gl_jni/
H A DAndroid.mk5 TOP_LOCAL_PATH:= $(call my-dir)
9 LOCAL_PATH:= $(call my-dir)
/frameworks/native/opengl/tests/gl_perfapp/
H A DAndroid.mk5 TOP_LOCAL_PATH:= $(call my-dir)
9 LOCAL_PATH:= $(call my-dir)
/frameworks/native/opengl/tests/gldual/
H A DAndroid.mk5 TOP_LOCAL_PATH:= $(call my-dir)
9 LOCAL_PATH:= $(call my-dir)
/frameworks/native/opengl/tests/gralloc/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/frameworks/native/services/sensorservice/tests/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/frameworks/native/services/surfaceflinger/tests/resize/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/frameworks/native/services/surfaceflinger/tests/surface/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/frameworks/native/services/surfaceflinger/tests/transform/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/frameworks/native/services/surfaceflinger/tests/vsync/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/frameworks/opt/telephony/tests/telephonymockriltests/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/frameworks/opt/telephony/tests/telephonytests/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/frameworks/base/media/tests/MediaFrameworkTest/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/frameworks/base/packages/DefaultContainerService/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/frameworks/base/graphics/java/android/graphics/
H A DPath.java384 private void detectSimplePath(float left, float top, float right, float bottom, Direction dir) { argument
387 mLastDirection = dir;
389 if (mLastDirection != dir) {
402 * @param dir The direction to wind the rectangle's contour
404 public void addRect(RectF rect, Direction dir) { argument
408 detectSimplePath(rect.left, rect.top, rect.right, rect.bottom, dir);
409 native_addRect(mNativePath, rect, dir.nativeInt);
419 * @param dir The direction to wind the rectangle's contour
421 public void addRect(float left, float top, float right, float bottom, Direction dir) { argument
422 detectSimplePath(left, top, right, bottom, dir);
432 addOval(RectF oval, Direction dir) argument
448 addCircle(float x, float y, float radius, Direction dir) argument
476 addRoundRect(RectF rect, float rx, float ry, Direction dir) argument
493 addRoundRect(RectF rect, float[] radii, Direction dir) argument
635 native_addRect(int nPath, RectF rect, int dir) argument
636 native_addRect(int nPath, float left, float top, float right, float bottom, int dir) argument
638 native_addOval(int nPath, RectF oval, int dir) argument
639 native_addCircle(int nPath, float x, float y, float radius, int dir) argument
643 native_addRoundRect(int nPath, RectF rect, float rx, float ry, int dir) argument
645 native_addRoundRect(int nPath, RectF r, float[] radii, int dir) argument
[all...]
/frameworks/base/core/java/android/text/
H A DAndroidBidi.java27 public static int bidi(int dir, char[] chs, byte[] chInfo, int n, boolean haveInfo) { argument
36 switch(dir) {
37 case Layout.DIR_REQUEST_LTR: dir = 0; break;
38 case Layout.DIR_REQUEST_RTL: dir = 1; break;
39 case Layout.DIR_REQUEST_DEFAULT_LTR: dir = -2; break;
40 case Layout.DIR_REQUEST_DEFAULT_RTL: dir = -1; break;
41 default: dir = 0; break;
44 int result = runBidi(dir, chs, chInfo, n, haveInfo);
52 * @param dir base line direction, either Layout.DIR_LEFT_TO_RIGHT or
61 public static Directions directions(int dir, byt argument
176 runBidi(int dir, char[] chs, byte[] chInfo, int n, boolean haveInfo) argument
[all...]
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
H A DAndroid.mk16 LOCAL_PATH := $(call my-dir)
/frameworks/base/cmds/ip-up-vpn/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
/frameworks/base/graphics/jni/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
20 rs_generated_include_dir := $(call intermediates-dir-for,SHARED_LIBRARIES,libRS,,)
/frameworks/base/libs/usb/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
/frameworks/base/test-runner/
H A DAndroid.mk17 LOCAL_PATH:= $(call my-dir)
/frameworks/base/tests/DataIdleTest/
H A DAndroid.mk16 LOCAL_PATH := $(call my-dir)
/frameworks/base/tests/DumpRenderTree2/
H A DAndroid.mk16 LOCAL_PATH:= $(call my-dir)
/frameworks/base/tests/RenderScriptTests/Balls/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
/frameworks/base/tests/RenderScriptTests/ComputeBenchmark/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)

Completed in 387 milliseconds

1234567891011>>