Searched refs:dir (Results 201 - 225 of 710) sorted by relevance

1234567891011>>

/frameworks/rs/java/tests/RsTest_14/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
/frameworks/rs/java/tests/RsTest_16/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
/frameworks/rs/java/tests/SampleTest/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
/frameworks/rs/tests/cppallocation/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
20 intermediates := $(call intermediates-dir-for,STATIC_LIBRARIES,libRS,TARGET,)
/frameworks/rs/tests/cppbasic/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
20 intermediates := $(call intermediates-dir-for,STATIC_LIBRARIES,libRS,TARGET,)
/frameworks/rs/tests/cppbasic-getpointer/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
16 intermediates := $(call intermediates-dir-for,STATIC_LIBRARIES,libRS,TARGET,)
/frameworks/rs/tests/cppbasic-shared/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
16 intermediates := $(call intermediates-dir-for,STATIC_LIBRARIES,libRS,TARGET,)
/frameworks/rs/tests/cppstrided/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
20 intermediates := $(call intermediates-dir-for,STATIC_LIBRARIES,libRS,TARGET,)
/frameworks/rs/tests/latency/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
20 intermediates := $(call intermediates-dir-for,STATIC_LIBRARIES,libRS,TARGET,)
/frameworks/rs/tests/typecheck/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
20 intermediates := $(call intermediates-dir-for,STATIC_LIBRARIES,libRS,TARGET,)
/frameworks/support/v8/renderscript/
H A DAndroid.mk20 LOCAL_PATH := $(call my-dir)
/frameworks/support/v8/renderscript/jni/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
17 rs_generated_include_dir := $(call generated-sources-dir-for,SHARED_LIBRARIES,libRSSupport,,)
/frameworks/testing/uiautomator/utils/SleepUtils/AlarmService/
H A DAndroid.mk17 LOCAL_PATH:= $(call my-dir)
/frameworks/testing/uiautomator/utils/SleepUtils/SleepHelper/
H A DAndroid.mk17 LOCAL_PATH:= $(call my-dir)
/frameworks/testing/uiautomator_test_libraries/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
/frameworks/volley/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
/frameworks/webview/nullwebview/
H A DAndroid.mk17 LOCAL_PATH := $(call my-dir)
/frameworks/compile/libbcc/
H A Dlibbcc.sha1.mk15 $(call intermediates-dir-for,SHARED_LIBRARIES,libclcore.bc,,,$(my_2nd_arch_prefix))/libclcore.bc \
16 $(call intermediates-dir-for,SHARED_LIBRARIES,libclcore_debug.bc,,,$(my_2nd_arch_prefix))/libclcore_debug.bc
21 $(call intermediates-dir-for,SHARED_LIBRARIES,libclcore_neon.bc,,,$(my_2nd_arch_prefix))/libclcore_neon.bc
26 intermediates := $(call local-intermediates-dir,,$(my_2nd_arch_prefix))
33 $(hide) mkdir -p $(dir $@)
/frameworks/base/graphics/java/android/graphics/
H A DPath.java499 private void detectSimplePath(float left, float top, float right, float bottom, Direction dir) { argument
501 mLastDirection = dir;
503 if (mLastDirection != dir) {
515 * @param dir The direction to wind the rectangle's contour
517 public void addRect(RectF rect, Direction dir) { argument
518 addRect(rect.left, rect.top, rect.right, rect.bottom, dir);
528 * @param dir The direction to wind the rectangle's contour
530 public void addRect(float left, float top, float right, float bottom, Direction dir) { argument
531 detectSimplePath(left, top, right, bottom, dir);
532 native_addRect(mNativePath, left, top, right, bottom, dir
541 addOval(RectF oval, Direction dir) argument
550 addOval(float left, float top, float right, float bottom, Direction dir) argument
563 addCircle(float x, float y, float radius, Direction dir) argument
599 addRoundRect(RectF rect, float rx, float ry, Direction dir) argument
610 addRoundRect(float left, float top, float right, float bottom, float rx, float ry, Direction dir) argument
625 addRoundRect(RectF rect, float[] radii, Direction dir) argument
640 addRoundRect(float left, float top, float right, float bottom, float[] radii, Direction dir) argument
808 native_addRect(long nPath, float left, float top, float right, float bottom, int dir) argument
810 native_addOval(long nPath, float left, float top, float right, float bottom, int dir) argument
812 native_addCircle(long nPath, float x, float y, float radius, int dir) argument
816 native_addRoundRect(long nPath, float left, float top, float right, float bottom, float rx, float ry, int dir) argument
819 native_addRoundRect(long nPath, float left, float top, float right, float bottom, float[] radii, int dir) argument
[all...]
/frameworks/av/media/libstagefright/id3/
H A Dtestid3.cpp119 DIR *dir = opendir(path); local
121 if (dir == NULL) {
125 rewinddir(dir);
128 while ((ent = readdir(dir)) != NULL) {
150 closedir(dir);
151 dir = NULL;
/frameworks/av/media/libeffects/downmix/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/frameworks/av/media/libeffects/visualizer/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
H A DAndroid.mk1 LOCAL_PATH := $(call my-dir)
/frameworks/av/media/libstagefright/codecs/avc/common/
H A DAndroid.mk1 LOCAL_PATH := $(call my-dir)
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DAndroid.mk1 LOCAL_PATH:= $(call my-dir)

Completed in 6517 milliseconds

1234567891011>>